/* Minification failed. Returning unminified contents.
(20553,23): run-time error CSS1039: Token not allowed after unary operator: '-vh'
(20562,27): run-time error CSS1039: Token not allowed after unary operator: '-vh'
(20569,27): run-time error CSS1039: Token not allowed after unary operator: '-vh'
 */
/*! UIkit 2.10.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */

/* ========================================================================
   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 */
  /* 2 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 3 */
  background: #ffffff;
  /*color: #444444;*/
}
/*
 * 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: #0077dd;
  text-decoration: none;
  cursor: pointer;*/
}
a:hover,
.uk-link:hover {
/*  color: #005599;
  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: bold;
}
/*
 * 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: 12px;
  /* 2 */
  /* 3 */
  color: #dd0055;
  white-space: nowrap;
}
/*
 * Emphasize
 */
em {
  color: #dd0055;
}
/*
 * Insert
 */
ins {
  background: #ffffaa;
  color: #444444;
  text-decoration: none;
}
/*
 * Mark
 * Note: Addresses styling not present in IE 8/9.
 */
mark {
  background: #ffffaa;
  color: #444444;
}
/*
 * 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-weight: normal;
  //color: #444444;
  text-transform: none;
}
/*
 * Margins
 */
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
  margin-top: 25px;
}
/*
 * Sizes
 */
h1,
.uk-h1 {
  font-size: 36px;
  line-height: 42px;
}
h2,
.uk-h2 {
  font-size: 24px;
  line-height: 30px;
}
h3,
.uk-h3 {
  font-size: 18px;
  line-height: 24px;
}
h4,
.uk-h4 {
  font-size: 16px;
  line-height: 22px;
}
h5,
.uk-h5 {
  font-size: 14px;
  line-height: 20px;
}
h6,
.uk-h6 {
  font-size: 12px;
  line-height: 18px;
}
/* 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 #dddddd;
}
/* Address
 ========================================================================== */
address {
  font-style: normal;
}
/* Blockquotes
 ========================================================================== */
blockquote {
  padding-left: 15px;
  border-left: 5px solid #dddddd;
  font-size: 16px;
  line-height: 22px;
  font-style: italic;
}
/* Preformatted text
 ========================================================================== */
/*
 * 1. Contain overflow in all browsers.
 */
pre {
  padding: 10px;
  background: #f5f5f5;
  font: 12px / 18px Consolas, monospace, serif;
  color: #444444;
  -moz-tab-size: 4;
  tab-size: 4;
  /* 1 */
  overflow: auto;
}
/* Selection pseudo-element 
 ========================================================================== */
::-moz-selection {
  background: #3399ff;
  color: #ffffff;
  text-shadow: none;
}
::selection {
  background: #3399ff;
  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;
  }
}
/* ========================================================================
   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 -25px;
  /* 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: 25px;
  /* 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: 25px;
}
/*
 * 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: 25px;
}
/*
 * Vertical gutter for panels
 */
.uk-grid > * > .uk-panel + .uk-panel {
  margin-top: 25px;
}
/*
 * Larger gutter for large screens
 */
/* Large screen and bigger */
@media (min-width: 1220px) {
  /* Horizontal gutter */
  .uk-grid:not(.uk-grid-preserve) {
    margin-left: -35px;
  }
  .uk-grid:not(.uk-grid-preserve) > * {
    padding-left: 35px;
  }
  /* Vertical gutter */
  .uk-grid:not(.uk-grid-preserve) + .uk-grid {
    margin-top: 35px;
  }
  .uk-grid:not(.uk-grid-preserve) > .uk-grid-margin {
    margin-top: 35px;
  }
  /* Vertical gutter for panels */
  .uk-grid:not(.uk-grid-preserve) > * > .uk-panel + .uk-panel {
    margin-top: 35px;
  }
}
/*
 * 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: -25px;
  margin-right: -25px;
}
.uk-grid-divider > * {
  padding-left: 25px;
  padding-right: 25px;
}
.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 #dddddd;
}
/* 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 #dddddd;
  }
}
/* 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 #dddddd;
  }
}
/* Custom - Missing from 2.0 */
@media (min-width: 1200px) {
    .uk-grid-divider > [class*='uk-width-xlarge-']:not(.uk-width-xlarge-1-1):nth-child(n+2) {
        border-left: 1px solid #dddddd;
    }
}
/* Large screen and bigger */
@media (min-width: 1220px) {
  /*
     * Large gutter
     */
  .uk-grid-divider:not(.uk-grid-preserve):not(:empty) {
    margin-left: -35px;
    margin-right: -35px;
  }
  .uk-grid-divider:not(.uk-grid-preserve) > * {
    padding-left: 35px;
    padding-right: 35px;
  }
  .uk-grid-divider:not(.uk-grid-preserve):empty {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
/*
 * Vertical divider
 */
.uk-grid-divider:empty {
  margin-top: 25px;
  margin-bottom: 25px;
  border-top: 1px solid #dddddd;
}
/* 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-1 > * {
    width: 100%;
  }
  .uk-grid-width-small-1-2 > * {
    width: 50%;
  }
  .uk-grid-width-small-1-3 > * {
    width: 33.333%;
  }
  .uk-grid-width-small-1-4 > * {
    width: 25%;
  }
  .uk-grid-width-small-1-5 > * {
    width: 20%;
  }
  .uk-grid-width-small-1-6 > * {
    width: 16.666%;
  }
  .uk-grid-width-small-1-10 > * {
    width: 10%;
  }
}
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-grid-width-medium-1-1 > * {
    width: 100%;
  }
  .uk-grid-width-medium-1-2 > * {
    width: 50%;
  }
  .uk-grid-width-medium-1-3 > * {
    width: 33.333%;
  }
  .uk-grid-width-medium-1-4 > * {
    width: 25%;
  }
  .uk-grid-width-medium-1-5 > * {
    width: 20%;
  }
  .uk-grid-width-medium-1-6 > * {
    width: 16.666%;
  }
  .uk-grid-width-medium-1-10 > * {
    width: 10%;
  }
}
/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-grid-width-large-1-1 > * {
    width: 100%;
  }
  .uk-grid-width-large-1-2 > * {
    width: 50%;
  }
  .uk-grid-width-large-1-3 > * {
    width: 33.333%;
  }
  .uk-grid-width-large-1-4 > * {
    width: 25%;
  }
  .uk-grid-width-large-1-5 > * {
    width: 20%;
  }
  .uk-grid-width-large-1-6 > * {
    width: 16.666%;
  }
  .uk-grid-width-large-1-10 > * {
    width: 10%;
  }
}
/* Large screen and bigger */
@media (min-width: 1220px) {
  .uk-grid-width-xlarge-1-1 > * {
    width: 100%;
  }
  .uk-grid-width-xlarge-1-2 > * {
    width: 50%;
  }
  .uk-grid-width-xlarge-1-3 > * {
    width: 33.333%;
  }
  .uk-grid-width-xlarge-1-4 > * {
    width: 25%;
  }
  .uk-grid-width-xlarge-1-5 > * {
    width: 20%;
  }
  .uk-grid-width-xlarge-1-6 > * {
    width: 16.666%;
  }
  .uk-grid-width-xlarge-1-10 > * {
    width: 10%;
  }
}
/* 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: 1200px) {
    /* Whole */
    .uk-width-xlarge-1-1 {
        width: 100%;
    }
    /* Halves */
    .uk-width-xlarge-1-2,
    .uk-width-xlarge-2-4,
    .uk-width-xlarge-3-6,
    .uk-width-xlarge-5-10 {
        width: 50%;
    }
    /* Thirds */
    .uk-width-xlarge-1-3,
    .uk-width-xlarge-2-6 {
        width: 33.333%;
    }

    .uk-width-xlarge-2-3,
    .uk-width-xlarge-4-6 {
        width: 66.666%;
    }
    /* Quarters */
    .uk-width-xlarge-1-4 {
        width: 25%;
    }

    .uk-width-xlarge-3-4 {
        width: 75%;
    }
    /* Fifths */
    .uk-width-xlarge-1-5,
    .uk-width-xlarge-2-10 {
        width: 20%;
    }

    .uk-width-xlarge-2-5,
    .uk-width-xlarge-4-10 {
        width: 40%;
    }

    .uk-width-xlarge-3-5,
    .uk-width-xlarge-6-10 {
        width: 60%;
    }

    .uk-width-xlarge-4-5,
    .uk-width-xlarge-8-10 {
        width: 80%;
    }
    /* Sixths */
    .uk-width-xlarge-1-6 {
        width: 16.666%;
    }

    .uk-width-xlarge-5-6 {
        width: 83.333%;
    }
    /* Tenths */
    .uk-width-xlarge-1-10 {
        width: 10%;
    }

    .uk-width-xlarge-3-10 {
        width: 30%;
    }

    .uk-width-xlarge-7-10 {
        width: 70%;
    }

    .uk-width-xlarge-9-10 {
        width: 90%;
    }
}
/* 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%;
  }
}
/* ========================================================================
   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;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  text-transform: none;
  color: #444444;
}
/* Sub-object: `uk-panel-badge`
 ========================================================================== */
.uk-panel-badge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
/* Modifier: `uk-panel-box`
 ========================================================================== */
.uk-panel-box {
  padding: 15px;
  background: #f5f5f5;
  color: #444444;
}
.uk-panel-box .uk-panel-title {
  color: #444444;
}
.uk-panel-box .uk-panel-badge {
  top: 10px;
  right: 10px;
}
.uk-panel-box .uk-panel-teaser {
  margin: -15px -15px 15px -15px;
}
/*
 * Nav in panel
 */
.uk-panel-box > .uk-nav-side {
  margin: 0 -15px;
}
/*
 * Sub-modifier: `uk-panel-box-primary`
 */
.uk-panel-box-primary {
  background-color: #ebf7fd;
  color: #2d7091;
}
.uk-panel-box-primary .uk-panel-title {
  color: #2d7091;
}
/*
 * Sub-modifier: `uk-panel-box-secondary`
 */
.uk-panel-box-secondary {
  background-color: #eeeeee;
  color: #444444;
}
.uk-panel-box-secondary .uk-panel-title {
  color: #444444;
}
/* Modifier: `uk-panel-header`
 ========================================================================== */
.uk-panel-header .uk-panel-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
  color: #444444;
}
/* Modifier: `uk-panel-space`
 ========================================================================== */
.uk-panel-space {
  padding: 30px;
}
.uk-panel-space .uk-panel-badge {
  top: 30px;
  right: 30px;
}
/* Modifier: `uk-panel-divider`
 ========================================================================== */
.uk-panel + .uk-panel-divider {
  margin-top: 50px !important;
}
.uk-panel + .uk-panel-divider:before {
  content: "";
  display: block;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  border-top: 1px solid #dddddd;
}
/* Large screen and bigger */
@media (min-width: 1220px) {
  .uk-panel + .uk-panel-divider {
    margin-top: 70px !important;
  }
  .uk-panel + .uk-panel-divider:before {
    top: -35px;
  }
}
/* ========================================================================
   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: 25px;
}
/* Sub-object `uk-article-title`
 ========================================================================== */
.uk-article-title {
  font-size: 36px;
  line-height: 42px;
  font-weight: normal;
  text-transform: none;
}
.uk-article-title a {
  color: inherit;
  text-decoration: none;
}
/* Sub-object `uk-article-meta`
 ========================================================================== */
.uk-article-meta {
  font-size: 12px;
  line-height: 18px;
  color: #999999;
}
/* Sub-object `uk-article-lead`
 ========================================================================== */
.uk-article-lead {
  color: #444444;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
}
/* Sub-object `uk-article-divider`
 ========================================================================== */
.uk-article-divider {
  margin-bottom: 25px;
  border-color: #dddddd;
}
* + .uk-article-divider {
  margin-top: 25px;
}
/* ========================================================================
   Component: Comment
 ========================================================================== */
/* Sub-object `uk-comment-header`
 ========================================================================== */
.uk-comment-header {
  margin-bottom: 15px;
}
/*
 * 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: 16px;
  line-height: 22px;
}
/* Sub-object `uk-comment-meta`
 ========================================================================== */
.uk-comment-meta {
  margin: 2px 0 0 0;
  font-size: 11px;
  line-height: 16px;
  color: #999999;
}
/* 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: 15px 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: 15px;
}
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-comment-list .uk-comment + ul {
    padding-left: 100px;
  }
}
/* Modifier `uk-comment-primary`
 ========================================================================== */
/* ========================================================================
   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: 5px 15px;
}
/*
 * Nested items
 */
.uk-nav ul {
  padding-left: 15px;
}
.uk-nav ul a {
  padding: 2px 0;
}
/*
 * Item subtitle
 */
.uk-nav li > a > div {
  font-size: 12px;
  line-height: 18px;
}
/* Sub-object: `uk-nav-header`
 ========================================================================== */
.uk-nav-header {
  padding: 5px 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}
.uk-nav-header:not(:first-child) {
  margin-top: 15px;
}
/* Sub-object: `uk-nav-divider`
 ========================================================================== */
.uk-nav-divider {
  margin: 9px 15px;
}
/* Sub-object: `uk-nav-sub`
 ========================================================================== */
/*
 * `ul` needed for higher specificity to override padding
 */
ul.uk-nav-sub {
  padding: 5px 0 5px 15px;
}
/* Modifier: `uk-nav-parent-icon`
 ========================================================================== */
.uk-nav-parent-icon > .uk-parent > a:after {
  content: "\f104";
  width: 20px;
  margin-right: -10px;
  float: right;
  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: #444444;
}
/*
 * 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.05);
  color: #444444;
  /* 2 */
  outline: none;
}
/* Active */
.uk-nav-side > li.uk-active > a {
  background: #00a8e6;
  color: #ffffff;
}
/*
 * Sub-object: `uk-nav-header`
 */
.uk-nav-side .uk-nav-header {
  color: #444444;
}
/*
 * Sub-object: `uk-nav-divider`
 */
.uk-nav-side .uk-nav-divider {
  border-top: 1px solid #dddddd;
}
/*
 * Nested items
 */
.uk-nav-side ul a {
  color: #0077dd;
}
.uk-nav-side ul a:hover {
  color: #005599;
}
/* Modifier `uk-nav-dropdown`
 ========================================================================== */
/*
 * Items
 */
.uk-nav-dropdown > li > a {
  color: #444444;
}
/*
 * 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: #00a8e6;
  color: #ffffff;
  /* 2 */
  outline: none;
}
/*
 * Sub-object: `uk-nav-header`
 */
.uk-nav-dropdown .uk-nav-header {
  color: #999999;
}
/*
 * Sub-object: `uk-nav-divider`
 */
.uk-nav-dropdown .uk-nav-divider {
  border-top: 1px solid #dddddd;
}
/*
 * Nested items
 */
.uk-nav-dropdown ul a {
  color: #0077dd;
}
.uk-nav-dropdown ul a:hover {
  color: #005599;
}
/* Modifier `uk-nav-navbar`
 ========================================================================== */
/*
 * Items
 */
.uk-nav-navbar > li > a {
  color: #444444;
}
/*
 * 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: #00a8e6;
  color: #ffffff;
  /* 2 */
  outline: none;
}
/*
 * Sub-object: `uk-nav-header`
 */
.uk-nav-navbar .uk-nav-header {
  color: #999999;
}
/*
 * Sub-object: `uk-nav-divider`
 */
.uk-nav-navbar .uk-nav-divider {
  border-top: 1px solid #dddddd;
}
/*
 * Nested items
 */
.uk-nav-navbar ul a {
  color: #0077dd;
}
.uk-nav-navbar ul a:hover {
  color: #005599;
}
/* Modifier `uk-nav-offcanvas`
 ========================================================================== */
/*
 * Items
 */
.uk-nav-offcanvas > li > a {
  color: #cccccc;
  padding: 10px 15px;
}
/*
 * 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: #404040;
  color: #ffffff;
  /* 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: #1a1a1a;
  color: #ffffff;
}
/*
 * Sub-object: `uk-nav-header`
 */
.uk-nav-offcanvas .uk-nav-header {
  color: #777777;
}
/*
 * Sub-object: `uk-nav-divider`
 */
.uk-nav-offcanvas .uk-nav-divider {
  border-top: 1px solid #1a1a1a;
}
/*
 * Nested items
 * No hover on touch devices because it behaves buggy in fixed offcanvas
 */
.uk-nav-offcanvas ul a {
  color: #cccccc;
}
html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
  color: #ffffff;
}
/* ========================================================================
   Component: Navbar
 ========================================================================== */
.uk-navbar {
  background: #eeeeee;
  color: #444444;
}
/*
 * 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;
}
/*
 * 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: 40px;
  padding: 0 15px;
  line-height: 40px;
  /* 2 */
  color: #444444;
  font-size: 14px;
  font-weight: normal;
}
/* 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 {
  background-color: #f5f5f5;
  color: #444444;
  /* 3 */
  outline: none;
}
/* OnClick */
.uk-navbar-nav > li > a:active {
  background-color: #dddddd;
  color: #444444;
}
/* Active */
.uk-navbar-nav > li.uk-active > a {
  background-color: #f5f5f5;
  color: #444444;
}
/* Sub-objects: `uk-navbar-nav-subtitle`
 ========================================================================== */
.uk-navbar-nav .uk-navbar-nav-subtitle {
  line-height: 28px;
}
.uk-navbar-nav-subtitle > div {
  margin-top: -6px;
  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: 40px;
  padding: 0 15px;
  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: #0077dd;
}
.uk-navbar-content > a:not([class]):hover {
  color: #005599;
}
/* Sub-objects: `uk-navbar-brand`
 ========================================================================== */
.uk-navbar-brand {
  font-size: 18px;
  color: #444444;
  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: #444444;
  text-decoration: none;
  /* 2 */
  outline: none;
}
/* Sub-object: `uk-navbar-toggle`
 ========================================================================== */
.uk-navbar-toggle {
  font-size: 18px;
  color: #444444;
  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: #444444;
  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;
}
/* ========================================================================
   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: #0077dd;
}
.uk-subnav > li > a:hover {
  color: #005599;
}
/*
 * Active
 */
/*
 * Disabled
 */
.uk-subnav > li > span {
  color: #999999;
}
/* 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 #dddddd;
}
/* 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: #eeeeee;
  color: #444444;
  /* 2 */
  outline: none;
}
/*
 * Active
 * `li` needed for higher specificity to override hover
 */
.uk-subnav-pill > li.uk-active > a {
  background: #00a8e6;
  color: #ffffff;
}
/* ========================================================================
   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: "/";
  display: inline-block;
  margin: 0 8px;
}
/*
 * Disabled
 */
.uk-breadcrumb > li:not(.uk-active) > span {
  color: #999999;
}
/* ========================================================================
   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: 3px 5px;
  line-height: 20px;
  text-decoration: none;
  /* 1 */
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
  text-align: center;
}
/*
 * Links
 */
.uk-pagination > li > a {
  background: #eeeeee;
  color: #444444;
}
/*
 * 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: #f5f5f5;
  color: #444444;
  /* 2 */
  outline: none;
}
/* OnClick */
.uk-pagination > li > a:active {
  background-color: #dddddd;
  color: #444444;
}
/*
 * Active
 */
.uk-pagination > .uk-active > span {
  background: #00a8e6;
  color: #ffffff;
}
/*
 * Disabled
 */
.uk-pagination > .uk-disabled > span {
  background-color: #f5f5f5;
  color: #999999;
}
/* 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: Tab
 ========================================================================== */
.uk-tab {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #dddddd;
}
/*
 * Micro clearfix on the deepest container
 */
.uk-tab:before,
.uk-tab:after {
  content: " ";
  display: table;
}
.uk-tab:after {
  clear: both;
}
/*
 * Items
 * 1. Create position context for dropdowns
 */
.uk-tab > li {
  margin-bottom: -1px;
  float: left;
  /* 1 */
  position: relative;
}
.uk-tab > li > a {
  display: block;
  padding: 8px 12px 8px 12px;
  border: 1px solid transparent;
  border-bottom-width: 0;
  color: #0077dd;
  text-decoration: none;
}
.uk-tab > li:nth-child(n+2) > a {
  margin-left: 5px;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Also apply if dropdown is opened
 * 3. Remove default focus style
 */
.uk-tab > li > a:hover,
.uk-tab > li > a:focus,
.uk-tab > li.uk-open > a {
  border-color: #f5f5f5;
  background: #f5f5f5;
  color: #005599;
  /* 2 */
  outline: none;
}
.uk-tab > li:not(.uk-active) > a:hover,
.uk-tab > li:not(.uk-active) > a:focus,
.uk-tab > li.uk-open:not(.uk-active) > a {
  margin-bottom: 1px;
  padding-bottom: 7px;
}
/* Active */
.uk-tab > li.uk-active > a {
  border-color: #dddddd;
  border-bottom-color: transparent;
  background: #ffffff;
  color: #444444;
}
/* Disabled */
.uk-tab > li.uk-disabled > a {
  color: #999999;
  cursor: auto;
}
.uk-tab > li.uk-disabled > a:hover,
.uk-tab > li.uk-disabled > a:focus,
.uk-tab > li.uk-disabled.uk-active > a {
  background: none;
  border-color: transparent;
}
/* Modifier: 'tab-flip'
 ========================================================================== */
.uk-tab-flip > li {
  float: right;
}
.uk-tab-flip > li:nth-child(n+2) > a {
  margin-left: 0;
  margin-right: 5px;
}
/* Modifier: 'tab-responsive'
 ========================================================================== */
.uk-tab > li.uk-tab-responsive > a {
  margin-left: 0;
  margin-right: 0;
}
/*
 * Icon
 */
.uk-tab-responsive > a:before {
  content: "\f0c9\00a0";
  font-family: FontAwesome;
}
/* Modifier: 'tab-center'
 ========================================================================== */
.uk-tab-center {
  border-bottom: 1px solid #dddddd;
}
.uk-tab-center-bottom {
  border-bottom: none;
  border-top: 1px solid #dddddd;
}
.uk-tab-center:before,
.uk-tab-center:after {
  content: " ";
  display: table;
}
.uk-tab-center:after {
  clear: both;
}
/*
 * 1. Using `right` to prevent vertical scrollbar caused by centering if to many tabs
 */
.uk-tab-center .uk-tab {
  position: relative;
  right: 50%;
  border: none;
  float: right;
}
.uk-tab-center .uk-tab > li {
  position: relative;
  right: -50%;
}
.uk-tab-center .uk-tab > li > a {
  text-align: center;
}
/* Modifier: 'tab-bottom'
 ========================================================================== */
.uk-tab-bottom {
  border-top: 1px solid #dddddd;
  border-bottom: none;
}
.uk-tab-bottom > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.uk-tab-bottom > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom-width: 1px;
  border-top-width: 0;
}
.uk-tab-bottom > li:not(.uk-active) > a:hover,
.uk-tab-bottom > li:not(.uk-active) > a:focus,
.uk-tab-bottom > li.uk-open:not(.uk-active) > a {
  margin-bottom: 0;
  margin-top: 1px;
  padding-bottom: 8px;
  padding-top: 7px;
}
.uk-tab-bottom > li.uk-active > a {
  border-top-color: transparent;
  border-bottom-color: #dddddd;
}
/* Modifier: 'tab-grid'
 ========================================================================== */
/*
 * 1. Create position context to prevent hidden border because of negative `z-index`
 */
.uk-tab-grid {
  margin-left: -5px;
  border-bottom: none;
  /* 1 */
  position: relative;
  z-index: 0;
}
.uk-tab-grid:before {
  display: block;
  position: absolute;
  left: 5px;
  right: 0;
  bottom: -1px;
  border-top: 1px solid #dddddd;
  /* 1 */
  z-index: -1;
}
.uk-tab-grid > li:first-child > a {
  margin-left: 5px;
}
.uk-tab-grid > li > a {
  text-align: center;
}
/*
 * If `uk-tab-bottom`
 */
.uk-tab-grid.uk-tab-bottom {
  border-top: none;
}
.uk-tab-grid.uk-tab-bottom:before {
  top: -1px;
  bottom: auto;
}
/* Modifier: 'tab-left', 'tab-right'
 ========================================================================== */
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-tab-left,
  .uk-tab-right {
    border-bottom: none;
  }
  .uk-tab-left > li,
  .uk-tab-right > li {
    margin-bottom: 0;
    float: none;
  }
  .uk-tab-left > li > a,
  .uk-tab-right > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .uk-tab-left > li:nth-child(n+2) > a,
  .uk-tab-right > li:nth-child(n+2) > a {
    margin-left: 0;
    margin-top: 5px;
  }
  .uk-tab-left > li.uk-active > a,
  .uk-tab-right > li.uk-active > a {
    border-color: #dddddd;
  }
  /*
     * Modifier: 'tab-left'
     */
  .uk-tab-left {
    border-right: 1px solid #dddddd;
  }
  .uk-tab-left > li {
    margin-right: -1px;
  }
  .uk-tab-left > li > a {
    border-bottom-width: 1px;
    border-right-width: 0;
  }
  .uk-tab-left > li:not(.uk-active) > a:hover,
  .uk-tab-left > li:not(.uk-active) > a:focus {
    margin-bottom: 0;
    margin-right: 1px;
    padding-bottom: 8px;
    padding-right: 11px;
  }
  .uk-tab-left > li.uk-active > a {
    border-right-color: transparent;
  }
  /*
     * Modifier: 'tab-right'
     */
  .uk-tab-right {
    border-left: 1px solid #dddddd;
  }
  .uk-tab-right > li {
    margin-left: -1px;
  }
  .uk-tab-right > li > a {
    border-bottom-width: 1px;
    border-left-width: 0;
  }
  .uk-tab-right > li:not(.uk-active) > a:hover,
  .uk-tab-right > li:not(.uk-active) > a:focus {
    margin-bottom: 0;
    margin-left: 1px;
    padding-bottom: 8px;
    padding-left: 11px;
  }
  .uk-tab-right > li.uk-active > a {
    border-left-color: transparent;
  }
}
/* ========================================================================
   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 #dddddd;
}
/* Modifier: `uk-list-striped`
 ========================================================================== */
.uk-list-striped > li {
  padding: 5px 5px;
}
.uk-list-striped > li:nth-of-type(odd) {
  background: #f5f5f5;
}
/* 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 #dddddd;
}
.uk-description-list-line > dd {
  color: #999999;
}
/* ========================================================================
   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: 12px;
  font-style: italic;
}
.uk-table caption {
  text-align: left;
  color: #999999;
}
/* 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: #f5f5f5;
}
/* Modifier: `uk-table-condensed`
 ========================================================================== */
.uk-table-condensed td {
  padding: 4px 8px;
}
/* Modifier: `uk-table-hover`
 ========================================================================== */
.uk-table-hover tbody tr:hover {
  background: #eeeeee;
}
/* ========================================================================
   Component: Form
 ========================================================================== */
/*
 * 1. Define consistent box sizing.
 *    Default is `content-box` with following exceptions set to `border-box`
 *    `button`, `select`, `input[type="checkbox"]` and `input[type="radio"]`
 *    `input[type="search"]` in Chrome, Safari and Opera
 *    `input[type="color"]` in Firefox
 * 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.
 */
.uk-form input,
.uk-form select,
.uk-form textarea {
  /* 1 */
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 2 */
  margin: 0;
  /* 3 */
  border-radius: 0;
  /* 4 */
  font: inherit;
  color: inherit;
}
/*
 * Address inconsistent `text-transform` inheritance which is only inherit in Firefox
 */
.uk-form select {
  text-transform: none;
}
/*
 * 1. Correct `font` properties not being inherited.
 * 2. Don't inherit the `font-weight` and use `bold` instead.
 * NOTE: Both declarations don't work in Chrome, Safari and Opera.
 */
.uk-form optgroup {
  /* 1 */
  font: inherit;
  /* 2 */
  font-weight: bold;
}
/*
 * Removes inner padding and border in Firefox 4+.
 */
.uk-form input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * Removes excess padding in IE 8/9/10.
 */
.uk-form input[type="checkbox"],
.uk-form input[type="radio"] {
  padding: 0;
}
/*
 * Improves consistency of cursor style for clickable elements
 */
.uk-form input[type="checkbox"]:not(:disabled),
.uk-form input[type="radio"]:not(:disabled) {
  cursor: pointer;
}
/*
 * Remove default style in iOS.
 */
.uk-form textarea,
.uk-form input:not([type]),
.uk-form input[type="text"],
.uk-form input[type="password"],
.uk-form input[type="email"],
.uk-form input[type="url"],
.uk-form input[type="search"],
.uk-form input[type="tel"],
.uk-form input[type="number"],
.uk-form input[type="datetime"] {
  -webkit-appearance: none;
}
/*
 * Remove inner padding and search cancel button in Chrome, Safari and Opera on OS X.
 */
.uk-form input[type="search"]::-webkit-search-cancel-button,
.uk-form input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
.uk-form input[type="number"]::-webkit-inner-spin-button,
.uk-form input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/*
 * Define consistent border, margin, and padding.
 */
.uk-form fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
/*
 * 1. Remove default vertical scrollbar in IE 8/9/10/11.
 * 2. Improve readability and alignment in all browsers.
 */
.uk-form textarea {
  /* 1 */
  overflow: auto;
  /* 2 */
  vertical-align: top;
}
/*
 * Removes placeholder transparency in Firefox.
 */
.uk-form ::-moz-placeholder {
  opacity: 1;
}
/*
 * Removes `box-shadow` for invalid controls in Firefox.
 */
.uk-form :invalid {
  box-shadow: none;
}
/*
 * Vertical alignment
 */
.uk-form input:not([type="radio"]):not([type="checkbox"]),
.uk-form select {
  vertical-align: middle;
}
/* Style
 ========================================================================== */
/*
 * Remove margin from the last-child
 */
.uk-form > :last-child {
  margin-bottom: 0;
}
/*
 * Controls
 * Except for `range`, `radio`, `checkbox`, `file`, `submit`, `reset`, `button` and `image`
 * 1. Must be `height` because `min-height` is not working in OSX
 * 2. Responsiveness: Sets a maximum width relative to the parent to scale on narrower viewports
 * 3. Vertical `padding` needed for `select` elements in Firefox
 * 4. Style
 */
.uk-form select,
.uk-form textarea,
.uk-form input:not([type]),
.uk-form input[type="text"],
.uk-form input[type="password"],
.uk-form input[type="datetime"],
.uk-form input[type="datetime-local"],
.uk-form input[type="date"],
.uk-form input[type="month"],
.uk-form input[type="time"],
.uk-form input[type="week"],
.uk-form input[type="number"],
.uk-form input[type="email"],
.uk-form input[type="url"],
.uk-form input[type="search"],
.uk-form input[type="tel"],
.uk-form input[type="color"] {
  /* 1 */
  height: 30px;
  /* 2 */
  max-width: 100%;
  /* 3 */
  padding: 4px 6px;
  /* 4 */
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #444444;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.uk-form select:focus,
.uk-form textarea:focus,
.uk-form input:not([type]):focus,
.uk-form input[type="text"]:focus,
.uk-form input[type="password"]:focus,
.uk-form input[type="datetime"]:focus,
.uk-form input[type="datetime-local"]:focus,
.uk-form input[type="date"]:focus,
.uk-form input[type="month"]:focus,
.uk-form input[type="time"]:focus,
.uk-form input[type="week"]:focus,
.uk-form input[type="number"]:focus,
.uk-form input[type="email"]:focus,
.uk-form input[type="url"]:focus,
.uk-form input[type="search"]:focus,
.uk-form input[type="tel"]:focus,
.uk-form input[type="color"]:focus {
  border-color: #99baca;
  outline: 0;
  background: #f5fbfe;
  color: #444444;
}
.uk-form select:disabled,
.uk-form textarea:disabled,
.uk-form input:not([type]):disabled,
.uk-form input[type="text"]:disabled,
.uk-form input[type="password"]:disabled,
.uk-form input[type="datetime"]:disabled,
.uk-form input[type="datetime-local"]:disabled,
.uk-form input[type="date"]:disabled,
.uk-form input[type="month"]:disabled,
.uk-form input[type="time"]:disabled,
.uk-form input[type="week"]:disabled,
.uk-form input[type="number"]:disabled,
.uk-form input[type="email"]:disabled,
.uk-form input[type="url"]:disabled,
.uk-form input[type="search"]:disabled,
.uk-form input[type="tel"]:disabled,
.uk-form input[type="color"]:disabled {
  border-color: #dddddd;
  background-color: #f5f5f5;
  color: #999999;
}
/*
 * Placeholder
 */
.uk-form :-ms-input-placeholder {
  color: #999999 !important;
}
.uk-form ::-moz-placeholder {
  color: #999999;
}
.uk-form ::-webkit-input-placeholder {
  color: #999999;
}
.uk-form :disabled:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-form :disabled::-moz-placeholder {
  color: #999999;
}
.uk-form :disabled::-webkit-input-placeholder {
  color: #999999;
}
/*
 * Legend
 * 1. Behave like block element
 * 2. Correct `color` not being inherited in IE 8/9/10/11.
 * 3. Remove padding
 * 4. `margin-bottom` is not working in Safari and Opera.
 *    Using `padding` and :after instead to create the border
 * 5. Style
 */
.uk-form legend {
  /* 1 */
  width: 100%;
  /* 2 */
  border: 0;
  /* 3 */
  padding: 0;
  /* 4 */
  padding-bottom: 15px;
  /* 5 */
  font-size: 18px;
  line-height: 30px;
}
/* 4 */
.uk-form legend:after {
  content: "";
  display: block;
  border-bottom: 1px solid #dddddd;
}
/* Size modifiers
 * Higher specificity needed to override defaults
 ========================================================================== */
select.uk-form-small,
textarea.uk-form-small,
input[type].uk-form-small,
input:not([type]).uk-form-small {
  height: 25px;
  padding: 3px 3px;
  font-size: 12px;
}
select.uk-form-large,
textarea.uk-form-large,
input[type].uk-form-large,
input:not([type]).uk-form-large {
  height: 40px;
  padding: 8px 6px;
  font-size: 16px;
}
/* Reset height
 * Must be after size modifiers
 ========================================================================== */
.uk-form textarea,
.uk-form select[multiple],
.uk-form select[size] {
  height: auto;
}
/* Validation states
 * Using !important to keep the selector simple
 ========================================================================== */
/*
 * Error state
 */
.uk-form-danger {
  border-color: #dc8d99 !important;
  background: #fff7f8 !important;
  color: #c91032 !important;
}
/*
 * Success state
 */
.uk-form-success {
  border-color: #8ec73b !important;
  background: #fafff2 !important;
  color: #539022 !important;
}
/* Style modifiers
 * Using !important to keep the selector simple
 ========================================================================== */
/*
 * Blank form
 */
.uk-form-blank {
  border-color: transparent !important;
  border-style: dashed !important;
  background: none !important;
}
.uk-form-blank:focus {
  border-color: #dddddd !important;
}
/* Size sub-modifiers
 ========================================================================== */
/*
 * Fixed widths
 * Different widths for mini sized `input` and `select` elements
 */
input.uk-form-width-mini {
  width: 40px;
}
select.uk-form-width-mini {
  width: 65px;
}
.uk-form-width-small {
  width: 130px;
}
.uk-form-width-medium {
  width: 200px;
}
.uk-form-width-large {
  width: 500px;
}
/* Sub-objects: `uk-form-row`
 * Groups labels and controls in rows
 ========================================================================== */
/*
 * Micro clearfix
 * Needed for `uk-form-horizontal` modifier
 */
.uk-form-row:before,
.uk-form-row:after {
  content: " ";
  display: table;
}
.uk-form-row:after {
  clear: both;
}
/*
 * Vertical gutter
 */
.uk-form-row + .uk-form-row {
  margin-top: 15px;
}
/* Help text
 * Sub-object: `uk-form-help-inline`, `uk-form-help-block`
 ========================================================================== */
.uk-form-help-inline {
  display: inline-block;
  margin: 0 0 0 10px;
}
.uk-form-help-block {
  margin: 5px 0 0 0;
}
/* Controls content
 * Sub-object: `uk-form-controls`, `uk-form-controls-condensed`
 ========================================================================== */
/*
 * Remove margins
 */
.uk-form-controls > :first-child {
  margin-top: 0;
}
.uk-form-controls > :last-child {
  margin-bottom: 0;
}
/*
 * Group controls and text into blocks with a small spacing between blocks
 */
.uk-form-controls-condensed {
  margin: 5px 0;
}
/* Modifier: `uk-form-stacked`
 * Requires sub-object: `uk-form-label`
 ========================================================================== */
.uk-form-stacked .uk-form-label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
/* Modifier: `uk-form-horizontal`
 * Requires sub-objects: `uk-form-label`, `uk-form-controls`
 ========================================================================== */
/* Tablet portrait and smaller */
@media (max-width: 959px) {
  /* Behave like `uk-form-stacked` */
  .uk-form-horizontal .uk-form-label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
  }
}
/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-form-horizontal .uk-form-label {
    width: 200px;
    margin-top: 5px;
    float: left;
  }
  .uk-form-horizontal .uk-form-controls {
    margin-left: 215px;
  }
  /* Better vertical alignment if controls are checkboxes and radio buttons with text */
  .uk-form-horizontal .uk-form-controls-text {
    padding-top: 5px;
  }
}
/* Sub-object: `uk-form-icon`
 ========================================================================== */
/*
 * 1. Container width fits its content
 * 2. Create position context
 * 3. Prevent `inline-block` consequences
 */
.uk-form-icon {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
}
/*
 * 1. Make form element clickable through icon
 */
.uk-form-icon > [class*='uk-icon-'] {
  position: absolute;
  top: 50%;
  width: 30px;
  margin-top: -7px;
  font-size: 14px;
  color: #999999;
  text-align: center;
  /* 1 */
  pointer-events: none;
}
.uk-form-icon:not(.uk-form-icon-flip) > input {
  padding-left: 30px !important;
}
/*
 * Sub-modifier: `uk-form-icon-flip`
 */
.uk-form-icon-flip > [class*='uk-icon-'] {
  right: 0;
}
.uk-form-icon-flip > input {
  padding-right: 30px !important;
}
/* ========================================================================
   Component: Button
 ========================================================================== */
/*
 * Removes inner padding and border in Firefox 4+.
 */
.uk-button::-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. Style
 * 8. `line-height` is used to create a height
 * 9. `min-height` is necessary for `input` elements in Firefox and Opera because `line-height` is not working.
 * 10. Reset button group whitespace hack
 * 11. Required for `a`.
 */
.uk-button {
  /* 1 */
  -webkit-appearance: none;
  /* 2 */
  margin: 0;
  /* 3 */
  border: none;
  /* 4 */
  overflow: visible;
  /* 5 */
  font: inherit;
  color: #444444;
  /* 6 */
  text-transform: none;
  /* 7 */
  display: inline-block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 12px;
  background: #eeeeee;
  vertical-align: middle;
  /* 8 */
  line-height: 30px;
  /* 9 */
  min-height: 30px;
  /* 10 */
  font-size: 1rem;
  /* 11 */
  text-decoration: none;
  text-align: center;
}
.uk-button:not(:disabled) {
  cursor: pointer;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 * 3. Required for `a` elements
 */
.uk-button:hover,
.uk-button:focus {
  background-color: #f5f5f5;
  color: #444444;
  /* 2 */
  outline: none;
  /* 3 */
  text-decoration: none;
}
/* Active */
.uk-button:active,
.uk-button.uk-active {
  background-color: #dddddd;
  color: #444444;
}
/* Color modifiers
 ========================================================================== */
/*
 * Modifier: `uk-button-primary`
 */
.uk-button-primary {
  background-color: #00a8e6;
  color: #ffffff;
}
/* Hover */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #35b3ee;
  color: #ffffff;
}
/* Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  background-color: #0091ca;
  color: #ffffff;
}
/*
 * Modifier: `uk-button-success`
 */
.uk-button-success {
  background-color: #8cc14c;
  color: #ffffff;
}
/* Hover */
.uk-button-success:hover,
.uk-button-success:focus {
  background-color: #8ec73b;
  color: #ffffff;
}
/* Active */
.uk-button-success:active,
.uk-button-success.uk-active {
  background-color: #72ae41;
  color: #ffffff;
}
/*
 * Modifier: `uk-button-danger`
 */
.uk-button-danger {
  background-color: #da314b;
  color: #ffffff;
}
/* Hover */
.uk-button-danger:hover,
.uk-button-danger:focus {
  background-color: #e4354f;
  color: #ffffff;
}
/* Active */
.uk-button-danger:active,
.uk-button-danger.uk-active {
  background-color: #c91032;
  color: #ffffff;
}
/* Disabled state
 * Overrides also the color modifiers
 ========================================================================== */
/* Equal for all button types */
.uk-button:disabled {
  background-color: #f5f5f5;
  color: #999999;
}
/* Modifier: `uk-button-link`
 ========================================================================== */
/* Reset */
.uk-button-link,
.uk-button-link:hover,
.uk-button-link:focus,
.uk-button-link:active,
.uk-button-link.uk-active,
.uk-button-link:disabled {
  border-color: transparent;
  background: none;
}
/* Color */
.uk-button-link {
  color: #0077dd;
}
.uk-button-link:hover,
.uk-button-link:focus,
.uk-button-link:active,
.uk-button-link.uk-active {
  color: #005599;
  text-decoration: underline;
}
.uk-button-link:disabled {
  color: #999999;
}
/* Focus */
.uk-button-link:focus {
  outline: 1px dotted;
}
/* Size modifiers
 ========================================================================== */
.uk-button-mini {
  min-height: 20px;
  padding: 0 6px;
  line-height: 20px;
  font-size: 11px;
}
.uk-button-small {
  min-height: 25px;
  padding: 0 10px;
  line-height: 25px;
  font-size: 12px;
}
.uk-button-large {
  min-height: 40px;
  padding: 0 15px;
  line-height: 40px;
  font-size: 16px;
}
/* Sub-object `uk-button-group`
 ========================================================================== */
/*
 * 1. Behave like buttons
 * 2. Create position context for dropdowns
 * 3. Remove whitespace between child elements when using `inline-block`
 * 4. Prevent buttons from wrapping
 * 5. Remove whitespace between child elements when using `inline-block`
 */
.uk-button-group {
  /* 1 */
  display: inline-block;
  vertical-align: middle;
  /* 2 */
  position: relative;
  /* 3 */
  font-size: 0.001px;
  /* 4 */
  white-space: nowrap;
}
.uk-button-group > * {
  display: inline-block;
}
/* 5 */
.uk-button-group .uk-button {
  vertical-align: top;
}
/* Sub-object: `uk-button-dropdown`
 ========================================================================== */
/*
 * 1. Behave like buttons
 * 2. Create position context for dropdowns
 */
.uk-button-dropdown {
  /* 1 */
  display: inline-block;
  vertical-align: middle;
  /* 2 */
  position: relative;
}
/* ========================================================================
   Component: Icon
 ========================================================================== */
@font-face {
  font-family: 'FontAwesome';
  src: url("../eot/fontawesome-webfont.eot");
  src: url("../eot/fontawesome-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../woff/fontawesome-webfont.woff") format("woff"), url("../ttf/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-'] {
  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;
}
/* Size modifiers
 ========================================================================== */
.uk-icon-small:before {
  font-size: 150%;
  vertical-align: -10%;
}
.uk-icon-medium:before {
  font-size: 200%;
  vertical-align: -16%;
}
.uk-icon-large:before {
  font-size: 250%;
  vertical-align: -22%;
}
/* Modifier: `uk-icon-spin`
 ========================================================================== */
.uk-icon-spin {
  display: inline-block;
  -webkit-animation: uk-rotate 2s infinite linear;
  animation: uk-rotate 2s infinite linear;
}
/* Modifier: `uk-icon-button`
 ========================================================================== */
.uk-icon-button {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background: #eeeeee;
  line-height: 35px;
  color: #444444;
  font-size: 18px;
  text-align: center;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-icon-button:hover,
.uk-icon-button:focus {
  background-color: #f5f5f5;
  color: #444444;
  text-decoration: none;
  /* 2 */
  outline: none;
}
/* Active */
.uk-icon-button:active {
  background-color: #dddddd;
  color: #444444;
}
/* Icon mapping
 ========================================================================== */
.uk-icon-glass:before {
  content: "\f000";
}
.uk-icon-music:before {
  content: "\f001";
}
.uk-icon-search:before {
  content: "\f002";
}
.uk-icon-envelope-o:before {
  content: "\f003";
}
.uk-icon-heart:before {
  content: "\f004";
}
.uk-icon-star:before {
  content: "\f005";
}
.uk-icon-star-o:before {
  content: "\f006";
}
.uk-icon-user:before {
  content: "\f007";
}
.uk-icon-film:before {
  content: "\f008";
}
.uk-icon-th-large:before {
  content: "\f009";
}
.uk-icon-th:before {
  content: "\f00a";
}
.uk-icon-th-list:before {
  content: "\f00b";
}
.uk-icon-check:before {
  content: "\f00c";
}
.uk-icon-remove:before,
.uk-icon-close:before,
.uk-icon-times:before {
  content: "\f00d";
}
.uk-icon-search-plus:before {
  content: "\f00e";
}
.uk-icon-search-minus:before {
  content: "\f010";
}
.uk-icon-power-off:before {
  content: "\f011";
}
.uk-icon-signal:before {
  content: "\f012";
}
.uk-icon-gear:before,
.uk-icon-cog:before {
  content: "\f013";
}
.uk-icon-trash-o:before {
  content: "\f014";
}
.uk-icon-home:before {
  content: "\f015";
}
.uk-icon-file-o:before {
  content: "\f016";
}
.uk-icon-clock-o:before {
  content: "\f017";
}
.uk-icon-road:before {
  content: "\f018";
}
.uk-icon-download:before {
  content: "\f019";
}
.uk-icon-arrow-circle-o-down:before {
  content: "\f01a";
}
.uk-icon-arrow-circle-o-up:before {
  content: "\f01b";
}
.uk-icon-inbox:before {
  content: "\f01c";
}
.uk-icon-play-circle-o:before {
  content: "\f01d";
}
.uk-icon-rotate-right:before,
.uk-icon-repeat:before {
  content: "\f01e";
}
.uk-icon-refresh:before {
  content: "\f021";
}
.uk-icon-list-alt:before {
  content: "\f022";
}
.uk-icon-lock:before {
  content: "\f023";
}
.uk-icon-flag:before {
  content: "\f024";
}
.uk-icon-headphones:before {
  content: "\f025";
}
.uk-icon-volume-off:before {
  content: "\f026";
}
.uk-icon-volume-down:before {
  content: "\f027";
}
.uk-icon-volume-up:before {
  content: "\f028";
}
.uk-icon-qrcode:before {
  content: "\f029";
}
.uk-icon-barcode:before {
  content: "\f02a";
}
.uk-icon-tag:before {
  content: "\f02b";
}
.uk-icon-tags:before {
  content: "\f02c";
}
.uk-icon-book:before {
  content: "\f02d";
}
.uk-icon-bookmark:before {
  content: "\f02e";
}
.uk-icon-print:before {
  content: "\f02f";
}
.uk-icon-camera:before {
  content: "\f030";
}
.uk-icon-font:before {
  content: "\f031";
}
.uk-icon-bold:before {
  content: "\f032";
}
.uk-icon-italic:before {
  content: "\f033";
}
.uk-icon-text-height:before {
  content: "\f034";
}
.uk-icon-text-width:before {
  content: "\f035";
}
.uk-icon-align-left:before {
  content: "\f036";
}
.uk-icon-align-center:before {
  content: "\f037";
}
.uk-icon-align-right:before {
  content: "\f038";
}
.uk-icon-align-justify:before {
  content: "\f039";
}
.uk-icon-list:before {
  content: "\f03a";
}
.uk-icon-dedent:before,
.uk-icon-outdent:before {
  content: "\f03b";
}
.uk-icon-indent:before {
  content: "\f03c";
}
.uk-icon-video-camera:before {
  content: "\f03d";
}
.uk-icon-photo:before,
.uk-icon-image:before,
.uk-icon-picture-o:before {
  content: "\f03e";
}
.uk-icon-pencil:before {
  content: "\f040";
}
.uk-icon-map-marker:before {
  content: "\f041";
}
.uk-icon-adjust:before {
  content: "\f042";
}
.uk-icon-tint:before {
  content: "\f043";
}
.uk-icon-edit:before,
.uk-icon-pencil-square-o:before {
  content: "\f044";
}
.uk-icon-share-square-o:before {
  content: "\f045";
}
.uk-icon-check-square-o:before {
  content: "\f046";
}
.uk-icon-arrows:before {
  content: "\f047";
}
.uk-icon-step-backward:before {
  content: "\f048";
}
.uk-icon-fast-backward:before {
  content: "\f049";
}
.uk-icon-backward:before {
  content: "\f04a";
}
.uk-icon-play:before {
  content: "\f04b";
}
.uk-icon-pause:before {
  content: "\f04c";
}
.uk-icon-stop:before {
  content: "\f04d";
}
.uk-icon-forward:before {
  content: "\f04e";
}
.uk-icon-fast-forward:before {
  content: "\f050";
}
.uk-icon-step-forward:before {
  content: "\f051";
}
.uk-icon-eject:before {
  content: "\f052";
}
.uk-icon-chevron-left:before {
  content: "\f053";
}
.uk-icon-chevron-right:before {
  content: "\f054";
}
.uk-icon-plus-circle:before {
  content: "\f055";
}
.uk-icon-minus-circle:before {
  content: "\f056";
}
.uk-icon-times-circle:before {
  content: "\f057";
}
.uk-icon-check-circle:before {
  content: "\f058";
}
.uk-icon-question-circle:before {
  content: "\f059";
}
.uk-icon-info-circle:before {
  content: "\f05a";
}
.uk-icon-crosshairs:before {
  content: "\f05b";
}
.uk-icon-times-circle-o:before {
  content: "\f05c";
}
.uk-icon-check-circle-o:before {
  content: "\f05d";
}
.uk-icon-ban:before {
  content: "\f05e";
}
.uk-icon-arrow-left:before {
  content: "\f060";
}
.uk-icon-arrow-right:before {
  content: "\f061";
}
.uk-icon-arrow-up:before {
  content: "\f062";
}
.uk-icon-arrow-down:before {
  content: "\f063";
}
.uk-icon-mail-forward:before,
.uk-icon-share:before {
  content: "\f064";
}
.uk-icon-expand:before {
  content: "\f065";
}
.uk-icon-compress:before {
  content: "\f066";
}
.uk-icon-plus:before {
  content: "\f067";
}
.uk-icon-minus:before {
  content: "\f068";
}
.uk-icon-asterisk:before {
  content: "\f069";
}
.uk-icon-exclamation-circle:before {
  content: "\f06a";
}
.uk-icon-gift:before {
  content: "\f06b";
}
.uk-icon-leaf:before {
  content: "\f06c";
}
.uk-icon-fire:before {
  content: "\f06d";
}
.uk-icon-eye:before {
  content: "\f06e";
}
.uk-icon-eye-slash:before {
  content: "\f070";
}
.uk-icon-warning:before,
.uk-icon-exclamation-triangle:before {
  content: "\f071";
}
.uk-icon-plane:before {
  content: "\f072";
}
.uk-icon-calendar:before {
  content: "\f073";
}
.uk-icon-random:before {
  content: "\f074";
}
.uk-icon-comment:before {
  content: "\f075";
}
.uk-icon-magnet:before {
  content: "\f076";
}
.uk-icon-chevron-up:before {
  content: "\f077";
}
.uk-icon-chevron-down:before {
  content: "\f078";
}
.uk-icon-retweet:before {
  content: "\f079";
}
.uk-icon-shopping-cart:before {
  content: "\f07a";
}
.uk-icon-folder:before {
  content: "\f07b";
}
.uk-icon-folder-open:before {
  content: "\f07c";
}
.uk-icon-arrows-v:before {
  content: "\f07d";
}
.uk-icon-arrows-h:before {
  content: "\f07e";
}
.uk-icon-bar-chart-o:before,
.uk-icon-bar-chart:before {
  content: "\f080";
}
.uk-icon-twitter-square:before {
  content: "\f081";
}
.uk-icon-facebook-square:before {
  content: "\f082";
}
.uk-icon-camera-retro:before {
  content: "\f083";
}
.uk-icon-key:before {
  content: "\f084";
}
.uk-icon-gears:before,
.uk-icon-cogs:before {
  content: "\f085";
}
.uk-icon-comments:before {
  content: "\f086";
}
.uk-icon-thumbs-o-up:before {
  content: "\f087";
}
.uk-icon-thumbs-o-down:before {
  content: "\f088";
}
.uk-icon-star-half:before {
  content: "\f089";
}
.uk-icon-heart-o:before {
  content: "\f08a";
}
.uk-icon-sign-out:before {
  content: "\f08b";
}
.uk-icon-linkedin-square:before {
  content: "\f08c";
}
.uk-icon-thumb-tack:before {
  content: "\f08d";
}
.uk-icon-external-link:before {
  content: "\f08e";
}
.uk-icon-sign-in:before {
  content: "\f090";
}
.uk-icon-trophy:before {
  content: "\f091";
}
.uk-icon-github-square:before {
  content: "\f092";
}
.uk-icon-upload:before {
  content: "\f093";
}
.uk-icon-lemon-o:before {
  content: "\f094";
}
.uk-icon-phone:before {
  content: "\f095";
}
.uk-icon-square-o:before {
  content: "\f096";
}
.uk-icon-bookmark-o:before {
  content: "\f097";
}
.uk-icon-phone-square:before {
  content: "\f098";
}
.uk-icon-twitter:before {
  content: "\f099";
}
.uk-icon-facebook:before {
  content: "\f09a";
}
.uk-icon-github:before {
  content: "\f09b";
}
.uk-icon-unlock:before {
  content: "\f09c";
}
.uk-icon-credit-card:before {
  content: "\f09d";
}
.uk-icon-rss:before {
  content: "\f09e";
}
.uk-icon-hdd-o:before {
  content: "\f0a0";
}
.uk-icon-bullhorn:before {
  content: "\f0a1";
}
.uk-icon-bell:before {
  content: "\f0f3";
}
.uk-icon-certificate:before {
  content: "\f0a3";
}
.uk-icon-hand-o-right:before {
  content: "\f0a4";
}
.uk-icon-hand-o-left:before {
  content: "\f0a5";
}
.uk-icon-hand-o-up:before {
  content: "\f0a6";
}
.uk-icon-hand-o-down:before {
  content: "\f0a7";
}
.uk-icon-arrow-circle-left:before {
  content: "\f0a8";
}
.uk-icon-arrow-circle-right:before {
  content: "\f0a9";
}
.uk-icon-arrow-circle-up:before {
  content: "\f0aa";
}
.uk-icon-arrow-circle-down:before {
  content: "\f0ab";
}
.uk-icon-globe:before {
  content: "\f0ac";
}
.uk-icon-wrench:before {
  content: "\f0ad";
}
.uk-icon-tasks:before {
  content: "\f0ae";
}
.uk-icon-filter:before {
  content: "\f0b0";
}
.uk-icon-briefcase:before {
  content: "\f0b1";
}
.uk-icon-arrows-alt:before {
  content: "\f0b2";
}
.uk-icon-group:before,
.uk-icon-users:before {
  content: "\f0c0";
}
.uk-icon-chain:before,
.uk-icon-link:before {
  content: "\f0c1";
}
.uk-icon-cloud:before {
  content: "\f0c2";
}
.uk-icon-flask:before {
  content: "\f0c3";
}
.uk-icon-cut:before,
.uk-icon-scissors:before {
  content: "\f0c4";
}
.uk-icon-copy:before,
.uk-icon-files-o:before {
  content: "\f0c5";
}
.uk-icon-paperclip:before {
  content: "\f0c6";
}
.uk-icon-save:before,
.uk-icon-floppy-o:before {
  content: "\f0c7";
}
.uk-icon-square:before {
  content: "\f0c8";
}
.uk-icon-navicon:before,
.uk-icon-reorder:before,
.uk-icon-bars:before {
  content: "\f0c9";
}
.uk-icon-list-ul:before {
  content: "\f0ca";
}
.uk-icon-list-ol:before {
  content: "\f0cb";
}
.uk-icon-strikethrough:before {
  content: "\f0cc";
}
.uk-icon-underline:before {
  content: "\f0cd";
}
.uk-icon-table:before {
  content: "\f0ce";
}
.uk-icon-magic:before {
  content: "\f0d0";
}
.uk-icon-truck:before {
  content: "\f0d1";
}
.uk-icon-pinterest:before {
  content: "\f0d2";
}
.uk-icon-pinterest-square:before {
  content: "\f0d3";
}
.uk-icon-google-plus-square:before {
  content: "\f0d4";
}
.uk-icon-google-plus:before {
  content: "\f0d5";
}
.uk-icon-money:before {
  content: "\f0d6";
}
.uk-icon-caret-down:before {
  content: "\f0d7";
}
.uk-icon-caret-up:before {
  content: "\f0d8";
}
.uk-icon-caret-left:before {
  content: "\f0d9";
}
.uk-icon-caret-right:before {
  content: "\f0da";
}
.uk-icon-columns:before {
  content: "\f0db";
}
.uk-icon-unsorted:before,
.uk-icon-sort:before {
  content: "\f0dc";
}
.uk-icon-sort-down:before,
.uk-icon-sort-desc:before {
  content: "\f0dd";
}
.uk-icon-sort-up:before,
.uk-icon-sort-asc:before {
  content: "\f0de";
}
.uk-icon-envelope:before {
  content: "\f0e0";
}
.uk-icon-linkedin:before {
  content: "\f0e1";
}
.uk-icon-rotate-left:before,
.uk-icon-undo:before {
  content: "\f0e2";
}
.uk-icon-legal:before,
.uk-icon-gavel:before {
  content: "\f0e3";
}
.uk-icon-dashboard:before,
.uk-icon-tachometer:before {
  content: "\f0e4";
}
.uk-icon-comment-o:before {
  content: "\f0e5";
}
.uk-icon-comments-o:before {
  content: "\f0e6";
}
.uk-icon-flash:before,
.uk-icon-bolt:before {
  content: "\f0e7";
}
.uk-icon-sitemap:before {
  content: "\f0e8";
}
.uk-icon-umbrella:before {
  content: "\f0e9";
}
.uk-icon-paste:before,
.uk-icon-clipboard:before {
  content: "\f0ea";
}
.uk-icon-lightbulb-o:before {
  content: "\f0eb";
}
.uk-icon-exchange:before {
  content: "\f0ec";
}
.uk-icon-cloud-download:before {
  content: "\f0ed";
}
.uk-icon-cloud-upload:before {
  content: "\f0ee";
}
.uk-icon-user-md:before {
  content: "\f0f0";
}
.uk-icon-stethoscope:before {
  content: "\f0f1";
}
.uk-icon-suitcase:before {
  content: "\f0f2";
}
.uk-icon-bell-o:before {
  content: "\f0a2";
}
.uk-icon-coffee:before {
  content: "\f0f4";
}
.uk-icon-cutlery:before {
  content: "\f0f5";
}
.uk-icon-file-text-o:before {
  content: "\f0f6";
}
.uk-icon-building-o:before {
  content: "\f0f7";
}
.uk-icon-hospital-o:before {
  content: "\f0f8";
}
.uk-icon-ambulance:before {
  content: "\f0f9";
}
.uk-icon-medkit:before {
  content: "\f0fa";
}
.uk-icon-fighter-jet:before {
  content: "\f0fb";
}
.uk-icon-beer:before {
  content: "\f0fc";
}
.uk-icon-h-square:before {
  content: "\f0fd";
}
.uk-icon-plus-square:before {
  content: "\f0fe";
}
.uk-icon-angle-double-left:before {
  content: "\f100";
}
.uk-icon-angle-double-right:before {
  content: "\f101";
}
.uk-icon-angle-double-up:before {
  content: "\f102";
}
.uk-icon-angle-double-down:before {
  content: "\f103";
}
.uk-icon-angle-left:before {
  content: "\f104";
}
.uk-icon-angle-right:before {
  content: "\f105";
}
.uk-icon-angle-up:before {
  content: "\f106";
}
.uk-icon-angle-down:before {
  content: "\f107";
}
.uk-icon-desktop:before {
  content: "\f108";
}
.uk-icon-laptop:before {
  content: "\f109";
}
.uk-icon-tablet:before {
  content: "\f10a";
}
.uk-icon-mobile-phone:before,
.uk-icon-mobile:before {
  content: "\f10b";
}
.uk-icon-circle-o:before {
  content: "\f10c";
}
.uk-icon-quote-left:before {
  content: "\f10d";
}
.uk-icon-quote-right:before {
  content: "\f10e";
}
.uk-icon-spinner:before {
  content: "\f110";
}
.uk-icon-circle:before {
  content: "\f111";
}
.uk-icon-mail-reply:before,
.uk-icon-reply:before {
  content: "\f112";
}
.uk-icon-github-alt:before {
  content: "\f113";
}
.uk-icon-folder-o:before {
  content: "\f114";
}
.uk-icon-folder-open-o:before {
  content: "\f115";
}
.uk-icon-smile-o:before {
  content: "\f118";
}
.uk-icon-frown-o:before {
  content: "\f119";
}
.uk-icon-meh-o:before {
  content: "\f11a";
}
.uk-icon-gamepad:before {
  content: "\f11b";
}
.uk-icon-keyboard-o:before {
  content: "\f11c";
}
.uk-icon-flag-o:before {
  content: "\f11d";
}
.uk-icon-flag-checkered:before {
  content: "\f11e";
}
.uk-icon-terminal:before {
  content: "\f120";
}
.uk-icon-code:before {
  content: "\f121";
}
.uk-icon-mail-reply-all:before,
.uk-icon-reply-all:before {
  content: "\f122";
}
.uk-icon-star-half-empty:before,
.uk-icon-star-half-full:before,
.uk-icon-star-half-o:before {
  content: "\f123";
}
.uk-icon-location-arrow:before {
  content: "\f124";
}
.uk-icon-crop:before {
  content: "\f125";
}
.uk-icon-code-fork:before {
  content: "\f126";
}
.uk-icon-unlink:before,
.uk-icon-chain-broken:before {
  content: "\f127";
}
.uk-icon-question:before {
  content: "\f128";
}
.uk-icon-info:before {
  content: "\f129";
}
.uk-icon-exclamation:before {
  content: "\f12a";
}
.uk-icon-superscript:before {
  content: "\f12b";
}
.uk-icon-subscript:before {
  content: "\f12c";
}
.uk-icon-eraser:before {
  content: "\f12d";
}
.uk-icon-puzzle-piece:before {
  content: "\f12e";
}
.uk-icon-microphone:before {
  content: "\f130";
}
.uk-icon-microphone-slash:before {
  content: "\f131";
}
.uk-icon-shield:before {
  content: "\f132";
}
.uk-icon-calendar-o:before {
  content: "\f133";
}
.uk-icon-fire-extinguisher:before {
  content: "\f134";
}
.uk-icon-rocket:before {
  content: "\f135";
}
.uk-icon-maxcdn:before {
  content: "\f136";
}
.uk-icon-chevron-circle-left:before {
  content: "\f137";
}
.uk-icon-chevron-circle-right:before {
  content: "\f138";
}
.uk-icon-chevron-circle-up:before {
  content: "\f139";
}
.uk-icon-chevron-circle-down:before {
  content: "\f13a";
}
.uk-icon-html5:before {
  content: "\f13b";
}
.uk-icon-css3:before {
  content: "\f13c";
}
.uk-icon-anchor:before {
  content: "\f13d";
}
.uk-icon-unlock-alt:before {
  content: "\f13e";
}
.uk-icon-bullseye:before {
  content: "\f140";
}
.uk-icon-ellipsis-h:before {
  content: "\f141";
}
.uk-icon-ellipsis-v:before {
  content: "\f142";
}
.uk-icon-rss-square:before {
  content: "\f143";
}
.uk-icon-play-circle:before {
  content: "\f144";
}
.uk-icon-ticket:before {
  content: "\f145";
}
.uk-icon-minus-square:before {
  content: "\f146";
}
.uk-icon-minus-square-o:before {
  content: "\f147";
}
.uk-icon-level-up:before {
  content: "\f148";
}
.uk-icon-level-down:before {
  content: "\f149";
}
.uk-icon-check-square:before {
  content: "\f14a";
}
.uk-icon-pencil-square:before {
  content: "\f14b";
}
.uk-icon-external-link-square:before {
  content: "\f14c";
}
.uk-icon-share-square:before {
  content: "\f14d";
}
.uk-icon-compass:before {
  content: "\f14e";
}
.uk-icon-toggle-down:before,
.uk-icon-caret-square-o-down:before {
  content: "\f150";
}
.uk-icon-toggle-up:before,
.uk-icon-caret-square-o-up:before {
  content: "\f151";
}
.uk-icon-toggle-right:before,
.uk-icon-caret-square-o-right:before {
  content: "\f152";
}
.uk-icon-euro:before,
.uk-icon-eur:before {
  content: "\f153";
}
.uk-icon-gbp:before {
  content: "\f154";
}
.uk-icon-dollar:before,
.uk-icon-usd:before {
  content: "\f155";
}
.uk-icon-rupee:before,
.uk-icon-inr:before {
  content: "\f156";
}
.uk-icon-cny:before,
.uk-icon-rmb:before,
.uk-icon-yen:before,
.uk-icon-jpy:before {
  content: "\f157";
}
.uk-icon-ruble:before,
.uk-icon-rouble:before,
.uk-icon-rub:before {
  content: "\f158";
}
.uk-icon-won:before,
.uk-icon-krw:before {
  content: "\f159";
}
.uk-icon-bitcoin:before,
.uk-icon-btc:before {
  content: "\f15a";
}
.uk-icon-file:before {
  content: "\f15b";
}
.uk-icon-file-text:before {
  content: "\f15c";
}
.uk-icon-sort-alpha-asc:before {
  content: "\f15d";
}
.uk-icon-sort-alpha-desc:before {
  content: "\f15e";
}
.uk-icon-sort-amount-asc:before {
  content: "\f160";
}
.uk-icon-sort-amount-desc:before {
  content: "\f161";
}
.uk-icon-sort-numeric-asc:before {
  content: "\f162";
}
.uk-icon-sort-numeric-desc:before {
  content: "\f163";
}
.uk-icon-thumbs-up:before {
  content: "\f164";
}
.uk-icon-thumbs-down:before {
  content: "\f165";
}
.uk-icon-youtube-square:before {
  content: "\f166";
}
.uk-icon-youtube:before {
  content: "\f167";
}
.uk-icon-xing:before {
  content: "\f168";
}
.uk-icon-xing-square:before {
  content: "\f169";
}
.uk-icon-youtube-play:before {
  content: "\f16a";
}
.uk-icon-dropbox:before {
  content: "\f16b";
}
.uk-icon-stack-overflow:before {
  content: "\f16c";
}
.uk-icon-instagram:before {
  content: "\f16d";
}
.uk-icon-flickr:before {
  content: "\f16e";
}
.uk-icon-adn:before {
  content: "\f170";
}
.uk-icon-bitbucket:before {
  content: "\f171";
}
.uk-icon-bitbucket-square:before {
  content: "\f172";
}
.uk-icon-tumblr:before {
  content: "\f173";
}
.uk-icon-tumblr-square:before {
  content: "\f174";
}
.uk-icon-long-arrow-down:before {
  content: "\f175";
}
.uk-icon-long-arrow-up:before {
  content: "\f176";
}
.uk-icon-long-arrow-left:before {
  content: "\f177";
}
.uk-icon-long-arrow-right:before {
  content: "\f178";
}
.uk-icon-apple:before {
  content: "\f179";
}
.uk-icon-windows:before {
  content: "\f17a";
}
.uk-icon-android:before {
  content: "\f17b";
}
.uk-icon-linux:before {
  content: "\f17c";
}
.uk-icon-dribbble:before {
  content: "\f17d";
}
.uk-icon-skype:before {
  content: "\f17e";
}
.uk-icon-foursquare:before {
  content: "\f180";
}
.uk-icon-trello:before {
  content: "\f181";
}
.uk-icon-female:before {
  content: "\f182";
}
.uk-icon-male:before {
  content: "\f183";
}
.uk-icon-gittip:before {
  content: "\f184";
}
.uk-icon-sun-o:before {
  content: "\f185";
}
.uk-icon-moon-o:before {
  content: "\f186";
}
.uk-icon-archive:before {
  content: "\f187";
}
.uk-icon-bug:before {
  content: "\f188";
}
.uk-icon-vk:before {
  content: "\f189";
}
.uk-icon-weibo:before {
  content: "\f18a";
}
.uk-icon-renren:before {
  content: "\f18b";
}
.uk-icon-pagelines:before {
  content: "\f18c";
}
.uk-icon-stack-exchange:before {
  content: "\f18d";
}
.uk-icon-arrow-circle-o-right:before {
  content: "\f18e";
}
.uk-icon-arrow-circle-o-left:before {
  content: "\f190";
}
.uk-icon-toggle-left:before,
.uk-icon-caret-square-o-left:before {
  content: "\f191";
}
.uk-icon-dot-circle-o:before {
  content: "\f192";
}
.uk-icon-wheelchair:before {
  content: "\f193";
}
.uk-icon-vimeo-square:before {
  content: "\f194";
}
.uk-icon-turkish-lira:before,
.uk-icon-try:before {
  content: "\f195";
}
.uk-icon-plus-square-o:before {
  content: "\f196";
}
.uk-icon-space-shuttle:before {
  content: "\f197";
}
.uk-icon-slack:before {
  content: "\f198";
}
.uk-icon-envelope-square:before {
  content: "\f199";
}
.uk-icon-wordpress:before {
  content: "\f19a";
}
.uk-icon-openid:before {
  content: "\f19b";
}
.uk-icon-institution:before,
.uk-icon-bank:before,
.uk-icon-university:before {
  content: "\f19c";
}
.uk-icon-mortar-board:before,
.uk-icon-graduation-cap:before {
  content: "\f19d";
}
.uk-icon-yahoo:before {
  content: "\f19e";
}
.uk-icon-google:before {
  content: "\f1a0";
}
.uk-icon-reddit:before {
  content: "\f1a1";
}
.uk-icon-reddit-square:before {
  content: "\f1a2";
}
.uk-icon-stumbleupon-circle:before {
  content: "\f1a3";
}
.uk-icon-stumbleupon:before {
  content: "\f1a4";
}
.uk-icon-delicious:before {
  content: "\f1a5";
}
.uk-icon-digg:before {
  content: "\f1a6";
}
.uk-icon-pied-piper:before {
  content: "\f1a7";
}
.uk-icon-pied-piper-alt:before {
  content: "\f1a8";
}
.uk-icon-drupal:before {
  content: "\f1a9";
}
.uk-icon-joomla:before {
  content: "\f1aa";
}
.uk-icon-language:before {
  content: "\f1ab";
}
.uk-icon-fax:before {
  content: "\f1ac";
}
.uk-icon-building:before {
  content: "\f1ad";
}
.uk-icon-child:before {
  content: "\f1ae";
}
.uk-icon-paw:before {
  content: "\f1b0";
}
.uk-icon-spoon:before {
  content: "\f1b1";
}
.uk-icon-cube:before {
  content: "\f1b2";
}
.uk-icon-cubes:before {
  content: "\f1b3";
}
.uk-icon-behance:before {
  content: "\f1b4";
}
.uk-icon-behance-square:before {
  content: "\f1b5";
}
.uk-icon-steam:before {
  content: "\f1b6";
}
.uk-icon-steam-square:before {
  content: "\f1b7";
}
.uk-icon-recycle:before {
  content: "\f1b8";
}
.uk-icon-automobile:before,
.uk-icon-car:before {
  content: "\f1b9";
}
.uk-icon-cab:before,
.uk-icon-taxi:before {
  content: "\f1ba";
}
.uk-icon-tree:before {
  content: "\f1bb";
}
.uk-icon-spotify:before {
  content: "\f1bc";
}
.uk-icon-deviantart:before {
  content: "\f1bd";
}
.uk-icon-soundcloud:before {
  content: "\f1be";
}
.uk-icon-database:before {
  content: "\f1c0";
}
.uk-icon-file-pdf-o:before {
  content: "\f1c1";
}
.uk-icon-file-word-o:before {
  content: "\f1c2";
}
.uk-icon-file-excel-o:before {
  content: "\f1c3";
}
.uk-icon-file-powerpoint-o:before {
  content: "\f1c4";
}
.uk-icon-file-photo-o:before,
.uk-icon-file-picture-o:before,
.uk-icon-file-image-o:before {
  content: "\f1c5";
}
.uk-icon-file-zip-o:before,
.uk-icon-file-archive-o:before {
  content: "\f1c6";
}
.uk-icon-file-sound-o:before,
.uk-icon-file-audio-o:before {
  content: "\f1c7";
}
.uk-icon-file-movie-o:before,
.uk-icon-file-video-o:before {
  content: "\f1c8";
}
.uk-icon-file-code-o:before {
  content: "\f1c9";
}
.uk-icon-vine:before {
  content: "\f1ca";
}
.uk-icon-codepen:before {
  content: "\f1cb";
}
.uk-icon-jsfiddle:before {
  content: "\f1cc";
}
.uk-icon-life-bouy:before,
.uk-icon-life-buoy:before,
.uk-icon-life-saver:before,
.uk-icon-support:before,
.uk-icon-life-ring:before {
  content: "\f1cd";
}
.uk-icon-circle-o-notch:before {
  content: "\f1ce";
}
.uk-icon-ra:before,
.uk-icon-rebel:before {
  content: "\f1d0";
}
.uk-icon-ge:before,
.uk-icon-empire:before {
  content: "\f1d1";
}
.uk-icon-git-square:before {
  content: "\f1d2";
}
.uk-icon-git:before {
  content: "\f1d3";
}
.uk-icon-hacker-news:before {
  content: "\f1d4";
}
.uk-icon-tencent-weibo:before {
  content: "\f1d5";
}
.uk-icon-qq:before {
  content: "\f1d6";
}
.uk-icon-wechat:before,
.uk-icon-weixin:before {
  content: "\f1d7";
}
.uk-icon-send:before,
.uk-icon-paper-plane:before {
  content: "\f1d8";
}
.uk-icon-send-o:before,
.uk-icon-paper-plane-o:before {
  content: "\f1d9";
}
.uk-icon-history:before {
  content: "\f1da";
}
.uk-icon-circle-thin:before {
  content: "\f1db";
}
.uk-icon-header:before {
  content: "\f1dc";
}
.uk-icon-paragraph:before {
  content: "\f1dd";
}
.uk-icon-sliders:before {
  content: "\f1de";
}
.uk-icon-share-alt:before {
  content: "\f1e0";
}
.uk-icon-share-alt-square:before {
  content: "\f1e1";
}
.uk-icon-bomb:before {
  content: "\f1e2";
}
.uk-icon-soccer-ball-o:before,
.uk-icon-futbol-o:before {
  content: "\f1e3";
}
.uk-icon-tty:before {
  content: "\f1e4";
}
.uk-icon-binoculars:before {
  content: "\f1e5";
}
.uk-icon-plug:before {
  content: "\f1e6";
}
.uk-icon-slideshare:before {
  content: "\f1e7";
}
.uk-icon-twitch:before {
  content: "\f1e8";
}
.uk-icon-yelp:before {
  content: "\f1e9";
}
.uk-icon-newspaper-o:before {
  content: "\f1ea";
}
.uk-icon-wifi:before {
  content: "\f1eb";
}
.uk-icon-calculator:before {
  content: "\f1ec";
}
.uk-icon-paypal:before {
  content: "\f1ed";
}
.uk-icon-google-wallet:before {
  content: "\f1ee";
}
.uk-icon-cc-visa:before {
  content: "\f1f0";
}
.uk-icon-cc-mastercard:before {
  content: "\f1f1";
}
.uk-icon-cc-discover:before {
  content: "\f1f2";
}
.uk-icon-cc-amex:before {
  content: "\f1f3";
}
.uk-icon-cc-paypal:before {
  content: "\f1f4";
}
.uk-icon-cc-stripe:before {
  content: "\f1f5";
}
.uk-icon-bell-slash:before {
  content: "\f1f6";
}
.uk-icon-bell-slash-o:before {
  content: "\f1f7";
}
.uk-icon-trash:before {
  content: "\f1f8";
}
.uk-icon-copyright:before {
  content: "\f1f9";
}
.uk-icon-at:before {
  content: "\f1fa";
}
.uk-icon-eyedropper:before {
  content: "\f1fb";
}
.uk-icon-paint-brush:before {
  content: "\f1fc";
}
.uk-icon-birthday-cake:before {
  content: "\f1fd";
}
.uk-icon-area-chart:before {
  content: "\f1fe";
}
.uk-icon-pie-chart:before {
  content: "\f200";
}
.uk-icon-line-chart:before {
  content: "\f201";
}
.uk-icon-lastfm:before {
  content: "\f202";
}
.uk-icon-lastfm-square:before {
  content: "\f203";
}
.uk-icon-toggle-off:before {
  content: "\f204";
}
.uk-icon-toggle-on:before {
  content: "\f205";
}
.uk-icon-bicycle:before {
  content: "\f206";
}
.uk-icon-bus:before {
  content: "\f207";
}
.uk-icon-ioxhost:before {
  content: "\f208";
}
.uk-icon-angellist:before {
  content: "\f209";
}
.uk-icon-cc:before {
  content: "\f20a";
}
.uk-icon-shekel:before,
.uk-icon-sheqel:before,
.uk-icon-ils:before {
  content: "\f20b";
}
.uk-icon-meanpath:before {
  content: "\f20c";
}
/* ========================================================================
   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 5px;
  background: #00a8e6;
  font-size: 10px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  text-transform: none;
}
/*
 * 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: 18px;
  border-radius: 500px;
  font-size: 12px;
  line-height: 18px;
}
/* Color modifier
 ========================================================================== */
/*
 * Modifier: `uk-badge-success`
 */
.uk-badge-success {
  background-color: #8cc14c;
}
/*
 * Modifier: `uk-badge-warning`
 */
.uk-badge-warning {
  background-color: #faa732;
}
/*
 * Modifier: `uk-badge-danger`
 */
.uk-badge-danger {
  background-color: #da314b;
}
/* ========================================================================
   Component: Alert
 ========================================================================== */
.uk-alert {
  margin-bottom: 15px;
  padding: 10px;
  background: #ebf7fd;
  color: #2d7091;
}
/*
 * 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: #f2fae3;
  color: #659f13;
}
/* Modifier: `uk-alert-warning`
 ========================================================================== */
.uk-alert-warning {
  background: #fffceb;
  color: #e28327;
}
/* Modifier: `uk-alert-danger`
 ========================================================================== */
.uk-alert-danger {
  background: #fff1f0;
  color: #d85030;
}
/* 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 #dddddd;
  background: #ffffff;
}
/*
 * 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: #aaaaaa;
  background-color: #ffffff;
  /* 2 */
  text-decoration: none;
  /* 3 */
  outline: none;
}
/* Caption
 ========================================================================== */
.uk-thumbnail-caption {
  padding-top: 4px;
  text-align: center;
  color: #444444;
}
/* 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(0, 0, 0, 0.3);
  /* 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: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  font-size: 50px;
  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(0, 0, 0, 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: Progress
 ========================================================================== */
/*
 * 1. Clearing
 * 2. Vertical alignment if text is used
 */
.uk-progress {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 20px;
  margin-bottom: 15px;
  background: #eeeeee;
  /* 1 */
  overflow: hidden;
  /* 2 */
  line-height: 20px;
}
/*
 * Add margin if adjacent element
 */
* + .uk-progress {
  margin-top: 15px;
}
/* Sub-object: `uk-progress-bar`
 ========================================================================== */
/*
 * 1. Transition
 * 2. Needed for text
 */
.uk-progress-bar {
  width: 0;
  height: 100%;
  background: #00a8e6;
  float: left;
  /* 1 */
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
  /* 2 */
  font-size: 12px;
  color: #ffffff;
  text-align: center;
}
/* Size modifiers
 ========================================================================== */
/* Mini */
.uk-progress-mini {
  height: 6px;
}
/* Small */
.uk-progress-small {
  height: 12px;
}
/* Color modifiers
 ========================================================================== */
.uk-progress-success .uk-progress-bar {
  background-color: #8cc14c;
}
.uk-progress-warning .uk-progress-bar {
  background-color: #faa732;
}
.uk-progress-danger .uk-progress-bar {
  background-color: #da314b;
}
/* Modifier: `uk-progress-striped`
 ========================================================================== */
.uk-progress-striped .uk-progress-bar {
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 30px 30px;
}
/*
 * Animation
 */
.uk-progress-striped.uk-active .uk-progress-bar {
  -webkit-animation: uk-progress-bar-stripes 2s linear infinite;
  animation: uk-progress-bar-stripes 2s linear infinite;
}
@-webkit-keyframes uk-progress-bar-stripes {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 30px 0;
  }
}
@keyframes uk-progress-bar-stripes {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 30px 0;
  }
}
/* ========================================================================
   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;
  margin-top: 5px;
  padding: 15px;
  background: #f5f5f5;
  color: #444444;
  /* 5 */
  font-size: 1rem;
  vertical-align: top;
}
/*
 * 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: 5px;
}
/* Nav in dropdown
 ========================================================================== */
.uk-dropdown .uk-nav {
  margin: 0 -15px;
}
/* Grid and panel in dropdown
 ========================================================================== */
/*
* Vertical gutter
*/
/*
 * Grid
 * Higher specificity to override large gutter
 */
.uk-grid .uk-dropdown-grid + .uk-dropdown-grid {
  margin-top: 15px;
}
/* Panels */
.uk-dropdown-grid > [class*='uk-width-'] > .uk-panel + .uk-panel {
  margin-top: 15px;
}
/* Tablet and bigger */
@media (min-width: 768px) {
  /*
     * Horizontal gutter
     */
  .uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid {
    margin-left: -15px;
    margin-right: -15px;
  }
  .uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid > [class*='uk-width-'] {
    padding-left: 15px;
    padding-right: 15px;
  }
  /*
     * Column divider
     */
  .uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid > [class*='uk-width-']:nth-child(n+2) {
    border-left: 1px solid #dddddd;
  }
  /*
     * 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: 15px;
  }
}
/*
* 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: 15px;
}
/* Modifier `uk-dropdown-small`
 ========================================================================== */
/*
 * Set min-width and text expands dropdown if needed
 */
.uk-dropdown-small {
  min-width: 150px;
  width: auto;
  padding: 5px;
  white-space: nowrap;
}
/*
 * Nav in dropdown
 */
.uk-dropdown-small .uk-nav {
  margin: 0 -5px;
}
/* Modifier: `uk-dropdown-navbar`
 ========================================================================== */
.uk-dropdown-navbar {
  margin-top: 0;
  background: #f5f5f5;
  color: #444444;
}
.uk-open > .uk-dropdown-navbar {
  -webkit-animation: uk-slide-top-fixed 0.2s ease-in-out;
  animation: uk-slide-top-fixed 0.2s ease-in-out;
}
/* Modifier `uk-dropdown-scrollable`
 ========================================================================== */
/*
 * Usefull for long lists
 */
.uk-dropdown-scrollable {
  overflow-y: auto;
  max-height: 200px;
}
/* ========================================================================
   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: #333333;
  /* 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 15px;
  color: #777777;
}
.uk-offcanvas .uk-panel-title {
  color: #cccccc;
}
.uk-offcanvas .uk-panel a:not([class]) {
  color: #cccccc;
}
.uk-offcanvas .uk-panel a:not([class]):hover {
  color: #ffffff;
}
/* ========================================================================
   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: 12px;
  line-height: 18px;
  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;
}
/* ========================================================================
   Component: Text
 ========================================================================== */
/* Size modifiers
 ========================================================================== */
.uk-text-small {
  font-size: 11px;
  line-height: 16px;
}
.uk-text-large {
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
}
/* Weight modifiers
 ========================================================================== */
.uk-text-bold {
  font-weight: bold;
}
/* Color modifiers
 ========================================================================== */
.uk-text-muted {
  color: #999999 !important;
}
.uk-text-primary {
  color: #2d7091 !important;
}
.uk-text-success {
  color: #659f13 !important;
}
.uk-text-warning {
  color: #e28327 !important;
}
.uk-text-danger {
  color: #d85030 !important;
}
/* Alignment modifiers
 ========================================================================== */
.uk-text-left {
  text-align: left !important;
}
.uk-text-right {
  text-align: right !important;
}
.uk-text-center {
  text-align: center !important;
}
.uk-text-justify {
  text-align: justify !important;
}
.uk-text-top {
  vertical-align: top !important;
}
.uk-text-middle {
  vertical-align: middle !important;
}
.uk-text-bottom {
  vertical-align: bottom !important;
}
/* Only tablets portrait */
@media (max-width: 959px) {
  .uk-text-center-medium {
    text-align: center !important;
  }
}
/* Phone landscape and smaller */
@media (max-width: 767px) {
  .uk-text-center-small {
    text-align: center !important;
  }
}
/* 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: 980px;
  padding: 0 25px;
}
/* Large screen and bigger */
@media (min-width: 1220px) {
  .uk-container {
    max-width: 1200px;
    padding: 0 35px;
  }
}
/*
 * 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;
}
/* Clearing
 ========================================================================== */
/*
 * Micro clearfix
 */
.uk-clearfix {
    clear: both;
}
.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;
}
.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;
}
.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;
}
/*
 * Medium margins
 */
.uk-margin-medium {
    margin-bottom: 25px;
}

* + .uk-margin-medium {
    margin-top: 25px;
}

.uk-margin-medium-top {
    margin-top: 25px !important;
}

.uk-margin-medium-bottom {
    margin-bottom: 25px !important;
}

.uk-margin-medium-left {
    margin-left: 25px !important;
}

.uk-margin-medium-right {
    margin-right: 25px !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: 52px;
    line-height: 64px;
  }
}
/* Link
 ========================================================================== */
/*
 * Let links appear in default text color
 */
.uk-link-muted,
.uk-link-muted a {
  color: #444444;
}
.uk-link-muted:hover,
.uk-link-muted a:hover {
  color: #444444;
}
/*
 * 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 #dddddd;
  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;
  }
}
/* Phone landscape and smaller*/
@media (max-width: 479.98px) {
    .uk-hidden-xsmall {
        display: none !important;
    }
    .uk-visible-xsmall {
        display: block !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;
  }
}

@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
            transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
            transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
          animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
          animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
          animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation-name: swing;
          animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
          animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
            transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
            transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
          animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
          animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
          animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
          animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
          animation-name: bounceOut;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
          animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
          animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
          animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
          animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
          animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
          animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
          animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
          animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {opacity: 1;}
  100% {opacity: 0;}
}

@keyframes fadeOut {
  0% {opacity: 1;}
  100% {opacity: 0;}
}

.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
          animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
          animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
          animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
          animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
          animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
          animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
            transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
            transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  -webkit-animation-name: flip;
          animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
          animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
          animation-name: flipOutX;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
          animation-name: flipOutY;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
          animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
          animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
          animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
          animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
          animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
          animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
          animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
          animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
          animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
          animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
          animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
          animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
          animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
          animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
          animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
          animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
          animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
          animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
          animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
          animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
            transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
            transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
          animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
            transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
            transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
          animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
          animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
          animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
          animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
          animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
          animation-name: slideOutUp;
}

@charset "UTF-8";
/**
 * @author zhixin wen <wenzhixin2010@gmail.com>
 */
.ms-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: auto !important;
  top: auto !important; }

.ms-parent {
  display: inline-block;
  position: relative;
  vertical-align: middle; }

.ms-choice {
  display: block;
  width: 100%;
  height: 26px;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #aaa;
  text-align: left;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-color: #fff; }
  .ms-choice.disabled {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default; }
  .ms-choice > span {
    position: absolute;
    top: 0;
    left: 0;
    right: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding-left: 8px; }
    .ms-choice > span.placeholder {
      color: #999; }
  .ms-choice > div.icon-close {
    position: absolute;
    top: 0px;
    right: 16px;
    height: 100%;
    width: 16px; }
    .ms-choice > div.icon-close:before {
      content: '×';
      color: #888;
      font-weight: bold;
      position: absolute;
      top: 50%;
      margin-top: -14px; }
    .ms-choice > div.icon-close:hover:before {
      color: #333; }
  .ms-choice > div.icon-caret {
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    right: 8px;
    margin-top: -2px;
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px; }
    .ms-choice > div.icon-caret.open {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.ms-drop {
  width: auto;
  min-width: 100%;
  overflow: hidden;
  display: none;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  z-index: 1000;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .ms-drop.bottom {
    top: 100%;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }
  .ms-drop.top {
    bottom: 100%;
    box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15); }

.ms-search {
  display: inline-block;
  margin: 0;
  min-height: 26px;
  padding: 2px;
  position: relative;
  white-space: nowrap;
  width: 100%;
  z-index: 10000;
  box-sizing: border-box; }
  .ms-search input {
    width: 100%;
    height: auto !important;
    min-height: 24px;
    padding: 0 5px;
    margin: 0;
    outline: 0;
    font-family: sans-serif;
    border: 1px solid #aaa;
    border-radius: 5px;
    box-shadow: none; }

.ms-drop ul {
  overflow: auto;
  margin: 0;
  padding: 0; }
  .ms-drop ul > li {
    list-style: none;
    display: list-item;
    background-image: none;
    position: static;
    padding: .25rem 8px; }
    .ms-drop ul > li .disabled {
      font-weight: normal !important;
      opacity: .35;
      filter: Alpha(Opacity=35);
      cursor: default; }
    .ms-drop ul > li.multiple {
      display: block;
      float: left; }
    .ms-drop ul > li.group {
      clear: both; }
    .ms-drop ul > li.multiple label {
      width: 100%;
      display: block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .ms-drop ul > li label {
      position: relative;
      padding-left: 1.25rem;
      margin-bottom: 0;
      font-weight: normal;
      display: block;
      white-space: nowrap;
      cursor: pointer; }
      .ms-drop ul > li label.optgroup {
        font-weight: bold; }
    .ms-drop ul > li.hide-radio {
      padding: 0; }
      .ms-drop ul > li.hide-radio:focus, .ms-drop ul > li.hide-radio:hover {
        background-color: #f8f9fa; }
      .ms-drop ul > li.hide-radio.selected {
        color: #fff;
        background-color: #007bff; }
      .ms-drop ul > li.hide-radio label {
        margin-bottom: 0;
        padding: 5px 8px; }
      .ms-drop ul > li.hide-radio input {
        display: none; }
    .ms-drop ul > li.option-level-1 label {
      padding-left: 28px; }

.ms-drop input[type="radio"], .ms-drop input[type="checkbox"] {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem; }

.ms-drop .ms-no-results {
  display: none; }

/* NO PRINT */

@media print {
    .no-print {
        display: none !important;
    }
}


/* 
 * GLOBAL 
 */

/*body {
    overflow-x: hidden;
    color: #666669;
    font-size: 16px*/ /* Ideal Default */
/*}*/

/*h1 {
    text-transform: uppercase;
}*/

/*h1,
h2 {
    letter-spacing: 0.05em;
}

h2 {
    line-height: 1em;
}

h4 {
    font-size: 1.2rem;
}

h5 {
    line-height: 1em;
}*/

a {
    color: #666669;
}

    /*    a:hover {
        text-decoration: underline;
        color: #666669;
    }*/

    a:hover.no-hover-container {
        text-decoration: none;
    }

        a:hover.no-hover-container .add-hover {
            text-decoration: underline;
        }

em {
    color: inherit !important;
}

img.full-width {
    width: 100%;
}

.global-underline {
    text-decoration: underline;
}

    .global-underline:hover {
        text-decoration: none;
    }

/*.btn {
    text-transform: uppercase;
}*/

.btn:focus {
    outline: 1px solid #000000;
}

.global-header-size-16 {
    font-size: 16px !important;
    line-height: 19px !important;
}

.global-header-size-18 {
    font-size: 18px !important;
    line-height: 24px !important;
}

.global-header-size-19 {
    font-size: 19px !important;
    line-height: 19px !important;
}

.global-header-size-22 {
    font-size: 22px !important;
    line-height: 22px !important;
}

.global-header-size-24 {
    font-size: 24px !important;
    line-height: 24px !important;
}

.global-header-size-26 {
    font-size: 26px !important;
    line-height: 26px !important;
}

.global-font-size-36 {
    font-size: 36px !important;
    letter-spacing: 0.05em !important;
}

.global-font-size-40 {
    font-size: 40px !important;
}

.global-font-size-1dot4-rem {
    font-size: 1.4rem !important;
    line-height: 1.4rem;
}

.global-font-weight-700 {
    font-weight: 700 !important;
}

.global-letter-spacing-init {
    letter-spacing: initial;
}

.global-uppercase {
    text-transform: uppercase;
}

.global-remove-margin {
    margin: 0 !important;
}

.global-remove-margin-top {
    margin-top: 0 !important;
}

.global-remove-padding {
    padding: 0 !important;
}

.global-remove-padding-left {
    padding-left: 0 !important;
}

.global-remove-padding-right {
    padding-right: 0 !important;
}

.global-remove-margin-bottom {
    margin-bottom: 0;
}

.global-text-capitalize {
    text-transform: capitalize;
}

.global-text-uppercase {
    text-transform: uppercase;
}

.global-text-no-transform {
    text-transform: none;
}

.global-text-nowrap {
    white-space: nowrap;
}

.global-flex-reverse {
    flex-direction: row-reverse;
    display: inline-flex;
}

.global-font-weight-600 {
    font-weight: 600 !important;
}

.global-add-margin-top-50 {
    margin-top: 50px;
}

.global-add-margin-top-75 {
    margin-top: 75px;
}

.global-add-padding-top-50 {
    padding-top: 50px;
}

.global-add-padding-top-75 {
    padding-top: 75px;
}

.global-neg-margin-bottom-15 {
    margin-bottom: -15px;
}

@media all and (max-width: 767px) {
    .global-text-768-center {
        text-align: center;
    }
}


/* 
 * PAGE(s) | EVENTS 
 */

#maincontent.page-events h4 {
    font-size: 18px;
    line-height: 24px;
}




/* HERO STYLES */


/**************
***************/

.tinted-bg-dark {
    box-shadow: inset 0px 1000px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0px 1000px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: inset 0px 1000px rgba(0, 0, 0, 0.6);
}

.tinted-bg-light {
    box-shadow: inset 0px 1000px rgba(255, 255, 255, 0.6);
    -moz-box-shadow: inset 0px 1000px rgba(255, 255, 255, 0.6);
    -webkit-box-shadow: inset 0px 1000px rgba(255, 255, 255, 0.6);
}


/*
 * HOME 
 */


/*.home .custom-hero {
    height: 635px;
}*/

.home .custom-hero.video-hero {
    overflow: hidden;
    /*height: 575px;*/
    width: 100%;
    background-color: black;
}

#trailerEmbed.white .mfp-close {
    color: #fff;
}

.home .custom-hero.video-hero video {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    filter: alpha(opacity=65);
    -moz-opacity: .65;
    -khtml-opacity: .65;
    opacity: .65;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: bottom !important;
}

.home #homepage-nav.video-nav {
    background: #444 no-repeat fixed center;
}

.home .custom-hero-bg {
    /* BACKGROUND IMAGE WILL GO HERE */
    min-height: 100%;
    width: 100%;
    /*background: url("../images/temp/image1.jpg")  no-repeat left center;*/
    -webkit-background-size: cover !important;
    /* Add in these */
    -moz-background-size: cover !important;
    /* four lines to */
    -o-background-size: cover !important;
    /* remove the white space*/
    background-size: cover !important;
    /* around images */
    height: auto;
    color: white;
}

.home .uk-navbar-brand img {
    max-height: 50px;
}

.home-main {
    padding-top: 0;
    padding-bottom: 0;
}

.custom-hero-sub {
    /* BACKGROUND IMAGE WILL GO HERE */
    width: 100%;
    -webkit-background-size: cover !important;
    /* Add in these */
    -moz-background-size: cover !important;
    /* four lines to */
    -o-background-size: cover !important;
    /* remove the white space*/
    background-size: cover !important;
    /* around images */
    min-height: 210px;
    color: white;
}

.custom-hero-generic,
.custom-hero-about {
    /* BACKGROUND IMAGE WILL GO HERE */
    width: 100%;
    /*min-height: 440px;*/
    color: white;
    /*background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/temp/bgabout1.jpg") no-repeat center center;*/
    -webkit-background-size: cover !important;
    /* Add in these */
    -moz-background-size: cover !important;
    /* four lines to */
    -o-background-size: cover !important;
    /* remove the white space*/
    background-size: cover !important;
    /* around images */
    position: relative;
}

    .custom-hero-generic.tall-hero {
        transition: min-height 2s;
    }


@media (min-width: 768px) {
    .custom-hero-generic.tall-hero {
        min-height: 440px;
    }

        .custom-hero-generic.tall-hero .picture-container img {
            width: 100%;
            transform: translate(-50%,-50%);
        }
}

@media (min-width: 980px) {
    .custom-hero-generic.tall-hero {
        min-height: 540px;
    }
}

@media (min-width: 1280px) {
    .custom-hero-generic.tall-hero {
        min-height: 600px;
    }

        .custom-hero-generic.tall-hero .picture-container img {
            width: 100%;
            transform: translate(-50%,-40%);
        }
}

@media (min-width: 1920px) {
    .custom-hero-generic.tall-hero {
        min-height: 640px;
    }
}

@media (min-width: 2560px) {
    .custom-hero-generic.tall-hero {
        min-height: 740px;
    }
}

@media (min-width: 768px) {
    .custom-hero-generic,
    .custom-hero-about {
        min-height: 440px;
    }

        .custom-hero-generic .picture-container {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            overflow: hidden;
            background-color: #000;
            z-index: -1;
        }

            .custom-hero-generic .picture-container img {
                width: auto;
                min-width: 100vw;
                max-width: none;
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%,-50%);
                -o-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%);
            }
}



.custom-hero-form {
    width: 100%;
}

    .custom-hero-form .picture-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        overflow: hidden;
        background-color: #000;
        z-index: -1;
    }

        .custom-hero-form .picture-container:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            opacity: 0.5;
            z-index: 1;
            background-color: #000;
        }

        .custom-hero-form .picture-container img {
            width: 100%;
            height: 100%;
            /*min-width: 100vw;*/
            max-width: none;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            object-fit: cover;
        }

    .custom-hero-form .uk-grid-match > [class^="uk-width-large"] {
        min-height: 440px;
    }

    .custom-hero-form .headline-container,
    .custom-hero-form .form-success {
        position: absolute;
        transform: translateY(-50%);
        top: 50%;
    }

    .custom-hero-form .headline-container {
        padding: 25px 83px;
    }

@media (max-width: 767px) {
    .custom-hero-form .headline-container {
        padding-left: 50px;
        padding-right: 25px;
    }
}

.custom-hero-form .headline-container .eyebrow {
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin-bottom: -10px;
}

.custom-hero-form .form-container {
    background-color: #EDEDED;
}

    .custom-hero-form .form-container > div {
        padding: 50px 35px;
    }

@media (max-width: 959px) {
    .custom-hero-form .form-container > div {
        margin-left: 15px;
        padding-right: 25px;
    }
}

.custom-hero-form .btn-container {
    margin-left: 0;
}

.custom-hero-form .uk-form input,
.custom-hero-form select,
.custom-hero-form textarea {
    border: 1px solid #7e7e7e;
}

    .custom-hero-form .uk-form input:focus,
    .custom-hero-form select:focus,
    .custom-hero-form textarea:focus {
        background-color: #fff;
        border-color: #7e7e7e;
        outline: #000000 dotted 1px;
    }

form.form-popup-store input,
form.form-popup-store select {
    border-color: #7e7e7e !important;
    height: 40px !important;
    width: 100%;
}

form.form-popup-store textarea {
    border-color: #7e7e7e !important;
    width: 100%;
}

    form.form-popup-store input:focus,
    form.form-popup-store select:focus,
    form.form-popup-store textarea:focus {
        outline: #000000 dotted 1px;
        background-color: #fff !important;
    }

form.form-popup-store textarea {
    height: 80px;
}

form.form-popup-store button {
    cursor: pointer;
}

form.form-popup-store .errors {
    font-style: italic;
    font-size: 0.7em;
    color: #EB0000;
    margin-top: 10px;
}

form.form-popup-store .ms-parent button.ms-choice {
    height: 40px;
    line-height: 40px;
    border-radius: 0;
    border: 1px solid #7e7e7e;
    font-size: inherit;
    background-color: #fff;
}

    form.form-popup-store .ms-parent button.ms-choice span.placeholder {
        color: #444444;
        background-color: transparent;
    }

form.form-popup-store .ms-parent input {
    width: auto;
    height: auto !important;
}


/*
     * SUB-NAV
     */

/*    .sub-nav-container {
        width: 100%;
        margin-top: 50px;
        margin-bottom: 25px;
        padding-left: 20px;
        padding-right: 20px;
    }*/

@media all and (max-width: 575.98px) {
    .sub-nav-container {
        padding-left: 0;
        padding-right: 0;
    }
}

.sub-nav-container .about-nav {
    font-size: 16px;
    bottom: 0px;
    width: 100%;
    margin: 0 auto;
    background-color: transparent;
}

    .sub-nav-container .about-nav ul {
        list-style-type: none;
        padding: 0px;
        margin: 0;
    }

    .sub-nav-container .about-nav.uk-active ul {
        margin-top: 7px;
    }

    .sub-nav-container .about-nav ul li {
        display: inline-block;
        margin: 0;
        text-transform: uppercase;
    }

        .sub-nav-container .about-nav ul li a {
            font-family: 'Metropolis-Medium';
            padding-left: 20px;
            padding-right: 20px;
            font-size: 18px;
            text-decoration: none;
        }

@media all and (max-width: 575.98px) {
    .sub-nav-container .about-nav ul li a {
        font-size: 16px;
    }
}

.sub-nav-container .about-nav ul li a:hover {
    text-decoration: underline;
}

.sub-nav-container .about-nav.uk-active {
    background-color: #f0eceb;
    width: 100%;
    height: 42px;
    z-index: 998;
}

@media all and (max-width: 767px) {
    .sub-nav-container .about-nav ul li {
        display: block;
    }
}

.sub-nav li a:hover {
    cursor: pointer;
    background-color: transparent;
}

li.special-nav {
    display: inline-block;
    position: relative;
    padding-bottom: 0px;
    padding-top: 12px;
    font-size: 13.75px;
}

.uk-active li.special-nav.uk-active:after {
    margin-top: 9px;
}

li.special-nav.uk-active:after {
    content: '';
    display: block;
    margin: auto;
    margin-top: 8px;
    height: 2px;
    width: 0px;
    background: #fff;
    width: 37px;
}

li.special-nav:after {
    content: '';
    display: block;
    margin: auto;
    margin-top: 4px;
    height: 2px;
    width: 0px;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}


/*li.special-nav:hover:after {
    width: 100%;
    background: #fff;
}*/


/*
 * SEE LIVE VIEW
 */

.see-live-view-btn {
    width: 110px;
    margin: 30px auto 0px auto;
}


/* 
 * BACKGROUND IMAGE
 */


/*.subpage .bg-image-container {*/

.bg-image-container {
    max-width: 100%;
    min-height: 660px;
    position: relative;
}

    .bg-image-container .lower-quote {
        font-size: 35px;
        line-height: 1.5em;
        margin-top: 10px;
        display: block;
    }

    .bg-image-container span {
        font-size: 19px;
    }

    .bg-image-container h2 {
        margin-top: 10px;
        color: #fff;
        font-size: 44px;
        line-height: 1em;
    }

    .bg-image-container .bottom-border {
        margin-top: 10px;
    }

    .bg-image-container p {
        font-size: 18px;
        line-height: 1.7em;
    }

.bg-image-container-block-left {
    position: absolute;
    top: 45%;
    left: 6%;
    width: 595px;
    min-height: 260px;
    background: #444;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
    color: #fff;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
    /* For Safari 5.1 to 6.0 */
    filter: alpha(opacity=70);
    padding: 50px;
    margin-top: -180px;
}


.bg-image-container-block-right {
    position: absolute;
    top: 45%;
    right: 6%;
    width: 595px;
    min-height: 260px;
    background: #444;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
    color: #fff;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
    /* For Safari 5.1 to 6.0 */
    filter: alpha(opacity=70);
    padding: 50px;
    margin-top: -180px;
}

.quote-outer {
    float: none;
}

.quote-container {
    max-width: 655px;
    margin: 0 auto;
    padding: 40px 20px 45px 20px;
    font-size: 1.5rem;
    text-align: center;
    vertical-align: middle;
}

    .quote-container.has-pull-quote {
        padding-bottom: 0px !important;
    }

    .quote-container.has-upper-mod {
        padding-top: 0px !important;
    }

    .quote-container.padding-top {
        padding-top: 8%;
    }

.details .uk-panel-box {
    background-color: transparent;
}

.details div.details {
    background-color: #ECF1F0;
    margin: 0;
    padding: 40px 0;
}

.details div.details-container {
    max-width: 1020px;
    margin: 0 auto;
    float: none;
}

.details.tab-content {
    background-color: #fff;
    padding: 0px;
}

.hero-msgcontainer.hours .hero-text-2 {
    font-size: 56px;
    padding: 0px 10px;
}

.bottom-border {
    /*margin-top:30px;
    width:15%; */
    margin-top: 20px;
    width: 100px;
    text-align: center;
    display: inline-block;
}


/* 
 * NAV STYLES
 */

#homepage-nav .uk-open > .uk-dropdown {
    -webkit-animation: none !important;
    animation: uk-fade none !important;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

#homepage-nav .uk-navbar-toggle,
#subpage-nav .uk-navbar-toggle {
    margin-top: 15px;
    font-size: 1.875rem;
}

#homepage-nav input {
    font-size: 0.875rem;
}

/* custom form skin-1 */
body.skin-1 #homepage-nav input {
    line-height: 0;
    padding-top: 10px;
}

#homepage-nav input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
}

#homepage-nav input:focus {
    outline: solid 2px #7e7e7e;
    outline-offset: 0;
}

#homepage-nav input::-webkit-search-decoration,
#homepage-nav input::-webkit-search-cancel-button {
    display: none;
}

#homepage-nav input[type=search] {
    background: transparent url(../png/search-icon.png) no-repeat 9px center;
    border: 0;
    padding: 9px 10px 9px 32px;
    width: 55px;
    margin-right: 20px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

#homepage-nav input[type=search] {
    width: 15px;
    padding-left: 10px;
    color: transparent;
    cursor: pointer;
}

    #homepage-nav input[type=search]:focus {
        width: 130px;
        padding-left: 32px;
        color: #444;
        cursor: auto;
    }

#homepage-nav input:-moz-placeholder {
    color: transparent;
}

#homepage-nav input::-webkit-input-placeholder {
    color: transparent;
}

#homepage-nav input[type=search]:focus:-moz-placeholder {
    color: #7e7e7e;
}

#homepage-nav input[type=search]:focus::-webkit-input-placeholder {
    color: #7e7e7e;
}

#homepage-nav .uk-navbar-nav {
    margin-right: 20px;
}

#homepage-nav .search-icon {
    position: relative;
    left: -30px;
    color: white;
    cursor: pointer;
}

#homepage-nav .homepage-nav-block-item.hours:before {
    position: absolute;
    left: 32px;
    top: 0;
    width: 18px;
    /* IE FIX */
    height: 18px;
    /* IE FIX */
}

#homepage-nav .homepage-nav-block-item.location:before {
    position: absolute;
    left: 36px;
    top: 0;
    width: 15px;
    /* IE FIX */
    height: 18px;
    /* IE FIX */
}

#homepage-nav #homepage-nav-hours,
#subpage-nav .uk-dropdown {
    padding: 20px 0px;
}

    #homepage-nav #homepage-nav-hours .hours-dropdown-now {
        display: block;
        position: relative;
        top: 10px;
        line-height: 1em;
        font-size: 16px;
    }

.uk-navbar-brand {
    text-align: center;
}

.sub-page .uk-navbar-brand img {
    position: relative;
    top: 10px;
}

.uk-navbar-brand span.where-the-stores-are {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
}

li a.custom-home-main-nav:hover:before,
li a.custom-subpage-main-nav:hover:before {
    content: "";
    position: absolute;
    left: 10%;
    bottom: 0;
    height: 1px;
    width: 80%;
    /* or 100px */
}

.homepage-nav-block-item.hours,
.homepage-nav-block-item.location {
    text-align: center;
    font-size: 1rem;
    /*14px;*/
}

.hours-horizontal-break {
    width: 100%;
    height: 1px;
    background-color: #ddd;
    margin: 20px 0;
    display: block;
}


.hours-block-left {
    width: 180px;
    float: left;
}

.hours-table.uk-table {
    font-size: 1rem;
    /*14px;*/
    margin-bottom: 0px;
}

.hours-table .hours-col-1 {
    width: 110px;
}

.hours-table .hours-col-2 {
    width: 142px;
}

#homepage-nav .hours-table.uk-table th,
#homepage-nav .hours-table.uk-table td {
    padding: 0;
}

#homepage-nav #homepage-nav-location div {
    padding-left: 20px;
}

.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li.uk-open > a {
    background-color: transparent;
}

.uk-navbar-nav .nav-margin-top {
    margin-top: 15px;
}

#homepage-nav.uk-nav-dropdown > li > a {
    color: white;
}

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

    .uk-navbar-nav > li > a[href='#'] {
        cursor: pointer;
    }

    .uk-navbar-nav > li > a.homepage-nav-block-item {
        padding: 0 5px;
    }


/*
 * SUB PAGE NAV 
 */


/*.subpage #subpage-nav {*/

#subpage-nav {
    height: 74px;
    background-color: #FFFFFF;
    border-bottom: 2px solid #B4BDBA;
    z-index: 999;
}

    #subpage-nav .subpage-nav-block-item {
        font-size: 1rem;
        /*14px;*/
    }

        #subpage-nav .subpage-nav-block-item div.hours-icon {
            position: relative;
            display: inline-block;
            width: 17px;
            height: 17px;
            top: 1px;
            left: -5px;
            line-height: 17px;
        }

        #subpage-nav .subpage-nav-block-item div.location-icon {
            position: relative;
            display: inline-block;
            width: 15px;
            height: 17px;
            top: 1px;
            left: -5px;
            line-height: 17px;
        }

    #subpage-nav .subpage-nav-search {
        display: block;
        width: 17px;
        height: 17px;
        cursor: pointer;
        background-size: contain;
        padding: 3px;
        background-repeat: no-repeat;
        margin-right: 20px;
        margin-top: 8px;
        margin-left: 10px;
    }

    #subpage-nav .uk-navbar-brand img {
        max-height: 50px;
        margin-top: 12px;
    }

    #subpage-nav .uk-dropdown#subpage-nav-location {
        padding: 20px;
    }

    #subpage-nav .uk-dropdown {
    }

        #subpage-nav .uk-dropdown li:hover {
            border: none;
        }

        #subpage-nav .uk-dropdown li a:hover {
            background-color: transparent;
            border: none;
        }


/* 
 * OFF CANVAS MENU STYLES 
 */

.uk-navbar-toggle {
    float: right;
    cursor: pointer;
}

.uk-offcanvas-bar {
    width: 100%;
    padding-bottom: 40px;
    background-color: #232323;
}

    .uk-offcanvas-bar ul.uk-nav-sub {
        padding: 0px;
    }

        .uk-offcanvas-bar ul.uk-nav-sub li a {
            margin-top: 25px;
        }

    .uk-offcanvas-bar .uk-grid {
        margin: 0 0 0 -25px;
    }

    .uk-offcanvas-bar .uk-nav > li > a {
        padding: 0px;
    }

    .uk-offcanvas-bar p {
        margin-top: 0px;
    }

.custom-offcanvas-nav-sub {
    text-align: center;
}

.custom-offcanvas-topbar {
    padding: 10px 10px 0 15px;
    height: 55px;
}

    .custom-offcanvas-topbar .close-offcanvas {
        cursor: pointer;
        padding: 5px;
        margin-top: 12px;
        margin-left: 19px;
        margin-right: 10px;
    }

        .custom-offcanvas-topbar .close-offcanvas:focus {
            outline-color: #fff;
        }


.offcanvas-custom-spacer-bar {
    margin-bottom: 10px;
    margin-top: 15px;
    border-bottom: 2px solid #333333;
    border-top: 2px solid #555555;
}

.offcanvas-custom-spacer-bar-1 {
    padding: 5px 0;
    margin-bottom: 10px;
    border-bottom: 4px solid #666666;
}

.custom-offcanvas-sub {
    text-align: center;
}

.uk-offcanvas-bar h4 {
    color: #72BCB8;
    padding: 20px 0 10px 0;
}

.uk-offcanvas-bar a h4 {
    margin: 0px;
    color: #72BCB8;
    padding: 10px 0px 0px 0px;
}

.uk-offcanvas-bar a.offcanvas-mapit {
    margin-top: 20px;
    display: block;
}

.uk-offcanvas-bar a.offcanvas-hours {
    margin-top: 0;
    margin-bottom: 20px;
    display: inline-block;
}


/*.uk-offcanvas-bar span, .uk-offcanvas-bar p {
    color: white;
}*/

.uk-offcanvas-bar a,
.uk-offcanvas-bar .uk-link {
    color: #E6EBEA;
}

.off-canvas-group div {
    font-size: 18px;
    color: #fff;
    clear: both;
}

.off-canvas-group a {
    font-size: 16px;
    display: inline-block;
}

    .off-canvas-group a.offcanvas-mapit {
        margin-top: 0px;
        margin-bottom: 20px;
        display: inline-block;
        border-bottom: 2px solid #eae6e7;
    }

    .off-canvas-group a.offcanvas-hours {
        margin-top: 15px;
    }

.off-canvas-group .wechat-id {
    font-size: 16px;
}

.custom-home-search {
    background-position: 42px 4px, 50px 5px;
}

    .custom-home-search.offcanvas-search {
        width: 100%;
        height: 50px;
        margin-bottom: 0px;
    }

.custom-offcanvas-sub form {
    display: block;
    /*position: absolute;*/
    /*width: 70%;*/
    /*width: 100%;
    left: 15px;
    top: 15px;*/
}

@media (min-width: 768px) {
    .custom-offcanvas-sub form {
        /*width: 600px;*/
    }
}

.custom-offcanvas-sub form:before {
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    color: #999999;
}

.custom-offcanvas-sub form:before {
    font-family: FontAwesome;
    display: block;
    -webkit-font-smoothing: antialiased;
    content: "\f002";
    font-size: 30px;
    position: absolute;
    top: 24px;
    right: 85px;
    text-align: left;
    z-index: 99999;
    height: 0px;
}


/* SEARCH BAR STYLES */


/**************
***************/


/* REMOVE SEARCH CLOSE BUTTON STYLING */

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-result-button,
input[type="search"]::-webkit-result-decoration {
    display: none;
}

/*    input:focus {
        color: #6D6666;
    }*/

.custom-home-search {
    -webkit-appearance: none;
    -webkit-background-clip: border-box;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    -webkit-writing-mode: horizontal-tb;
    background-attachment: scroll;
    background-clip: border-box;
    cursor: auto;
    display: inline-block;
    writing-mode: lr-tb;
    background-color: #F0ECEC;
    border: 0px;
    font-size: 60px;
    background-repeat: no-repeat;
    color: #6D6666;
}

    .custom-home-search.offcanvas-search {
        max-height: 60px;
        margin-top: 5px;
        background-position: 10px 10px, 40px 5px;
        font-size: 1rem;
        /*14px;*/
        padding-left: 15px;
    }

    .custom-home-search:focus {
        outline: 2px solid #fff;
    }

.custom-modal-search:focus {
    outline: 0 !important;
    background-color: #EFEFEF !important;
}

.custom-modal-search {
    /*margin-top: 100px;
    margin-bottom: 60px;*/
    /*-webkit-appearance: none;
    -webkit-background-clip: border-box;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    -webkit-writing-mode: horizontal-tb;
    background-attachment: scroll;
    background-clip: border-box;
    cursor: auto;
    display: inline-block;
    padding-left: 200px;
    writing-mode: lr-tb;
    width: 100%;
    height: 94px;
    background-color: #F0ECEC;
    border: 0px;
    font-size: 35px;
    background-repeat: no-repeat;
    background-position: 125px 30px, 170px 26px;
    color: #6D6666;*/
}

#search-modal .uk-modal-dialog {
    width: 100%;
    padding: 0px;
    max-width: 100%;
}

    #search-modal .uk-modal-dialog > .uk-close:first-child {
        margin: 0;
        float: none;
        position: absolute;
        right: 50px;
        top: 35px;
        font-size: 40px;
        width: 30px;
        height: 30px;
        background-color: #F0ECEC;
    }

#search-modal .uk-close:after {
    display: block;
    content: url(../svg/globalsearch_closex.svg);
    font-family: arial;
}

#homepage-nav #search-modal .uk-modal-dialog {
    position: absolute;
}

    #homepage-nav #search-modal .uk-modal-dialog::after {
        font-weight: normal;
        font-style: normal;
        line-height: 1;
        color: #999999;
    }

    #homepage-nav #search-modal .uk-modal-dialog::after {
        font-family: FontAwesome;
        display: block;
        -webkit-font-smoothing: antialiased;
        content: "\f002";
        font-size: 36px;
        position: relative;
        top: -70px;
        left: 120px;
        height: 0px;
    }


/* SUBPAGE SPECIFIC STYLE */


/**************************/


/*.subpage .subpage-search {*/

.subpage-search {
    box-sizing: border-box;
    /*display: block;*/
    font-family: 'Verlag A', 'Verlag B';
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    height: 50px;
    outline-color: rgb(0, 0, 0);
    outline-style: none;
    outline-width: 0px;
    padding: 20px;
    position: relative;
    text-shadow: rgba(0, 0, 0, 0) 0px 0px 1px;
    max-width: 950px;
    padding-left: 70px;
    border: none;
    background-repeat: no-repeat;
    background-position: 15px 10px;
    background-attachment: scroll;
    background-clip: border-box;
    -webkit-appearance: none;
    -webkit-background-clip: border-box;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    -webkit-writing-mode: horizontal-tb;
    cursor: auto;
    display: inline-block;
}

#bodycontent {
    position: relative;
}

    #bodycontent:focus {
        outline: none;
    }

/* 
 * FOOTER STYLES 
 */

/*#footer {
        background-color: #1c1f22;
        color: #fff;
        width: 100%;*/
/*float: left;*/
/*}*/

/*        #footer,
        #footer h2,
        #footer h3,
        #footer h4 {
            color: #fff;
        }*/

/*            #footer a {
                color: #fff;
            }*/

#footer a:hover {
    /*color: #347678;*/
}

#footer a:focus {
    outline-color: #ffffff;
}

/*            #footer ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }*/

/*                #footer ul li {
                    margin-bottom: 5px;
                }*/

/*            #footer i {
                color: #fff;
                margin-right: 5px;
                min-width: 20px;
            }

            #footer .footer-nav ul {
                margin-left: 10px;
            }

            #footer .footer-nav > li > a {
                padding: 5px 10px;
            }*/

/*            #footer h2,
            #footer h4 {
                color: #fff;
                margin-bottom: 5px;
                text-transform: uppercase;
            }*/

/* #footer p {
                margin-top: 5px;
            }

            #footer .uk-grid {
                padding-top: 10px;
            }

            #footer .footer-social a,
            #footer .footer-visit a {
                font-style: italic;
            }

            #footer .footer-nav,
            #footer .footer-social,
            #footer .footer-visit,
            #footer .footer-hours,
            #footer .footer-logo-area {
                text-align: left;
            }

            #footer .footer-logo-area {
                padding: 25px 0 25px 0;
                margin-bottom: 30px;
            }

                #footer .footer-logo-area .footer-copyright {
                    font-size: 16px;
                    margin-left: 10px;
                }

            #footer .footer-nav ul.dropdown {
                margin-left: 0px;
            }

    .footer-social li a {
        margin: 0;
        padding: 0;
    }

    .footer-social h4 {
        margin: 0;
        padding: 0;
    }

    .footer-social-facebook .fb-icon,
    .footer-social-twitter .twitter-icon,
    .footer-social-instagram .instagram-icon,
    .footer-social-youtube .youtube-icon {
        display: inline-block;
        width: 18px;
        height: 18px;
        margin-top: 10px;
        margin-right: 5px;
        vertical-align: bottom;
    }

    .footer-social-wechat .uk-icon-wechat,
    .footer-social-weibo .uk-icon-weibo {
        font-size: 18px;
        margin-top: 10px;
        margin-right: 5px;
    }

    .footer-social-twitter .twitter-icon {
        position: relative;
        top: 2px;
    }*/


/* VARIOUS CONTAINERS AND OTHER MISCELLANEOUS STYLES */


/**************
***************/


/* Dashboards */


/* ALL UP HIGHLIGHT BAR */

.full-width-content-module {
    max-width: 100%;
    text-align: center;
}

    .full-width-content-module .uk-panel {
        background-color: transparent;
        color: #6C6666;
        font-size: 18px;
    }

        .full-width-content-module .uk-panel.highlightbar-item {
            padding: 5px;
        }

        .full-width-content-module .uk-panel h1.uk-panel-title {
            color: #444;
            font-size: 32px;
            margin-bottom: 25%;
            /*line-height:1.2em;*/
        }


/* 
 * Social Icon Bar 
 */

.social-icons a {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 0;
    margin-left: -5px;
}

    .social-icons a.social-facebook {
        background: url('../svg/facebook.svg') no-repeat center center;
    }

.home .social-icons a.social-facebook {
    background: url('../svg/facebook-2.svg') no-repeat center center;
}

.social-icons a.social-facebook:hover {
    background: url('../svg/facebook-3.svg') no-repeat center center;
}

.social-icons a.social-facebook.uk-active {
    background: url('../svg/facebook-4.svg') no-repeat center center;
}

.social-icons a.social-twitter {
    background: url('../svg/twitter.svg') no-repeat center center;
}

.home .social-icons a.social-twitter {
    background: url('../svg/twitter-2.svg') no-repeat center center;
}

.social-icons a.social-twitter:hover {
    background: url('../svg/twitter-3.svg') no-repeat center center;
}

.social-icons a.social-twitter.uk-active {
    background: url('../svg/twitter-4.svg') no-repeat center center;
}

.social-icons a.social-instagram {
    background: url('../svg/instagram.svg') no-repeat center center;
}

.home .social-icons a.social-instagram {
    background: url('../svg/instagram-2.svg') no-repeat center center;
}

.social-icons a.social-instagram:hover {
    background: url('../svg/instagram-3.svg') no-repeat center center;
}

.social-icons a.social-instagram.uk-active {
    background: url('../svg/instagram-4.svg') no-repeat center center;
}

.social-icons a.social-email {
    background: url('../svg/email.svg') no-repeat center center;
}

    .social-icons a.social-email:hover {
        background: url('../svg/email-2.svg') no-repeat center center;
    }

    .social-icons a.social-email.uk-active {
        background: url('../svg/email-3.svg') no-repeat center center;
    }

.full-width-content-module .uk-panel span.uk-panel-title {
    color: #6C6666;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 0;
}

.full-width-content-module .uk-panel .highlight-line-2 {
    font-size: 22px;
}

.full-width-content-module .uk-panel .highlight-line-3 {
    font-size: 16px;
}

.focused-bar-item .uk-panel h2.uk-panel-title {
    color: #317679;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 0;
}

.focused-bar-item .uk-panel p.sale-headline,
.result-item .result-description,
.reward-item .reward-title {
    /*color: #373d3e;*/
    /*font-size: 1.625rem;
    line-height: 1.1em;
    height: 80px;*/
}

.reward-item {
    padding: 40px 0 25px 0;
    border-bottom: 1px solid #dddddd;
}

    .reward-item .reward-title {
        height: auto;
        margin: 0 0 10px 0;
    }

a.retailer-name {
    color: #444;
    font-size: 26px;
}

    a.retailer-name:hover {
        color: #444;
        text-decoration: none;
    }

    a.retailer-name:active {
        color: #444;
        text-decoration: none;
    }

/*.focused-bar-item .uk-panel p.sale-dates,
    .result-item .search-result-details {*/
/*color: #373d3e;*/
/*font-size: 12px;
        margin-bottom: 0;
        line-height: 1.5em;
    }*/

.results-container hr.filter-hide {
    display: none;
}

.result-item.filter-hide {
    display: none;
}

/*    .result-item .search-result-details {
        font-size: 16px;
    }*/

.result-item .tenant-description-copy {
    max-width: 500px;
    line-height: 1.5em;
}

.focused-bar-item .uk-panel p.sale-headline,
.result-item .event-title {
    color: #444;
    font-size: 26px;
    line-height: 1.1em;
    height: 80px;
}

.focused-bar-item .uk-panel p.sale-dates,
.result-item .event-teaser {
    color: #444;
    font-size: 1rem;
    /*14px;*/
    margin-bottom: 0;
    line-height: 1.1em;
}

.no-link-overlay,
a.link-overlay,
a.result-hover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

.sticky-nav:not(.active-sticky) a.logo-overlay {
    pointer-events: none;
    cursor: default;
}

.sticky-nav.active-sticky a.logo-overlay {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

a.link-overlay,
a.result-hover {
    background-color: white;
    /* IE9 FIX */
    z-index: 10;
    /* raises anchor tag above everything else in div */
    background-color: white;
    /*workaround to make clickable in IE */
    /*opacity: 0;*/
    /*workaround to make clickable in IE */
    /*filter: alpha(opacity=1);*/
    /*workaround to make clickable in IE */
}

.results-container.grid a.link-overlay,
.results-container.grid a.result-hover {
    /* remove ie styling fixes for grid */
    background-color: transparent;
    opacity: 1;
    filter: alpha(opacity=1);
    z-index: 0;
}


/* ALL UP HIGHLIGHT BAR IMG CATEGORIES */

.highlight-bar {
    margin: 20px 0;
}

.full-width-content-module .highlightbar-img {
    width: 84px;
    height: 64px;
    text-align: center;
    clear: both;
    margin-bottom: 20px;
    margin-top: 20px;
}


/* Events / Sales Bar Styles */

.events-sales-bar {
    -webkit-box-shadow: 0px -1px 4px 1px rgba(50, 50, 50, 0.29);
    -moz-box-shadow: 0px -1px 4px 1px rgba(50, 50, 50, 0.29);
    box-shadow: 0px -1px 4px 1px rgba(50, 50, 50, 0.29);
}

.event-item:first-of-type {
    /*padding-top: 50px;*/
}

.event-item:not(:last-of-type) {
    /*padding-bottom: 50px;*/
}

.event-item h4 {
    font-size: 24px;
}

.dropshadow {
    -webkit-box-shadow: 0px -1px 4px 1px rgba(50, 50, 50, 0.29);
    -moz-box-shadow: 0px -1px 4px 1px rgba(50, 50, 50, 0.29);
    box-shadow: 0px -1px 4px 1px rgba(50, 50, 50, 0.29);
}


/* Safari only override */

::i-block-chrome {
    height: 100%;
}

.focused-bar {
    /*text-align: center;*/
}

.retailer-bar,
.focused-bar {
    margin: 0;
    padding: 0;
}

    .retailer-bar hr {
        border: 0;
        height: 1px;
        background-color: #ddd;
        padding: 0;
        margin: 0;
    }


/* Fix so border shows correctly when there is an odd number of logo retailers*/

#retailer-module .retailer-item {
    height: 100%;
}

.fs-temp #retailer-module .retailer-item,
.focused-bar .focused-bar-item {
    border-left: none;
}

#retailer-module .retailer-item,
.focused-bar .focused-bar-item {
    border-left: 1px solid #BFB5B8;
}

#retailer-module .retailer-carousel-single .retailer-item {
    border-left: 0;
}

#retailer-module .retailer-carousel-single {
    height: 100px;
    max-width: 1200px;
    margin: 0 auto 50px auto;
}


.fs-temp #retailer-module .retailer-carousel-single img {
    /* padding: 0px 10px; */
    max-width: 100px;
    display: block;
    margin: 0 auto;
    cursor: default;
}

.fs-temp #retailer-module .retailer-carousel {
    height: 300px;
    margin-top: 0;
}

.fs-temp #retailer-module .retailer-carousel-single {
    height: 100px;
    max-width: 1200px;
    margin: 0 auto 25px auto;
}

    .fs-temp #retailer-module .retailer-carousel-single img {
        max-width: 150px;
    }

#retailer-module .retailer-carousel a {
    display: block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    /* center vertically */
    margin: 0 auto;
    opacity: 0.6;
}

    #retailer-module .retailer-carousel a:hover {
        opacity: 1;
        transition: opacity .25s ease-in-out;
        -moz-transition: opacity .25s ease-in-out;
        -webkit-transition: opacity .25s ease-in-out;
    }

#retailer-module .retailer-carousel a {
    display: block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    /* center vertically */
    margin: 0 auto;
    opacity: 0.6;
}

    #retailer-module .retailer-carousel a:hover {
        opacity: 1;
        transition: opacity .25s ease-in-out;
        -moz-transition: opacity .25s ease-in-out;
        -webkit-transition: opacity .25s ease-in-out;
    }

.retailer-bar.fs-temp .retailer-carousel-single div {
}

.focused-bar {
    background-color: white;
}

    .focused-bar .focused-bar-carousel {
        height: 180px;
        margin-top: 0;
        background-color: white;
    }

        .focused-bar .focused-bar-carousel .focused-bar-item {
            height: 180px;
        }

        .focused-bar .focused-bar-carousel .owl-next:before {
            content: url(../svg/arrow_white_right.svg);
        }

.retailer-carousel .owl-prev:active,
.retailer-carousel-single .owl-prev:active {
    opacity: 1;
}

.owl-item {
    height: 100%;
    margin: 0 auto;
}


/*.highlightbar-border:hover, .focused-bar-item:hover, .subpage .result-item:hover {*/

.focused-bar-item:hover {
    background-color: #EFEFEF;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}


/*.subpage .grid .flag-container {*/

/*.grid .flag-container {
        left: 0px;
    }

    .flag-container {
        position: absolute;
        width: 100%;
        top: 0;
        left: 30px;
        font-size: 1rem;*/
/*14px;*/
/*height: 20px;
        margin-top: -5px;
    }*/

/*        .flag-container.directory {
            position: relative;
            left: 0;
            display: inline-table;
        }

            .flag-container.directory .multiple-sales-tag {
                margin-bottom: 10px;
            }*/

.flag-container.no-logo {
    top: auto;
    margin-top: 5px;
    position: relative;
    display: inline-table;
    left: 0;
}

    .flag-container.no-logo .multiple-sales-tag {
        margin-bottom: 5px;
    }

.flag-container.featured {
    left: 11px;
    text-transform: capitalize;
}

.flag-container.retailer {
    width: auto;
    position: relative;
    display: inline-block;
    left: 0px;
    top: 5px;
}

/*.flag-container .multiple-sales-tag {
            display: block;
            float: left;
            background-color: #EFEFEF;
            text-align: center;
            font-size: 1rem;*/
/*14px;*/
/*margin-right: 10px;
            padding-left: 5px;
            padding-right: 5px;
        }*/


/*.subpage .multiple-sales-tag.related {*/

.multiple-sales-tag.related {
    position: absolute;
    width: 77px;
    top: 10px;
    left: 10px;
    height: 20px;
    line-height: 20px;
    background-color: #E6E6E6;
    text-align: center;
    font-size: 1rem;
    /*14px;*/
    z-index: 99;
}

.results-container.directory .result-item:hover span.multiple-sales-tag {
    background-color: #666C6B;
    color: #fff;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}

.results-container.directory .result-item:hover div.store-details,
.results-container.directory .result-item:hover div.see-on-map,
.results-container.offices .result-item:hover div.store-details,
.results-container.offices .result-item:hover div.see-on-map {
    opacity: 1;
    -webkit-transition: opacity 200ms linear;
    -moz-transition: opacity 200ms linear;
    -o-transition: opacity 200ms linear;
    -ms-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
}

.results-container.offices .result-grid {
    min-height: 168px;
}

@media all and (max-width: 959) {
    .results-container.offices .result-grid {
        min-height: 0;
    }
}

.results-container span.alphaLetter {
    color: #373d3e;
}

.results-container div.store-details {
    background-size: 18px 18px !important;
    margin-bottom: 12px;
    font-size: 1rem;
    /*14px;*/
}

.results-container div.see-on-map {
    background-size: 18px 18px !important;
    margin-bottom: 12px;
    font-size: 1rem;
    /*14px;*/
}

.results-container.directory div.store-details,
.results-container.offices div.store-details {
    line-height: 20px;
    position: absolute;
    top: 25px;
    right: 30px;
    z-index: 99;
    opacity: 0;
}

.results-container.directory div.see-on-map,
.results-container.offices div.see-on-map {
    line-height: 20px;
    position: absolute;
    top: 55px;
    right: 32px;
    z-index: 99;
    opacity: 0;
}

.results-container div.store-details a,
.results-container div.see-on-map a {
    margin-left: 25px;
}

.results-container {
    /*        max-width: 900px;
        margin: 0 auto;*/
}

.results-container-fullbleed {
    margin-left: -15px;
    margin-right: -15px;
}

    .results-container-fullbleed video {
        width: 100%;
    }

        .results-container-fullbleed video::cue,
        .results-container-fullbleed video::-webkit-media-text-track-display-backdrop {
            font-size: 18px;
        }

    .results-container-fullbleed .video-controls {
        bottom: 0;
        padding: 0 5px 10px 5px;
    }

        .results-container-fullbleed .video-controls .play-pause,
        .results-container-fullbleed .video-controls .closed-captioning {
            background: transparent;
            border: 0;
            cursor: pointer;
            color: #444444;
        }

            .results-container-fullbleed .video-controls .play-pause:hover,
            .results-container-fullbleed .video-controls .closed-captioning:hover {
                color: #919191;
            }

        .results-container-fullbleed .video-controls .fa-play,
        .results-container-fullbleed .video-controls .fa-pause {
            font-size: 1rem;
        }

        .results-container-fullbleed .video-controls .fa-closed-captioning {
            font-size: 1.1rem;
        }

#sales-details-container h1.store-name {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 5px;
}

#sales-details-container span.sale-description {
    font-size: 60px;
}

#sales-details-container span.sale-dates {
    text-transform: uppercase;
    font-size: 12px;
    display: block;
}

#sales-details-container p.sale-legal {
    margin: 20px 0px;
    line-height: 1.5em;
}

#sales-details-container .sale-button-group {
    margin-bottom: 20px;
    max-width: 300px;
    /*font-size: 14px;*/
    margin-top: 20px;
}

#sales-details-container .media-placeholder {
    display: block;
    margin-top: 10px;
    background-color: #ECF1F0;
    /*max-height:400px;*/
    border: 1px solid #efefef;
    padding: 20px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

#sales-details-container .map-placeholder {
    display: block;
    margin-top: 10px;
    background-color: #ECF1F0;
    max-height: 400px;
    border: 1px solid #efefef;
    text-align: center;
    box-shadow: inset 0px 1000px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1000px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px 1000px rgba(0, 0, 0, 0.3);
}


#sales-details-container .rich-text {
    display: block;
}


/*.subpage .results-container .sales-result {*/

.results-container .sales-result {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 10px;
    display: block;
    padding-top: 20px;
}


/*.subpage .featured-sale-container .result-item {*/

.featured-sale-container .result-item {
    padding: 10px;
}


/*.subpage .result-item.child {*/

.result-item.child {
    padding: 10px 10px;
    margin-left: 100px;
}


    /*.subpage .result-item.child .special-link {*/

    .result-item.child .special-link {
        z-index: 100;
        position: relative;
        display: inline-block !important;
    }

div.custom-btn.switch {
    vertical-align: middle;
    background-color: #FFF;
    color: #736A6F;
    border-bottom: none;
    padding: 14px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}

    div.custom-btn.switch:hover {
        background-color: #FFF;
    }

    div.custom-btn.switch:active {
        background-color: #FFF;
    }

.custom-btn.switch.on {
    font-weight: bold;
    -webkit-box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, 0.3);
}

.custom-btn.switch.disabled {
    color: #CACAD9 !important;
}

.results-container.directory .results-container-inner {
    margin-top: 35px;
}

.results-container.directory.grid .search-result-ad {
    float: left;
    z-index: 0;
    clear: both;
    width: 100%;
}

.results-container.directory.grid .multiple-sales-tag {
    position: absolute;
    width: 77px;
    top: 10px;
    left: 10px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 1rem;
    /*14px;*/
    z-index: 99;
}

.results-container.directory.grid .result-item {
    background: none;
    padding: 25px 25px;
    /*max-height:125px;*/
    min-height: 160px;
    float: left;
    overflow: auto;
    border: 1px solid #E6E6E6;
}

.results-container.directory.grid .swap-content {
    padding-left: 0px;
}

.results-container.directory.grid .result-item .logo-container {
    vertical-align: middle;
    line-height: 200px;
}

.results-container.directory.grid hr {
    display: none;
}

.results-container.directory.grid .logo-container img {
    opacity: 0.6;
}

.results-container.directory.grid img:hover {
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.result-hover:hover ~ div .result-description.show-on-grid {
    opacity: 1 !important;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.logo-container:hover ~ div .result-description.show-on-grid {
    opacity: 1 !important;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.results-container.directory.grid .result-item img.directory-retailer-logo {
    max-width: 160px;
}

.results-container.directory.grid .result-description,
.results-container.directory.grid .search-result-details,
.results-container.directory.grid .store-details,
.results-container.directory.grid .see-on-map,
.results-container.directory.grid .see-on-map a {
    display: none;
}


    /*.subpage .results-container.directory.grid .result-description.show-on-grid {*/

    .results-container.directory.grid .result-description.show-on-grid {
        display: block;
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        text-align: center;
        z-index: -2;
        opacity: 0.5;
    }

.alpha-container.filter-hide {
    display: none;
}


/*.subpage .results-container.directory.grid .uk-grid > * {*/

.results-container.directory.grid .uk-grid > * {
    /*padding-left:0px;*/
}

.results-container .uk-grid[class*="alpha-group"] {
    margin-top: 50px;
}

@media all and (max-device-width: 414px) {
    .results-container .uk-grid[class*="alpha-group"] {
        margin-top: 20px;
    }
}

.results-container .result-item .search-result-name {
    text-transform: uppercase;
}

.results-container .result-item.child .search-result-name {
    margin-right: 10px;
}

.results-container .search-result-ad {
    display: block;
    margin: 20px 0;
}

.results-container .print-page a {
    font-size: 1rem;
    /*14px;*/
}

.results-container .print-page a,
.subpage a.back {
    color: #72676C;
}

div.back {
    display: inline-block;
    width: 9px;
    height: 15px;
    margin-top: -4px;
    margin-right: 10px;
    vertical-align: middle;
}

.skin-3 div.back {
    height: 17px;
}

div.forward {
    display: inline-block;
    width: 9px;
    height: 15px;
    margin: 0 10px 3px 10px;
    vertical-align: bottom;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

    div.forward.small {
        margin-right: 0;
        margin-left: 5px;
        margin-bottom: 2px;
    }

h1 div.forward {
    height: 36px;
    width: 25px;
    margin-right: -35px;
    margin-bottom: 6px;
}

.details.about-anchor-offset {
    display: block;
    position: relative;
    top: -200px;
    visibility: hidden;
    padding: 0;
}

#backtotop {
    opacity: 0.6;
    text-align: right;
    position: fixed;
    bottom: 4em;
    right: 0;
    display: none;
    z-index: 99;
}

    #backtotop.stop {
        position: absolute;
        bottom: 60px
    }

    #backtotop:hover {
        opacity: 1;
        transition: opacity .25s ease-in-out;
        -moz-transition: opacity .25s ease-in-out;
        -webkit-transition: opacity .25s ease-in-out;
    }

/*    .logo-container {
        vertical-align: top;
    }*/

.listing-container {
}

    .listing-container .multiple-sales-tag {
        padding: 14px 5px 12px;
        margin: -8px -3px;
    }

        .listing-container .multiple-sales-tag:nth-of-type(n+2) {
            margin-left: 12px;
        }

    /*.listing-container .search-result-links {
            padding-top: 10px;
        }*/

    .listing-container .search-result-links .flex-spacing > div {
        margin-bottom: 5px;
    }

        .listing-container .search-result-links .flex-spacing > div:not(:last-of-type) {
            margin-right: 10px;
        }

    .listing-container .listing-container__inner {
        margin-top: -13px;
        max-height: 150px;
    }

/*    .cta-container {
        margin-left: auto;
    }
        .cta-container > div.uk-flex {
            gap: 10px;
        }*/

/*        @media (max-width: 767px) {
            .cta-container > div.uk-flex {
                margin-top: 25px;
            }
        }*/

@media (min-width: 960px) {
    /*            .cta-container > div.uk-flex {
                margin-top: -5px;
            }*/

    .logo-container + .listing-container + .cta-container > div.uk-flex {
        margin-top: 25px;
    }
}

@media (min-width: 768px) and (max-width: 959px) {
    /*            .cta-container > div.uk-flex {
                -ms-flex-align: center;
                -webkit-align-items: center;
                align-items: center;
                margin-top: -10px;
            }*/

    .flag-container.directory + .uk-flex > .cta-container > div.uk-flex {
        margin-top: -44px;
    }
}


img.directory-retailer-logo {
    max-width: 40px;
    margin-left: 10px;
    margin-right: 20px;
}

@media all and (max-device-width: 414px) {
    .results-container.list .logo-container {
        padding-left: 0;
    }

    .listing-container.no-logo {
        padding-left: 0;
    }
}


/*.subpage .slides .slide {*/

.slides .slide {
    width: 100%;
    height: 700px;
}


/*.subpage .slides #map-slide {*/

.slides #map-slide {
    position: relative;
    background-size: cover;
}


    /*.subpage .slides #map-slide:before {*/

    .slides #map-slide:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0.9)), color-stop(70%, rgba(0, 0, 0, 0)));
        background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 30%, transparent 70%);
        opacity: .6;
    }


    /*.subpage .slides #map-slide .mapPoint {*/

    .slides #map-slide .mapPoint {
        position: absolute;
    }

#map-slide #map-btn {
    background-size: 18px 18px !important;
    background-position: 15px 15px !important;
    padding-left: 15px;
    display: block;
    text-align: center;
    letter-spacing: .5px;
    cursor: pointer;
    max-width: 200px;
    right: 100px;
    position: absolute;
    width: 100%;
    z-index: 500;
    box-shadow: 0 0 .5em rgba(0, 0, 0, 0.25);
    background-color: #FFF;
    height: 50px;
    line-height: 50px;
}

.ellipsed {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#google_translate_element {
    position: relative;
    float: none;
    left: 10px;
    text-align: right;
}

    #google_translate_element.rewards {
        left: 0;
    }

/*    .footer-logo {
        float: left;
    }*/


/* WCAG SKIP TO CONTENT */

.skipnav {
    padding: 0 50px;
}

    .skipnav a,
    .skipnav button {
        font-size: 0.813rem;
        font: inherit;
        position: absolute;
        clip: rect(0 0 0 0);
        border: 0;
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        width: 1px;
        white-space: nowrap;
    }

        .skipnav a:focus,
        .skipnav button:focus {
            clip: auto;
            left: 0;
            top: 0;
            width: 100%;
            height: auto;
            margin: 0;
            border-left: none;
            border-right: none;
            text-align: center;
            background-color: transparent;
        }

.uk-grid > * {
}

.invisible {
    visibility: hidden;
}


/* HOURS STYLES */

/*    .hours-container {
        max-width: 900px;
        margin: 20px auto;
        text-align: center;
        line-height: 1.5em;
    }*/

/*        .hours-container .date,
        .hours-container .time {
            display: inline-block;
            margin-bottom: 5px;
            letter-spacing: 0.05em;
            font-size: 22px;
        }*/

/*        .hours-container .time {
            color: #666669;
        }*/

/*        .hours-container:nth-of-type(n+3) {
            margin-top: 0;
        }*/

.hour-container {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
}

    /*.hour-container:not(:last-of-type) {
            border-bottom: 1px solid #ddd;
        }*/

    .hour-container:first-of-type {
        border-top: 1px solid #ddd;
    }

/*        .hour-container .date,
        .hour-container .time {
            font-size: 20px;
        }*/

/*@media (max-width: 479px) {
    .hour-container .date,
    .hour-container .time {
        font-size: 16px;
    }
}*/


/* Privacy Policy */

#privacy-policy-container h3 {
    text-align: center;
    text-transform: uppercase;
}

#privacy-policy-container .headline-container {
    text-align: center;
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
}

@media (max-width: 767px) {
    #privacy-policy-container .headline-container {
        padding-bottom: 0;
    }
}


/*.subpage #privacy-policy-container .privacy-policy-content {*/

#privacy-policy-container .privacy-policy-content {
    margin: 30px 0px;
}

@media (max-width: 767px) {
    #privacy-policy-container .privacy-policy-content {
        margin-top: 0;
    }
}


/* 
 * GRAYSCALE FILTER STYLES 
 */

.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 10+, Firefox on Android */
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    cursor: pointer;
}

    .grayscale.grayscale-fade {
        -webkit-transition: -webkit-filter .5s;
    }

        .grayscale.grayscale-fade:hover {
            -webkit-filter: grayscale(0%);
            filter: none;
        }

.grayscale-replaced.grayscale-fade svg {
    opacity: 1;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

.grayscale-replaced.grayscale-fade:hover svg {
    opacity: 0;
}

input[type=search] {
    color: #6D6666;
}


/* 
 * DIRECTORY SEARCH FILTER ITEMS 
 */

.results-container.directory .filter-items {
}

    .results-container.directory .filter-items .filter-item {
        font-weight: bold;
    }

    .results-container.directory .filter-items span.filter-item-close {
        display: inline-block;
        margin: 0px 20px 0px 10px;
        color: #736A6F;
        opacity: 0.7;
        cursor: pointer;
    }

        .results-container.directory .filter-items span.filter-item-close:hover {
            text-decoration: none;
            opacity: 1;
        }

        .results-container.directory .filter-items span.filter-item-close:active {
            text-decoration: none;
        }


/* 
 * FORM STYLING 
 */

.uk-form select {
    padding-top: 0px;
    padding-left: 3px;
}

.signup-form {
    max-width: 650px;
    margin: 0 auto;
    padding: 0px 25px;
}

    .signup-form.headline {
        max-width: 990px;
        text-align: center;
        margin-bottom: 80px;
    }

    .signup-form h2 {
        font-size: 36px;
        line-height: 1.2em;
    }

    .signup-form input[type="radio"] {
        vertical-align: middle;
        margin: 5px;
    }

        .signup-form .uk-form input[type=checkbox]:checked:before,
        .signup-form input[type="radio"]:checked:before {
            content: "\f00c";
            font-family: FontAwesome;
            font-size: 36px;
            -webkit-font-smoothing: antialiased;
            text-align: center;
            line-height: 35px;
            color: #444;
        }

    .signup-form input[type="text"],
    .signup-form select {
        height: 40px;
    }

    .signup-form input[type="radio"] {
        border: 1px solid #dddddd;
        -webkit-appearance: none;
        width: 40px;
        height: 40px;
        background-color: white;
    }

    .signup-form .age-confirm-label {
        margin-right: 20px;
    }

    .signup-form .checkbox-list .uk-grid {
        margin-top: 0px;
    }


/*
 * RICH TEXT EDITOR STYLES 
 */

/*    .rich-text {
        font-size: 1em;
    }*/

.rich-text a {
    display: inline-block;
    text-decoration: underline;
}

    .rich-text a:hover {
        text-decoration: none;
    }

.rich-text h1 {
    font-size: 20px;
}

.rich-text h3 {
    padding-top: 10px;
    font-size: 1.375rem;
}

.rich-text h4,
.rich-text h5,
.rich-text h6 {
    font-size: 1.35rem;
}

.rich-text ul,
.rich-text ol {
    padding-top: 0px;
    margin-top: 0;
    list-style-type: none;
    margin-left: 15px;
}

.rich-text ul {
    margin-left: 15px;
}

.rich-text ol {
    margin-left: 25px;
}

    .rich-text ul li,
    .rich-text ol li {
        padding-left: 0px;
        margin-bottom: 10px;
    }

    .rich-text ol li {
        counter-increment: inst;
    }

.rich-text ul li:before {
    content: '\2022';
    margin-left: -16px;
    padding-right: 8px;
}

.rich-text ol li:before {
    content: counter(inst) ". ";
    margin-left: -25px;
    margin-right: 5px;
}


.rich-text .ordered-list-override ul,
.rich-text .ordered-list-override ol {
    padding-top: initial;
    list-style-type: initial;
    margin-left: initial;
}

    .rich-text .ordered-list-override ul li,
    .rich-text .ordered-list-override ol li {
        padding-left: initial;
        margin-bottom: initial;
        counter-increment: initial;
    }

        .rich-text .ordered-list-override ul li:before,
        .rich-text .ordered-list-override ol li:before {
            content: '';
            margin-left: initial;
            padding-right: initial;
            margin-right: initial;
        }

.rich-text .contact {
    float: left;
    clear: both;
    display: inline-block;
    width: 100%;
    padding: 15px 0px;
    border-bottom: 1px solid #ECF1F0;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

    .rich-text .contact img {
        float: left;
        margin-right: 20px;
        margin-bottom: 10px;
        width: 100%;
    }

.rich-text .contact-photo {
    max-width: 100px;
    float: left;
    margin-right: 15px;
}

.rich-text .contact-info {
    float: left;
}

.rich-text.margin-top-offset-lg {
    margin-top: -15px;
}

.rich-text.margin-top-offset-md {
    margin-top: -10px;
}

.rich-text.margin-top-offset-sm {
    margin-top: -5px;
}

#privacy-policy-container h3 {
    font-size: 38px;
    line-height: 1.2em;
}

    #privacy-policy-container h3.privacy {
        font-size: 20px;
        line-height: 1.2em;
        text-align: left;
    }

#privacy-policy-container h4.privacy {
    font-size: inherit;
}


#privacy-policy-container .rich-text p em {
    color: #666E6B;
}

#privacy-policy-container .rich-text table.privacy {
    border-collapse: collapse;
}

    #privacy-policy-container .rich-text table.privacy th,
    #privacy-policy-container .rich-text table.privacy td {
        padding: 10px;
        width: 33%;
        border: 1px solid #b5b5b5;
    }

    #privacy-policy-container .rich-text table.privacy th {
        color: #444;
        background-color: #c5c5c5;
    }

    #privacy-policy-container .rich-text table.privacy ul {
        margin-top: 15px;
    }

#privacy-policy-container .rich-text li a {
    vertical-align: top;
    word-break: break-word;
}

#privacy-policy-container .rich-text h3 a {
    word-break: break-word;
}

@media (max-width: 768px) {
    #privacy-policy-container .rich-text table.privacy {
        display: block;
    }

        #privacy-policy-container .rich-text table.privacy th,
        #privacy-policy-container .rich-text table.privacy td {
            display: block;
            width: auto;
        }

            #privacy-policy-container .rich-text table.privacy th:not(:first-child),
            #privacy-policy-container .rich-text table.privacy td:not(:first-child) {
                border-top: 0;
            }

            #privacy-policy-container .rich-text table.privacy th:not(:last-child),
            #privacy-policy-container .rich-text table.privacy td:not(:last-child) {
                border-bottom: 0;
            }

        #privacy-policy-container .rich-text table.privacy th {
            display: none;
        }

        #privacy-policy-container .rich-text table.privacy td:first-child {
            margin-top: 25px;
        }
}

@media (min-width: 767px) {
    #privacy-policy-container .rich-text table.privacy .wcag-hidden-desktop {
        position: absolute;
        left: -10000px;
        top: auto;
        width: 0;
        height: 0;
        overflow: hidden;
    }
}

/*table {
    &.privacy

{
    border-collapse: collapse;
    th, td

{
    padding: 10px;
    width: 33%;
    border: 1px solid @mac-light-gray-2;

    @media (max-width: 768px) {
        display: block;
        width: auto;

        &:not(:first-child) {
            border-top: 0;
        }

        &:not(:last-child) {
            border-bottom: 0;
        }
    }
}

td {
    @media (max-width: 768px) {
        &:first-child {
            margin-top: 25px;
        }
    }
}

th {
    background-color: @mac-light-gray-1;

    @media (max-width: 768px) {
        display: none;
    }
}

ul {
    padding-left: 20px;
}

}

@media (max-width: 768px) {
    display: block;
}

}*/



/*
 *  PRESS RELEASE 
 */

#maincontent {
    padding-bottom: 20px;
    min-height: 400px;
}

    #maincontent.ignore-min-height {
        min-height: initial;
    }

@media all and (max-width: 768px) {
    #maincontent {
        padding-bottom: 45px;
        min-height: 250px;
    }

        #maincontent.ignore-min-height {
            min-height: initial;
        }
}

.press-release {
    padding: 50px 0;
}

    .press-release:nth-of-type(n+2) {
        border-top: 1px solid #ddd;
    }

    .press-release h3 {
        font-size: 1.5rem;
    }

    .press-release h3,
    .press-release p {
        margin: 5px 0;
    }


/* 
 * SITEMAP 
 */

/*    .sitemap-container {
        max-width: 650px;
        margin: 0 auto;
        display: block;
        overflow: hidden;
        text-align: center;
    }

        .sitemap-container div {
            padding-bottom: 25px;
        }*/

/*.sitemap-container a,
        .sitemap-container a:hover,
        a.sitemap-container:active {
            color: #444444;*/
/*text-transform: uppercase;*/
/*}*/

/*        .sitemap-container h3 {
            font-size: 24px;
        }*/

/*        .sitemap-container ul {
            list-style-type: none;
            margin-left: 0;
            padding-left: 0;
        }

            .sitemap-container ul li {
                padding: 5px 0px;
            }*/


/* 
 * HOMEPAGE TAKEOVER 
 */

/*    #homepageTakeover .uk-modal-dialog {
        width: 503px;
        height: 575px;
    }

    #homepageTakeover .uk-close {
        width: 30px;
        line-height: 30px;
        z-index: 9999;
        position: relative;
        opacity: 1;
        background-color: #767472;
    }

        #homepageTakeover .uk-close:after {
            color: #A19F9D;
        }

        #homepageTakeover .uk-close:hover {
            background-color: #5D5B59;
        }

        #homepageTakeover .uk-close:first-child {
            margin: -20px -20px 0 0;
        }

        #homepageTakeover.newsletter .uk-close {
            position: absolute;
            margin: 0;
            right: 10px;
            background-color: #ffffff;
        }

            #homepageTakeover.newsletter .uk-close:after {
                color: #67676a;
            }

    @media all and (max-width: 767px) {
        #homepageTakeover .uk-modal-dialog {
            height: 108vw;
        }
    }*/


/*
 * HOMEPAGE TAKEOVER | COUNTDOWN CLOCK
 */

/* #homepageTakeover.countdownClock .uk-modal-dialog {
        background-color: #ebe7e4;
        text-align: center;
        color: #565656;
        height: auto;
    }

        #homepageTakeover.countdownClock .uk-modal-dialog ul.countdown {
            list-style: none;
            margin: 20px 0px;
            padding: 0;
            display: block;
            text-align: center;
        }

        #homepageTakeover.countdownClock .uk-modal-dialog div.countdown-done {
            list-style: none;
            padding: 0;
            text-align: center;
        }

            #homepageTakeover.countdownClock .uk-modal-dialog div.countdown-done p {
                border: 1px solid #c0392b;
                font-size: 50px;
                display: block;
                margin: 20px 40px;
                padding: 6px 0px;
                letter-spacing: 1px;
                color: #444446;
            }

        #homepageTakeover.countdownClock .uk-modal-dialog ul.countdown li {
            display: inline-block;
        }

            #homepageTakeover.countdownClock .uk-modal-dialog ul.countdown li p {
                color: #a7abb1;
                font-size: 10px;
                text-transform: uppercase;
                margin-top: 4px;
                margin-bottom: 0px;
                padding-bottom: 0px;
            }

            #homepageTakeover.countdownClock .uk-modal-dialog ul.countdown li span {
                display: inline-block;
                width: 70px;
                font-size: 50px;
                line-height: 64px;
                padding: 0px 12px;
                border-top: 1px solid #C0392B;
                border-bottom: 1px solid #C0392B;
                margin-left: -5px;
                font-weight: 300 !important;
            }

    @media all and (max-width: 767px) {
        #homepageTakeover.countdownClock .uk-modal-dialog ul.countdown li span {
            font-size: 28px;
            width: 40px;
            line-height: 40px;
        }

        #homepageTakeover.countdownClock .uk-modal-dialog ul.countdown li p {
            font-size: 8px;
        }

        #homepageTakeover.countdownClock .uk-modal-dialog div.countdown-done p {
            font-size: 30px;
            margin: 20px 20px;
        }
    }

    #homepageTakeover.countdownClock .uk-modal-dialog .days {
        background-color: #C0392B;
        padding: 0 10px;
        color: #fff;
    }

    #homepageTakeover.countdownClock .uk-modal-dialog .last {
        border-right: 1px solid #C0392B;
    }*/


/* 
 * HOMEPAGE TAKEOVER | COUNTDOWN CLOCK (SOUTH PLAINS MALL HOLIDAY)
 */

/*  #homepageTakeover.countdownClock.holiday .uk-modal-dialog {
        width: 505px;
        padding: 0px;
        background-color: #650410 !important;
    }

    #homepageTakeover.countdownClock.holiday .uk-close {
        position: absolute;
        right: 0;
        top: 0;
        margin: 0 !important;
    }

        #homepageTakeover.countdownClock.holiday .uk-close:first-child {
            margin: 0 !important;
        }

    #homepageTakeover.countdownClock.holiday .uk-modal-dialog ul.countdown {
        background-color: #ebe7e4 !important;
        max-width: 385px;
        margin: 0 auto;
        padding-top: 4px;
        padding-bottom: 4px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    @media all and (max-width: 767px) {
        #homepageTakeover.countdownClock.holiday .uk-modal-dialog ul.countdown {
            max-width: 100%;
        }

        #homepageTakeover.countdownClock.holiday .uk-modal-dialog ul.countdown {
            margin-top: 0px;
            margin-bottom: 0px;
        }
    }

    #homepageTakeover.countdownClock.holiday .uk-modal-dialog .last {
        border-right: none;
    }

    #homepageTakeover.countdownClock.holiday .uk-modal-dialog ul.countdown li span.days {
        background-color: #b6464a !important;
    }

    #homepageTakeover.countdownClock.holiday .uk-modal-dialog ul.countdown li span {
        border-top: none;
        border-bottom: 2px solid #b6464a !important;
        background-color: #ebe7e4;
    }

    #homepageTakeover.countdownClock.holiday .uk-modal-dialog ul.countdown li p {
        color: #565656 !important;
    }

    #homepageTakeover.countdownClock.holiday .uk-modal-dialog .days {
        background-color: #b6464a;
    }

    #homepageTakeover.countdownClock.holiday .uk-modal-dialog div.countdown-done p {
        border: none;
        font-weight: bold;
        color: #ffffff;
        margin-top: 10px;
        margin-bottom: 10px;
    }*/

/*
 * HOMEPAGE TAKEOVER | NEWSLETTER
 */

/* #homepageTakeover.newsletter .uk-modal-dialog {
        min-height: 655px;
        max-width: 650px;
        height: auto;
        width: 100%;
        padding: 10px;
        background-color: transparent;
    }

    #homepageTakeover.newsletter .uk-modal-dialog .result-hover {
        overflow: hidden;
        background-color: #f7f7f7;
    }

    #homepageTakeover.newsletter .uk-modal-dialog .result-header {
        padding: 25px 10px 30px 10px;
    }

    #homepageTakeover.newsletter table.intro {
        font-size: 1.375em;
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
    }

        #homepageTakeover.newsletter table.intro small {
            display: block;
            font-size: 1.3rem;
        }

        #homepageTakeover.newsletter table.intro td {
            border-right: 1px solid #ffffff;
            padding: 7px 15px;
        }

            #homepageTakeover.newsletter table.intro td:first-child {
                border-left: 1px solid #ffffff;
            }

    #homepageTakeover.newsletter h2.no-eyebrow {
        margin-top: 20px;
    }

    #homepageTakeover.newsletter .photo-container {
        bottom: 0;
        margin-bottom: -180px;
    }

        @media all and (max-width: 575.98px) {
            #homepageTakeover.newsletter .photo-container {
                text-align: right;
                margin-bottom: -390px;
            }
        }

        #homepageTakeover.newsletter .photo-container img {
            max-width: none;
            margin: -44px 0 0 -20px;
        }

            @media all and (max-width: 575.98px) {
                #homepageTakeover.newsletter .photo-container img {
                    margin-top: -94px;
                    margin-left: 30px;
                }
            }

    #homepageTakeover.newsletter .form-container {
        padding: 15px;
    }

    @media all and (max-width: 767px) {
        #homepageTakeover.newsletter .uk-modal-dialog {
            height: auto;
        }
    }

    @media all and (max-width: 575.98px) {
        #homepageTakeover.newsletter .uk-modal-dialog .result-body {
            -ms-flex-direction: column-reverse;
            -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
        }
    }*/

/* SFS Custom */
.skin-4 #homepageTakeover.newsletter .uk-modal-dialog .result-body .photo-container {
    overflow: hidden;
}

.skin-4 #homepageTakeover.newsletter .uk-modal-dialog .result-header h2 {
    margin-bottom: 0;
}

@media all and (min-width: 576px) {
    .skin-4 #homepageTakeover.newsletter .uk-modal-dialog .result-body .photo-container,
    .skin-4 #homepageTakeover.newsletter .uk-modal-dialog .result-body .form-container {
        width: 50%;
    }

        .skin-4 #homepageTakeover.newsletter .uk-modal-dialog .result-body .photo-container img {
            margin-left: -470px;
        }
}

@media all and (max-width: 575.98px) {
    .skin-4 #homepageTakeover.newsletter .uk-modal-dialog .result-body .photo-container {
        margin-bottom: 0;
        margin-bottom: -25px;
    }

        .skin-4 #homepageTakeover.newsletter .uk-modal-dialog .result-body .photo-container img {
            margin-left: 0;
            margin-top: 0;
            max-width: 100%;
        }
}


/* 
 * EMERGENCY BAR
 */
#emergency-bar {
    display: none;
    margin-bottom: 0;
    background-color: #E9DB92;
    border-bottom: 2px solid #FFF;
    color: #444;
    padding: 15px;
    position: relative;
}

    #emergency-bar img {
        margin-right: 20px;
        margin-top: -6px;
        float: left;
    }

    #emergency-bar.active {
        display: block;
    }

    #emergency-bar .uk-close:after {
        /*content: "x";*/
        /*display: block;
        background: url(../images/themes/General/globalsearch_closeX_kipsu.svg);
        background-repeat: no-repeat;
        background-size: 20px 20px;
        font-family: arial;
        content: "";
        height: 20px;*/
    }

    #emergency-bar .uk-close {
        /*opacity: 1;*/
    }

        #emergency-bar .uk-close:hover {
            /*opacity: 0.5;*/
        }

    #emergency-bar a {
        font-size: 12px;
        padding-left: 10px;
    }

    #emergency-bar div.alert-msg {
        padding-right: 50px;
    }


/*
 * KIPSU MODAL & COOKIE MODAL STYLES
 */

#kipsuModal,
#consent_blackbar,
#fospModal {
    z-index: 100;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

#kipsuModal,
#fospModal {
    color: #fff;
    border-bottom: 2px solid #444444;
    min-height: 30px;
    background: #666666;
    padding: 16px 45px 12px 20px;
    display: none;
}

#consent_blackbar {
    line-height: 1.5;
    letter-spacing: initial;
    border-top: 1px solid #BFB5B8;
}

    #consent_blackbar a,
    #consent_blackbar button {
        font-size: inherit;
        line-height: 1.5;
    }


#kipsuModal.GSC {
    background-color: #d42230 !important;
    color: white;
}

#kipsuModal .kipsu-bold-msg {
    font-weight: bold;
    margin-right: 10px;
}

#kipsuModal .uk-close:after {
    display: block;
    background: url(../svg/globalsearch_closex_kipsu.svg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    font-family: arial;
    content: "";
    height: 20px;
    color: #444;
}

#kipsuModal .uk-close,
/*#consent_blackbar .uk-close,*/
#fospModal .uk-close,
#emergency-bar .uk-close {
    opacity: 1;
}

    #kipsuModal .uk-close:hover,
    /*#consent_blackbar .uk-close:hover,*/
    #fospModal .uk-close:hover,
    #emergency-bar .uk-close:hover {
        opacity: 0.5;
    }

#kipsuModal a,
#kipsuModal a:hover,
#kipsuModal a:active {
    color: white;
}


/*
 * COOKIE MODEAL STYLES (.contd)
 */

/*#consent_blackbar,*/
#fospModal {
    text-align: center;
    z-index: 101;
    color: #444;
    border-bottom: 0;
    background: rgba(255, 255, 255, 1);
    border-bottom: 0;
    border-top: 1px solid #BFB5B8;
    padding: 15px 20px 20px 20px;
    line-height: 1.2;
}

#fospModal {
    padding: 20px 20px 0 20px;
}

    #fospModal,
    #fospModal a {
        color: #fff;
    }

        /*#consent_blackbar .uk-vertical-align-middle,*/
        #fospModal .uk-vertical-align-middle {
            margin-top: 6px;
        }

        /*#consent_blackbar .uk-close,*/
        #fospModal .uk-close,
        #emergency-bar .uk-close {
            position: absolute;
            margin: 5px;
            width: 10px;
            -webkit-filter: contrast(200%);
            filter: contrast(200%);
            top: 5px;
            right: 5px;
        }

            /*#consent_blackbar .uk-close:after,*/
            #fospModal .uk-close:after,
            #emergency-bar .uk-close:after {
                display: block;
                background: url(../png/close.png);
                background-repeat: no-repeat;
                background-size: 10px 10px;
                font-family: arial;
                content: "";
                height: 10px;
            }

        /*#consent_blackbar a.btn,*/
        #fospModal a.btn {
            background-color: #2B2B2B;
            border: 1px solid #2B2B2B;
            text-decoration: none;
            color: #fff;
            letter-spacing: 0.1
        }

            /*#consent_blackbar a.btn:hover,*/
            #fospModal a.btn:hover {
                background-color: transparent;
                color: #444;
            }

        /*#consent_blackbar span:first-child,*/
        #fospModal span:first-child {
            margin-bottom: 15px;
        }

        /*#consent_blackbar span,*/
        #fospModal span {
            display: block;
        }

@media all and (max-width: 768px) {
    /*#consent_blackbar .uk-vertical-align-middle,*/
    #fospModal .uk-vertical-align-middle {
        margin-top: 0;
    }
}

/*#consent_blackbar a.btn:hover,*/
#fospModal a.btn:hover {
    outline: 1px solid #000;
    outline-offset: 0;
    color: #fff;
    background-color: transparent;
}

.outlet-flyer {
    position: absolute;
    top: 85px;
    width: 100%;
    text-align: center;
}


/* 
 * SDVR STYLES 
 */

.sdvr {
}

    .sdvr h1 {
        font-size: 24px;
        margin-top: 0px;
        line-height: 1em;
    }

    .sdvr p {
        font-size: 1rem;
        /*14px;*/
    }

    .sdvr .break-bar {
        height: 10px;
        width: 100%;
        margin-bottom: 20px;
    }

    .sdvr input[type="password"] {
        padding: 10px 5px;
        width: 100%;
        border: 1px solid #e3e3e3;
        font-size: 20px;
        /*-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
        -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
        box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);*/
        cursor: auto;
    }

    .sdvr input.reserve-table-btn {
        /*font-family: 'Quasimoda-Regular';*/
    }

    .sdvr .error {
        color: red;
    }

    .sdvr .reserve-table-btn {
        border: none;
        cursor: pointer;
        margin-top: 0px;
    }

    .sdvr .reward-block {
        margin-top: 60px;
    }

        .sdvr .reward-block hr {
            margin-top: 70px;
        }

    .sdvr .reward-name {
        font-size: 1rem;
        /*14px;*/
        text-transform: uppercase;
    }

    .sdvr .reward-title {
        font-size: 1.5rem;
        margin: 5px 0;
    }

    .sdvr .reward-description {
        font-size: 1rem;
        /*14px;*/
    }

    .sdvr .reward-disclaimer {
        font-size: 0.875rem;
    }

    .sdvr .reward-date {
        font-size: 1rem;
        /*14px;*/
    }

    .sdvr .reserve-table-btn {
        font-size: 16px;
    }

    .sdvr .footer-social div {
        margin-right: 5px;
        display: inline-block;
    }

    .sdvr .footer-social .chat-id {
        margin-top: 10px;
        clear: both;
        display: block;
        width: 100%;
    }

    .sdvr .footer-social .uk-icon-weibo {
        display: inline-block;
        font-size: 30px;
    }

    .sdvr .footer-social .uk-icon-wechat {
        display: inline-block;
        font-size: 30px;
    }

    .sdvr .footer-social div {
        width: auto;
    }

    .sdvr #footer {
        background-color: transparent;
        padding-bottom: 50px;
    }

        .sdvr #footer .social-icons {
            margin-left: -5px;
        }


.filter-btn.active {
    text-decoration: underline;
}

.filter-container-sep {
    display: inline-block;
}

    .filter-container-sep:before {
        content: " | ";
        padding-left: 5px;
        padding-right: 5px;
    }


/* 
 * SOCIAL WIDGET
 */

@media all and (min-width: 768px) {
    .custom-hero .uk-panel.left-panel .slide-content .mobile-constrain,
    .custom-hero .uk-panel.right-panel .slide-content .mobile-constrain {
        width: 400px;
    }

    #footer .footer-nav ul li {
        margin-right: 25px;
    }
}

.share-widget {
    padding-top: 25px;
    position: relative;
    bottom: 0px;
    text-align: right;
}

    .share-widget a {
        display: inline-block !important;
        float: none !important;
        margin: 0px 1px;
    }


/* Fix weird margin left issue when modal is loaded */

.uk-modal-page {
    margin-left: 0px !important;
}


/*
 * GREEN SAVINGS OFFER
 */

.green-savings-offers {
    margin-top: 50px;
}

    .green-savings-offers h3 {
        font-size: 1.5rem;
        margin-top: 0;
        margin-bottom: 5px;
        padding-top: 0;
        letter-spacing: 0.05em;
    }

    .green-savings-offers .offer-item {
        margin: 25px 0px 75px 0px;
        line-height: 1.5em;
    }

    .green-savings-offers .offer-description {
        /*color: #444;*/
        /*font-size: 26px;*/
        /*line-height: 1.1em;*/
        /*height: 80px;*/
    }


/* LOCAL MEASURE WIDGET */

.local-measure-block {
    padding-left: 25px;
    padding-right: 25px;
    max-width: 1200px;
    margin: 0 auto;
}

    .local-measure-block .local-measure-callout {
        max-width: 475px;
        margin: 0 auto;
        margin-bottom: 50px;
        text-align: center;
        font-size: 18px;
    }

.special-video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 15px;
    width: 100%;
}

    .special-video-container iframe,
    .special-video-container object,
    .special-video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


/*
 * SHOPPER REWARDS
 */

.results-container.shopperrewards p {
    color: black;
}

.details.shopperrewards {
    padding: 25px;
    margin: 0px !important;
}

    .details.shopperrewards .disclaimer {
        font-size: 12px;
    }

        .details.shopperrewards .disclaimer a {
            text-decoration: underline;
        }

.shopperrewards .quote-container {
    padding: 40px 20px;
}

    .shopperrewards .quote-container p {
        padding: 25px 15px;
    }

    .shopperrewards .quote-container.less-padding {
        padding: 25px 35px 35px 35px !important;
    }

.shopperrewards .step-circle-container {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}

.shopperrewards .step-circle {
    font-size: 4rem;
    height: 160px;
    width: 160px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    background: #c1dceb;
}

    .shopperrewards .step-circle span {
        font-size: 1.125rem;
        display: block;
        margin-top: 10px;
        margin-bottom: -10px;
    }

.shopperrewards .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

    .shopperrewards .embed-container iframe,
    .shopperrewards .embed-container object,
    .shopperrewards .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

@media all and (max-width: 767px) {
    .shopperrewards .quote-container.less-padding {
        padding: 10px 35px 35px 35px !important;
    }
}


/* UK-Navbar Alignment FIX 11/17/2016*/

.uk-navbar-brand {
    overflow: hidden;
    height: auto;
}

@media all and (min-width: 1260px) {
    .uk-navbar-brand .align-container {
        float: left;
    }

    .subpage .no-left-padding {
        padding-left: 0px;
    }
}

@media all and (max-width: 1259px) {
    .uk-navbar-brand .align-container {
        display: inline-block;
    }

    .mobile-margin-bottom {
        margin-bottom: 0px;
    }
}

@-webkit-keyframes slideOut {
    0% {
        transform: translateX(-760px);
    }

    100% {
        transform: translateX(0);
    }
}

@-moz-keyframes slideOut {
    0% {
        transform: translateX(-760px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes slideOut {
    0% {
        transform: translateX(-760px);
    }

    100% {
        transform: translateX(0);
    }
}

@-webkit-keyframes slideIn {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-760px);
    }
}

@-moz-keyframes slideIn {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-760px);
    }
}

@keyframes slideIn {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-760px);
    }
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.no-margin-pillars {
    background-color: #ecf0ef;
    max-width: 1200px;
    margin: 0 auto;
}

    .no-margin-pillars .uk-grid {
        margin-top: 0px !important;
        margin-left: 0px;
    }

    .no-margin-pillars .no-padding-left-desktop {
        padding-left: 0px;
    }

    .no-margin-pillars .copy-pillar-container {
        position: relative;
        padding: 0px 25px;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

        .no-margin-pillars .copy-pillar-container p {
            padding: 0px 25px;
        }

    .no-margin-pillars .uk-grid .uk-push-1-2 {
        padding-left: 0px;
    }

    .no-margin-pillars h4 {
        font-size: 22px;
    }

uk-grid.no-margin-top {
    margin-top: 25px;
}

.pillar-image {
    height: 440px;
}

.alt-pillar .copy-container {
    text-align: center;
    max-width: 675px;
    padding: 45px 25px 0px 25px;
    margin: 0 auto;
}

    .alt-pillar .copy-container h1 {
        margin-bottom: 0px;
    }

    .alt-pillar .copy-container .bottom-border {
        margin-top: 20px;
        margin-bottom: 5px;
    }

    .alt-pillar .copy-container .custom-theme-btn {
        margin: 0 auto;
    }

@media all and (max-width: 767px) {
    .pillar-image {
        height: 150px;
        max-width: 300px;
        margin: 0 auto;
    }

    .bg-image-container:not(:first-of-type) {
        margin-top: 1px;
    }

    .alt-pillar .bg-image-container {
        height: 280px;
    }

    .alt-pillar h1 {
        font-size: 18px;
        line-height: 1em;
    }

    .no-margin-pillars .no-padding-left-desktop {
        padding: 10px 25px;
    }

    .no-margin-pillars .uk-grid .uk-push-1-2 {
        padding-left: 25px;
    }
    /*.subpage .custom-hero-about.gallery {
        height: 300px;
    }*/
    .no-margin-pillars {
        background-color: #ecf0ef;
        padding: 20px 0px;
    }
}

@media all and (min-width: 768px) {
    .no-margin-pillars .copy-pillar {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
    }

    .no-margin-pillars .copy-pillar-container {
        height: 440px;
    }
}

.about-nav .sticky-remove-padding-left {
    padding-left: 0px !important;
}

.top-anchor.uk-cover-object {
    left: 0;
    top: 0;
    -webkit-transform: none;
    transform: none;
}

.uk-cover-object {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.uk-cover-object,
[data-uk-cover] {
    left: 50%;
    top: 50%;
    position: relative;
}

video {
    object-fit: contain;
}

/*    .wechat-id {
        font-size: 12px;
        margin-left: 22px;
    }*/

a.cover-link {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: inline-block;
}


/* REDESIGN THEME STYLES 
    ********************
    ********************
    ********************
    ********************
*/

.mobile-nav span {
    font-size: 10px;
    text-transform: uppercase;
}


/*
 * HOMEPAGE NAV
 */

#homepage-nav {
    font-size: inherit;
}

    #homepage-nav .uk-navbar-toggle {
        margin-top: 0px;
    }

    #homepage-nav .mobile-nav {
        margin-right: 0px;
        width: 100%;
    }

        #homepage-nav .mobile-nav span {
            display: none;
            position: relative;
            top: -10px;
        }

        #homepage-nav .mobile-nav .uk-navbar-toggle {
            float: none;
            font-size: 24px;
            font-weight: normal;
            height: auto;
            padding-bottom: 5px;
            margin-bottom: 10px;
        }

        #homepage-nav .mobile-nav a.uk-navbar-toggle:focus {
            outline: 1px dotted #000;
        }

        #homepage-nav .mobile-nav .uk-navbar-search {
            color: #444444;
            float: none;
            font-size: 24px;
            font-weight: normal;
            height: auto;
            padding-bottom: 5px;
            margin-bottom: 10px;
        }

        #homepage-nav .mobile-nav .uk-navbar-chat {
            padding-bottom: 5px;
            margin-bottom: 10px;
        }

        #homepage-nav .mobile-nav .uk-navbar-chat {
            color: #444444;
            float: none;
            font-size: 24px;
            font-weight: normal;
            height: auto;
        }

.uk-active li.special-nav {
    padding-top: 4px;
}

    .uk-active li.special-nav.uk-active:after {
        margin-top: 9px;
    }


/*.sticky-icons .subpage-nav-hours {
    text-align: left;
}*/

.custom-hero {
    /*height: 660px;*/
}

    .custom-hero.single {
        height: 660px;
    }

    .custom-hero.single-no-text {
        height: 440px;
    }

    .custom-hero.single h1 a:hover {
        text-decoration: none;
    }

    .custom-hero .btn {
        background-color: #444;
        color: white;
        letter-spacing: 0.1em;
        font-size: 16px;
    }

.skin-3 .custom-hero .btn {
    letter-spacing: 0.05em;
}

.custom-hero.single .uk-cover-background,
.custom-hero.single-no-text .uk-cover-background {
    background-position: 50% 50%;
    background-size: cover;
    height: 100%;
}

.custom-hero.single .copy {
    padding: 0;
}

    .custom-hero.single .copy table.intro {
        font-size: 1.25rem;
        margin-left: auto;
        margin-right: auto;
        letter-spacing: 0.05rem;
        font-weight: 700;
    }

        .custom-hero.single .copy table.intro td {
            border-right: 1px solid #444;
            padding: 7px 15px;
        }

.skin-4 .custom-hero.single .copy table.intro td:last-child {
    padding: 4px 15px 11px 15px;
}

.custom-hero.single .copy table.intro td:first-child {
    border-left: 1px solid #444;
}

.custom-hero.single .copy table.intro small {
    display: block;
    font-size: 1.1875rem;
    padding-bottom: 2px;
    font-weight: 100;
}

.custom-hero.single .copy .rte {
    padding: 25px 50px 0 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
}

.custom-hero.single.gift-hub table.intro td {
    font-weight: 600;
    letter-spacing: 0.075rem;
}

.skin-1 .custom-hero.single .copy .rte,
.skin-2 .custom-hero.single .copy .rte {
    font-size: 24px;
}

.skin-3 .custom-hero.single .copy {
    padding: 45px 35px 0 35px;
    margin-left: 25px;
}

.skin-3 .custom-hero.single.gift-hub table.intro td {
    font-weight: 400;
}

.skin-3 .custom-hero.single table.headline {
    text-align: right;
}

.skin-3 .custom-hero.single .copy .rte {
    font-size: 24px;
}

.skin-4 .custom-hero.single .copy .rte {
    font-size: 24px;
}

@media all and (min-width: 960px) {
    .custom-hero.single .copy a {
        margin-top: 50px;
    }

    .custom-hero.single .copy h1 + a {
        margin-top: 20px;
    }

    .custom-hero.single .copy a:not(.btn) {
        border: 0;
    }

    .custom-hero.single .copy a.btn:hover {
        text-decoration: none;
    }

    .custom-hero.single .copy a:not(.background-color-deskop-override) {
        background-color: transparent;
    }

    .custom-hero.single .uk-cover-background,
    .custom-hero.single-no-text .uk-cover-background {
        background-position: 50% 50%;
        background-size: cover;
        height: 100%;
    }

    .custom-hero.single.uk-position-cover {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .uk-push-large-1-2 {
        position: relative;
        left: 50%;
    }

    .uk-push-large-1-3 {
        position: relative;
        left: 33.333%;
    }

    .uk-push-large-4-10 {
        position: relative;
        left: 60%;
    }

    .uk-pull-large-1-2 {
        position: relative;
        left: -50%;
    }

    .uk-pull-large-1-3 {
        position: relative;
        left: -33.333%;
    }

    .uk-pull-large-6-10 {
        position: relative;
        left: -40%;
    }

    .custom-hero.single .mobile {
        visibility: hidden;
    }
}

@media all and (max-width: 960px) {
    .custom-hero.single {
        height: 100%;
    }

        .custom-hero.single .uk-cover-background,
        .custom-hero.single-no-text .uk-cover-background {
            height: 100%;
            background-image: none !important;
        }

    .custom-hero-single .copy > :not(h1) a {
        color: #fff;
    }

    .custom-hero.single .copy a {
        margin-top: 20px;
    }

        .custom-hero.single .copy a.btn:hover {
            text-decoration: none;
            outline: 1px solid #444;
        }

        .custom-hero.single .copy a.theme-bg-light-mobile:hover,
        .custom-hero.single .copy a.theme-bg-light-mobile:focus,
        .custom-hero.single .copy a.theme-bg-light-tablet:hover,
        .custom-hero.single .copy a.theme-bg-light-tablet:focus {
            outline: 1px solid #fff;
        }

    .custom-hero.single .uk-position-cover {
        position: relative;
        display: block;
        padding: 75px 25px 50px 25px;
        margin: 0;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
    }

    .custom-hero .mobile {
        background-size: cover;
        height: 375px;
    }

    .custom-hero.single.gift-hub .copy {
        padding: 100px 0;
        margin-bottom: 25px;
    }

    .custom-hero.single .copy .rte {
        padding: 25px 0 50px 0;
        margin-left: 0;
    }

    .skin-1 .custom-hero h1 {
        margin-top: 15px;
    }

    .skin-1 .custom-hero .intro + h1 {
        margin-top: 25px;
    }

    .skin-3 .custom-hero.single table.headline {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .skin-3 .custom-hero.single .copy {
        padding-left: 25px;
        padding-right: 25px;
        margin-left: 0;
    }
}

.custom-hero .background-pos-right {
    background-position: right !important;
}

.custom-hero .background-pos-right-top {
    background-position: right top !important;
}

.custom-hero .background-pos-right-bottom {
    background-position: right bottom !important;
}

.custom-hero .background-pos-left {
    background-position: left !important;
}

.custom-hero .background-pos-left-top {
    background-position: left top !important;
}

.custom-hero .background-pos-left-bottom {
    background-position: left bottom !important;
}

.custom-hero .background-pos-center {
    background-position: center !important;
}

.custom-hero .background-pos-center-top {
    background-position: center top !important;
}

.custom-hero .background-pos-center-bottom {
    background-position: center bottom !important;
}

.custom-hero-bg {
    position: absolute;
    height: 100%;
    width: 100%;
}

.custom-offcanvas-nav-sub {
    text-align: left;
}

.home-header-logo {
    max-height: 70px;
    max-width: 200px;
    margin: 0 auto;
    /*width: 100%;*/
}

.uk-sticky-placeholder .home-header-logo {
    /*height: 50px;*/
    max-height: 40px;
    width: auto;
}

.home-header-rewards-logo {
    max-height: 60px;
    float: right;
    margin-top: -10px;
}

#offcanvas .accordion-toggle {
    cursor: pointer;
    border-bottom: 1px solid #eae6e7;
    border-top: 1px solid #eae6e7;
    padding: 20px 0px 20px 25px;
    margin-bottom: 0px;
    margin-top: 0px;
    color: #1b1f22;
    position: relative;
    font-size: 22px;
    line-height: 22px;
}

    #offcanvas .accordion-toggle:after {
        position: absolute;
        font-family: 'FontAwesome';
        top: 30%;
        right: 25px;
        content: "\f078";
    }

    #offcanvas .accordion-toggle.active:after {
        content: "\f077";
    }

#offcanvas .accordion-content {
    display: none;
}

    #offcanvas .accordion-content .uk-nav-sub li {
        padding-left: 25px;
        padding-right: 25px;
        border-bottom: 1px solid #eae6e7;
    }

        #offcanvas .accordion-content .uk-nav-sub li a {
            margin-bottom: 25px;
            margin-left: 25px;
            /*text-transform: uppercase;*/
        }

            #offcanvas .accordion-content .uk-nav-sub li a .flag {
                color: #431112;
                /*text-transform: uppercase;*/
                font-size: 1rem;
                /*14px;*/
            }

            #offcanvas .accordion-content .uk-nav-sub li a:hover {
                text-decoration: underline;
            }

    #offcanvas .accordion-content.default {
        display: block;
    }

#offcanvas .uk-offcanvas-bar a.offcanvas-mapit {
    border-bottom: none;
}

#offcanvas .off-canvas-group {
    padding-left: 25px;
}

    #offcanvas .off-canvas-group div {
        color: #1b1f22;
    }

    #offcanvas .off-canvas-group h4 {
        padding-bottom: 0px;
    }

    #offcanvas .off-canvas-group p {
        margin-bottom: 5px;
    }

#offcanvas .off-canvas-ad {
    margin: 25px;
}

    #offcanvas .off-canvas-ad > div {
        max-width: 300px;
        min-height: 150px;
        width: 100%;
        display: flex;
        outline: 1px solid red;
        outline-offset: -15px;
        position: relative
    }

    #offcanvas .off-canvas-ad .off-canvas-ad-text {
        margin: auto;
        text-align: center;
        text-transform: uppercase;
        font-size: 0.9rem;
        letter-spacing: 0.05rem;
    }

        #offcanvas .off-canvas-ad .off-canvas-ad-text a {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
        }

            #offcanvas .off-canvas-ad .off-canvas-ad-text a + div {
                font-weight: 700;
            }

            #offcanvas .off-canvas-ad .off-canvas-ad-text a:hover + div,
            #offcanvas .off-canvas-ad .off-canvas-ad-text a:focus + div {
                text-decoration: underline;
            }

#offcanvas .off-canvas-btn-container .btn.no-letter-spacing {
    letter-spacing: 0;
}

#offcanvas .break-line {
    width: 100%;
    height: 2px;
    background-color: #eae6e7;
}

#offcanvas .padding-left {
    padding-left: 25px;
}

#offcanvas .padding-left-none {
    padding-left: 0px;
}

#offcanvas .social-icon-group {
    padding-top: 10px;
    padding-top: 15px;
}

#offcanvas a.sphere-icon:hover {
    background-color: #666669;
}

#offcanvas div.wechat-id {
    padding-top: 15px;
}


/*.custom-hero-bg .home-hero-carousel {
    height: 100%;
}*/


/*.custom-hero-bg .home-hero-image {
    height: 100%;
}*/

.custom-hero-bg .home-hero-carousel .owl-dots {
    position: relative;
    top: -35px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.custom-hero-bg .home-hero-carousel .owl-nav {
    display: none;
}

.custom-hero-bg .home-hero-carousel .owl-dot {
    display: inline-block;
    zoom: 1;
}


.custom-hero-bg .home-hero-carousel .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    background: transparent;
    border: 1px solid black;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.custom-hero-bg .home-hero-carousel .owl-dots .owl-dot.active span,
.custom-hero-bg .home-hero-carousel .owl-dots .owl-dot:hover span {
    background-color: black;
}

#homepage-nav {
    background-color: #fff;
    border-bottom: 1px solid #ECECEC;
}

    #homepage-nav .uk-navbar-nav .font-style-1 {
        font-size: 13.75px;
        letter-spacing: 0.02em;
    }

    #homepage-nav .uk-navbar-nav > li > a {
        height: 30px;
        margin: 0 25px;
        font-size: 1rem;
    }

.skin-4 #homepage-nav .uk-navbar-nav > li > a {
    font-size: 0.9375rem;
}

@media all and (max-width: 1541px) {
    #homepage-nav .uk-navbar-nav > li > a {
        margin-left: 10px;
        margin-right: 20px;
    }
}

#homepage-nav .uk-navbar-nav > li > a:focus {
    outline: 1px dotted #000;
}

#homepage-nav .desktop-hours-container {
    padding-right: 15px;
    padding-top: 5px;
    height: 100%;
}

    #homepage-nav .desktop-hours-container a {
        max-width: 130px;
    }

#homepage-nav .desktop-location-container {
    padding: 0px 15px;
    padding-top: 5px;
    float: left;
    min-height: 38px;
}

    #homepage-nav .desktop-location-container div {
        float: left;
        max-width: 180px;
    }

#homepage-nav .desktop-social {
    padding-left: 5px;
    padding-top: 5px;
    float: left;
    /*border-left: 1px solid #7e7e7e;*/
    min-height: 38px;
}

.desktop-hours-container p a {
    text-transform: uppercase;
}

#homepage-nav .desktop-hours-container {
    float: left;
}

    #homepage-nav .desktop-hours-container i,
    #homepage-nav .desktop-location-container i {
        font-size: 26px;
        float: left;
        margin-top: 2px;
        color: #B1B1B1;
        margin-right: 15px;
    }

    #homepage-nav .desktop-hours-container p,
    #homepage-nav .desktop-location-container p {
        margin-top: 0;
        margin-bottom: 5px;
        float: left;
        font-size: 1rem;
        text-transform: capitalize;
    }

#homepage-nav .desktop-social i {
    font-size: 20px;
    margin-top: 5px;
    color: #fff;
}

#homepage-nav a.sphere-icon {
    text-align: center;
    float: left;
    margin-left: 15px;
    font-size: 18px;
    display: inline-block;
    border-radius: 100px;
    width: 28px;
    height: 28px;
}

    #homepage-nav a.sphere-icon:hover {
        text-decoration: none;
    }

    #homepage-nav a.sphere-icon:active {
        text-decoration: none;
    }


/*
     * STICKY NAV
     */

.sticky-nav {
    margin-left: 0 !important;
}

    .sticky-nav img {
        display: block;
        margin-top: 10px;
        opacity: 0;
        transition: opacity .25s ease-in-out;
        -moz-transition: opacity .25s ease-in-out;
        -webkit-transition: opacity .25s ease-in-out;
        float: left;
    }

    .sticky-nav i {
        opacity: 0;
        font-size: 26px;
        float: left;
        margin-top: 2px;
        color: #B1B1B1;
        margin-right: 5px;
        cursor: pointer;
    }

    .sticky-nav .sticky-icons {
        margin-top: 16px;
        margin-right: 5px;
        float: right;
        /*display: none;*/
    }

    .sticky-nav .uk-width-medium-1-10 {
        padding-left: 0;
    }

    .sticky-nav.active-sticky .uk-width-medium-1-10:not(:first-child) {
        padding-right: 45px;
    }

    .sticky-nav.active-sticky {
        background-color: #fff;
        z-index: 999;
        width: 100% !important;
        box-shadow: 0px 0px 8px 2px #ccc;
        left: 0px !important;
        right: 0px !important;
        margin-left: 0;
        opacity: 1;
    }

        .sticky-nav.active-sticky img {
            margin-left: 50px;
            margin-bottom: 10px;
            margin-top: 15px;
            opacity: 1;
            height: 100%;
        }

        .sticky-nav.active-sticky .sticky-icons {
            display: inline-flex;
        }

            .sticky-nav.active-sticky .sticky-icons i {
                opacity: 1;
                transition: opacity .25s ease-in-out;
                -moz-transition: opacity .25s ease-in-out;
                -webkit-transition: opacity .25s ease-in-out;
            }


    .sticky-nav:not(.active-sticky) .sticky-icons .location-btn {
        pointer-events: none;
        cursor: default;
    }

    .sticky-nav.active-sticky form i {
        margin-left: 40px;
        padding-top: 2px;
    }

    .sticky-nav .btn.privacy-policy {
        right: 0;
        top: 15px;
        font-weight: 700;
        letter-spacing: 0;
        padding: 8px 15px;
        font-size: 0.9rem;
        position: absolute;
    }

/* custom form skin-1 */
body.skin-1 .sticky-nav .btn.privacy-policy {
    top: 18px;
    padding-top: 10px;
    padding-bottom: 9px;
}

body.skin-4 .sticky-nav .btn.privacy-policy {
    font-size: 0.9375rem;
    padding-top: 4px;
    padding-bottom: 4px;
}



.sticky-nav.active-sticky .btn.privacy-policy {
    position: initial;
    margin-left: 10px;
}

.sticky-nav:not(.active-sticky) .sticky-icons-container {
    position: relative;
    z-index: 1000001;
}

.mobile-nav .uk-sticky-placeholder {
    display: block;
}

    .mobile-nav .uk-sticky-placeholder .sticky-mobile.active-sticky {
        background-color: #ffffff;
        z-index: 999;
        width: 100%;
        padding-right: 25px;
        left: 0px !important;
        padding-top: 5px;
        box-shadow: 0px 0px 8px 2px #ccc;
        padding-top: 15px;
        height: 45px !important;
    }

#homepage-nav .nav-social-icons {
    position: relative;
}

    #homepage-nav .nav-social-icons .fb-ico {
        position: absolute;
        left: 0px;
    }

    #homepage-nav .nav-social-icons .tw-ico {
        position: absolute;
        left: 40px;
    }

    #homepage-nav .nav-social-icons .in-ico {
        position: absolute;
        left: 0px;
    }

    #homepage-nav .nav-social-icons .tw-ico {
        position: absolute;
        left: 40px;
    }

#homepage-nav .nav-pad {
    position: relative;
    padding: 25px 0px 0px 0px;
}

    #homepage-nav .nav-pad .uk-sticky-placeholder {
        margin-bottom: 0 !important;
        max-height: 50px;
    }

    #homepage-nav .nav-pad .logo-container {
        display: inline-block
    }

    #homepage-nav .nav-pad .where-the-stores-are {
        display: block;
        text-transform: uppercase;
        font-size: 0.875rem;
        letter-spacing: 0.25rem;
        margin-top: 5px;
        margin-left: 10px;
    }

#homepage-nav .remove-margin-top {
    margin-top: 0px;
}

#homepage-nav .uk-navbar-nav {
    float: none;
    margin: 0;
}


/*nav .hours-dropdown-hours {
    margin-top: 0px;
}*/

.home-hero-carousel {
    height: 660px;
}

.home-hero-image {
    height: 660px;
}


/* video content*/

.custom-hero.video-hero .video-content {
    -ms-flex-pack: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-right: 50px;
}

    .custom-hero.video-hero .video-content .mobile-constrain {
        width: 400px;
    }

    .custom-hero.video-hero .video-content .block-desktop {
        height: fit-content;
        background-color: #fff;
        color: #444;
        padding: 50px;
    }


/* slide-content options */

.custom-hero .uk-panel.left-panel .slide-content {
    margin-left: 50px;
}

.custom-hero .uk-panel.center-panel {
    text-align: center;
}

.custom-hero .uk-panel.right-panel {
    text-align: right;
    padding-right: 50px;
}

    .custom-hero .uk-panel.right-panel .block-desktop {
        text-align: left;
    }

.home-hero-carousel img {
    height: 660px;
}

.home-hero-carousel .uk-panel-box {
    height: 100%;
    padding: 0px;
    /* padding: 35px 0 0 0; */
}

.home-hero-image .uk-panel-box {
    height: 100%;
    padding: 0px;
    /* padding: 35px 0 0 0; */
}

.focused-bar {
    border-top: 1px solid #BFB5B8;
}

    .focused-bar h2 {
        padding-top: 30px;
        font-weight: normal;
        display: inline-flex;
        font-size: 1.625rem;
        line-height: 32px;
        letter-spacing: 0.2em;
    }

    .focused-bar p {
        font-size: 1rem;
        /*14px;*/
        line-height: 18px;
        letter-spacing: 0.05em;
    }

.home-carousel-item {
    /*height: 150px;*/
    height: 100%;
}


/*
 * (OWL) CAROUSEL
*/

.owl-prev {
    display: block;
    background-color: transparent;
    padding: 15px 20px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 40%;
    font-size: 30px;
    cursor: pointer;
}

    .owl-prev:before {
        content: url(../svg/arrow_gray_left.svg);
    }

.owl-next {
    display: block;
    background-color: transparent;
    padding: 15px 20px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 40%;
    font-size: 30px;
}

    .owl-next:before {
        content: url(../svg/arrow_gray_right.svg);
    }

.secondary-promotion-mod {
    background-color: #1c1f22;
    /*margin-bottom: 1px;*/
}

    .secondary-promotion-mod a.btn {
        background-color: transparent;
        border: 1px solid #ffffff;
    }

    .secondary-promotion-mod .slide-content {
        color: #fff;
    }

    .secondary-promotion-mod .owl-prev:before {
        content: url(../svg/arrow_white_left.svg);
    }

    .secondary-promotion-mod .owl-next:before {
        content: url(../svg/arrow_white_right.svg);
    }

    .secondary-promotion-mod .sale-disclaimer {
        font-size: 1rem;
        /*14px;*/
    }

.home-carousel-header {
    text-align: center;
}

    .home-carousel-header a {
        margin-left: 40px;
    }

@media all and (max-width: 1259px) {
    .home-carousel-header a {
        margin-left: 0;
    }
}

.home-carousel-promotions.uk-grid,
.home-carousel-events.uk-grid {
    margin-left: 0;
    padding-bottom: 25px;
}

.home-carousel-promotions .home-carousel-item:nth-child(2),
.home-carousel-events .home-carousel-item:nth-child(2) {
    border-left: 1px solid #BFB5B8;
}

.home-carousel-promotions.uk-grid .home-carousel-item,
.home-carousel-events.uk-grid .home-carousel-item {
    padding-left: 25px;
}

.home-carousel-promotions .home-carousel-item h3,
.home-carousel-events .home-carousel-item h3 {
    margin-top: 0;
}

.home-carousel-promotions .home-carousel-item p.date,
.home-carousel-events .home-carousel-item p.date {
    margin-top: 15px;
    margin-bottom: 15px;
}

.home-carousel-promotions .home-carousel-item p.learn-more,
.home-carousel-events .home-carousel-item p.learn-more {
    margin-top: 0px;
    margin-bottom: 25px;
}

.home-carousel-promotions .home-carousel-item a,
.home-carousel-events .home-carousel-item a {
    display: block;
}

.home-carousel-promotions .home-carousel-item .uk-panel-box,
.home-carousel-events .home-carousel-item .uk-panel-box {
    background-color: transparent;
}

.home-carousel-item {
    padding: 0px 25px;
}

.slider-left-border {
    border-left: 1px solid #C5C5C5;
}

.features-mod {
    margin: 0 auto !important;
    max-width: 1200px;
    padding: 25px;
}

    .features-mod .uk-width-medium-1-3 {
        display: flex;
        flex-direction: column;
    }

.home-highlight-banner {
    min-height: 400px;
}

    .home-highlight-banner h2 {
        font-size: 1.9375rem;
        line-height: 32px;
    }

    .home-highlight-banner .highlight-image {
        height: 100%;
        min-height: 400px;
    }

    /*    .home-highlight-banner-height {
        min-height: 400px;
        width: 100%;
        display: table;
    }*/

    .home-highlight-banner .highlight-banner-copy-container {
        min-height: 400px;
        width: 100%;
        display: table;
    }

    .home-highlight-banner .highlight-banner-copy {
        padding: 0px 50px;
        margin: 0 auto;
        text-align: left;
        display: table-cell;
        vertical-align: middle;
    }

        .home-highlight-banner .highlight-banner-copy .rich-text {
            margin-bottom: 15px;
        }

.features-mod.uk-grid:not(.uk-grid-preserve) > * {
    padding-left: 10px;
}

.features-mod .uk-panel {
    padding: 0;
    width: 100%;
    display: table;
}

    .features-mod .uk-panel .uk-container {
        display: table-cell;
        vertical-align: middle;
    }

.features-mod .promo-image {
    height: 375px;
}

.features-mod .promo-copy {
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    flex-grow: 1;
    padding: 25px 25px;
    text-align: center;
}

    .features-mod .promo-copy .promo-copy-contain {
        margin-top: 75px;
    }

@media (max-width: 768px) {
    .features-mod .promo-copy .promo-copy-contain {
        margin-top: 30%;
    }
}

.features-mod .promo-copy p {
    margin-left: auto;
    margin-right: auto;
    min-height: 38px;
    /* 2-Line height minimum */
}

.features-mod .left-panel {
    border: 1px solid #FCD700;
}

.features-mod h2.font-style-2,
.primary-promotion-mod h2.font-style-1 {
    /*font-size: 2.125rem;*/
    font-size: 2.3vw;
    letter-spacing: 0.05em;
}

.primary-promotion-mod h2.font-style-1 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.primary-promotion-mod {
    margin: 0 auto !important;
    // height: 600px;
    padding: 25px 0px;
    text-transform: uppercase;
}

    .primary-promotion-mod .promotional-image {
        height: 400px;
    }

    .primary-promotion-mod .promotional-copy {
        padding: 25px 0;
        text-align: center;
    }

/*    .btn {
        display: inline-block;
        padding: 10px 25px;
        background-color: transparent;
        color: #444;
        border: 1px solid #444;
        letter-spacing: 0.1em;
    }*/

/* custom form skin-1 */
/*    body.skin-1 .btn {
        padding-top: 12px;
        padding-bottom: 11px;
    }*/

/*    .btn-hover:hover {
        color: #444 !important;
        outline: 1px solid #444;
        text-decoration: none;
    }*/

.btn.btn-small {
    padding: 8px 25px;
}

.btn.btn-no-border {
    border: 0;
}


.secondary-promotion-mod {
    height: 320px;
}

    .secondary-promotion-mod .slide-content {
        max-width: 50%;
    }


    .secondary-promotion-mod .uk-panel {
        padding-left: 50px;
        padding-right: 50px;
        height: 90%;
    }

form .inner-addon {
    margin-top: 5px;
}

form#directorySearchForm .inner-addon {
    margin-top: 0px;
}

.inner-addon {
    position: relative;
}

    /*.inner-addon input {
            width: 250px;
            padding: 8px;
            border: 1px solid #7e7e7e;
            text-transform: uppercase;
            font-size: 1rem;*/
    /*14px;*/
    /*letter-spacing: 0.02em;
        }*/


    /* style icon */

    .inner-addon .uk-icon-search {
        color: #7e7e7e;
        position: absolute;
        /*pointer-events: none; MAKES THIS ICON CLICKABLE */
        right: 10px;
        top: 15px;
        cursor: pointer;
    }

.crisp-image {
    image-rendering: auto;
    image-rendering: -moz-crisp-edges;
    image-rendering: optimizeQuality;
}

.inner-addon input:focus {
    outline: solid 2px #7e7e7e;
    outline-offset: 0;
}

/*    #footer {
        padding-top: 15px;
        padding-bottom: 15px;
        margin-top: 25px;
    }*/

/*    .mapped-in #footer {
        margin-top: 0px;
    }

    .home #footer {
        margin-top: 0px;
    }

    #footer .social-icons {
        margin-top: 10px;
    }*/

/*    #offcanvas .social-icons .wechat-id {
        margin-left: 0px;
        margin-top: 10px;
        clear: both;
        display: block;
    }*/

/*#footer span.sphere-icon,
    #footer a.sphere-icon,
    #offcanvas a.sphere-icon {
        text-align: center;
        float: left;*/
/*margin-right: 15px;*/
/*display: inline-block;
        border-radius: 100px;
        width: 40px;
        height: 40px;
        margin-left: 8px;
        margin-right: 8px;
    }*/

/*    #footer span.sphere-icon {
        margin-right: 8px;
        margin-left: 8px;
    }

        #footer span.sphere-icon i,
        #footer .sphere-icon i,
        #offcanvas .sphere-icon i {
            font-size: 24px;
            font-size: 24px;
            margin-top: 10px;
            margin-right: 0px;
        }

    #footer a.sphere-icon:hover,
    #offcanvas a.sphere-icon:hover,
    #footer a.sphere-icon:active,
    #offcanvas a.sphere-icon:active {
        text-decoration: none;
    }*/

/*    .chat-modal {
        display: none;
    }*/

/*        .chat-modal .chat-header-bar *:focus {
            outline-color: #FFFFFF;
        }*/

#offcanvas a.sphere-icon {
    /*margin-left: 15px;
    margin-right: 15px;*/
}

/*    #offcanvas .footer-social-facebook,
    #offcanvas .footer-social-twitter,
    #offcanvas .footer-social-instagram,
    #offcanvas .footer-social-youtube,
    #offcanvas .footer-social-weibo,
    #offcanvas .footer-social-wechat {
        display: inline-block;
    }*/

.retailer-container {
}

    .retailer-container h1 {
        display: inline-block;
    }

    .retailer-container .flag-container {
        position: relative;
        width: auto;
        color: #fff;
        padding: 0 10px 4px 0;
        font-size: 12px;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        top: -5px;
        left: 0;
    }

        .retailer-container .flag-container .multiple-sales-tag {
            /*background-color: #522628;*/
            margin-bottom: 5px;
            white-space: nowrap;
        }

/*    #footer .visit-hours-newsletter .hours,
    #footer .visit-hours-newsletter .visit,
    #footer .visit-hours-newsletter .download {
        padding-bottom: 25px;
    }

    #footer .visit-hours-newsletter.uk-grid-divider > [class*='uk-width-1-']:not(.uk-width-1-1):nth-child(n+2),
    #footer .visit-hours-newsletter.uk-grid-divider > [class*='uk-width-2-']:nth-child(n+2),
    #footer .visit-hours-newsletter.uk-grid-divider > [class*='uk-width-3-']:nth-child(n+2),
    #footer .visit-hours-newsletter.uk-grid-divider > [class*='uk-width-4-']:nth-child(n+2),
    #footer .visit-hours-newsletter.uk-grid-divider > [class*='uk-width-5-']:nth-child(n+2),
    #footer .visit-hours-newsletter.uk-grid-divider > [class*='uk-width-6-']:nth-child(n+2),
    #footer .visit-hours-newsletter.uk-grid-divider > [class*='uk-width-7-']:nth-child(n+2),
    #footer .visit-hours-newsletter.uk-grid-divider > [class*='uk-width-8-']:nth-child(n+2),
    #footer .visit-hours-newsletter.uk-grid-divider > [class*='uk-width-9-']:nth-child(n+2) {
        border: none;
    }*/


/* 
 * NON-HOME PAGES
 */

.result-item {
    /*        line-height: 1.5em;
        position: relative;
        padding: 25px 30px;
        max-height: 170px;*/
}

    .result-item.search-result {
        max-height: 240px;
    }


/*
 * PAGE | DIRECTORY
 */

.directory .no-padding-left-desktop {
    padding-left: 0px;
}

/*    .directory .stuff-container {
        margin: 25px 0px 0 0;
    }

        @media (min-width: 960px) {
            .directory .stuff-container {
                padding-right: 25px;
            }
        }

        @media (min-width: 960px) and (max-width: 1219px) {
            .directory .stuff-container {
                padding-left: 25px;
            }
        }

        @media (min-width: 960px) {
            .directory .stuff-container > div {
                padding-left: 0;
            }
        }*/


/*.directory .stuff-container .stuff-item {
            height: 225px;
        }*/

/*        @media (min-width: 768px) and (max-width: 1219px) {
            .directory .stuff-container .stuff-item {
                margin-left: 0;
            }
        }

        @media (min-width: 768px) and (max-width: 1219px) {
            .directory .stuff-container .stuff-item > .uk-pull-1-2 {
                padding-left: 0;
            }
        }*/

/*        .directory .stuff-container .stuff-item .stuff-copy {
            height: 225px;
        }

        .directory .stuff-container .stuff-item .stuff-image {
            height: 350px;
            width: 100%;
        }

        .directory .stuff-container .stuff-item .btn {
            font-size: 16px;
            padding: 10px 25px;
            color: #444;
        }

            .directory .stuff-container .stuff-item .btn:hover {
                color: #444 !important;
                outline: 1px solid #444;
                text-decoration: none;
            }

        .directory .stuff-container .stuff-item h2,
        .directory .stuff-container .stuff-item h3,
        .directory .stuff-container .stuff-item h4 {
            font-size: 24px;
            letter-spacing: initial;
        }*/

/*        .directory .stuff-container .stuff-item:hover a {
            color: #444 !important;
        }

        .directory .stuff-container.filter-hide {
            display: none;
        }*/


/*
 * PAGE | JOBS
 */


/*.subpage .jobs {*/

.jobs {
    padding-bottom: 25px;
}


    /*.subpage .jobs .result-item {*/

    .jobs .result-item {
        line-height: 1.5em;
        position: relative;
        padding: 25px 10px;
        /*max-height:125px;*/
        height: auto;
    }


/*
 * PAGE | HOTEL RESORTS
 */


/*.subpage .hotelsresorts .address-container a {*/

.hotelsresorts .address-container a {
    margin-top: 10px;
    text-transform: uppercase;
}


/*
 * GLOBAL OVERRIDES
 */

.max-width-mod {
    margin: 0 auto;
    max-width: 1200px;
    padding: 5px 25px 15px 25px;
}

.max-width-mod-900 {
    margin: 0 auto;
    max-width: 900px;
    padding: 15px;
}

.max-width-425 {
    max-width: 425px;
    margin: 0 auto;
}

.max-width-530 {
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
}

.max-width-600 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.max-width-mod-900.filter-pad {
    padding: 0px;
}

.no-left-padding {
    padding-left: 0 !important;
}

@media (max-width: 768px) {
    .no-left-padding-mobile {
        padding-left: 0 !important;
    }
}

.no-right-padding {
    padding-right: 0 !important;
}

.no-left-margin {
    margin-left: 0 !important;
}

.no-right-margin {
    margin-right: 0 !important;
}

.no-top-margin {
    margin-top: 0 !important;
}

@media (max-width: 768px) {
    .no-top-margin-mobile {
        margin-top: 0 !important;
    }
}

.no-bottom-margin {
    margin-bottom: 0 !important;
}


.no-bottom-padding {
    padding-bottom: 0 !important;
}

.no-top-padding {
    padding-top: 0 !important;
}

@media (max-width: 768px) {
    .no-top-padding-mobile {
        padding-top: 0 !important;
    }

    .no-padding-mobile {
        padding: 0 !important;
    }
}

.no-float {
    float: none;
}

.no-line-divider {
    border-left: none !important;
    border-right: none !important;
}

.no-right-line-divider {
    border-right: none !important;
}

@media (max-width: 768px) {
    .no-position-absolute-mobile {
        position: initial !important;
    }
}

.add-margin-left {
    margin-left: 35px;
}

.add-margin-left-sm {
    margin-left: 10px !important;
}

.add-margin-bottom {
    margin-bottom: 35px;
}

.add-padding-left {
    padding-left: 25px;
}

.add-padding-right {
    padding-right: 25px;
}

@media (min-width: 960px) {
    .add-padding-right-desktop {
        padding-right: 25px;
    }
}

@media (max-width: 768px) {
    .no-right-padding-mobile {
        padding-right: 0;
    }
}

.add-padding-top {
    padding-top: 25px !important;
}

.add-padding-top-sm {
    padding-top: 10px !important;
}

.add-padding-top-md {
    padding-top: 50px !important;
}

.add-padding {
    padding: 25px;
}

.add-padding-lg {
    padding: 100px;
}

.add-padding-bottom {
    padding-bottom: 25px;
}

/*    .add-padding-top {
        padding-top: 25px;
    }*/

.add-padding-left {
    padding-left: 25px;
}

.add-padding-sm-left {
    padding-left: 10px;
}

.add-padding-sm-right {
    padding-right: 10px;
}

@media (max-width: 960px) {
    .add-padding-bottom-tablet {
        padding-bottom: 25px !important;
    }
}

@media (max-width: 768px) {
    .add-padding-bottom-mobile {
        padding-bottom: 25px !important;
    }

    .add-padding-md-top-mobile {
        padding-top: 50px !important;
    }

    .add-padding-md-bottom-mobile {
        padding-bottom: 50px !important;
    }
}

.add-margin-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

@media (max-width: 768px) {
    .no-bg-mobile {
        background-image: none !important;
    }
}

/*.uppercase {
    text-transform: uppercase;
}*/

.capitalize {
    text-transform: capitalize;
}

.mobile-width-fix {
    width: 100%;
}

.ie-no-display {
}

.vertical-align-relative {
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}

.vertical-align-flex {
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
}

.display-inline-grid {
    display: inline-grid;
}

.display-inline-table {
    display: inline-table;
}

@media all and (min-width: 960px) {
    .vertical-align-desktop {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .flex-desktop {
        display: flex;
    }

    .add-padding-right-desktop {
        padding-right: 25px;
    }
}


/* Override form IE 10 & 11 */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .ie-no-display {
        display: none;
    }
}


/*
 * MISSING UIKIT
 */

.uk-flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.uk-flex-wrap {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.uk-flex-center {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.uk-flex-right {
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.uk-flex-middle {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.uk-flex-column {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 480px) {
    .uk-flex-row-small {
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
    }
}

.uk-flex-column-reverse {
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.uk-flex-item-auto {
    width: 100%;
}

/*.uk-flex-end {
        -ms-flex-align: end;
        -webkit-align-items: end;
        align-items: end;
    }*/

.uk-grid .uk-width-auto {
    width: auto;
    padding-left: 0;
    margin-top: 4px;
}

.uk-grid .uk-width-expand {
    width: 1px;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    flex-basis: 1px;
    padding-left: 15px;
}

.uk-grid-collapse > * {
    padding-left: 0 !important;
}

/*    .details-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 15px 25px;
    }*/

.details-container.error-page {
    min-height: 390px;
}

/*    @media (max-width: 1220px) {
        .details-container .lower,
        .details-container .upper {
            margin-right: 25px;
        }
    }*/

.retailer-banner {
    margin: 0 auto;
    text-align: center;
    position: relative;
    max-width: 1200px;
    min-height: 75px;
    padding-bottom: 25px;
}

.retailer-main {
    padding: 15px 0;
    line-height: 1.5em;
}

.dining-main {
    padding: 15px 0;
}

/*    .showtimes-main {
        padding-bottom: 15px;
    }*/

/*        @media (max-width: 959px) {
            .showtimes-main {
                padding-left: 25px;
            }
        }*/

/*    @media (max-width: 959px) {
        .reservations-main {
            padding-left: 25px;
        }
    }*/

/*    .reservations-main ul li a {
        color: #B1B1B1;
        text-decoration: underline;
        text-underline-position: under;
    }*/

.reservations-main .reserve-table-btn,
.showtimes-main .showtimes-btn {
    display: block;
    text-align: left;
    text-transform: uppercase;
    position: relative;
    line-height: 1.5em;
}

    .reservations-main .reserve-table-btn:hover,
    .showtimes-main .showtimes-btn:hover {
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #431112;
    }

    .reservations-main .reserve-table-btn i,
    .showtimes-main .showtimes-btn i {
        font-size: 32px;
        position: absolute;
        top: 8px;
        right: 15px;
    }


/*
 * MENU
 */

.menu-main {
    padding: 45px 25px 0 0;
}

@media (min-width: 960px) and (max-width: 1259px) {
    .menu-main {
        padding-right: 0;
    }
}

.menu-main h3.category {
    text-transform: uppercase;
}

.menu-main .menu-items {
    display: block;
}

    .menu-main .menu-items .menu-item {
        display: block;
        padding-top: 15px;
    }

        .menu-main .menu-items .menu-item a {
            color: inherit;
            text-transform: uppercase;
        }

        .menu-main .menu-items .menu-item i {
            font-size: 32px;
            position: relative;
            top: 5px;
            left: 10px;
            color: #1b1f22;
        }

.reservations-main ul {
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
    margin-top: 15px;
}

    .reservations-main ul li {
        display: inline-block;
        margin-right: 15px;
    }

        .reservations-main ul li a:hover {
            text-decoration: none;
        }

.retailer-main h1 {
    padding-top: 0px;
}

.retailer-social-icons {
    display: inline-block;
    float: left;
    margin-right: 10px;
}

    .retailer-social-icons .social-icon {
        display: inline-block;
    }

        .retailer-social-icons .social-icon a {
            background-color: #B1B1B1;
            color: #1c1f22;
            text-align: center;
            float: left;
            margin-right: 15px;
            font-size: 18px;
            display: inline-block;
            border-radius: 100px;
            width: 30px;
            height: 30px;
        }

            .retailer-social-icons .social-icon a:hover {
                background-color: #666669;
            }

            .retailer-social-icons .social-icon a i {
                font-size: 20px;
                margin-top: 6px;
                margin-right: 0px;
                color: #fff;
            }


.sub-retailer {
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
}

    .sub-retailer .sub-hours-location {
        margin-top: 5px;
        float: left;
    }

.retailer-contact {
    padding-top: 10px;
}

    .retailer-contact .contact-container {
        margin: 5px 0;
    }

    /*        .retailer-contact a {
            color: #444;
        }*/

    .retailer-contact *[class^='uk-icon-'] {
        min-width: 16px;
    }

.retailer-sub {
    padding: 25px 0;
}

.retailer-module {
    margin: 0 25px 25px 0px;
    border: 1px solid #ccc;
}

.other-events .retailer-module {
    margin: 15px 0px 25px 0px;
    border: 1px solid #ccc;
}

.retailer-module.no-margin-top-desktop {
    margin-top: 0px;
}

.retailer-module .banner {
    background-color: #f0eceb;
    color: #1c2023;
    border-bottom: 1px solid #B1B1B1;
}

    .retailer-module .banner h2 {
        padding: 18px 15px 15px 15px;
        margin: 0;
        font-size: 24px;
    }

    .retailer-module .banner + .content h3 {
        font-size: 18px;
    }

.retailer-module.featured .banner {
    background-color: #444;
    border-bottom: 1px solid #B1B1B1;
}


    /*.subpage .retailer-module.featured .banner h2 {*/

    .retailer-module.featured .banner h2 {
        color: #fff;
    }

/*    .retailer-module .content {
        padding: 25px;
    }*/

.retailer-module.featured .content a {
    color: #1b1f22;
    letter-spacing: 0.1em;
}

.retailer-module .content a {
    color: #1b1f22;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

    .retailer-module .content a h3 {
        letter-spacing: 0;
    }

.retailer-module .date {
    height: 60px;
    text-align: right;
    padding-right: 15px;
}

    .retailer-module .date a {
        color: #1b1f22;
    }

.retailer-sub .event-sale-row.hide {
    display: none;
}

.campaign-grid-module {
    border: 1px solid #7e7e7e;
    margin-bottom: 50px;
}

.show-all-event-sales {
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    /*display: none;*/
}

    .show-all-event-sales.active {
        display: block;
    }

    .show-all-event-sales:hover {
        animation: bounce 1s;
    }

    .show-all-event-sales.active {
        /*display:inline-block;*/
        display: block;
    }

.results-container.directory div.store-details,
.results-container.offices div.store-details {
    line-height: normal;
    position: static;
    opacity: 1;
    margin-bottom: 0px;
    /*margin-top: 10px;*/
    margin-right: 15px;
    display: inline-block;
}

.results-container.directory div.see-on-map,
.results-container.offices div.see-on-map {
    line-height: normal;
    position: static;
    opacity: 1;
    margin-bottom: 0px;
    /*margin-top: 10px;*/
    display: inline-block;
}

    .results-container.directory div.see-on-map.collapse,
    .results-container.offices div.see-on-map.collapse {
        display: block;
    }

.focused-bar-item:hover,
.result-item:hover {
    background-color: #fff;
}

    .result-item:hover .retailer-logo img {
        -webkit-filter: none;
        filter: none;
    }

.results-container.directory div.store-details a,
.results-container.offices div.store-details a {
    margin-left: 0px;
}

.results-container.directory div.see-on-map a,
.results-container.offices div.see-on-map a {
    margin-left: 0px;
}

@keyframes bounce {
    0%, 20%, 60%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}


/*.subpage .sales-events-main .show-all-event-sales {*/

.sales-events-main .show-all-event-sales {
    margin-top: 25px;
}

.side-module.map {
    margin: 0px 0px 25px 0px;
    padding-top: 0px;
}

.side-module {
    margin: 25px 0px 25px 0px;
}

    .side-module h2 {
        font-size: 18px;
    }

    .side-module ul {
        /*margin: 0;
        padding: 0;
        list-style-type: none;*/
    }

    .side-module .related-store-module .flag-container {
        font-size: 1rem;
        /*14px;*/
        height: 20px;
        position: static;
        margin-top: 0;
    }

        .side-module .related-store-module .flag-container .flag-content {
            display: block;
            float: left;
            background-color: #EFEFEF;
            /*color: #431112;*/
            text-align: center;
            font-size: 1rem;
            /*14px;*/
            padding: 0px 5px;
            text-transform: uppercase;
            padding: 1px 10px 0px 10px;
        }

    .side-module .related-store-module a {
        display: block;
        padding-top: 10px;
        color: #444444;
        font-size: 1rem;
        /*14px;*/
        text-transform: uppercase;
    }

    .side-module .related-store-module .related-phone {
        display: block;
        padding-top: 10px;
    }

    .side-module .contact-container {
        margin-top: 5px;
        margin-bottom: 5px;
        line-height: 1.5em;
        text-transform: uppercase;
    }

.back.theme-link {
    color: #444;
    font-size: 1.0625rem;
}


/*    .sales-events-main {
        text-align: center;
    }*/

/*        .sales-events-main .page-title {
            text-transform: uppercase;
            padding: 25px 0px;
            font-size: 2.125rem; //34px
        }*/

.sales-events-main.event-style p.store {
    text-transform: uppercase;
}

.sales-events-main .featured-sales-events-module h2,
.sales-events-main .sales-events-list-module h2 {
    letter-spacing: initial;
    padding: 0px;
    margin-top: 0px;
}

.sales-events-main .featured-bar {
    background-color: #444;
    padding: 10px;
    text-align: center;
    color: #fff;
    letter-spacing: 0.1em;
}

.sales-events-main .sales-events-filter-bar {
    background-color: #FAFAFA;
    text-align: center;
    color: #fff;
    /*text-transform: uppercase;*/
    position: relative;
    cursor: pointer;
    letter-spacing: 0.1em;
    border: 1px solid #d3d3d3;
}

    .sales-events-main .sales-events-filter-bar.disabled {
        pointer-events: none;
        border: none;
        opacity: 0.5;
    }

        .sales-events-main .sales-events-filter-bar.disabled .uk-icon-chevron-up,
        .sales-events-main .sales-events-filter-bar.disabled .uk-icon-chevron-down {
            display: none !important;
        }

.sales-events-main .disable-filter.disabled {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

/*    .results-container-inner .retailer-logo {
        border: 1px solid #e9e9e9;
        padding: 10px;
        margin-bottom: 0;
    }*/

/*        .results-container-inner .retailer-logo img {
            -webkit-filter: grayscale(100%) opacity(50%);
            filter: grayscale(100%) opacity(50%);
        }*/


/*.subpage .sales-events-main .sales-events-filter-bar .uk-grid.no-margin-left {*/

.sales-events-main .sales-events-filter-bar .uk-grid.no-margin-left {
    margin-left: 0px;
}

.sales-events-main .sales-events-filter-bar .drop-container {
    padding: 10px 0px;
    margin-left: 0px;
}

    .sales-events-main .sales-events-filter-bar .drop-container .uk-icon-chevron-up,
    .sales-events-main .sales-events-filter-bar .drop-container .filter-item i.uk-icon-chevron-up {
        display: none;
        margin-left: 10px;
    }

    .sales-events-main .sales-events-filter-bar .drop-container .uk-icon-chevron-down,
    .sales-events-main .sales-events-filter-bar .drop-container .filter-item i.uk-icon-chevron-down {
        display: inline-block;
        margin-left: 10px;
    }

    .sales-events-main .sales-events-filter-bar .drop-container.uk-open .uk-icon-chevron-up,
    .sales-events-main .sales-events-filter-bar .drop-container .filter-item.active i.uk-icon-chevron-up {
        display: inline-block;
    }

    .sales-events-main .sales-events-filter-bar .drop-container.uk-open .uk-icon-chevron-down,
    .sales-events-main .sales-events-filter-bar .drop-container .filter-item.active i.uk-icon-chevron-down {
        display: none;
    }

.sales-events-main .sales-events-filter-bar .uk-dropdown.level-1 {
    width: 100%;
    margin-top: 1px;
    border: 1px solid #d3d3d3;
    background-color: #FAFAFA;
}

.sales-events-main .sales-events-filter-bar .a-z-drop-down-selector {
    width: 100%;
    display: none;
    position: absolute;
    top: 52px;
    background-color: #f5f5f5;
    left: -1px;
    border: 1px solid #d3d3d3;
}


    /*.subpage .sales-events-main .sales-events-filter-bar .a-z-drop-down-selector.active {*/

    .sales-events-main .sales-events-filter-bar .a-z-drop-down-selector.active {
        display: block;
        z-index: 100;
        padding: 15px;
        max-width: 868px;
    }


    /*.subpage .sales-events-main .sales-events-filter-bar .a-z-drop-down-selector .drop-down-item:hover {*/

    .sales-events-main .sales-events-filter-bar .a-z-drop-down-selector .drop-down-item:hover {
        text-decoration: underline;
        cursor: pointer;
    }


/*.subpage .sales-events-main .sales-events-filter-bar .filter-item:hover, .subpage .sales-events-main .sales-events-filter-bar .filter-item {*/

.sales-events-main .sales-events-filter-bar .filter-item:hover,
.sales-events-main .sales-events-filter-bar .filter-item {
    /*color: #431112;*/
}


    /*.subpage .sales-events-main .sales-events-filter-bar .filter-item:hover, .subpage .sales-events-main .sales-events-filter-bar .drop-down-item {*/

    .sales-events-main .sales-events-filter-bar .filter-item:hover,
    .sales-events-main .sales-events-filter-bar .drop-down-item {
        /*color: #431112;*/
    }

        .sales-events-main .sales-events-filter-bar .drop-down-item.active {
            text-decoration: underline;
            font-weight: bold;
        }

    .sales-events-main .sales-events-filter-bar .filter-item:hover,
    .sales-events-main .sales-events-filter-bar .filter-item:active,
    .sales-events-main .sales-events-filter-bar .filter-item:focus-visible {
        text-decoration: underline;
        cursor: pointer;
        font-weight: bold;
        position: relative;
        outline: none;
    }

    /*.sales-events-main .sales-events-filter-bar .filter-item:hover,
        .sales-events-main .sales-events-filter-bar .directory .filter-item.active {
            cursor: pointer;
            position: relative;*/
    /*font-weight: normal;*/
    /*}

        .sales-events-main .sales-events-filter-bar .directory .filter-item.active {
            cursor: pointer;
            position: relative;
            font-weight: normal;
        }*/

    /*        .sales-events-main .sales-events-filter-bar .filter-item[class*='global-header-size']:hover,
        .sales-events-main .sales-events-filter-bar .directory .filter-item[class*='global-header-size'].active {
            font-weight: bold;
        }*/


    .sales-events-main .sales-events-filter-bar .filter-item.a-z.active:after {
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #f5f5f5;
        display: block;
        position: absolute;
        bottom: -16px;
        content: '';
        left: 65px;
        z-index: 200;
    }


    /*.subpage .sales-events-main .sales-events-filter-bar .filter-item.a-z.active:before {*/

    .sales-events-main .sales-events-filter-bar .filter-item.a-z.active:before {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #7e7e7e;
        display: block;
        position: absolute;
        bottom: -16px;
        content: '';
        left: 63px;
    }

.selected-filter-container {
    display: none;
}

    .selected-filter-container.active {
        display: block;
        text-align: center;
    }

    .selected-filter-container .selected-filter-item {
        padding-top: 15px;
        text-transform: uppercase;
    }

        .selected-filter-container .selected-filter-item .reset-filter {
            margin-left: 25px;
            margin-right: 25px;
            cursor: pointer;
            text-decoration: underline;
            white-space: nowrap;
        }

        .selected-filter-container .selected-filter-item .btn.btn-white.reset-filter {
            margin-left: 0;
            text-decoration: none;
        }

        .selected-filter-container .selected-filter-item .reset-filter:hover {
            text-decoration: none;
        }

#searchResults .selected-filter-container .selected-filter-item {
    padding-top: 0px;
}


.sales-events-main .featured-sales-events-module {
    border: 1px solid #d3d3d3;
    margin: 25px auto;
    text-align: left;
}


    /*.subpage .sales-events-main .featured-sales-events-module.dual {*/

    .sales-events-main .featured-sales-events-module.dual {
        margin: 25px auto;
    }


        /*.subpage .sales-events-main .featured-sales-events-module.dual > div {*/

        .sales-events-main .featured-sales-events-module.dual > div {
            padding-left: 0px;
        }


    /*.subpage .sales-events-main .featured-sales-events-module .left-panel, .subpage .sales-events-main .featured-sales-events-module .right-panel, .subpage .sales-events-main .sales-events-list-module .right-panel, .subpage .sales-events-main .sales-events-list-module .left-panel {*/

    .sales-events-main .featured-sales-events-module .left-panel,
    .sales-events-main .featured-sales-events-module .right-panel,
    .sales-events-main .sales-events-list-module .right-panel,
    .sales-events-main .sales-events-list-module .left-panel {
        min-height: 250px;
    }

    .sales-events-main .featured-sales-events-module .left-panel,
    .sales-events-main .sales-events-list-module .left-panel {
        padding: 0;
        height: 250px;
    }


        /*.subpage .sales-events-main .featured-sales-events-module .left-panel h2, .subpage .sales-events-main .sales-events-list-module .left-panel h2 {*/

        .sales-events-main .featured-sales-events-module .left-panel h3,
        .sales-events-main .sales-events-list-module .left-panel h3 {
            margin-bottom: 0px;
            font-size: 1.5em;
            /*24px;*/
        }

.sales-events-main.event-style .featured-sales-events-module .left-panel h3,
.sales-events-main.event-style .sales-events-list-module .left-panel h3 {
    /*text-transform: none;*/
    margin-bottom: 0px;
    font-size: 24px;
}


.sales-events-main .featured-sales-events-module .top-panel {
    height: 250px;
    margin-left: 0px;
}


.sales-events-main .featured-sales-events-module .bottom-panel {
    margin: 0 auto;
    text-align: center;
    padding: 15px;
    line-height: 1em;
    /*min-height: 275px;*/
}

@media (max-width: 960px) {
    .sales-events-main .featured-sales-events-module .bottom-panel {
        min-height: auto;
    }
}


.sales-events-main .sales-events-container.hide {
    display: none;
}


.sales-events-main .sales-events-container.filter-hide {
    display: none;
}

.sales-events-main .sales-events-container:focus {
    outline: none;
}

.sales-events-main .no-left-padding {
    padding-left: 0px;
}

.sales-events-main .sales-events-list-module {
    border: 1px solid #d3d3d3;
    margin: 25px auto 0px auto;
    text-align: left;
}

.skin-4 .sales-events-main .sales-events-list-module {
    line-height: 1.25rem;
}

.date-selected-display {
    display: none;
    margin-top: 25px;
}

    .date-selected-display.active {
        display: block;
    }

.mappedin-thumb {
    border: 1px solid #ccc;
    height: 300px;
    margin-top: 25px;
    /*margin-right: 25px;*/
}

@media (max-width: 1259px) {
    .mappedin-thumb {
        margin-top: 25px;
        margin-right: 0;
    }
}

@media (max-width: 959px) {
    .mappedin-thumb {
        margin-top: 0;
        height: 100%;
        margin-left: 25px;
    }

        .mappedin-thumb.no-retailer-logo {
            margin-left: 0;
        }
}

@media (max-width: 479px) {
    .mappedin-thumb {
        height: calc(100vw - 50px);
        margin-left: 0;
        margin-top: 25px;
    }
}

.mappedin-thumb #mapView {
    position: relative;
    background-size: cover;
    width: 100%;
    height: 175px;
}

.circle {
    overflow: hidden;
    padding: 25px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    background-color: white;
    position: absolute;
    left: 15px;
    bottom: -50px;
    box-shadow: 5px 3px 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 5px 3px 10px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 5px 3px 10px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 5px 3px 10px rgba(0, 0, 0, 0.4);
}


/*.subpage .retailer-logo {*/

/*    .retailer-logo {
        margin-bottom: 50px;
    }*/


/*.subpage .retailer-overview-logo {*/

.retailer-overview-logo {
    border: 1px solid #ccc;
    padding: 10px;
}

@media (max-width: 479px) {
    .retailer-overview-logo {
        width: 100%;
    }
}


/*.subpage a.back {*/

a.back {
    text-transform: uppercase;
    font-size: 1rem;
    /*14px;*/
}

/*    #footer .footer-newsletter-signup {
        margin-top: 25px;
    }

        #footer .footer-newsletter-signup .invalid-email {
            color: red;
            font-size: 14px;
        }

    #footer .hours,
    #footer .visit,
    #footer .download,
    #footer .footer-newsletter-signup {
        text-align: left;
    }*/

/*#footer .footer-newsletter-signup .inner-addon i {
            color: #444;
            position: absolute;
            pointer-events: none;
            right: 0px;
            top: 12px;
            padding-right: 0px;
            font-size: 1rem;*/
/*14px;*/
/*}

        #footer .footer-newsletter-signup input {
            width: 100%;
            padding: 8px;
            border: 1px solid #7e7e7e;
            text-transform: uppercase;
            font-size: 1rem;
            letter-spacing: 0.02em;
            max-width: 230px;
            margin-right: 15px;
            margin-bottom: 15px;
        }*/

/*        .skin-4 #footer .footer-newsletter-signup input {
            padding-top: 10px;
        }

        #footer .footer-newsletter-signup button {
            cursor: pointer;
        }

    #footer .uk-grid.no-padding-top {
        padding-top: 0px;
    }*/

.results-container.directory .results-container-inner {
    margin-top: 10px;
}

    /*        .results-container.directory .results-container-inner .swap-content {
            padding-right: 25px;
        }*/

    /*        .results-container.directory .results-container-inner .result-item {
            max-height: none;
        }*/

    .results-container.directory .results-container-inner .result-item > div.uk-flex {
        grid-gap: 25px;
    }

@media (max-width: 767px) {
    .results-container.directory .results-container-inner {
        margin-top: 10px;
    }

        .results-container.directory .results-container-inner .result-item > div.uk-flex {
            display: block !important;
        }
}

.results-container.directory .results-container-inner .result-item .search-result-links,
.results-container.directory .results-container-inner .result-item .search-result-links span,
.results-container.directory .results-container-inner .result-item .search-result-links a {
    font-size: 17px;
    line-height: 1.25em;
}

#searchResults .search-output {
    margin-left: 15px;
    display: block;
    cursor: pointer;
}

/*#searchResults .result-item {
        min-height: 80px;
    }*/

/*        #searchResults .result-item .logo-container {
            display: inline-block;
        }*/


/*
 * TEMPLATE CONTENT
 */


/*    .template-content {
        padding: 25px;
    }*/

.template-content .hardcoded-module {
    padding-bottom: 0px;
    text-align: center;
}


.template-content .hardcoded-module {
    padding-bottom: 0px;
    text-align: center;
}

.template-content .headline-container {
    /*padding-bottom: 25px;*/
    text-align: center;
    /*border: 1px dashed red;*/
}

    .template-content .headline-container:nth-of-type(n+2) {
        padding-top: 20px;
    }

.template-content .col-rich-headline-container .col-container {
    padding: 25px 0px;
}

.template-content .col-rich-headline-container.static-logo .col-container {
    padding: 0px 0px 25px;
}

.template-content .col-rich-headline-container.static-icon .col-container {
    padding: 25px;
}

.template-content .headline-container h1,
.template-content .headline-container h1:last-child,
.template-content .headline-container p:last-child {
    margin-bottom: 15px;
}


.basic-rich-headline-container {
    padding-bottom: 0px;
    text-align: center;
}

    .basic-rich-headline-container + a.btn {
        margin-top: 25px;
    }


.headline-container h2 {
    /*margin-bottom: 0px;*/
    font-size: 2.25rem;
}

/* TODO CLEAN-UP */
.headline-container h4 {
    margin-top: 15px;
}

.headline-container .sub-headline {
    margin-top: 15px;
    font-size: 1.2rem;
}

.headline-container .legal-headline {
    font-size: 1em;
    font-style: italic;
}

.headline-container .no-margin-left {
    margin-left: 0;
}

.headline-container.modal {
    padding-left: 55px;
    padding-right: 55px;
    padding-top: 50px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

    .headline-container.modal h2 {
        font-size: 1.5rem;
    }

@media all and (min-width: 1260px) {
    #homepage-nav .nav-pad {
        padding: 25px 50px 10px 50px;
    }

    /*        .qa-kipsu {
            display: block;
            position: fixed;
            height: 60px;
            width: 60px;
            bottom: 60px;
            right: 50px;
            z-index: 100;
            cursor: pointer;
            opacity: 100;
            transition: opacity 0.25s ease-in;
            cursor: pointer;
        }*/

    /*            .qa-kipsu i {
                color: black;
                font-size: 60px;
            }*/

    /*            .qa-kipsu .text {
                position: absolute;
                top: 20px;
                left: -1px;
                color: #ffffff;
                display: block;
                width: 100%;
                text-align: center;
            }*/

    /*                .skin-4 .qa-kipsu .text {
                    top: 23px;
                }*/

    /* custom form skin-1 */
    /*            body.skin-1 .qa-kipsu .text {
                top: 22px;
                left: 0;
            }*/

    /*            .qa-kipsu.hide {
                opacity: 0;
                cursor: auto;
            }*/

    body.mapped-in .qa-kipsu {
        left: 50px;
        right: auto;
    }

    /*        .chat-modal {
            display: block;
            position: fixed;
            right: 0px;
            bottom: 0px;
            height: 0px;
            width: 500px;
            z-index: 9999;
            transition: all 0.5s ease-in;
        }*/

    /*            .chat-modal .chat-content {
                position: relative;
                border: 1px solid #cccccc;
                border-top-left-radius: 15px;
                border-top-right-radius: 15px;
            }*/

    /*            .chat-modal.active {
                height: 430px;
            }

        .chat-iframe-holder {
            padding-top: 50px;
            height: 380px;
            background-color: #ffffff;
            border-top-left-radius: 15px;
            border-top-right-radius: 15px;
        }*/

    /*        .chat-modal.min {
            bottom: -380px;
        }*/

    /*        .chat-modal .chat-header-bar {
            position: absolute;
            top: 0px;
            left: 0px;
            height: 60px;
            width: 100%;
            background-color: black;
            text-align: center;
            border-top-left-radius: 15px;
            border-top-right-radius: 15px;
        }*/

    /*            .chat-modal .chat-header-bar img {
                margin-top: 10px;
                max-width: 150px;
                max-height: 40px;
            }*/

    /*            .chat-modal .chat-header-bar i {
                color: #fff;
                font-size: 16px;
            }*/

    /*            .chat-modal .chat-header-bar .minimize {
                cursor: pointer;
                text-decoration: none;
                position: absolute;
                left: 55px;
                top: 14px;
                font-family: arial;
                border: 1px solid white;
                display: block;
                border-radius: 30px;
                padding: 5px 8px;
            }*/

    /*            .chat-modal .chat-header-bar .expand {
                display: none;
            }*/

    /*            .chat-modal .chat-header-bar .expand {
                cursor: pointer;
                text-decoration: none;
                position: absolute;
                left: 55px;
                top: 14px;
                font-family: arial;
                border: 1px solid white;
                border-radius: 30px;
                padding: 5px 8px;
            }*/

    /*            .chat-modal .chat-header-bar .close {
                cursor: pointer;
                text-decoration: none;
                position: absolute;
                left: 10px;
                top: 14px;
                font-family: arial;
                border: 1px solid white;
                display: block;
                border-radius: 30px;
                padding: 5px 8px;
            }*/
}

/*    #footer .footer-social ul {
        margin-left: 0px;
    }

    #footer .footer-social li {
        display: block;
    }

        #footer .footer-social li a {
            font-style: normal;
        }*/

#footer h2,
#footer h4 {
    /*font-size: 1.12em;*/
    /*18px;*/
    /*line-height: 1.25em;
        letter-spacing: 0.02em;
        text-transform: uppercase;*/
}

#footer span,
#footer p {
    /*font-size: 18px;*/
    /*font-weight: normal;*/ /*
        line-height: 20px;
        letter-spacing: 0.02em;*/
}

/*#footer a:not(.goog-logo-link) {*/
/*font-size: 1.125em;
        line-height: 20px;*/
/*letter-spacing: 0.02em;
    }*/

/*    #footer .footer-nav {
        padding-bottom: 20px;
    }

        #footer .footer-nav li a {
            text-transform: capitalize;
        }

        #footer .footer-nav .footer-logo-area {
            padding: 12px 0 0px 10px;
        }

        #footer .footer-nav #google_translate_element {
            float: none;
            top: 0;
        }*/

/*    #footer .footer-hours .small {
        font-size: 12px;
    }

    #footer .footer-social div {
        display: inline-block;
    }

    #footer .footer-social .wechat-id {
        display: block;
        clear: both;
        margin-left: 0px;
        padding-top: 15px;
    }*/

/*    #footer ul li {
        display: block;
        padding-top: 5px;
    }*/

/*    #footer .company-and-social {
        text-align: left;
        margin-bottom: 25px;
    }

        #footer .company-and-social h2,
        #footer .company-and-social h4 {
            padding-bottom: 15px;
        }

        #footer .company-and-social .wechat-id {
            margin-left: 0px;
            font-size: 0.7em;
        }*/

/*    #footer .footer-logo-area {
        margin-bottom: 0px;
        padding-top: 0px;
        float: left;
        position: relative;
    }

        #footer .footer-logo-area .footer-logo {
            float: right;
        }

            #footer .footer-logo-area .footer-logo img {
                width: 150px;
            }

        #footer .footer-logo-area .footer-copyright {
            font-size: 11px;
            position: absolute;
            right: 10px;
            top: 18px;
        }

    #footer .privacy-sitemap {
        text-align: right;
    }*/

/*    #footer .misc-group li {
        display: block;
    }
        
        @media (min-width: 960px) {
            #footer .misc-group li {
                display: inline-block;
            }

            #footer .misc-group li:not(:last-child)::after {
                content: '|';
                padding: 0 6px 0 10px;
            }
        }*/

.contact-modal.secondary .uk-close:first-child {
    margin: -20px -20px 0 0;
}

.contact-modal.secondary .uk-close {
    width: 30px;
    line-height: 30px;
    z-index: 9999;
    position: relative;
    opacity: 1;
}

.takeover-modal a.uk-modal-close:focus,
.emergency-bar a.uk-modal-close:focus,
.cookie-modal a.uk-modal-close:focus,
.contact-modal a.uk-modal-close:focus {
    outline: #000000 dotted 1px;
}




/*
 * DESKTOP NAV
 */

.special-nav-dropdown-container.active {
    display: block;
}

.special-nav-dropdown-container li a {
    position: relative;
}

    .special-nav-dropdown-container li a:after {
        display: none;
    }

    .special-nav-dropdown-container li a.custom-home-main-nav.active {
        color: #666669 !important;
    }

.special-nav-dropdown-container .sub-first-cat li a.active {
    color: #666669 !important;
    text-decoration: none;
}

.special-nav-dropdown-container .sub-cat-second li a:hover {
    color: #666669 !important;
    text-decoration: none;
}

.special-nav-dropdown-container li a {
    position: relative;
    text-decoration: none;
    font-size: 1rem;
    display: inline-block;
}

.skin-4 .special-nav-dropdown-container li a {
    font-size: 0.9375rem;
}

.special-nav-dropdown-sub li a:not(:active):not(:focus):hover,
.special-nav-dropdown-sub li a:not(:active):not(:focus).pre-selected {
    position: relative;
    text-decoration: underline;
}

.special-nav-dropdown-container li a.active:before,
.special-nav-dropdown-container li a:focus::before,
.special-nav-dropdown-container li a.custom-home-main-nav.pre-selected:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.special-nav-dropdown-container li a.sub-nav.active:before,
.special-nav-dropdown-container li a.sub-nav:focus::before,
.special-nav-dropdown-container li a.sub-nav.custom-home-main-nav.pre-selected:before {
    bottom: 3px;
}

.special-nav-dropdown-container li a.active:hover:before,
.special-nav-dropdown-container li a.pre-selected:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.special-nav-dropdown-container .sub-first-cat li a.active:after {
    font-family: FontAwesome;
    content: "";
    display: block;
    position: absolute;
    bottom: 2px;
    right: 50px;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.special-nav-dropdown-sub-container {
    height: auto;
    position: absolute;
    display: none;
    z-index: 1000000;
    background-color: #fff;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    float: left;
    height: 350px;
}

.active-sticky .special-nav-dropdown-sub-container {
    position: static;
    width: auto;
    left: 0px;
    right: auto;
    margin-left: auto;
    margin-right: auto;
    float: none;
    padding-top: 14px;
    top: 78px !important;
    border-top: none;
    overflow: hidden;
    background-color: transparent;
}

    .active-sticky .special-nav-dropdown-sub-container.WCAG {
        top: 155px;
    }

.special-nav-dropdown-sub-container.active {
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #B1B1B1;
}

.active-sticky .special-nav-dropdown-sub-container.active {
    border-bottom: none;
}

.active-sticky .special-nav-dropdown-sub-container.active {
    margin-left: 45px;
    display: block;
    overflow: hidden;
}

.special-nav-dropdown-sub {
    max-height: 300px;
    display: none;
    text-align: center;
}

    .special-nav-dropdown-sub.active {
        max-width: 650px;
        margin: 0 auto;
        padding-top: 25px;
        margin-bottom: 50px;
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
        display: block;
    }

    .special-nav-dropdown-sub.wcag-active {
        position: relative !important;
    }

.active-sticky .special-nav-dropdown-sub.active {
    margin-top: 12px;
}

.special-nav-dropdown-sub div {
    height: 0px;
    opacity: 0;
}

.special-nav-dropdown-sub.active div {
    opacity: 1;
    height: auto;
}

/*.special-nav-dropdown-sub.active div:last-child {
        border-right: none;
    }*/

.special-nav-dropdown-sub .sub-first-cat {
    text-align: left;
}

.special-nav-dropdown-sub .sub-cat-second ul {
    padding: 0px;
    margin: 0px;
    display: none;
}

    .special-nav-dropdown-sub .sub-cat-second ul.active {
        margin: auto;
        display: block;
    }

.sticky-nav.active-sticky .special-nav-dropdown-sub.active img {
    margin: 0;
}

.sticky-nav.active-sticky .special-nav-dropdown-sub.active {
    padding-top: 0;
}

.sticky-nav.active-sticky .special-nav-dropdown-sub-container.active {
    height: 325px;
}

.special-nav-dropdown-container .sub-cat-promo {
    /*text-align: right;*/
    position: relative;
    border-left: 1px solid #a6a6a6;
}

    /*.special-nav-dropdown-container .sub-cat-promo a{
        margin-bottom: 10px;
    }*/

    .special-nav-dropdown-container .sub-cat-promo img {
        width: auto;
        max-width: 275px;
        height: auto;
        display: block;
        opacity: 1;
        padding-top: 0px;
        float: none;
        display: none;
        margin: 0;
    }

.special-nav-dropdown-container .sub-cat-promo-text {
    border: 1px solid #a6a6a6;
    font-size: 1.1rem;
    text-align: center;
    font-weight: 700;
    padding: 20px 5px !important;
    margin-bottom: 15px;
}

    .special-nav-dropdown-container .sub-cat-promo-text a {
        font-size: 0.8rem;
        letter-spacing: 0.1rem;
        text-transform: uppercase;
    }

.special-nav-dropdown-sub.active img {
    display: block;
}

.special-nav-dropdown-sub .uk-grid div:first-child {
    padding-left: 0px;
}

.special-nav-dropdown-sub ul {
    padding-left: 14px;
}

.active-sticky .special-nav-dropdown-sub ul {
    padding-left: 16px;
}

.special-nav-dropdown-sub li {
    list-style-type: none;
    padding-top: 5px;
    padding-bottom: 5px;
}


/* Details Container*/


/* TODO: Trying to Generalize the Sales & Jobs */

#details-container h3 {
    margin-top: 0;
}

#details-container hr {
    margin-top: 25px;
    margin-bottom: 25px;
    border-top: 2px solid #ECECEC;
}

#details-container .subhead {
    text-transform: uppercase;
    padding-top: 5px;
}

#details-container .lower .right-align {
    margin-bottom: 25px;
    text-align: right;
}

#details-container .lower a.share-widget {
    text-transform: uppercase;
}

@media (max-width: 1220px) {
    #details-container hr {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    #details-container .lower .right-align-desktop {
        margin-bottom: 25px;
        text-align: center;
    }

    #details-container .rich-text {
        padding: 0;
    }
}

#sales-details-container .line-break {
    margin-top: 25px;
    margin-bottom: 25px;
    border-bottom: 2px solid #ECECEC;
}

#sales-details-container .lower .right-align {
    margin-bottom: 25px;
}

#sales-details-container .lower .share-widget {
    text-transform: uppercase;
}

#sales-details-container .sale-details .store-name,
#sales-details-container .sale-details .level {
    text-transform: uppercase;
}

#sales-details-container span.sale-description {
    font-size: 46px;
}

#sales-details-container .retailer-contact div {
    display: inline-block;
    margin-right: 25px;
}

#sales-details-container span.sale-dates {
    display: inline-block;
    font-size: inherit;
}

#sales-details-container .store-name a {
    color: inherit;
    text-decoration: underline;
}

#sales-details-container .lower {
    padding-bottom: 45px;
}

.subpage-title {
    text-align: center;
}

    .subpage-title h2 {
        letter-spacing: 0.2em;
        padding: 15px 25px 0px 15px;
        text-transform: uppercase;
    }

/*    .main-container .inner-addon input {
        width: 100%;
        color: #757575;
        padding: 10px;
    }*/

.main-container .inner-addon i {
    right: 0px;
    top: 12px;
}

.main-container .pad-right {
    padding-right: 22px;
}

.main-container .pad-left-none {
    padding-left: 10px;
}

/*
     * SALES EVENTS
     */

.main-container .sales-events-main .sales-events-filter-bar .uk-dropdown.level-1 {
    padding-left: inherit;
    padding-right: inherit;
}

.sales-events-main .sales-events-filter-bar .uk-dropdown.level-1.directory {
    padding-top: 25px;
}

    .sales-events-main .sales-events-filter-bar .uk-dropdown.level-1.directory h4 {
        text-align: left;
        padding-left: 30px;
        text-transform: uppercase;
        color: #444;
    }

    .sales-events-main .sales-events-filter-bar .uk-dropdown.level-1.directory ul {
        list-style-type: none;
        text-align: left;
    }

        .sales-events-main .sales-events-filter-bar .uk-dropdown.level-1.directory ul li {
            padding-bottom: 15px;
        }

/*                .sales-events-main .sales-events-filter-bar .uk-dropdown.level-1.directory ul li:last-of-type {
                    padding-bottom: 30px;
                }*/

/*
 * MIXED MODULES
 */
.campaign-grid-module .mixed-module {
    margin-bottom: 0px;
    margin-top: 0px;
}

.mixed-module {
    /*margin-bottom: 50px;*/
    /*border: 1px dashed green;*/
}

    .mixed-module:focus {
        outline: none;
    }

    .mixed-module h2,
    .mixed-module h2:last-child {
        /*text-transform: uppercase;*/
        /*margin-bottom: 25px;*/
    }

    /*.mixed-module h3,
        .mixed-module h5 {
            font-size: 1.5rem;*/
    /*24px;*/
    /*}*/

    /*            .mixed-module h3,
            .mixed-module h3:last-child {
                margin-bottom: 15px;
            }*/

    .mixed-module h3.large {
        font-size: 2.45rem;
        line-height: 3rem;
    }

    .mixed-module.slim {
        margin-bottom: 15px;
    }

    .mixed-module .pad-right {
        padding-right: 35px;
    }

    .mixed-module .mixed-module {
        margin-bottom: 0px;
    }

    .mixed-module .module-headline {
        text-align: center;
    }

    .mixed-module .module-subheadline {
        text-align: center;
        /*            padding-top: 50px;
            padding-bottom: 15px;*/
    }

    /*            .mixed-module .module-headline a {
                margin-bottom: 25px;
            }*/

    .mixed-module.border,
    .mixed-module .border {
        border: 1px solid #7e7e7e;
    }

    .mixed-module .border-no-bottom {
        border-bottom: 0;
    }

    .mixed-module .border-no-top {
        border-top: 0;
    }

    .mixed-module .border-add-bottom {
        border-bottom: 1px solid #7e7e7e;
    }

@media (max-width: 959px) {
    .mixed-module .border-remove-bottom-tablet {
        border-bottom: none;
    }
}

.mixed-module > div.single .module-copy {
    text-align: center;
}

.mixed-module span.line-divider {
    border-left: 1px solid #666669;
    display: inline-block;
    width: 1px;
    height: 30px;
    margin-bottom: -12px;
    margin-left: 20px;
    margin-right: 20px;
}

/* TEMP: NEED TO REMOVE LATER */
.dual.mixed-module .module-copy {
    text-align: center;
}

.mixed-module > div.dual .module-copy {
    text-align: center;
    /*padding-bottom: 0;*/
}

.campaign-grid-module .module-copy {
    height: 325px;
}

/* TEMP: NEED TO REMOVE LATER */
.dual.mixed-module .uk-grid-match .pad:not(:last-child),
.triple.mixed-module .uk-grid-match .pad:not(:last-child) {
    padding-right: 15px;
}

.mixed-module > div.dual .uk-grid-match .pad:not(:last-child),
.mixed-module > div.triple .uk-grid-match .pad:not(:last-child) {
    padding-right: 15px;
}

/* TEMP: NEED TO REMOVE LATER */
.dual.mixed-module .uk-grid-match .pad:not(:first-child),
.triple.mixed-module .uk-grid-match .pad:not(:first-child) {
    padding-left: 50px;
}

.mixed-module > div.dual .uk-grid-match .pad:not(:first-child),
.mixed-module > div.triple .uk-grid-match .pad:not(:first-child) {
    padding-left: 50px;
}

@media (max-width: 959px) {
    .mixed-module > div.dual .uk-grid-match .pad:not(:first-child),
    .mixed-module > div.triple .uk-grid-match .pad:not(:first-child) {
        padding-top: 25px;
    }
}


.mixed-module.split-module .module-image {
    min-height: 250px;
}

.mixed-module.split-module-1 .module-image {
    min-height: 325px;
}

.mixed-module.split-module .module-image.height-auto {
    min-height: auto;
}

.mixed-module.split-module .module-copy {
    padding: 25px;
}

.offices .mixed-module.split-module .module-copy {
    padding-bottom: 0;
}

@media (max-width:959px) {
    .offices .mixed-module.split-module .module-copy {
        padding-right: 0;
    }
}

/*    .mixed-module.split-module .module-copy h4 {
        margin-bottom: -10px;
    }*/

.mixed-module.split-module .module-copy-large {
    padding: 50px;
}

.mixed-module.split-module.dual > .uk-grid:nth-of-type(2n+1) {
    margin-top: 50px;
}

@media (max-width: 767px) {
    .mixed-module.split-module .module-copy {
        /*padding-bottom: 0;*/
        text-align: center;
    }
}

/* TEMP: NEED TO REMOVE LATER */
.mixed-module.split-module.triple {
    text-align: center;
}

.mixed-module.split-module > div.triple {
    text-align: center;
}

.mixed-module.split-module.triple .no-pad-left {
    padding-left: 0px;
}

.mixed-module.split-module.triple .module-image {
    height: 250px;
}

.template-content .headline-container + .split-module {
    margin-top: 50px;
}

.mixed-module.movie-module {
    margin-top: 25px;
}

    .mixed-module.movie-module .movie-image img {
        height: 200px;
    }

    .mixed-module.movie-module .movie-description {
        height: 200px;
    }

    .mixed-module.movie-module .movie-showtimes {
        margin-top: 25px;
    }

.mixed-module .contact .contact-photo {
    max-width: 100px;
    margin: 20px auto -10px auto;
}

.movie-trailer {
    display: none;
    cursor: pointer;
    text-transform: uppercase;
}

    .movie-trailer:hover {
        text-decoration: underline;
    }

.mixed-module.movie-module .movie-showtimes .movie-showtime {
    display: block;
    float: left;
    margin-right: 25px;
    margin-top: 15px;
}

.showtime .btn {
    display: block;
    margin-top: 15px;
    width: 150px;
}

.mixed-module.movie-module .showTimeDate {
    float: left;
    margin-right: 25px;
    margin-top: 15px;
}

.mixed-module.remove-bottom-margin-patch {
    margin-bottom: -45px;
}

.mixed-module.highlight-module .highlight-content {
    max-width: 600px;
    padding: 40px 25px;
}

.mixed-module.highlight-module .module-no-background-image,
.mixed-module.highlight-module .module-no-background-image img {
    /*max-height: 630px;*/
    min-height: 325px;
}

    .mixed-module.highlight-module .module-no-background-image img {
        object-fit: cover;
        height: 100%;
    }

.mixed-module.custom-fcvalet .custom-fcvalet-content {
    padding: 25px;
    margin-top: 25px;
}

    .mixed-module.custom-fcvalet .custom-fcvalet-content h3 {
        font-size: 1rem;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 25px;
    }

    .mixed-module.custom-fcvalet .custom-fcvalet-content img {
        max-width: 700px;
        width: 100%;
    }

.movieLoadingIcon {
    text-align: center;
    margin: 0 auto;
}

.movie-today-showtimes button,
.additional-showtimes button {
    float: left;
    margin-right: 25px;
    cursor: pointer;
}

.additional-showtimes .row {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

.movie-details div {
    float: left;
}

/* MAGNIFIC POPUP */
#trailerEmbed {
    position: relative;
    padding: 20px;
    width: auto;
    max-width: 640px;
    margin: 20px auto;
    height: auto;
}

.unordered-list-module {
    text-align: center;
}

    .unordered-list-module .pad-right {
        padding-right: 35px;
    }

    .unordered-list-module ul {
        list-style-type: none;
        padding-left: 0;
    }

        /*.subpage .unordered-list-module ul li{*/
        .unordered-list-module ul li {
            margin-bottom: 10px;
        }

            /*.subpage .unordered-list-module ul li:before {*/
            .unordered-list-module ul li:before {
                content: '\2022';
                margin-right: 5px;
            }

    /*.subpage .unordered-list-module a {*/
    .unordered-list-module a {
        color: #522628;
    }

.qa-module,
.accordion-module {
    margin-bottom: 75px;
}

    .qa-module h4,
    .accordion-module h4 {
        font-size: 18px;
    }

    .accordion-module h4 {
        display: inline-block;
    }

    .accordion-module ul,
    .press-module ul {
        list-style-type: none;
        padding-left: 0;
    }

        .accordion-module ul li,
        .press-module ul li {
            margin-bottom: 10px;
        }

            .accordion-module ul li:before {
                content: '\2022';
                margin-right: 5px;
            }

/*.qa-module a, .accordion-module a, .press-module a {
        color: #522628;
    }*/
/*        .qa-module .headline,
        .accordion-module .headline {
            padding-bottom: 15px;
        }

        .qa-module .accordion,
        .accordion-module .accordion {
            padding: 15px 15px 0px 15px;
        }

        .qa-module .accordion {
            border-top: 2px solid #dddddd;
        }

        .accordion-module .accordion {
            text-align: center;
        }*/

/*        .qa-module .accordion:last-of-type {
            border-bottom: 2px solid #dddddd;
        }
*/
/* .qa-module .accordion .accordion-toggle,
        .accordion-module .accordion .accordion-toggle {
            position: relative;
            cursor: pointer;
        }

            .qa-module .accordion .accordion-toggle:after,
            .accordion-module .accordion .accordion-toggle:after {
                font-family: FontAwesome;
                content: "\f078";
                position: absolute;
                top: 0;
                margin-top: 4px;
            }

            .qa-module .accordion .accordion-toggle:after {
                right: 0;
            }

            .accordion-module .accordion .accordion-toggle:after {
                margin-left: 5px;
                margin-top: 2px;
            }

        .qa-module .accordion.active .accordion-toggle:after,
        .accordion-module .accordion.active .accordion-toggle:after {
            font-family: FontAwesome;
            content: "\f077";
            position: absolute;
            right: 0px;
        }

        .qa-module .accordion .accordion-content,
        .accordion-module .accordion .accordion-content {
            display: none;
        }

        .qa-module .accordion.active .accordion-content,
        .accordion-module .accordion.active .accordion-content {
            display: block;
            padding-bottom: 15px;
        }*/

.press-module ul {
    margin-top: 50px;
}

    .press-module ul span.date {
        font-size: 85%;
        display: block;
        margin-top: -3px;
    }

/*    .gallery-module .large-image.video .playBtn {
        display: inline-block;
        font-size: 100px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        width: 85px;
        height: 85px;
        background-color: rgba(0,0,0,0);
        border-radius: 50%;
        padding: 5px;
    }*/

/*        .gallery-module .large-image.video .playBtn:focus {
            outline: none;
            background-color: rgba(0,0,0,0.3);
            border-radius: 50%;
            padding: 5px;
            transition: all .15s ease-in-out;
        }*/

/*        .gallery-module .large-image.video .playBtn:before {
            color: #fff;
            font-family: FontAwesome;
            content: "\f01d";
            display: inline-block;
            font-size: 100px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
            cursor: pointer;
            opacity: 0.7;
        }*/

/*    .gallery-module .thmb-wrap .gallery-item.video:before {
        color: #fff;
        font-family: FontAwesome;
        content: "\f01d";
        display: inline-block;
        font-size: 26px;
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        opacity: 0.7;
    }*/

.gallery-module .next-button,
.gallery-module .prev-button {
    /*opacity: 0.5;*/
}

/*    .gallery-module .large-image.fade-in {
        animation: galleryFadeIn 0.2s ease-in-out;
        animation-fill-mode: forwards;
    }*/

/*    @keyframes galleryFadeIn {
        0% {opacity: 0;}
        100% {opacity: 1;}
    }*/

/*.subpage .gallery-module .caption {*/
/*    .gallery-module .caption {
        min-height: 25px;
    }*/

/*.subpage .gallery-module .caption p {*/
/*        .gallery-module .caption p {
            margin-top: 15px;
        }*/

/*.subpage .gallery-module .thumbnails {*/
/*    .gallery-module .thumbnails {
        margin-top: 10px;
        margin-bottom: -10px;
        display: -webkit-box !important;
        flex-flow: initial !important;
        overflow-x: scroll;
        cursor: pointer;
        padding: 5px 2px 0 2px;
    }*/

/*        .gallery-module .thumbnails .gallery-item {
            height: 75px !important;
            margin-right: 20px;
            margin-left: 20px;
        }*/

/*            .gallery-module .thumbnails .gallery-item:focus {
                outline: 1px solid #000000;
            }*/

/*            .gallery-module .thumbnails .gallery-item:first-of-type {
                margin-left: 0;
            }*/

/*            .gallery-module .thumbnails .gallery-item:last-of-type {
                display: inline-block;
                margin-right: 10px;
            }*/


/*        .gallery-module .thumbnails::-webkit-scrollbar {
            height: 5px;
            background-color: transparent;
        }*/

/*        .gallery-module .thumbnails::-webkit-scrollbar-button {
            width: 0;
            height: 0;
            display: none;
        }*/

/*        .gallery-module .thumbnails::-webkit-scrollbar-thumb {
            border: 100px solid rgba(255, 255, 255, 0);
            background-clip: padding-box;
        }*/

/*.subpage .gallery-module .thumbnails::-webkit-scrollbar-track {*/
/*        .gallery-module .thumbnails::-webkit-scrollbar-track {
            border: 100px solid rgba(255, 255, 255, 0);
            background-clip: padding-box;
            background-color: #ccc;
        }*/

/*.subpage .gallery-module .thumbnails::-webkit-scrollbar-corner {*/
/*        .gallery-module .thumbnails::-webkit-scrollbar-corner {
            background-color: transparent;
        }*/

.signup-module .hr-container {
    width: 100%;
    padding: 50px 0;
}

.signup-module hr {
    height: 1px;
    background-color: #ddd;
    max-width: 200px;
    width: 100%;
    float: none;
    margin: 0 auto;
}

.signup-module .pad-right {
    padding-right: 35px;
}

.signup-module .iframe-headline {
    margin-bottom: 50px;
}

.signup-module .iframe-container {
    padding-top: 25px;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    /*border-top: 2px solid #ddd;*/
}

/* Need To Check for CleanUp */
.signup-module ul {
    list-style-type: none;
    padding-left: 0;
}

    .signup-module ul li {
        margin-bottom: 10px;
    }

        .signup-module ul li:before {
            content: '\2022';
            margin-right: 5px;
        }

/*.signup-module a {
    color: #522628;
}*/
hr.mixed-break {
    border-top: 2px solid #dddddd;
    margin: 50px 0px;
    width: 100%;
}

/*
 * UIKIT SIZE OVERRIDES 
 */

/*@media (min-width: 960px) {
        .uk-push-large-3-5 {
            left: 60%;
        }
    }*/

/* Desktop and Xlarge  */
@media (min-width: 1260px) {
    /* Whole */

    .uk-width-xlarge-1-1 {
        width: 100%;
    }
    /* Halves */

    .uk-width-xlarge-1-2,
    .uk-width-xlarge-2-4,
    .uk-width-xlarge-3-6,
    .uk-width-xlarge-5-10 {
        width: 50%;
    }
    /* Thirds */

    .uk-width-xlarge-1-3,
    .uk-width-xlarge-2-6 {
        width: 33.333%;
    }

    .uk-width-xlarge-2-3,
    .uk-width-xlarge-4-6 {
        width: 66.666%;
    }
    /* Quarters */

    .uk-width-xlarge-1-4 {
        width: 25%;
    }

    .uk-width-xlarge-3-4 {
        width: 75%;
    }
    /* Fifths */

    .uk-width-xlarge-1-5,
    .uk-width-xlarge-2-10 {
        width: 20%;
    }

    .uk-width-xlarge-2-5,
    .uk-width-xlarge-4-10 {
        width: 40%;
    }

    .uk-width-xlarge-3-5,
    .uk-width-xlarge-6-10 {
        width: 60%;
    }

    .uk-width-xlarge-4-5,
    .uk-width-xlarge-8-10 {
        width: 80%;
    }
    /* Sixths */

    .uk-width-xlarge-1-6 {
        width: 16.666%;
    }

    .uk-width-xlarge-5-6 {
        width: 83.333%;
    }
    /* Tenths */

    .uk-width-xlarge-1-10 {
        width: 10%;
    }

    .uk-width-xlarge-3-10 {
        width: 30%;
    }

    .uk-width-xlarge-7-10 {
        width: 70%;
    }

    .uk-width-xlarge-9-10 {
        width: 90%;
    }
}

@media (min-width: 1600px) {
    #homepage-nav .desktop-location-container {
        border-left: 1px solid #7e7e7e;
        border-right: 1px solid #7e7e7e;
    }
}

@media (max-width: 1270px) {
    .features-mod .promo-copy {
    }
}

@media (max-width:1220px) {
    .subpage .dual.mixed-module .pad-right {
        padding-left: initial;
        padding-right: 25px;
    }
}

/* Desktop and bigger */
@media (min-width: 1260px) {
    .uk-grid-divider > [class*='uk-width-xlarge-']:not(.uk-width-xlarge-1-1):nth-child(n+2) {
        border-left: 1px solid #dddddd;
    }

    #sales-details-container .lower .right-align {
        text-align: right;
    }

    .home-carousel-header {
        text-align: left;
    }

    .features-mod h2.font-style-2 {
        font-size: 2.125rem;
        line-height: 0.8em;
    }
}

/* MEDIA QUERIES */
@media (max-width:1259px) {
    .home-highlight-banner .home-highlight-banner-height {
        text-align: center;
        width: 100%;
    }

    .home-highlight-banner .highlight-banner-copy {
        padding: 50px 25px;
        text-align: center;
    }

    .secondary-promotion-mod .slide-content {
        max-width: 100%;
    }

    .secondary-promotion-mod {
        text-align: center;
    }

        .secondary-promotion-mod .uk-panel {
            background-image: none !important;
        }

    .uk-sticky-placeholder {
        display: none;
    }

    .focused-bar .border-bottom-mobile {
        border-bottom: 1px solid #E5E5E5;
    }

    .features-mod .uk-width-medium-1-2 {
        margin-bottom: 25px;
    }

    .focused-bar a {
        text-align: center;
    }

    .focused-bar h1 {
        margin-top: 20px;
        padding-left: 0;
        display: inline-flex
    }

    .focused-bar h1,
    .focused-bar .uk-panel {
        text-align: center !important;
        padding-top: 30px;
    }

    .slider-left-border {
        border: none;
    }

    .home-carousel-header {
        /*text-align: center;*/
    }

    .home-carousel-events .home-carousel-item {
        margin-left: auto;
    }

    .mobile-pad-bottom {
        padding-bottom: 25px;
    }

    .sub-retailer .sub-hours-location {
        padding-left: 0px;
        margin-left: 0px;
    }

        .sub-retailer .sub-hours-location .hours {
            float: left;
        }

        .sub-retailer .sub-hours-location .levels {
            float: left;
        }

    .sub-retailer .retailer-contact {
        float: left;
        clear: both;
    }

    .retailer-main,
    .dining-main,
    .showtimes-main {
        margin: 0 auto;
    }

    /*        .retailer-sub {
            padding: 25px 0 25px 0;
            margin: 0 auto;
        }*/

    .retailer-module {
        margin-right: 0px;
    }

    .retailer-sub .side-module .related-store-module .flag-container {
        margin-top: 10px;
    }

    .sales-events-main .featured-sales-events-module > div,
    .sales-events-main .sales-events-list-module > div,
    .sales-events-main .sales-list-container > div {
        padding-left: 0px;
    }

    .sales-events-main .featured-sales-events-module .left-panel,
    .sales-events-main .sales-events-list-module .left-panel {
        text-align: center;
        padding: 0 15px;
    }

    .sub-retailer {
        padding-top: 0px;
        display: inline-block;
    }

        .sub-retailer h2 {
            font-size: 18px;
        }

    .retailer-social-icons {
        padding-bottom: 15px;
    }

    .result-item {
        height: auto;
    }

    .mixed-module.margin-left-mobile {
        margin-left: -25px;
    }
}

@media (min-width:960px) {
    .home #maincontent {
        padding-bottom: 0px;
    }

    .subpage-title h2 {
        padding-bottom: 20px;
    }

    .no-right-padding-desktop {
        padding-right: 0 !important;
    }

    .no-left-padding-desktop {
        padding-left: 0 !important;
    }

    .no-top-margin-desktop {
        margin-top: 0 !important;
    }

    .no-bottom-margin-desktop {
        margin-bottom: 0 !important;
    }

    .no-border-top-desktop {
        border-top: 0 !important;
    }

    .no-border-bottom-desktop {
        border-bottom: 0 !important;
    }

    .side-module.related-stores {
        margin-top: 50px;
    }
}

@media (max-width: 959px) {
    #offcanvas a.sphere-icon {
        margin-left: 0px;
    }

    .mixed-module.split-module .module-image {
        border-right: none;
        border-bottom: 1px solid #7e7e7e;
        height: 325px;
    }

        .mixed-module.split-module .module-image.height-auto {
            height: auto;
        }

    .mixed-module.split-module-2 .module-copy:last-of-type {
        padding-top: 0;
    }

    .mixed-module.split-module.dual > .uk-grid:nth-of-type(n+1) {
        margin-top: 0;
    }

    .campaign-grid-module .module-copy {
        height: auto;
    }

    /*        .gallery-module div.thmb-wrap {
            display: none !important;
        }*/

    /*        .gallery-module .controls {
            opacity: 1;
        }*/

    /*            .gallery-module .controls .prev-button,
            .gallery-module .controls .next-button {
                background-color: black;
                opacity: 0.5;
            }*/

    .directory .stuff-container {
        margin-right: 25px;
    }

    .directory .no-padding-left-desktop {
        padding-left: 25px;
    }

    .directory .padding-right-mobile {
        padding-right: 25px;
    }

    .directory .padding-left-mobile {
        padding-left: 25px;
    }

    .directory .stuff-container .stuff-item .stuff-copy {
        text-align: center;
    }

    .retailer-module.no-margin-top-desktop {
        margin-top: 25px;
    }

    .sales-events-main .sales-events-filter-bar .uk-dropdown {
        padding: 0px;
    }

        .sales-events-main .sales-events-filter-bar .uk-dropdown.level-1 {
            /*background-color: #fff;*/
            border-top: 1px solid #d5d5d5;
            border-left: 1px solid #d5d5d5;
            border-right: 1px solid #d5d5d5;
            text-align: center;
        }

        .sales-events-main .sales-events-filter-bar .uk-dropdown.directory.level-1 {
            padding: 0px;
            margin-left: 0px !important;
            width: auto !important;
            min-width: 0 !important;
            height: auto;
        }

            .sales-events-main .sales-events-filter-bar .uk-dropdown.directory.level-1 > .uk-grid > .uk-width-1-1:last-child {
                margin-bottom: 25px;
            }

            .sales-events-main .sales-events-filter-bar .uk-dropdown.directory.level-1 ul {
                text-align: center;
                padding-left: 0px;
            }

        .sales-events-main .sales-events-filter-bar .uk-dropdown.level-1 .filter-item {
            padding: 15px 0px;
            border-bottom: 1px solid #d5d5d5;
        }

        .sales-events-main .sales-events-filter-bar .uk-dropdown.level-1.directory .filter-item {
            padding: 5px 0px;
            border-bottom: 1px solid #431112;
            margin-bottom: 0;
            font-style: normal;
        }

        .sales-events-main .sales-events-filter-bar .uk-dropdown.level-1.directory ul {
            margin-top: 0px;
        }

            .sales-events-main .sales-events-filter-bar .uk-dropdown.level-1.directory ul li:last-of-type {
                padding-bottom: 10px;
            }

        .sales-events-main .sales-events-filter-bar .uk-dropdown.level-1.directory li.filter-item {
            padding: 10px 0px;
            border-bottom: none;
        }

            .sales-events-main .sales-events-filter-bar .uk-dropdown.level-1.directory li.filter-item:not(.font-style-2) {
                padding: 5px 0px;
            }

        .sales-events-main .sales-events-filter-bar .uk-dropdown.level-1.directory li[class*='global-header-size'] {
            padding-top: 25px;
        }


    .sales-events-main .sales-events-filter-bar .filter-item.a-z.active:after {
        display: none;
    }

    .sales-events-main .sales-events-filter-bar .filter-item.a-z.active:before {
        display: none;
    }

    .sales-events-main .sales-events-filter-bar .a-z-drop-down-selector {
        position: initial;
        background-color: #fff;
        width: auto;
        border: none;
    }

        .sales-events-main .sales-events-filter-bar .a-z-drop-down-selector.active {
            padding: 0px;
        }

    .sales-events-main .sales-events-filter-bar .drop-down-item {
        padding: 15px 0px;
        border-bottom: none;
    }

    .details-container {
        padding: 0 0 25px 0;
    }

    /*        .side-module.map {
            padding: 0 0 25px 0;
        }*/

    .side-module {
        margin-top: 0;
    }

    /*        .side-module-container {
            padding-left: 25px;
            padding-right: 25px;
        }*/

    @media (max-width: 959px) {
        .side-module-container {
            margin-left: -25px;
        }
    }

    .retailer-main {
        padding-left: 25px;
        padding-right: 25px;
    }

        .retailer-main h1 {
            padding-top: 25px;
        }

        .retailer-main h2 {
            font-size: 18px;
        }

    /*        .retailer-sub {
            padding-left: 25px;
            padding-right: 25px;
        }*/

    /*        #footer ul li {
            display: inline-block;
        }*/

    /*        #footer ul.company {
            margin-bottom: 15px;
        }

            #footer ul.company li {
                display: block;
            }*/

    /*        #footer .company-and-social {
            text-align: center;
            margin-bottom: 0px;
        }*/

    /*   #footer .visit i,
        #footer .hours i,
        #footer .download i {
            display: block;
            padding-bottom: 10px;
            padding-right: 0px;
            padding-left: 0px;
        }

        #footer .visit a:hover,
        #footer .hours a:hover {
            text-decoration: none;
        }

        #footer .hours,
        #footer .visit,
        #footer .download,
        #footer .footer-newsletter-signup {
            text-align: center;
        }

        #footer .mobile-break {
            height: 1px;
            background-color: #dddddd;
            display: block;
            margin-top: 45px;
            margin-bottom: 25px;
        }

        #footer .footer-newsletter-signup .inner-addon {
            margin: 15px auto 0px auto;
            width: 250px;
        }

        #footer .footer-logo-area {
            margin-bottom: 0px;
            padding-top: 0px;
            float: none;
            position: initial;
            width: 250px;
            margin: 0 auto;
            text-align: center;
        }

            #footer .footer-logo-area .footer-logo {
                float: none;
            }

            #footer .footer-logo-area .footer-copyright {
                position: relative;
                right: -12px;
                top: -16px;
            }

        #footer .privacy-sitemap {
            padding-top: 0px;
            text-align: center;
        }

        #footer .visit-hours-newsletter.uk-grid-divider > [class*='uk-width-1-']:not(.uk-width-1-1):nth-child(n+2),
        #footer .visit-hours-newsletter.uk-grid-divider > [class*='uk-width-2-']:nth-child(n+2),
        #footer .visit-hours-newsletter.uk-grid-divider > [class*='uk-width-3-']:nth-child(n+2),
        #footer .visit-hours-newsletter.uk-grid-divider > [class*='uk-width-4-']:nth-child(n+2),
        #footer .visit-hours-newsletter.uk-grid-divider > [class*='uk-width-5-']:nth-child(n+2),
        #footer .visit-hours-newsletter.uk-grid-divider > [class*='uk-width-6-']:nth-child(n+2),
        #footer .visit-hours-newsletter.uk-grid-divider > [class*='uk-width-7-']:nth-child(n+2),
        #footer .visit-hours-newsletter.uk-grid-divider > [class*='uk-width-8-']:nth-child(n+2),
        #footer .visit-hours-newsletter.uk-grid-divider > [class*='uk-width-9-']:nth-child(n+2) {
            border-left: 1px solid #dddddd;
        }

        #footer .visit-hours-newsletter .hours,
        #footer .visit-hours-newsletter .visit,
        #footer .visit-hours-newsletter .download {
            padding-bottom: 20px;
            padding-top: 20px;
        }

            #footer .visit-hours-newsletter .hours i,
            #footer .visit-hours-newsletter .visit i,
            #footer .visit-hours-newsletter .download i {
                font-size: 30px;
            }

            #footer .visit-hours-newsletter .hours i,
            #footer .visit-hours-newsletter .visit i,
            #footer .visit-hours-newsletter .download i {
            }

        #footer .visit-hours-newsletter .uk-width-1-3.hours a,
        #footer .visit-hours-newsletter .uk-width-1-3.visit a,
        #footer .visit-hours-newsletter .uk-width-1-3.download a {
            font-size: 0.75rem;
        }

        #footer i {
            margin-right: 0;
        }

        #footer .visit i {
            padding-left: 4px;
        }

        #footer .visit,
        #footer .hours {
            padding-bottom: 25px;
        }

        #footer .social-icon-group a {
            display: table;
        }*/

    #google_translate_element.rewards {
        text-align: center;
    }

    .push-footer-down > div {
        margin-bottom: 50px;
        margin-top: 50px;
    }

    .main-container .sales-events-filter-bar {
        margin-top: 15px;
    }

    .main-container .pad-left-none {
        padding-left: 25px;
    }

    .max-width-mod-900.filter-pad {
        padding: 25px 25px 0px 25px;
    }

    .dual.mixed-module .pad-right {
        padding-left: initial;
        padding-right: initial;
    }

    .dual.mixed-module .pad-left {
        padding-left: 0px;
    }

    .dual.mixed-module .pad {
        padding-left: 25px !important;
        padding-right: 0 !important;
    }

    .mixed-module.split-module > .triple .pad,
    .mixed-module.split-module > .dual .pad {
        padding-left: 25px !important;
        padding-right: 0 !important;
    }

    /*        .mixed-module.split-module .mixed-module {
            margin-bottom: 50px;
        }*/

    .margin-left-mobile {
        margin-left: 25px;
    }

    .padding-right-mobile {
        padding-right: 25px;
    }

    .no-left-padding-tablet {
        padding-left: 0 !important;
    }

    .sub-retailer .sub-hours-location {
        width: 100%;
        clear: both;
    }
}

@media (max-width: 767px) {
    /*        #footer {
            padding: 25px;
        }

            #footer .footer-social ul {
                margin-left: 10px;
            }*/

    .sdvr #footer {
        padding: 15px 0 50px 0;
    }

    .home-header-logo {
    }

    .home-header-rewards-logo {
        max-height: 45px;
    }

    #footer .footer-nav {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    #footer .footer-logo-area .footer-logo {
        float: none;
    }

    #footer .footer-logo-area .footer-copyright {
        position: relative;
    }

    #google_translate_element {
        float: none;
        top: 0;
    }

    .home-highlight-banner {
        background-image: none !important;
        border-top: 1px solid #E5E5E5;
        height: auto;
        min-height: 300px;
    }

    .home-highlight-banner-height {
        height: auto;
        min-height: 300px;
    }

    /*        .qa-kipsu {
            display: none;
        }*/

    .features-mod.uk-grid:not(.uk-grid-preserve) > * {
        padding-left: 0px;
    }

    .features-mod {
        height: auto;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }

        .features-mod .promo-copy {
            border: none;
            height: auto;
        }

        .features-mod h2.font-style-2,
        .primary-promotion-mod h2.font-style-1 {
            font-size: 2.125rem;
        }

    .focused-bar h2 {
        padding-left: 0;
        margin-bottom: 0;
    }

    .primary-promotion-mod h1.font-style-1 {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .primary-promotion-mod {
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        height: auto;
    }

        .primary-promotion-mod .promotional-image {
            max-height: 250px;
        }

        .primary-promotion-mod .promotional-copy {
            padding-left: 0px;
            padding: 25px;
            height: auto;
        }
    /*.secondary-promotion-mod {
        margin-bottom: 1px;
        background-color: transparent;
    }*/

    .secondary-promotion-mod .uk-panel {
        background-image: none !important;
    }

    .custom-hero.video-hero video {
        width: 100%;
        min-height: auto;
    }

    .custom-hero.video-hero .video-content {
        top: auto;
        display: inline-block;
        border-top: 1px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;
        padding: 25px 0 50px 0;
        width: 100%;
        margin-left: 0px;
        vertical-align: bottom;
        background-color: white;
    }

        .custom-hero.video-hero .video-content .mobile-constrain {
            width: 80%;
            margin: 0 auto;
            text-align: center;
        }

        .custom-hero.video-hero .video-content .block-desktop {
            padding: 0;
        }

    .home-hero-carousel {
        text-align: center;
    }

    .home-hero-image {
        text-align: center;
    }

        .home-hero-carousel .slide-content,
        .home-hero-image .slide-content {
            border-top: 1px solid #CCCCCC;
            border-bottom: 1px solid #CCCCCC;
            padding: 0px;
            width: 100%;
            margin-left: 0px;
            display: inline-block;
            padding-bottom: 50px;
            vertical-align: bottom;
            background-color: white;
            height: 220px;
        }

    .custom-hero .uk-panel {
        background-size: 100% !important;
    }

        .custom-hero .uk-panel .slide-content {
            padding-top: 25px;
        }

    .custom-hero .home-hero-image .uk-panel .slide-content {
        padding-top: 25px;
        height: auto;
    }

    .custom-hero .uk-panel .slide-content .mobile-constrain {
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }
    /* slide-content options */

    .custom-hero .uk-panel.left-panel {
        text-align: center;
    }

        .custom-hero .uk-panel.left-panel .slide-content {
            margin-left: 0px;
        }

    .custom-hero .uk-panel.center-panel {
        text-align: center;
    }

    .custom-hero .uk-panel.right-panel {
        text-align: center;
        padding-right: 0px;
    }

    .home-hero-carousel img {
        height: 500px;
    }

    .home-hero-carousel {
        padding-top: 0 !important;
        height: 500px;
    }

    .home-hero-image {
        height: 500px;
    }

    .home-carousel-promotions .home-carousel-item:nth-child(2),
    .home-carousel-events .home-carousel-item:nth-child(2) {
        border-left: none;
    }

    .no-left-padding-mobile {
        padding-left: 0 !important;
    }

    .mixed-module.custom-fcvalet .custom-fcvalet-content h3 {
        font-size: 0.9rem;
    }

    .menu-items .rich-text, .retailer-module .rich-text {
        padding: 0;
    }

    .sub-retailer .sub-hours-location {
        width: 100%;
    }
}

/* Mapped In */

/* Requested by mapped-in team test */
body .mapped-in #footer {
    display: none !important;
}

body.mapped-in #kipsuModal {
    display: none !important;
}

#mapView {
    position: relative;
}

    #mapView img {
        position: relative;
        top: -24px;
    }

@media all and (max-width: 768px) {
    #mapView img {
        position: relative;
        top: -22px;
    }
}

.mapped-in#map-slide #map-btn {
    padding-left: 15px;
    display: block;
    text-align: center;
    letter-spacing: .5px;
    cursor: pointer;
    max-width: 240px;
    right: 100px;
    top: 100px;
    position: absolute;
    width: 100%;
    z-index: 500;
    box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.25);
    color: #fff;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
}

.mapped-in#map-slide a#map-btn {
    background: #444 url(../svg/detailsmap.svg) no-repeat !important;
    background-size: 18px 18px !important;
    background-position: 15px 15px !important;
}

@media all and (min-width: 768px) {

    .mapped-in#map-slide .slide#mapView {
        position: relative;
        background-size: cover;
    }

        .mapped-in#map-slide .slide#mapView:before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0.9)), color-stop(70%, rgba(0, 0, 0, 0)));
            background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 30%, transparent 70%);
            opacity: .6;
        }

    .uk-push-medium-1-2 {
        position: relative;
        left: 50%;
    }

    .uk-push-medium-1-3 {
        position: relative;
        left: 33.333%;
    }

    .uk-pull-medium-1-2 {
        position: relative;
        left: -50%;
    }

    .uk-pull-medium-1-3 {
        position: relative;
        left: -33.333%;
    }

    .vertical-align-tablet {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .center-align-tablet {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
    }

    .flex-tablet {
        display: flex;
    }

    .mixed-module.highlight-module .highlight-content h3 {
        font-size: 2.45rem;
        line-height: 2.45rem;
    }
}

@media all and (max-width: 768px) {
    /*.subpage .sales-events-main .featured-sales-events-module .left-panel, .subpage .sales-events-main .sales-events-list-module .left-panel .subpage .mapped-in#map-slide #map-btn {*/

    .sales-events-main .featured-sales-events-module .left-panel,
    .sales-events-main .sales-events-list-module .left-panel,
    .mapped-in#map-slide #map-btn {
        margin: 0 auto;
        text-align: center;
        padding: 15px;
        min-height: 100px;
        height: auto;
        display: inline-grid;
    }

    .slide#mapView {
        height: 220px;
        height: 100%;
        background: none;
    }

    .mappedin-container {
        height: calc(100vh - 142px);
    }

    img.full-width-mobile {
        width: 100%;
    }

    .mixed-module.highlight-module .module-no-background-image,
    .mixed-module.highlight-module .module-no-background-image img,
    .mixed-module.highlight-module .module-no-background-image video {
        max-height: 400px;
    }

    .mixed-module.highlight-module .highlight-content {
        padding-bottom: 50px;
    }
}

.mappedin-container {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    height: calc(100vh - 170px);
    height: calc(var(--vh, 1vh) * 100 - 170px);
    max-width: 100%;
    position: relative;
    margin: 0 auto;
}

@media all and (max-width: 1259px) {
    .mappedin-container {
        height: calc(100vh - 160px);
        height: calc(var(--vh, 1vh) * 100 - 160px);
    }
}

@media all and (max-width: 768px) {
    .mappedin-container {
        height: calc(100vh - 140px);
        height: calc(var(--vh, 1vh) * 100 - 140px);
    }
}

/* Sales details map buttons */

/*.subpage .see-in-map-view-btn {*/
.see-in-map-view-btn {
    display: inline-block;
    width: 100%;
    margin: 10px 0px;
}

    /*.subpage .see-in-map-view-btn .map-icon {*/
    .see-in-map-view-btn .map-icon {
        display: inline-block;
        padding: 5px 25px 0px 25px;
    }

    /*.subpage .see-in-map-view-btn .map-copy {*/
    .see-in-map-view-btn .map-copy {
        display: inline-block;
        border-left: 1px solid #fff;
    }

        /*.subpage .see-in-map-view-btn .map-copy p {*/
        .see-in-map-view-btn .map-copy p {
            display: inline-block;
            padding: 25px 10px 12px 25px;
            color: #fff;
        }

    /*.subpage .see-in-map-view-btn a {*/
    .see-in-map-view-btn a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

.videoLoading {
    position: absolute;
    z-index: 1009;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

@media all and (max-width: 768px) {
    .videoLoading {
        display: none;
    }
}

.videoLoading i {
    color: white;
    font-size: 50px;
}

#rewardsLoginForm input[type='text'],
#rewardsLoginForm input[type='password'],
#rewardsLoginForm select {
    /*color: #6B6B6B;
    width: 100%;
    padding: 18px 24px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    max-width: 375px;
    font-size: 1rem;*/
}

#rewardsLoginForm .form-warning-lbl,
#campaignLoginForm .form-warning-lbl {
    display: block;
    width: 100%;
    color: #EB0000 !important;
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 1rem;
}

/*WCAG */
/*    *:focus {
        outline: #000000 dotted 1px;
        outline-offset: 1px;
    }*/

.wcag-focus:focus-within {
    border: thin solid -webkit-focus-ring-color;
}

#maincontent:focus {
    outline: 0;
}

a span.wcag,
label span.wcag,
img.wcag,
.live-region.wcag,
div.wcag,
button span.wcag {
    position: absolute;
    left: -9000px;
    width: 0;
    overflow: hidden;
}


.wcag-input::-webkit-input-placeholder {
    color: #666669 !important;
    opacity: 1 !important;
}

.wcag-input::-moz-placeholder {
    color: #666669 !important;
    opacity: 1 !important;
}

.wcag-input:-ms-input-placeholder {
    color: #666669 !important;
    opacity: 1 !important;
}

.wcag-input:placeholder {
    color: #666669 !important;
    opacity: 1 !important;
}

.wcag-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

/* METRO */
.metro-content-container {
    background-color: #F5F5F5;
    padding: 25px;
}

.metro-content {
    max-width: 500px;
    margin-left: auto !important;
    margin-right: auto !important;
}

    .metro-content div[class^="uk-width-"]:first-of-type {
        border-right: 2px solid #ddd;
    }

    .metro-content #SV .alertCircle {
        background: #A1A3A1;
    }

    .metro-content #RD .alertCircle {
        background: #BD0605;
    }

    .metro-content #BL .alertCircle {
        background: #00588F;
    }

    .metro-content #OR .alertCircle {
        background: #F17039;
    }

    .metro-content #GR .alertCircle {
        background: #01713D;
    }

    .metro-content #YL .alertCircle {
        background: #FAD637;
    }

    .metro-content hr {
        border-top: 2px solid #ddd;
        margin: 0;
    }

    .metro-content .alert-collection {
        display: none;
        padding: 15px;
    }

        .metro-content .alert-collection .latestAlert {
            float: left;
            clear: both;
            padding-right: 15px;
            padding-bottom: 15px;
        }

    .metro-content .latestAlert li {
        list-style-type: none;
    }

    .metro-content .rail-alerts {
        padding: 15px;
        display: inline-block;
    }

        .metro-content .rail-alerts div {
            float: left;
            vertical-align: middle;
            clear: both;
            margin-bottom: 10px;
            height: 24px;
        }

        .metro-content .rail-alerts .alertCircle {
            border-radius: 50%;
            width: 24px;
            height: 24px;
            display: inline-block;
            margin-right: 10px;
        }

        .metro-content .rail-alerts .active {
            color: darkred;
        }

    .metro-content .bus-collection {
        padding: 15px;
    }

        .metro-content .bus-collection div {
            margin-bottom: 15px;
        }

.busmap-container {
    padding-top: 25px;
    padding-bottom: 25px;
}

    .busmap-container p {
        margin-left: 15px;
    }

/* Traffic Map */
.trafficMapContainer {
    display: block;
    height: 325px;
    overflow: hidden;
}

#map-canvas {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}

/* 
 * Search Results
 */
#subNav-alphabet .search-scrollbar::-webkit-scrollbar-thumb {
    border: 100px solid rgba(255, 255, 255, 0);
    background-clip: padding-box;
}

#subNav-alphabet .search-scrollbar::-webkit-scrollbar {
    height: 5px;
}

#subNav-alphabet .search-scrollbar::-webkit-scrollbar-track {
    border: 100px solid rgba(255, 255, 255, 0);
    background-clip: padding-box;
    background-color: #ccc;
}

#subNav-alphabet .search-scrollbar::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}

/* 
 * Forms 
 */
.required,
.required a {
    font-style: italic;
    font-size: 0.875rem !important;
    font-weight: 400;
    line-height: 1.7em;
}

    .required p {
        margin-bottom: 10px;
        margin-top: 3px;
    }

        .required p:not(:first-of-type) {
            margin-top: 10px;
        }

    .required.no-italic {
        font-style: normal;
    }

form .btn.border-style-white {
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
}

.skin-4 form .btn {
    padding-top: 0.8125rem;
}

form fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}

form.generic {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 40px 35px 40px;
    text-align: left;
}

    form.generic h2 {
        line-height: 1em;
        margin-bottom: 50px;
    }

    form.generic label,
    form.generic .label {
        font-size: 1rem;
        /*color: #666;*/
        font-weight: 400;
        margin-bottom: 5px;
        display: block;
    }

        form.generic label small {
            font-size: 70%;
            display: inline-block;
        }

        form.generic label.un-label,
        form.generic label .un-label {
            font-size: initial;
        }

        form.generic label.table {
            display: table;
        }

            form.generic label.table span {
                display: table-cell;
                padding-left: 7px;
            }

    form.generic legend {
        padding-bottom: 0;
        line-height: 1rem;
    }

        form.generic legend:after {
            border-bottom: 0;
        }

    form.generic input[type=radio] {
        border: 1px solid #ccc;
        width: 16px;
        height: 16px;
        -webkit-appearance: none;
    }

        form.generic input[type=radio]:indeterminate {
            background-color: transparent;
            border-color: #ddd;
            background-image: none;
        }

    form.generic input[type="checkbox"]:disabled {
        background-color: #f5f5f5;
        border-color: #ddd;
    }

    form.generic .uk-input,
    form.generic select {
        font-size: 1rem;
        height: 40px;
        vertical-align: middle;
        display: inline-block;
        line-height: 38px;
        max-width: 100%;
        width: 100%;
        padding: 0 6px;
        border: 1px solid #e5e5e5;
        -webkit-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
        -webkit-transition-property: color, background-color, border;
        transition-property: color, background-color, border;
    }

        form.generic .uk-input:focus,
        form.generic select:focus {
            outline: #000000 dotted 1px;
            background-color: transparent;
        }

        form.generic select[multiple="multiple"] + .ms-parent button {
            height: 40px;
            border-radius: 0;
            border-color: #e5e5e5;
        }

            form.generic select[multiple="multiple"] + .ms-parent button span {
                top: 50%;
                transform: translateY(-50%);
            }

        form.generic select[multiple="multiple"] + .ms-parent .ms-drop.bottom {
            border-radius: 0;
            border-color: #e5e5e5;
        }

        form.generic select[multiple="multiple"] + .ms-parent .ms-drop input[type="checkbox"] {
            margin-top: 0.1rem;
        }

        form.generic select[multiple="multiple"] + .ms-parent .ms-drop label:not(.optgroup) {
            margin-left: 15px;
        }

        form.generic select[multiple="multiple"] + .ms-parent .ms-drop label {
            white-space: normal;
            line-height: 1.2em;
        }


    form.generic .uk-checkbox {
        display: inline-block;
        height: 16px;
        width: 16px;
        min-width: 16px;
        overflow: hidden;
        margin-top: -4px;
        vertical-align: middle;
        -webkit-appearance: none;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        border: 1px solid #cccccc;
        -webkit-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
        -webkit-transition-property: background-color, border;
        transition-property: background-color, border;
    }

        form.generic .uk-checkbox:checked {
            background-color: #444;
            border-color: transparent;
            background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%2F%3E%0A%3C%2Fsvg%3E");
        }

        form.generic .uk-checkbox:indeterminate {
            background-color: #444;
            border-color: transparent;
            background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%3E%3C%2Frect%3E%0A%3C%2Fsvg%3E");
        }

    form.generic .btn-container {
        margin-top: 25px;
        display: inline;
    }

    /*        form.generic button,
        form.generic input[type="submit"] {
            cursor: pointer;
            font-size: inherit;
            font-family: Arial;
            background-color: transparent;
            color: #444;
        }*/

    /*        form.generic button {
            -webkit-transition: 0.2s ease-in-out;
            transition: 0.2s ease-in-out;
            -webkit-transition-property: color, background-color, border;
            transition-property: color, background-color, border;
        }*/

    /*            form.generic button:disabled {
                background-color: #f5f5f5;
                border-color: #ddd;
                cursor: default;
            }

                form.generic button:disabled:hover {
                    outline: 1px solid #ddd;
                    outline-offset: 0;
                }*/

    form.generic .errors {
        font-style: italic;
        font-size: 0.7em;
        color: #EB0000;
        margin-top: 10px;
    }

    form.generic .uk-spinner {
        width: 20px;
        color: #431112;
    }

    form.generic .loader {
        border: 3px solid #ddd;
        border-top: 3px solid #1c1f22;
        border-radius: 50%;
        width: 12px;
        height: 12px;
        animation: spin 2s linear infinite;
        margin-top: 14px;
    }

    form.generic .uk-grid-flex {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    form.generic .uk-grid .uk-width-auto {
        width: auto;
        padding-left: 0;
        margin-top: 4px;
    }

    form.generic .uk-grid .uk-width-expand {
        width: 1px;
        -ms-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        min-width: 0;
        flex-basis: 1px;
        padding-left: 15px;
    }

        form.generic .uk-grid .uk-width-expand.uk-width-expand-override {
            width: 90%;
        }

    form.generic .checkbox-collection > div {
        padding-bottom: 10px;
    }

    form.generic.takeover-newsletter {
        padding: 0 0 15px 0;
        margin-left: -5px;
        max-width: none;
    }

@media all and (min-width: 576px) {
    form.generic.takeover-newsletter + .form-success {
        position: relative;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
    }
}

@media all and (max-width: 575.98px) {
    form.generic.takeover-newsletter + .form-success {
        margin-bottom: 70px;
    }

    form.generic.takeover-newsletter .errors {
        max-width: 50%
    }
}

form.generic.takeover-newsletter + .form-success p {
    font-size: 27px;
    line-height: 29px;
    padding: 0 15px 25px 0;
}

@media all and (max-width: 575.98px) {
    form.generic.takeover-newsletter + .form-success p {
        padding: 25px 0;
    }
}

form.generic.takeover-newsletter label input {
    margin-top: 5px;
    border-color: #67676a;
    background-color: #ffffff;
}

form.generic.takeover-newsletter .uk-input:focus,
form.generic.takeover-newsletter select:focus {
    background-color: #ffffff;
}

form.generic.takeover-newsletter .btn-container {
    margin-bottom: 10px;
    margin-top: 20px;
}

form.generic.takeover-newsletter .required {
    padding-top: 3px;
}

    form.generic.takeover-newsletter .required,
    form.generic.takeover-newsletter .required a {
        line-height: 1rem !important;
        font-style: unset;
    }

form.generic .input-flex-container {
    flex-direction: row-reverse;
    display: inline-flex;
}

    form.generic .input-flex-container input {
        margin-top: 4px;
    }

    form.generic .input-flex-container span {
        margin-left: 7px;
    }

form.border {
    border: 1px solid #d7d7d7;
}

form.padding-top {
    padding-top: 50px;
}

.form-success {
    margin-bottom: 150px;
}

    .form-success h3 {
        font-size: 1.5rem;
    }

    .form-success .legacy-number {
        display: block;
        font-size: 2rem;
    }

@media (max-width: 767px) {
    form.generic {
        padding-left: 20px;
        padding-right: 20px;
    }

    form .g-recaptcha {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

/*
     * ADD THIS WIDGET
     */
.addthis_toolbox {
    margin-top: 15px;
}

    .addthis_toolbox a.addthis_button_compact {
        padding-left: 0;
    }

        .addthis_toolbox a.addthis_button_compact.at-padding {
            padding: 10px 25px;
        }

    .addthis_toolbox.addthis_default_style .at300m {
        float: none;
    }

    .addthis_toolbox .at-icon-wrapper {
        display: none;
    }

/*
 * Apple Chat
 */

/*    .apple-business-chat-banner-wrapper h2 {
        padding-bottom: 0 !important;
    }

    .apple-business-chat-banner-container {
        margin-left: -25px;
        margin-bottom: 25px;
        max-width: 285px;
        margin-top: -30px;
    }

    @media all and (max-width: 959px) {
        .apple-business-chat-banner-wrapper h2 {
            font-size: 1.34em !important;
        }

        .apple-business-chat-banner-container {
            margin-top: -20px;
            margin-left: auto;
            margin-right: auto;
        }
    }*/


/* 
 * Mobile App Badges
 */

.app-badge.apple {
    width: 150px;
}

    .app-badge.apple.center {
        width: 167px;
    }

.app-badge.center {
    margin-bottom: 0;
}

.app-badge.google {
    width: 190px;
}


/*
 * Terms & Conditions
 */

.terms ol,
.terms li {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .terms ol.decimal {
        list-style-type: none;
        counter-reset: item;
        margin-left: 0;
        padding: 0;
    }

        .terms ol.decimal > li {
            display: table;
            counter-increment: item;
            margin-bottom: 0.6em;
        }

            .terms ol.decimal > li:before {
                content: counters(item, "../.html") ". ";
                display: table-cell;
                padding-right: 0.6em;
                font-family: 'Quasimoda-Bold';
            }

    .terms li ol.decimal > li {
        margin-left: 0;
    }

        .terms li ol.decimal > li:before {
            content: counters(item, "../.html") " ";
            font-family: 'Quasimoda-Bold';
        }


/*
 * Charity Pages
 */

.charity-icon {
    margin-bottom: 20px;
    max-width: 35px;
}

hr.charity {
    margin: 5px auto;
    width: 90%;
}


/*
 * Mapped-In Override
 */

body.mapped-in .YVqcY:hover,
body.mapped-in .lzBRC:hover {
    color: #fff;
}

body.mapped-in .dfosfF:hover {
    color: #666;
}


/*
 * Gift Guide Hub
 */

.giftguide-hub-container {
    margin-top: -50px;
}

    .giftguide-hub-container table.intro {
        font-size: 1em;
        margin: 0 auto 20px auto;
    }

        .giftguide-hub-container table.intro td {
            border-right: 1px solid #444;
            padding: 4px 15px;
            font-weight: 600;
        }

            .giftguide-hub-container table.intro td:first-child {
                border-left: 1px solid #444;
            }

    .giftguide-hub-container .features-mod .promo-copy {
        border: none;
        height: 375px;
        color: #000;
        padding: 0px 15px;
    }

        .giftguide-hub-container .features-mod .promo-copy a.link-overlay {
            opacity: 0;
        }

    .giftguide-hub-container .features-mod.uk-grid:not(.uk-grid-preserve) > * {
        padding-left: 12px;
        padding-right: 12px;
    }

@media (max-width: 768px) {
    .giftguide-hub-container .features-mod.uk-grid:not(.uk-grid-preserve) > * {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.giftguide-hub-container h2 {
    font-size: 2.3rem;
    line-height: 2.3rem;
    min-height: 80px;
    letter-spacing: 0.075rem;
}

.giftguide-hub-container .anchor-container {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    font-size: 12px;
    margin-left: -13px;
}


/*
 * Gift Guide Promo
 */

.giftguide-promo-container {
    margin-top: 45px;
}

    .giftguide-promo-container h1 {
        background-color: #000;
        padding: 25px 0;
        line-height: 36px;
    }

    .giftguide-promo-container h4 {
        font-size: 2rem;
        line-height: 2rem;
        margin: 50px 0 40px 0;
    }

@media (min-width: 767px) {
    .giftguide-promo-container .uk-width-medium-1-2 {
        padding-left: 100px;
    }

        .giftguide-promo-container .uk-width-medium-1-2:first-child {
            margin-left: -50px;
        }
}

@media (max-width: 768px) {
    .giftguide-promo-container .uk-width-1-1 {
        padding-left: 0;
    }

    .giftguide-promo-container .uk-width-medium-1-2:last-child {
        margin-top: 50px;
    }

    .giftguide-promo-container img {
        max-height: 400px;
    }

    .giftguide-promo-container h4 {
        margin-bottom: 0;
    }
}


/*
 * Event Flyer
 */
.eventflyer-img-container img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.lity-close:focus {
    outline: 1px dotted #fff !important;
    outline-offset: 2px;
}

/*body.skin-1 {
    font-family: 'Metropolis';
    font-weight: normal;
    letter-spacing: 0.03em;
}
body.skin-2 {
    font-family: 'AkzidGroStdReg', serif;
    font-style: normal;
}

body.skin-3 {
    font-family: 'Assistant', sans-serif;
}*/

body.skin-4 {
/*    font-family: quasimoda, sans-serif;
    font-weight: 400;
    font-style: normal;*/
}

/*.skin-1:not(.mapped-in) a,
.skin-1 .skipnav button {
    color: #b25283;
}*/

/*.skin-2:not(.mapped-in) a,
.skin-2 .skipnav button {
    color: #7C2529;
}*/

/*.skin-3:not(.mapped-in) a,
.skin-3 .skipnav button {
    color: #00608F;
}*/

.skin-4:not(.mapped-in) a,
.skin-4 .skipnav button {
    /*color: #87643c;*/
}

    .skin-1:not(.mapped-in) a:hover .theme-color-hover-override {
        color: #b25283 !important;
    }
    .skin-2:not(.mapped-in) a:hover .theme-color-hover-override {
        color: #7C2529 !important;
    }
    .skin-3:not(.mapped-in) a:hover .theme-color-hover-override {
        color: #00608F !important;
    }
    .skin-4:not(.mapped-in) a:hover .theme-color-hover-override {
        /*color: #87643c !important;*/
    }

/*.skin-1 a.btn,
.skin-2 a.btn,
.skin-3 a.btn {
    font-size: 1rem;
}*/

    .skin-4 a.btn {
/*        font-size: 0.9375rem;
        font-family: quasimoda, sans-serif;
        font-weight: 600;
        font-style: normal;*/
    }

/*        .skin-4 a.btn::before {
            content: '';
            margin-top: 4px;
            display: block;
        }*/

/*.skin-1 em {
    font-style: italic;
    font-weight: 400;
}
.skin-1 h1 {
    font-size: 2.125rem;
}
.skin-1 h2,
.skin-1 h3,
.skin-1 .rich-text h1 {
    font-weight: 500;
}
.skin-1 strong,
.skin-1 b,
.skin-1 bold {
    font-weight: 600;
}*/

.skin-2 em {
    font-style: italic;
    font-family: inherit;
}
/*.skin-2 p,
.skin-2:not(.mapped-in) span,
.skin-2 ol,
.skin-2 li,
.skin-2 a,
.skin-2 .skipnav button {
    font-size: 1.125rem;
}*/
/*.skin-2 h2,
.skin-2 h3,
.skin-2 strong,
.skin-2 b,
.skin-2 .rich-text h1 {
    font-family: 'AkzidGroStdMed', serif;
    font-weight: 400;
}*/
.skin-2 h4 {
    font-size: 1.35rem;
}

.skin-3 em {
    font-style: italic;
    font-weight: 400;
}
/*.skin-3 p,
.skin-3:not(.mapped-in) span,
.skin-3 ol,
.skin-3 li,
.skin-3 a,
.skin-3 .skipnav button {
    font-size: 1.0625rem;
}*/
.skin-3 h2,
.skin-3 h3,
.skin-3 strong,
.skin-3 b,
.skin-3 .rich-text h1 {
    font-weight: 600;
}

.skin-4 em {
    font-family: quasimoda, sans-serif;
    font-weight: 400;
    font-style: italic;
}
.skin-4 p,
.skin-4:not(.mapped-in) span,
.skin-4 ol,
.skin-4 li,
.skin-4 a,
.skin-4 .skipnav button {
/*    font-size: 1.125rem;
    line-height: 1.375rem;*/
}
.skin-4 h2,
.skin-4 h3,
.skin-4 strong,
.skin-4 b,
.skin-4 .rich-text h1 {
    font-family: quasimoda, sans-serif;
    font-weight: 600;
    font-style: normal;
}
.skin-4 .rich-text h4,
.skin-4 .rich-text h5,
.skin-4 .rich-text h6 {
    font-size: 1.25rem;
}


/* Slide BG Theme Colors */
 a.download-pdf-btn, .reserve-table-btn, .showtimes-btn  {
    margin-top:30px;
	display:block;
	width:200px;
	padding:12px 0;
	background-color:white;
	color:#C05145;
    text-align:center;
 }

.sales-btn.see-all-btn{
	margin-top:30px;
	display:block;
	width:160px;
	padding:12px 0;
	background-color:white;
	color:#C05145;
	font-style:italic;
}
.sales-btn.see-all-btn:hover 
{
	text-decoration:none;
	background-color:#E1E1E1;
}
.sales-btn.see-all-btn:active
{
	background-color:#CDCDCD;
}

/* HOME SEE ALL EVENTS BUTTON */

a.focused-bar.see-all-btn, .sdvr .login-btn{
	margin-top:0px;
	display: block;
	width: 160px;
	padding: 12px 0;
}

a.custom-theme-btn {
	display: block;
	padding: 12px;
    max-width:250px;
    text-align:center;
}

a.map-search-results-btn {
    margin-top:0px;
	display: block;
	width: 160px;
	padding: 12px 0;
    text-align:center;
    margin-bottom:10px;
}

a.custom-theme-btn:hover {
    text-decoration:none;
}

a.focused-bar.see-all-btn, a.see-live-view-btn{
	text-decoration:none;
}

a.go-to-store-btn, a.see-more-sales-btn
 {
	display: inline-block;
	letter-spacing: 0.5px;
	padding: 25px;
	margin: 5px 1px;
	text-decoration: none;
	color: #6D6666;
	line-height: 0;
	text-align:left;
 }

 a.search-results-btn {
 	margin-top:20px;
 	margin-bottom:40px;
 	margin-right:25px;
	display:block;
	letter-spacing: 0.5px;
	padding: 25px;
	text-decoration: none;
	line-height: 0;
	text-align:left;
	bottom: 0px;
	right: 0;
	background-color: #BEBABA;
	border-bottom:2px solid #777777;
	color:#EEEEEE;
	max-width:340px;
 }

 .form-submit-btn {
 	display:block;
	letter-spacing: 0.5px;
	padding: 10px 25px;
	text-decoration: none;
	line-height: 0;
	text-align:left;
	bottom: 0px;
	right: 0;
	background-color: #BEBABA;
	border:none;
	border-bottom:2px solid #777777;
	color:#EEEEEE !important;
	cursor:pointer;
	font-style:italic !important;
 }

 a.custom-btn  {
	position:absolute;
	letter-spacing: 0.5px;
	padding: 25px;
	text-decoration: none;
	line-height: 0;
	text-align:left;
	bottom: 0px;
	right: 0;
	background-color: #BEBABA;
	border-bottom:2px solid #777777;
	color:#EEEEEE;
	cursor:pointer;
 }
  a.custom-btn:hover, .form-submit-btn:hover, a.search-results-btn:hover {
  	background-color:#AAAAAA;
  }
  a.custom-btn:active, .form-submit-btn:active, a.search-results-btn:active {
  	background-color:#777777;
  	outline:none;
  }

   div.custom-btn {
	position:absolute;
	letter-spacing: 0.5px;
	padding: 25px;
	text-decoration: none;
	line-height: 0;
	text-align:left;
	bottom: 0px;
	right: 0;
	background-color: #BEBABA;
	border-bottom:2px solid #777777;
	color:#EEEEEE;
	cursor:pointer;
 }

  .directory-search-container .custom-btn {
	top:5px;
	bottom:auto;
 }

/* ALL UP HIGHLIGHT BAR COLORS */
.highlightbar-item a {
	font-size:12px;
	font-style:italic;
}


.skin-1 .theme-copy-color {
    color: #b25283;
}

.skin-1 .theme-bg-color {
    color: #b25283;
}

.skin-2 .theme-copy-color {
    color: #7C2529;
}

.skin-2 .theme-bg-color {
    color: #7C2529;
}

.skin-3 .theme-copy-color {
    color: #00608F;
}

.skin-3 .theme-bg-color {
    color: #00608F;
}

.skin-4 .theme-copy-color {
    color: #87643c;
}

.skin-4 .theme-bg-color {
    color: #87643c;
}

/* NAV COLORS */

.uk-icon-caret-down:before {
	margin-left:5px;
}

/* 
 * Retailer Dining Menu Buttons 
 */

.dining-menu {
    display:block;
    margin-top:20px;
    float:left;
    clear:both;
}
.dining-menu .white-ghost-btn {
	display:block;
	padding:12px 15px;
    margin-right:15px;
	color:#C05145;
	font-style:italic;
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-bottom: 3px solid #fff;
    text-align:center;
    float:left;
}

.dining-menu .white-ghost-btn:hover 
{
	text-decoration:none;
    background-color: rgba(0, 0, 0, 0.4);
}
.dining-menu .white-ghost-btn:active
{
    background-color: rgba(0, 0, 0, 0.6);
}



/*
 * FONT STYLES
 */

/*.skin-1 .font-style-1 {
    font-family: 'Libre Bodoni', serif;
    font-weight: 700;

}*/
/*.skin-1 .font-style-2 {
    font-family: 'Metropolis';
    font-weight: 800;
    letter-spacing: 0.01em;
}*/

/*.skin-1 .font-style-3 {
    font-family: 'Metropolis';
    font-weight: normal;
    font-style: italic;
    letter-spacing: 0.03em;
}*/

/*.skin-1 .font-style-4 {
    font-family: 'Metropolis';
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0.05em;
    line-height: 1.1875em;
}*/

@media all and (min-width: 960px) {
    .skin-1 .font-style-4-desktop {
        font-style: normal;
        font-weight: 400;
    }
}

/*.skin-2 .font-style-1 {
    font-style: normal;
    font-family: 'AkzidGroStdMed', serif;
}*/

/*.skin-2 .font-style-2 {
    font-style: normal;
    font-family: 'AkzidGroStdMed', serif;
}

.skin-2 .font-style-3 {
    font-style: normal;
    font-family: 'AkzidGroStdIta', serif;
}

.skin-2 .font-style-4 {
    font-style: normal;
    font-family: 'AkzidGroStdReg', serif;
}

@media all and (min-width: 960px) {
    .skin-2 .font-style-4-desktop {
        font-style: normal;
        font-family: 'AkzidGroStdReg', serif;
    }
}*/

.skin-3 .font-style-1 {
    font-style: normal;
    font-weight: 600;
}

.skin-3 .font-style-2 {
    font-style: normal;
    font-weight: 600;
}

.skin-3 .font-style-3 {
    font-weight: 400;
    font-style: italic
}

.skin-3 .font-style-4 {
    font-style: normal;
    font-weight: 400;
}

@media all and (min-width: 960px) {
    .skin-3 .font-style-4-desktop {
        font-style: normal;
        font-weight: 600;
    }
}

.skin-4 .font-style-1 {
    font-family: quasimoda, sans-serif;
    font-weight: 600;
    font-style: normal;
}

.skin-4 .font-style-2 {
    font-family: quasimoda, sans-serif;
    font-weight: 500;
    font-style: normal;
}

.skin-4 .font-style-3 {
    font-family: quasimoda, sans-serif;
    font-weight: 400;
    font-style: italic;
}

.skin-4 .font-style-4 {
    font-family: quasimoda, sans-serif;
    font-weight: 300;
    font-style: normal;
}

@media all and (min-width: 960px) {
    .skin-4 .font-style-4-desktop {
        font-family: quasimoda, sans-serif;
        font-weight: 400;
        font-style: normal;
    }
}


/*
 * CUSTOM HERO
 */

.skin-1 .custom-hero h1, .skin-1 .custom-hero h1 span {
    font-size: 52px;
    line-height: 1em;

}

@media all and (min-width: 960px) {
    .skin-1 .custom-hero h1, .skin-1 .custom-hero h1 span {
        margin-left: 25px;
        padding-left: 25px;
        padding-right: 25px;
    }
}
@media all and (min-width: 1260px) {
    .skin-1 .custom-hero h1, .skin-1 .custom-hero h1 span {
        padding-left: 50px;
        padding-right: 50px;
    }
}

.skin-1 .custom-hero p {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.1em;
}

.skin-1 .custom-hero.gift-hub p {
    font-size: 16px;
    line-height: 20px;
}

.skin-1 .custom-hero small {
    font-family: 'Libre Bodoni', serif;
    font-style: italic;
}

.skin-1 .custom-hero.gift-hub h1 {
    font-size: 72px;
    line-height: 72px;
}

.skin-2 .custom-hero h1, .skin-2 .custom-hero h1 span {
    font-size: 56px;
    line-height: 50px;
}

.skin-2 .custom-hero.gift-hub p {
    font-size: 16px;
    line-height: 20px;
}

.skin-2 .custom-hero.gift-hub h1 {
    font-size: 72px;
    line-height: 72px;
}

/*.skin-3 .custom-hero h1, .skin-3 .custom-hero h1 span {
    font-family: 'HelloBeautiful';
    font-style: normal;
    font-weight: 500;
    font-size: 130px;
    line-height: 120px;
}

.skin-3 .custom-hero.gift-hub p {
    font-size: 16px;
    line-height: 20px;
}

.skin-3 .custom-hero.gift-hub h1 {
    font-size: 92px;
    line-height: 92px;
    margin-top: 10px;
    margin-bottom: -20px;
}*/

.skin-3 .custom-hero p {
    margin: 0;
    font-size: 2rem;
    font-weight: 200;
}

.skin-3 .custom-hero h1, .skin-3 .custom-hero h1 span {
    font-size: 66px;
    line-height: 60px;
    margin-top: 0;
    letter-spacing: 0.01em;
}

/*.skin-4 .custom-hero h1, .skin-4 .custom-hero h1 span {
    font-style: normal;
    font-size: 120px;
    line-height: 103px;
    letter-spacing: 0.03em;
    font-family: linotype-didot, serif;
    font-weight: 700;
}

    .skin-4 .custom-hero h1 span {
        display: block;
    }

    .skin-4 .custom-hero h1 span.pull-left {
        margin-left: -117px
    }

    .skin-4 .custom-hero h1 span.pull-right {
        margin-left: 117px;
    }

.skin-4 .custom-hero.gift-hub p {
    font-size: 16px;
    line-height: 20px;
}

.skin-4 .custom-hero.gift-hub h1 {
    font-size: 72px;
    line-height: 72px;
}*/

.skin-4 .custom-hero h1, .skin-4 .custom-hero h1 span {
    font-size: 66px;
    line-height: 60px;
    font-family: linotype-didot, serif;
    text-transform: capitalize;
}

.skin-4 .custom-hero.gift-hub p {
    font-size: 16px;
    line-height: 20px;
}

.skin-4 .custom-hero.gift-hub h1 {
    font-size: 72px;
    line-height: 72px;
}

/*
 * TAKEOVER
 */

/*.skin-2 #homepageTakeover.newsletter h2,
.skin-3 #homepageTakeover.newsletter h2 {
    font-size: 30px;
    line-height: 32px;
}
.skin-1 #homepageTakeover.newsletter h2,
.skin-4 #homepageTakeover.newsletter h2 {
    font-size: 32px;
    line-height: 34px;
}*/

.skin-4 #homepageTakeover.newsletter h2 {
    font-family: linotype-didot, serif;
}

.skin-1 #homepageTakeover table.intro small,
.skin-2 #homepageTakeover table.intro small,
.skin-3 #homepageTakeover table.intro small,
.skin-4 #homepageTakeover table.intro small {
    font-family: 'Libre Bodoni', serif;
    font-style: italic;
}

li.special-nav.uk-active:after {
    background: #000000;
}

.features-mod p.font-style-2 {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.1em;
    color: #666669;
}

.primary-promotion-mod p.font-style-2 {
    color: #666669;
}

a.map-search-results-btn {
    background-color: transparent;
    color: #736A6F;
    border: 1px solid #999;
    background-color: white;
    text-transform: uppercase;
}
.skin-1 a.map-search-results-btn {
    font-style: normal;
}

a.map-search-results-btn {
    padding: 15px 15px 15px 15px;
}

a.map-search-results-btn:hover {
    outline: 2px solid #999;
    color: #444444;
}

a.map-search-results-btn:hover {
    text-decoration: none;
    outline-offset: -1px;
}

.skin-1 .primary-promotion-mod h2.font-style-1,
.skin-2 .primary-promotion-mod h2.font-style-1,
.skin-4 .primary-promotion-mod h2.font-style-1 {
    letter-spacing: 0.15em;
    line-height: 1em;
}
.skin-3 .primary-promotion-mod h2.font-style-1 {
    letter-spacing: 0;
}


/*.focused-bar h1.font-style-1 {
    font-size: 1.75em;
    line-height: 28px;
    letter-spacing: 0.2em;
}*/

.focused-bar h3.font-style-1 {
    /*font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.1em;*/
    /*color: #666669;*/
}

/*.focused-bar h3.font-style-1 {
    margin-top: 0px;
}*/

/*.focused-bar a.font-style-2 {
    font-size: 1rem;
    line-height: 18px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}*/

/*.focused-bar a.font-style-1:hover, .focused-bar a.font-style-1:active {
    color: #666669;
}*/

.skin-1 .secondary-promotion-mod h2.font-style-1,
.skin-2 .secondary-promotion-mod h2.font-style-1,
.skin-3 .secondary-promotion-mod h2.font-style-1,
.skin-4 .secondary-promotion-mod h2.font-style-1 {
    font-size: 1.5rem;
    letter-spacing: 0.11em;
    line-height: 28px;
}

.skin-1 .home-highlight-banner h2.font-style-1,
.skin-2 .home-highlight-banner h2.font-style-1,
.skin-3 .home-highlight-banner h2.font-style-1,
.skin-4 .home-highlight-banner h2.font-style-1 {
    letter-spacing: 0.1em;
}

.searchWrap .text a:hover {
    color: #666669;
}

.skin-1 .home-highlight-banner div.font-style-2 {
    font-size:20px;
    line-height:22px;
    letter-spacing:0.01em;
    color:#666669;
}

/*#footer .footer-social-facebook .fb-icon {
    background: url(../images/skins/skin-1/footerfb.svg) no-repeat;
}

#footer .footer-social-twitter .twitter-icon {
    background: url(../images/skins/skin-1/footertwitter.svg) no-repeat;
}

#footer .footer-social-instagram .instagram-icon {
    background: url(../images/skins/skin-1/footerinstagram.svg) no-repeat;
}*/

a.focused-bar.see-all-btn, a.go-to-store-btn, a.see-more-sales-btn, a.custom-theme-btn, a.download-pdf-btn, .reserve-table-btn {
    color: white;
    background-color: #000000;
    font-style: normal !important;
    text-transform: uppercase;
}

.theme-color-black,
.theme-color-black a {
    color: #000000 !important;
}


/*.skin-1 .theme-color,
.skin-1 .theme-link,
.skin-1 .theme-link-hover:hover,
.skin-1 .theme-link-hover:focus {
    color: #b25283 !important;
}*/

/*@media all and (min-width: 960px) {
    .skin-1 .theme-link-hover-desktop:hover {
        color: #b25283 !important;
    }
}*/

/*.skin-2 .theme-color,
.skin-2 .theme-link,
.skin-2 .theme-link-hover:hover,
.skin-2 .theme-link-hover:focus {
    color: #7C2529 !important;
}*/

/*@media all and (min-width: 960px) {
    .skin-2 .theme-link-hover-desktop:hover {
        color: #7C2529 !important;
    }
}*/

/*.skin-3 .theme-color,
.skin-3 .theme-link,
.skin-3 .theme-link-hover:hover,
.skin-3 .theme-link-hover:focus {
    color: #00608F !important;
}*/

/*@media all and (min-width: 960px) {
    .skin-3 .theme-link-hover-desktop:hover {
        color: #00608F !important;
    }
}*/

/*.skin-4 .theme-color,
.skin-4 .theme-link,
.skin-4 .theme-link-hover:hover,
.skin-4 .theme-link-hover:focus {
    color: #87643c !important;
}*/

@media all and (min-width: 960px) {
    .skin-4 .theme-link-hover-desktop:hover {
        color: #87643c !important;
    }
}

/*.skin-1 .theme-color-dark,
.skin-2 .theme-color-dark,
.skin-3 .theme-color-dark,
.skin-4 .theme-color-dark {
    color: #444 !important;
}*/

.skin-1 .theme-bg-light,
.skin-2 .theme-bg-light,
.skin-3 .theme-bg-light,
.skin-4 .theme-bg-light {
    background-color: #fff !important;
}

@media all and (min-width: 960px) {
    .skin-1 .theme-color-dark-desktop,
    .skin-2 .theme-color-dark-desktop,
    .skin-3 .theme-color-dark-desktop,
    .skin-4 .theme-color-dark-desktop {
        color: #444 !important;
    }

    .custom-hero .copy table.theme-color-light-desktop td {
        border-color: #fff !important;
    }
}

@media all and (min-width: 768px) and (max-width: 960px) {
    .skin-1 .theme-color-dark-tablet,
    .skin-2 .theme-color-dark-tablet,
    .skin-3 .theme-color-dark-tablet,
    .skin-4 .theme-color-dark-tablet {
        color: #444 !important;
    }

    .skin-1 .theme-bg-black-tablet,
    .skin-2 .theme-bg-black-tablet,
    .skin-3 .theme-bg-black-tablet,
    .skin-4 .theme-bg-black-tablet {
        background-color: #000 !important;
    }

    .skin-1 .theme-bg-light-tablet,
    .skin-2 .theme-bg-light-tablet,
    .skin-3 .theme-bg-light-tablet,
    .skin-4 .theme-bg-light-tablet {
        background-color: #fff !important;
    }
}

@media all and (max-width: 768px) {
    .skin-1 .theme-color-dark-mobile,
    .skin-2 .theme-color-dark-mobile,
    .skin-3 .theme-color-dark-mobile,
    .skin-4 .theme-color-dark-mobile {
        color: #444 !important;
    }

    .skin-1 .theme-bg-dark-mobile,
    .skin-2 .theme-bg-dark-mobile,
    .skin-3 .theme-bg-dark-mobile,
    .skin-4 .theme-bg-dark-mobile {
        background-color: #444 !important;
    }

    .skin-1 .theme-bg-light-mobile,
    .skin-2 .theme-bg-light-mobile,
    .skin-3 .theme-bg-light-mobile,
    .skin-4 .theme-bg-light-mobile {
        background-color: #fff !important;
    }

    .skin-1 .theme-bg-black-mobile,
    .skin-2 .theme-bg-black-mobile,
    .skin-3 .theme-bg-black-mobile,
    .skin-4 .theme-bg-black-mobile {
        background-color: #000 !important;
    }
}

/*.skin-1 .theme-color-medium,
.skin-2 .theme-color-medium,
.skin-3 .theme-color-medium,
.skin-4 .theme-color-medium {
    color: #666669 !important;
}*/

.skin-1 .theme-color-light,
.skin-2 .theme-color-light,
.skin-3 .theme-color-light,
.skin-4 .theme-color-light {
    color: #fff !important;
}

@media all and (max-width: 768px) {
    .skin-1 .theme-color-light-mobile,
    .skin-2 .theme-color-light-mobile,
    .skin-3 .theme-color-light-mobile,
    .skin-4 .theme-color-light-mobile {
        color: #fff !important;
    }
    
    .skin-3 .custom-hero.gift-hub h1 {
        font-size: 62px;
        line-height: 62px;
    }

    .skin-1 .custom-hero.gift-hub h1,
    .skin-2 .custom-hero.gift-hub h1,
    .skin-4 .custom-hero.gift-hub h1 {
        font-size: 41px;
        line-height: 41px;
    }
}

@media all and (min-width: 768px) and (max-width: 960px) {
    .skin-1 .theme-color-light-tablet,
    .skin-2 .theme-color-light-tablet,
    .skin-3 .theme-color-light-tablet,
    .skin-4 .theme-color-light-tablet {
        color: #fff !important;
    }
}

@media all and (min-width: 960px) {
    .skin-1 .theme-color-light-desktop,
    .skin-2 .theme-color-light-desktop,
    .skin-3 .theme-color-light-desktop,
    .skin-4 .theme-color-light-desktop {
        color: #fff !important;
    }

        .skin-1 .custom-hero .btn.theme-color-light-desktop,
        .skin-2 .custom-hero .btn.theme-color-light-desktop,
        .skin-3 .custom-hero .btn.theme-color-light-desktop,
        .skin-4 .custom-hero .btn.theme-color-light-desktop {
            border-color: #fff !important;
        }

        .skin-1 .custom-hero .btn.theme-color-light-desktop:hover,
        .skin-2 .custom-hero .btn.theme-color-light-desktop:hover,
        .skin-3 .custom-hero .btn.theme-color-light-desktop:hover,
        .skin-4 .custom-hero .btn.theme-color-light-desktop:hover {
            outline: 1px solid #fff;
        }

    .skin-1 .theme-color-medium-desktop,
    .skin-2 .theme-color-medium-desktop,
    .skin-3 .theme-color-medium-desktop,
    .skin-4 .theme-color-medium-desktop {
        color: #666669 !important;
    }

        .skin-1 .custom-hero .btn.theme-color-medium-desktop,
        .skin-2 .custom-hero .btn.theme-color-medium-desktop,
        .skin-3 .custom-hero .btn.theme-color-medium-desktop,
        .skin-4 .custom-hero .btn.theme-color-medium-desktop {
            border-color: #666669 !important;
        }

        .skin-1 .custom-hero .btn.theme-color-medium-desktop:hover,
        .skin-2 .custom-hero .btn.theme-color-medium-desktop:hover,
        .skin-3 .custom-hero .btn.theme-color-medium-desktop:hover,
        .skin-4 .custom-hero .btn.theme-color-medium-desktop:hover {
            outline: 1px solid #666669;
        }

    /*.skin-1 .theme-color-dark-desktop,
    .skin-2 .theme-color-dark-desktop,
    .skin-3 .theme-color-dark-desktop,
    .skin-4 .theme-color-dark-desktop {
        color: #666669 !important;
    }*/

    .skin-1 .custom-hero .btn.theme-color-dark-desktop,
    .skin-2 .custom-hero .btn.theme-color-dark-desktop,
    .skin-3 .custom-hero .btn.theme-color-dark-desktop,
    .skin-4 .custom-hero .btn.theme-color-dark-desktop {
        border-color: #444 !important;
    }

        .skin-1 .custom-hero .btn.theme-color-dark-desktop:hover,
        .skin-2 .custom-hero .btn.theme-color-dark-desktop:hover,
        .skin-3 .custom-hero .btn.theme-color-dark-desktop:hover,
        .skin-4 .custom-hero .btn.theme-color-dark-desktop:hover {
            outline: 1px solid #444;
        }


}


/*.skin-1 .custom-hero .btn {*/
/*.custom-hero .btn {
    background-color: #444;
    color: white;
    letter-spacing: 0.1em;
    font-size: 16px;
}*/
/*
#footer a.sphere-icon, #homepage-nav a.sphere-icon {
    background-color: #1c1f22;
    color: #1c1f22;
}*/

#offcanvas a.sphere-icon {
    background-color: #1c1f22;
    color: #fff;
}

#offcanvas a.sphere-icon:hover {
    background-color: #666669;
    color: #fff;
}

/*#footer span.sphere-icon {
    background-color: #fff;
}

#footer span.sphere-icon i {
    color: #1c1f22;
}

#footer a.sphere-icon:hover, #offcanvas a.sphere-icon:hover, #homepage-nav a.sphere-icon:hover {
    background-color: #666669;
}*/

.sticky-icons i:hover {
    color: #666669;
}

/*.skin-1 #subpage-nav-hours span {
    color:#666669;
}*/

.skin-1 #subpage-nav-location {
    float:right;
}
.skin-1 #subpage-nav-location span {
    color:#666669;
}


/*
 * KIPSU
 */

/*.skin-1 .qa-kipsu i {
    color: #b25283;
}

.skin-2 .qa-kipsu i {
    color: #7C2529;
}

.skin-3 .qa-kipsu i {
    color: #00608F;
}

.skin-4 .qa-kipsu i {
    color: #87643c;
}*/

/*.skin-1 .chat-modal .chat-header-bar {
    background-color:#1c1f22;
}*/

div.back {
    margin-bottom: 3px;
}

.skin-1 div.back:before,
.skin-1 div.forward:before {
    /*content: url(../images/skins/skin-1/back_to.svg);*/
    content: url(../svg/back_to_black.svg);
}

.skin-1 h1 div.back:before,
.skin-1 h1 div.forward:before {
    display: block;
    width: 0.4em;
}
@media all and (min-width: 960px) {
    .skin-1 h1 a.theme-color-dark-desktop div.back:before,
    .skin-1 h1 a.theme-color-dark-desktop div.forward:before {
        content: url(../svg/back_to_black.svg);
    }

    .skin-1 h1 a.theme-color-light-desktop div.back:before,
    .skin-1 h1 a.theme-color-light-desktop div.forward:before {
        content: url(../svg/back_to_white.svg);
    }
}


.skin-2 div.back:before,
.skin-2 div.forward:before {
    /*content: url(../images/skins/skin-2/back_to.svg);*/
    content: url(../svg/back_to_black.svg);
}
.skin-2 h1 div.back:before,
.skin-2 h1 div.forward:before {
    display: block;
    width: 0.4em;
}
@media all and (min-width: 960px) {
    .skin-2 h1 a.theme-color-dark-desktop div.back:before,
    .skin-2 h1 a.theme-color-dark-desktop div.forward:before {
        content: url(../svg/back_to_black.svg);
    }

    .skin-2 h1 a.theme-color-light-desktop div.back:before,
    .skin-2 h1 a.theme-color-light-desktop div.forward:before {
        content: url(../svg/back_to_white.svg);
    }
}


.skin-3 div.back:before,
.skin-3 div.forward:before {
    content: url(../svg/back_to.svg);
}
.skin-3 h1 div.back:before,
.skin-3 h1 div.forward:before {
    display: block;
    width: 0.4em;
}
@media all and (min-width: 960px) {
    .skin-3 h1 a.theme-color-dark-desktop div.back:before,
    .skin-3 h1 a.theme-color-dark-desktop div.forward:before {
        content: url(../svg/back_to_black.svg);
    }

    .skin-3 h1 a.theme-color-light-desktop div.back:before,
    .skin-3 h1 a.theme-color-light-desktop div.forward:before {
        content: url(../svg/back_to_white.svg);
    }
}


.skin-4 div.back:before,
.skin-4 div.forward:before {
    content: url(../svg/back_to-2.svg);
}
.skin-4 h1 div.back:before,
.skin-4 h1 div.forward:before {
    display: block;
    width: 0.4em;
}
@media all and (min-width: 960px) {
    .skin-4 h1 a.theme-color-dark-desktop div.back:before,
    .skin-4 h1 a.theme-color-dark-desktop div.forward:before {
        content: url(../svg/back_to_black.svg);
    }

    .skin-4 h1 a.theme-color-light-desktop div.back:before,
    .skin-4 h1 a.theme-color-light-desktop div.forward:before {
        content: url(../svg/back_to_white.svg);
    }
}


.skin-1 #map-slide a#map-btn {
    background: #fff url(../svg/detailsmap-2.svg) no-repeat;
}

.skin-1 .result-item .search-result-name, .skin-1 a#map-btn, .skin-1 span.retailer-sale-details, .skin-1 span.event-teaser, .skin-1 .secondary-theme-color {
    color:#000;
}


/* 
 * RESULTS
 */

.skin-1 .result-item:hover .retailer-logo {
    border-color: #b25283 ;
}

/*.skin-1 .result-item:hover + hr {
    border-top: 1px solid #000;
    opacity: 1;
}*/

.skin-1 .results-container .result-item div.store-details a:hover,
.skin-1 .results-container .result-item div.see-on-map a:hover {
    color: #b25283;
}

/*.skin-1 .results-container.directory .result-item:hover span.multiple-sales-tag {
    background-color: #b25283 ;
}*/

.skin-2 .result-item:hover .retailer-logo {
    border-color: #7C2529;
}

.skin-2 .result-item:hover + hr {
    border-top: 1px solid #7C2529;
}

.skin-2 .results-container .result-item div.store-details a:hover,
.skin-2 .results-container .result-item div.see-on-map a:hover {
    color: #7C2529;
}

/*.skin-2 .results-container.directory .result-item:hover span.multiple-sales-tag {
    background-color: #7C2529;
}*/

.skin-3 .result-item:hover .retailer-logo {
    border-color: #00608F;
}

.skin-3 .result-item:hover + hr {
    border-top: 1px solid #00608F;
}

.skin-3 .results-container .result-item div.store-details a:hover,
.skin-3 .results-container .result-item div.see-on-map a:hover {
    color: #00608F;
}

/*.skin-3 .results-container.directory .result-item:hover span.multiple-sales-tag {
    background-color: #00608F;
}*/

.skin-4 .result-item:hover .retailer-logo {
    border-color: #87643c;
}

.skin-4 .result-item:hover + hr {
    border-top: 1px solid #87643c;
}

.skin-4 .results-container .result-item div.store-details a:hover,
.skin-4 .results-container .result-item div.see-on-map a:hover {
    color: #87643c;
}

/*.skin-4 .results-container.directory .result-item:hover span.multiple-sales-tag {
    background-color: #87643c;
}*/

/*******OFF CANVAS STUFF */
.offcanvas-custom-spacer-bar-1 {
    border-bottom: none;
    margin: 0px;
    padding: 0px;
}

.offcanvas-custom-spacer-bar {
    border-bottom: 2px solid #eae6e7;
    border-top: none;
    margin-bottom: 0px;
}

.custom-offcanvas-nav-sub {
    background-color: #ffffff;
}

.uk-offcanvas-bar a h4, .off-canvas-group h4 {
    color: #1b1f22;
}

.uk-offcanvas-bar a h4, .off-canvas-group h4 {
    padding-top: 15px;
}

#off-canvas .social-icons {
    padding-bottom: 15px;
    border-bottom: 2px solid #eae6e7;
}

.off-canvas-group a {
    font-style: normal;
}

.custom-home-search {
    background-color: #ffffff;
}

.off-canvas-group {
    background-color: #ffffff;
    padding-bottom: 40px;
}

.uk-offcanvas-bar {
    padding-bottom: 0px;
}

#offcanvas .social-icons a.sphere-icon {
    background-color: #1c1f22;
    color: #ffffff;
}

/*
 * SHOPPER REWARDS
 */

.skin-2 .shopperrewards .step-circle {
    color: #fff;
    background: #000;
}

.skin-2 .quote-container {
    font-size: 1.5625rem;
}

.skin-2 .quote-container.quote-theme-color {
    color: #7C2529;
}

@media all and (max-width: 767px) {
    .skin-2 .quote-container {
        font-size: 1.375rem;
    }
}


/*
 * MIXED MODULES
 */

    .mixed-module a {
        /*color: #666669;*/
    }

/*        .mixed-module a.btn {
            color: #444;
        }*/

/*        .mixed-module a.btn.gift-guide {
            padding: 10px 45px;
            border: 0;
            text-decoration: none;
        }*/

/*            .mixed-module a.btn.gift-guide:hover {
                text-decoration: none;
                outline: 2px solid #000000;
                outline-offset: -1px;
            }*/

    .mixed-module em {
        color: inherit !important;
    }

  /*  .skin-1 .mixed-module.gallery-module .thumbnails > div.active {
        border: 5px solid #b25283;
    }

    .skin-1 .mixed-module.gallery-module .thumbnails::-webkit-scrollbar-thumb {
        background-color: #b25283;
    }

    .skin-2 .mixed-module.gallery-module .thumbnails > div.active {
        border: 5px solid #7C2529;
    }

    .skin-2 .mixed-module.gallery-module .thumbnails::-webkit-scrollbar-thumb {
        background-color: #7C2529;
    }

    .skin-3 .mixed-module.gallery-module .thumbnails > div.active {
        border: 5px solid #00608F;
    }

    .skin-3 .mixed-module.gallery-module .thumbnails::-webkit-scrollbar-thumb {
        background-color: #00608F;
    }

    .skin-4 .mixed-module.gallery-module .thumbnails > div.active {
        border: 5px solid #87643c;
    }

    .skin-4 .mixed-module.gallery-module .thumbnails::-webkit-scrollbar-thumb {
        background-color: #87643c;
    }*/

/*    .skin-1 .btn.theme-bg-color {
        background-color: rgba(178, 82, 131, 1);
    }

    .skin-2 .btn.theme-bg-color {
        background-color: rgba(124, 37, 41, 1);
    }

    .skin-3 .btn.theme-bg-color {
        background-color: rgba(57, 161, 200, 1);
    }

    .skin-4 .btn.theme-bg-color {
        background-color: rgba(135, 100, 60, 1);
    }*/

/*    .btn.border-style-white:focus,
    .btn.border-style-white:hover {
        text-decoration: none;
        outline: 2px solid #ffffff !important;
        outline-offset: -1px;
    }

    .btn.border-style-black:focus,
    .btn.border-style-black:hover {
        text-decoration: none;
        outline: 2px solid #000000;
        outline-offset: -1px;
    }*/

/*    .btn.border-style-dark:focus,
    .btn.border-style-dark:hover {
        text-decoration: none;
        outline: 2px solid #444;
        outline-offset: -1px;
    }*/

    @media all and (max-width: 960px) {
        .skin-1 .custom-hero h1,
        .skin-2 .custom-hero h1 {
            font-size: 46px;
        }

        .skin-1 .custom-hero h1 a .forward,
        .skin-2 .custom-hero h1 a .forward {
            /*margin-bottom: 6px;
            margin-right: -35px;*/
        }

        /*.skin-3 .custom-hero h1 {
            font-size: 90px;
            line-height: 80px;
        }*/

        .skin-3 .custom-hero p {
            font-size: 1.8rem;
        }

        .skin-3 .custom-hero h1 {
            font-size: 60px;
            line-height: 50px;
        }

        .skin-4 .custom-hero h1 {
            font-size: 56px;
            line-height: 58px;
        }

        /*.skin-4 .custom-hero h1 {
            font-size: 70px;
            line-height: 61px;
            margin-left: 15px;
        }

            .skin-4 .custom-hero h1 span {
                font-size: 67px;
                line-height: 57px;
                letter-spacing: 0.065em;
            }

            .skin-4 .custom-hero h1 span.pull-left {
                margin-left: -69px;
            }

            .skin-4 .custom-hero h1 span.pull-right {
                margin-left: 69px;
            }

        .skin-4 .custom-hero.gift-hub h1 {
            margin-left: 0;
        }*/
        .skin-1 .custom-hero.single table.intro,
        .skin-4 .custom-hero.single table.intro {
            font-size: 16px;
        }

        .skin-1 .custom-hero.single .copy table.intro small,
        .skin-4 .custom-hero.single .copy table.intro small {
            font-size: 1rem;
        }

        .secondary-promotion-mod a.btn {
            background-color: #ffffff;
            color: #000000;
        }
    }


    @media (max-width: 768px) {
        .btn.gradient-anim {
            background-color: #444;
            color: #fff;
        }

        .btn.border-style-white {
            background-color: #ffffff;
            color: #1b1f22;
        }

        .skin-1 .features-mod p.font-style-2 {
            font-size: 16px;
            line-height: 20px;
            letter-spacing: 0.06em;
        }

        .features-mod h1.font-style-1, .primary-promotion-mod h1.font-style-1 {
            text-transform: uppercase;
            font-size: 28px;
            letter-spacing: 0.14em;
            line-height: 28px;
        }

        .secondary-promotion-mod h1.font-style-1 {
            font-size: 18px;
            letter-spacing: 0.2em;
            line-height: 20px;
            color: #ffffff;
        }

        .secondary-promotion-mod p {
            font-size: 18px;
            font-weight: normal;
            line-height: 20px;
            letter-spacing: 0.02em;
            color: #ffffff;
        }

/*        #footer h4, #footer a {
            line-height: 18px;
            letter-spacing: 0.02em;
        }

        #footer span, #footer p {
            line-height: 22px;
            letter-spacing: 0.02em;
        }

        #footer .visit-hours-newsletter .hours i, #footer .visit-hours-newsletter .visit i {
            padding-right: 0px;
        }*/
    }

    /*Mobile and BELOW V-2 Theme 7*/
    @media (min-width: 768px) {

        .custom-hero-bg .block-desktop.white {
            padding: 50px;
            background-color: #ffffff;
            color: #000000 !important;
        }

            .custom-hero-bg .block-desktop.white a.btn, .custom-hero.video-hero .block-desktop a.btn {
                background-color: transparent;
                color: #000000 !important;
                border: 1px solid #000000;
            }

                .custom-hero-bg .block-desktop.white a.btn:hover {
                    text-decoration: none;
                    outline: 2px solid #000000;
                    outline-offset: -1px;
                }

        .custom-hero-bg .block-desktop.black {
            padding: 50px;
            background-color: #1c1f22;
            color: #ffffff !important;
        }

            .custom-hero-bg .block-desktop.black a.btn {
                background-color: transparent;
                border: 1px solid #fff;
                color: #fff;
            }

                .custom-hero-bg .block-desktop.black a.btn:hover {
                    text-decoration: none;
                    outline: 2px solid #ffffff;
                    outline-offset: -1px;
                }

            .custom-hero-bg .block-desktop.black h1 {
                color: #ffffff;
            }

        .btn.gradient-anim {
            position: relative;
            border: none;
        }

            .btn.gradient-anim:hover {
                text-decoration: none;
                outline: 1px solid #000;
            }

            .btn.gradient-anim:before {
                border-bottom: 1px solid #000;
                border-left: 1px solid #000;
                -webkit-transform-origin: 0 100%;
            }

            .btn.gradient-anim:after {
                border-top: 1px solid #000;
                border-right: 1px solid #000;
                -webkit-transform-origin: 100% 0%;
            }

            .btn.gradient-anim:before, .btn.gradient-anim:after {
                width: 100%;
                height: 100%;
                z-index: 3;
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                box-sizing: border-box;
                -webkit-transform: scale(0);
                transition-duration: 1.5s;
            }

            .btn.gradient-anim.active:after, .btn.gradient-anim.active:before {
                -webkit-transform: scale(1);
            }

            .skin-4 .btn.gradient-anim.active:before {
                margin-top: inherit;
            }

            .skin-4 .btn.gradient-anim.active:after {
                top: -2px;
            }
    }

    .skin-1 .results-container .alphaLetter {
    }

    /*******************
    ***************
    ***************
    Garbage override theme styles
    ***************
*/

    /*
 * Search Results
 */

/*    .skin-1 #subNav-alphabet li a {
        color: #726A6C;
    }*/

    .skin-1 #subNav-alphabet .search-scrollbar::-webkit-scrollbar-thumb {
        background-color: #b25283;
    }

    .skin-2 #subNav-alphabet .search-scrollbar::-webkit-scrollbar-thumb {
        background-color: #7C2529;
    }

    .skin-3 #subNav-alphabet .search-scrollbar::-webkit-scrollbar-thumb {
        background-color: #00608F;
    }

    .skin-4 #subNav-alphabet .search-scrollbar::-webkit-scrollbar-thumb {
        background-color: #87643c;
    }

    .results-container .result-item .search-result-name {
        /*color: #522628;*/
    }

    .skin-1 #subNav-alphabet li a:hover {
        color: #522628;
    }


/*    .skin-1 .rich-text a {
        color: #b25283;
    }

    .skin-2 .rich-text a {
        color: #7C2529;
    }

    .skin-3 .rich-text a {
        color: #00608F;
    }

    .skin-4 .rich-text {
        font-size: 1.125rem;
        line-height: 1.375rem;
    }

        .skin-4 .rich-text a {
            color: #87643c;
        }*/

    /*.skin-1.subpage #map-slide a#map-btn {*/
    .skin-1 #map-slide a#map-btn {
        text-transform: uppercase;
        /*font-family: "Quasimoda-Regular";*/
    }

    /*.subpage #map-slide a#map-btn {*/
    #map-slide a#map-btn {
        max-width: 225px;
    }

    /*.skin-1.subpage #retailer-side-nav a.back,
.skin-1.subpage #searchResults .results-container a.print-page,
.skin-1.subpage #searchResults .results-container-inner .listing-container .store-details,
.skin-1.subpage #searchResults .results-container-inner .listing-container .see-on-map,
.skin-1.subpage .subpage-search-container .map-bar-position a.back,
.skin-1.subpage #tenantDetailsPopup a.store-details,
.skin-1.subpage #sales-details-container a.back,
.skin-1.subpage nav .uk-sticky-placeholder #subpage-nav-location a,
.skin-1.subpage nav .uk-sticky-placeholder #subpage-nav-hours a,
.skin-1.subpage #offcanvas .offcanvas-mapit,
.skin-1.subpage #offcanvas .offcanvas-hours {*/
    .skin-1 #searchResults .results-container a.print-page,
    .skin-1 #searchResults .results-container-inner .listing-container .store-details,
    .skin-1 #searchResults .results-container-inner .listing-container .see-on-map,
    .skin-1 .subpage-search-container .map-bar-position a.back,
    .skin-1 #tenantDetailsPopup a.store-details,
    .skin-1 #sales-details-container a.back,
    .skin-1 #offcanvas .offcanvas-mapit,
    .skin-1 #offcanvas .offcanvas-hours {
        text-transform: uppercase;
    }


    /*.skin-1.subpage #retailer-side-nav div.back,
.skin-1.subpage .subpage-search-container .map-bar-position div.back,
.skin-1.subpage #sales-details-container div.back {*/
    .subpage-search-container .map-bar-position div.back,
    #sales-details-container div.back {
        margin-bottom: 2px;
    }

    .subpage-search-container .map-bar-position {
        margin-top: 15px;
    }

    .custom-home-search, .subpage-search, .custom-modal-search {
        text-transform: uppercase;
        color: #736A6F;
    }

    .custom-home-search, .subpage-search, .custom-modal-search {
        padding-left: 15px;
        /*-webkit-box-shadow: 0px 1px 2px 0px rgba(153,153,153,1);
    -moz-box-shadow: 0px 1px 2px 0px rgba(153,153,153,1);
    box-shadow: 0px 1px 2px 0px rgba(153,153,153,1);
    */
    }

    .alphaSearchWrap .search {
        padding: 9px 5px;
    }



    /*.skin-1 #mapSearchForm {*/
    #mapSearchForm {
        position: relative;
    }

    .skin-1 #mapSearchForm:before {
        font-weight: normal;
        font-style: normal;
        line-height: 1;
        color: #999999;
    }

    #mapSearchForm:before {
        font-family: FontAwesome;
        display: block;
        -webkit-font-smoothing: antialiased;
        content: "\f002";
        font-size: 20px;
        position: absolute;
        top: 15px;
        left: 18px;
        text-align: left;
        z-index: 100;
        height: 0px;
    }

    @media (max-width: 982px) {
        /*.skin-1 #mapSearchForm:before {*/
        #mapSearchForm:before {
            bottom: 40px;
            top: initial;
        }
    }

    #homepage-nav .desktop-hours-container p,
    #homepage-nav .desktop-hours-container a,
    #homepage-nav .desktop-location-container p,
    #homepage-nav .desktop-location-container p > * {
        font-size: 0.875rem;
    }

    .skin-1 #homepage-nav .desktop-hours-container p,
    .skin-1 #homepage-nav .desktop-hours-container a,
    .skin-1 #homepage-nav .desktop-location-container p {
        font-size: 0.813rem;
    }

/* SUBPAGES */
#subpage-nav-hours,
#subpage-nav-location,
#subpage-nav-search {
    min-height: 350px;
    padding-top: 100px;
    padding-bottom: 100px;
    width: 100vw;
    margin: 0;
    margin-top: 0;
    z-index: 99999;
    background-color: #fff;
    border-bottom: 1px solid #BEBABA;
    border-top: 1px solid #BEBABA;
}

#subpage-nav-search {
    min-height: auto;
    max-height: 100px;
    padding-top: 0;
    padding-bottom: 0;
}

    #subpage-nav-hours h3,
    #subpage-nav-location h3 {
        font-size: 36px;
        letter-spacing: 0.05em;
    }

    #subpage-nav-hours a,
    #subpage-nav-location a {
        margin-top: 25px;
        display: inline-block;
    }

    #subpage-nav-search form {
        padding: 30px 0;
        display: inline-flex;
        width: 100%;
    }

        #subpage-nav-search form i {
            padding-right: 10px;
        }

        #subpage-nav-search form input[type=search] {
            border-left: 1px solid #B1B1B1;
            padding-left: 32px;
            background: none;
            cursor: auto;
            display: block;
            font-size: 1rem;
            width: 100%;
            text-transform: uppercase;
            color: #7e7e7e;
        }

        #subpage-nav-search form input[type=search]:focus {
            width: 100%;
        }

    #subpage-nav .uk-table th, #subpage-nav .uk-table td {
        padding: 0;
    }


    /*#dFilter label, #dFilter input[type="radio"], #dFilter input[type="checkbox"], .custom-btn.switch {
    font-weight: normal;
}

#dFilter label, #dFilter input[type="radio"], #dFilter input[type="checkbox"], .custom-btn.switch {
    padding: 14px 14px 12px 14px;
}*/

    /*#dFilter label {
    padding-top: 2px;
}

#dFilter input[type="checkbox"].open + label:after {
    margin-top: -3px;
}*/

    /*#dFilter .subFilter input[type="checkbox"]:checked + label {
    color: #fff;
    background-color: #522628;
}

#dFilter .subFilter input[type="checkbox"]:checked + label {
    width: 60%;
}

#dFilter .subFilter:hover input[type="checkbox"]:checked + label {
    color:#ffffff;
}

#dFilter .selection:hover label {
     background-color:#522628;
}*/

    /*.custom-btn.switch {
    -webkit-box-shadow: 0px 1px 2px 0px rgba(153,153,153,1);
    -moz-box-shadow: 0px 1px 2px 0px rgba(153,153,153,1);
    box-shadow: 0px 1px 2px 0px rgba(153,153,153,1);
}

.custom-btn.switch.on {
    -webkit-box-shadow: inset 0px 0px 2px 1px rgba(153,153,153,1);
    -moz-box-shadow: inset 0px 0px 2px 1px rgba(153,153,153,1);
    box-shadow: inset 0px 0px 2px 1px rgba(153,153,153,1);
}

.custom-btn.map.font-style-3 {
    font-style:normal;
    background-color:transparent;
    color:#736A6F;
    border:1px solid #999;
    background-color:white;
    text-transform: uppercase;
}

.custom-btn.map.font-style-3 {
    padding: 24px 25px 24px 25px;
}

.custom-btn.map.font-style-3:hover {
    text-decoration:none;
    outline: 2px solid #999;
    outline-offset: -1px;
    color:#444444;
}*/

    .left-nav div {
        /*height: 40px;*/
    }

    .btnSort {
        background-color: #522628;
    }

    .results-container.directory .filter-items .filter-item {
        font-weight: normal;
    }




 /*
 * NAV
 */

    .skin-1 .special-nav-dropdown-container li a.active:before,
    .skin-1 .special-nav-dropdown-container li a.pre-selected:before,
    .skin-1 .special-nav-dropdown-container li a:focus::before {
        background-color: #b25283;
    }

    .skin-2 .special-nav-dropdown-container li a.active:before,
    .skin-2 .special-nav-dropdown-container li a.pre-selected:before,
    .skin-2 .special-nav-dropdown-container li a:focus::before {
        background-color: #7C2529;
    }

    .skin-3 .special-nav-dropdown-container li a.active:before,
    .skin-3 .special-nav-dropdown-container li a.pre-selected:before,
    .skin-3 .special-nav-dropdown-container li a:focus::before {
        background-color: #00608F;
    }

    .skin-4 .special-nav-dropdown-container li a.active:before,
    .skin-4 .special-nav-dropdown-container li a.pre-selected:before,
    .skin-4 .special-nav-dropdown-container li a:focus::before {
        background-color: #87643c;
    }

    .skin-1 .details-container .retailer-main a,
    .skin-1 .details-container .retailer-sub a {
        text-transform: uppercase;
    }

        .skin-1 .details-container .retailer-main .rich-text a,
        .skin-1 .details-container .retailer-main .rich-text a {
            text-transform: none;
        }

    .bg-image-container-block-left,
    .bg-image-container-block-right {
        background-color: #1c1f22;
    }

        .bg-image-container-block-left .custom-theme-btn, .skin-1 .bg-image-container-block-right .custom-theme-btn {
            background-color: transparent;
            border: 1px solid #fff;
            color: #fff;
        }

            .bg-image-container-block-left .custom-theme-btn:hover, .bg-image-container-block-right .custom-theme-btn:hover {
                text-decoration: none;
                outline: 2px solid #fff;
                outline-offset: -1px;
            }

    @media (max-width: 768px) {
        .bg-image-container-block-left .custom-theme-btn, .bg-image-container-block-right .custom-theme-btn {
            margin: 0 auto;
        }
    }


    /* New See in Map View Button */
    .skin-1 .see-in-map-view-btn {
        background-color: #D61E29; /* ?? */
    }

        .skin-1 .see-in-map-view-btn:hover {
            background-color: #BD0510; /* ?? */
        }



/*
 * FILTER BARS
 */

    /*.skin-1 .sales-events-filter-bar,
    .skin-1 .featured-bar {
        background-color: #b25283;
    }*/

/*    .skin-1 .sales-events-main .sales-events-filter-bar {
        color: #b25283;
    }*/

    .skin-1 .sales-events-main .sales-events-filter-bar .uk-dropdown.level-1.directory h4 {
        color: #b25283;
        font-weight: 700;
    }

    .skin-1 .sales-events-main .sales-events-filter-bar .drop-container {
        padding: 9px 0px;
    }

    /*.skin-2 .sales-events-filter-bar,
    .skin-2 .featured-bar {
        background-color: #7C2529;
    }*/

    .skin-2 .sales-events-main .sales-events-filter-bar {
        color: #7C2529;
    }

    /*.skin-2 .sales-events-main .sales-events-filter-bar .uk-dropdown.level-1.directory h4 {
        color: #7C2529;
        font-family: 'AkzidGroStdMed', serif;
    }*/


    /*.skin-3 .sales-events-filter-bar,
    .skin-3 .featured-bar {
        background-color: #00608F;
    }*/

    .skin-3 .sales-events-main .sales-events-filter-bar {
        color: #00608F;
    }

    .skin-3 .sales-events-main .sales-events-filter-bar .uk-dropdown.level-1.directory h4 {
        color: #00608F;
        font-weight: 600;
    }

    .skin-3 .sales-events-main .sales-events-filter-bar .drop-container {
        padding: 9px 0px;
    }

    /*.skin-4 .sales-events-filter-bar,
    .skin-4 .featured-bar {
        background-color: #87643c;
    }*/

    .skin-4 .sales-events-main .sales-events-filter-bar {
        color: #87643c;
    }

    .skin-4 .sales-events-main .sales-events-filter-bar .uk-dropdown.level-1.directory h4 {
        color: #87643c;
        font-family: quasimoda, sans-serif;
        font-weight: 700;
        font-style: normal;

    }

    .skin-1 .sales-events-main .sales-events-filter-bar .drop-container {
        padding: 9px 0 10px 0;
    }

    .skin-1 .sales-events-main .sales-events-filter-bar.disabled,
    .skin-2 .sales-events-main .sales-events-filter-bar.disabled,
    .skin-3 .sales-events-main .sales-events-filter-bar.disabled,
    .skin-4 .sales-events-main .sales-events-filter-bar.disabled {
        color: #777;
    }



    /* 
     * DETAILS PAGE
     */

    .skin-1 .side-module .related-store-module .flag-container .flag-content,
    .skin-1 .retailer-container .flag-container .multiple-sales-tag {
        background-color: #b25283;
        color: #ffffff;
    }

    .skin-1 .retailer-module .banner {
        background-color: rgba(178, 82, 131, 1);
    }

    .skin-1 .retailer-module.featured .banner {
        background-color: rgba(178, 82, 131, 0.1);
    }     

    .skin-2 .side-module .related-store-module .flag-container .flag-content {
        color: #7C2529;
    }

.skin-2 .retailer-module .banner {
    background-color: #000;
}
    .skin-2 .retailer-module.featured .banner {
        background-color: rgba(124, 37, 41, 0.1);
    }

    .skin-3 .side-module h2 {
        font-family: inherit;
        font-size: 18px;
    }

    .skin-3 .retailer-module .banner h2 {
        font-family: inherit;
        font-size: 24px;
    }

    .skin-3 .retailer-module .banner {
        background-color: rgba(57, 161, 200, 1);
    }

    .skin-3 .retailer-module.featured .banner {
        background-color: rgba(57, 161, 200, 0.1);
    }

    .skin-3 .side-module .related-store-module .flag-container .flag-content {
        color: #00608F;
    }

    .skin-4 .side-module .related-store-module .flag-container .flag-content {
        color: #87643c;
    }

    .skin-4 .retailer-module .banner {
        background-color: rgba(135, 100, 60, 1);
    }

    .skin-4 .retailer-module.featured .banner {
        background-color: rgba(135, 100, 60, 0.1);
    }

    .skin-1 .details-container .retailer-main .retailer-details-container,
    .skin-1 .details-container .retailer-main .retailer-details-container span,
    .skin-1 .details-container .retailer-main .retailer-details-container a,
    .skin-2 .details-container .retailer-main .retailer-details-container,
    .skin-2 .details-container .retailer-main .retailer-details-container span,
    .skin-2 .details-container .retailer-main .retailer-details-container a,
    .skin-3 .details-container .retailer-main .retailer-details-container,
    .skin-3 .details-container .retailer-main .retailer-details-container span,
    .skin-3 .details-container .retailer-main .retailer-details-container a,
    .skin-4 .details-container .retailer-main .retailer-details-container,
    .skin-4 .details-container .retailer-main .retailer-details-container span,
    .skin-4 .details-container .retailer-main .retailer-details-container a {
        font-size: 17px;
        line-height: 1.25em;
    }



/* 
 * Forms 
 */

    form.generic.takeover-newsletter label span {
        font-size: 0.8rem;
    }

/*    .skin-1 form .ms-parent button.ms-choice span {
        font-family: 'Metropolis';
        font-weight: normal;
        font-style: normal;
        letter-spacing: 0.03em;
    }*/

    .skin-2 form .ms-parent button.ms-choice span {
        font-family: inherit;
        font-style: normal;
    }

    .skin-3 form .ms-parent button.ms-choice span {
        font-family: 'Assistant', sans-serif;
    }

    .skin-4 form .ms-parent button.ms-choice span {
        font-family: quasimoda, sans-serif;
        font-weight: 400;
        font-style: normal;
    }

/*    .skin-4 form input {
        padding-top: 10px;
    }*/


/*
 * Modals
 */

    .skin-1 #cookieModal a.btn,
    .skin-1 #fospModal {
        background-color: rgba(178, 82, 131, 1);
    }

    .skin-2 #cookieModal a.btn,
    .skin-2 #fospModal {
        background-color: rgba(124, 37, 41, 1);
    }

    .skin-3 #cookieModal a.btn,
    .skin-3 #fospModal {
        background-color: rgba(57, 161, 200, 1);
    }

    .skin-4 #cookieModal a.btn,
    .skin-4 #fospModal {
        background-color: rgba(135, 100, 60, 1);
    }


/*
 * EventTable
 */

.skin-4 .eventable-container .eventable-link {
    background-color: rgba(135, 100, 60, 1);
}

.skin-4 .eventable-container .eventable-link span {
    color: #fff;
}

    .skin-4 .eventable-container .eventable-link span:focus {
        /*background-color: rgba(135, 100, 60, 0.8);
        outline: medium solid !important;*/
    }


/*.skin-4 #footer a:not(.goog-logo-link), .skin-4 #footer span, .skin-4 #footer p, .skin-4 #footer ul, .skin-4 #footer li {
    font-size: 0.9375rem;
}*/

/* XL Custom Breakpoint */
/*@media all and (min-width: 1300px) {
    .uk-visible-xlarge {
        display:block !important;
    }
    .uk-hidden-xlarge {
        display:none !important;
    }
}*/


/* Custom Media Queries */



/* Greater than 1200px width */
@media all and (min-width: 1200px) { 
    .uk-navbar-nav > li > a {
	    margin: 0 14px;
    }
}

.uk-visible-1600 {
   display:none !important;
}

@media all and (min-width: 1600px) {
    .uk-visible-1600 {
        display: block !important;
    }
}


@media all and (max-width:1200px) {

    .map-bar-position {
        margin-left: 3% !important;
    }

    /*.subpage .alphaSearchWrap.map {*/
    .alphaSearchWrap.map {
        width: auto !important;
    }
}

@media all and (max-width: 1124px) { 
		/* Decrease nav item space */
		.home .uk-navbar-nav > li > a {
			margin:0 5px;
		}
		/*.subpage .uk-navbar-nav > li > a {*/
        .uk-navbar-nav > li > a {
			margin:0 8px;
		}
	}


@media all and (max-width: 1024px) { 
		/* Decrease nav item space */
		.home .uk-navbar-nav > li > a {
			margin:0 5px;
		}
		/*.subpage .uk-navbar-nav > li > a {*/
        .uk-navbar-nav > li > a {
			margin:0 5px;
		}

		.uk-navbar-brand span.where-the-stores-are {
			font-size: 16px;
			top:30px;
			left:0;
		}
	}


/* Medium Breakpoint */
@media all and (max-width: 982px) {
        #seeAll {
        float: none;
        padding: 0;
        margin: 0;
    }
}


@media all and (max-width: 809px) { 
	/* Decrease nav item space */
	.uk-navbar-nav > li > a {
		margin:0 4px;
	}
}

/* Tablet Small */
@media all and (max-width: 768px) { 

	.home-header-logo {
		width:auto;
        max-height:50px;
	}

	.footer-logo {
		float:none;
	}

	#directorySearchFilter {
		right:0 !important;
	}
}

/* Mobile Styles */
@media all and (max-width: 767px) { 
    .v-2.home .custom-hero {
        height:600px;
    }

    .v-2.home .custom-hero.video-hero {
        height: 550px;
    }

	.home .custom-hero .uk-navbar-brand img {
        vertical-align:middle;
		margin-left:0;
		position:static;
	}
   .custom-home-search {
 	height: 80px;
 	width:100%;
	background-position: 25px, 60px;
 	margin-top:100px;
 	margin-bottom:20px;
   }

   /*.custom-home-search.offcanvas-search {
   	width:80%;
   	height:50px;
    margin-bottom:0px;
   }*/
	
   .full-width-content-module {
   	margin-top:0 !important;
   }

   .highlight-bar {
		margin:0;
	}

   .full-width-content-module .highlightbar-img{
	width:25px;
	height:25px;
	float:left;
	clear:none;
   	display:inline-block;
   	margin:0;
   }

   .uk-panel.highlightbar-item h2.uk-panel-title {
   	display:inline-block;
   	float:right;
   	width: 70%;
	text-align: left;
	font-size:9px;
   } 

	#footer .footer-social, #footer .footer-visit,	#footer .footer-hours, #footer .footer-logo-area {
		text-align:center;
		margin-bottom:30px;
	}

	#footer .footer-nav
	 {
		text-align:center;
		margin-bottom:10px;
	}

	#footer .footer-nav ul {
		margin-left: 0;
	}

	.footer-social-facebook, .footer-social-twitter, .footer-social-instagram, .footer-social-youtube {
		display:inline-block !important;
	}

	.footer-social-facebook .fb-icon {
		position:relative;
		width:30px;
		height:30px;
		background-size: contain !important;
        margin-right:10px;
	}

	 .footer-social-twitter .twitter-icon {
		position:relative;
		top:5px;
		width:30px;
		height:30px;
		background-size: contain !important;
        margin-right:10px;
	 }

    .footer-social-instagram .instagram-icon {
		position:relative;
        top: 0;
		width:30px;
		height:30px;
		background-size: contain !important;
        margin-right:10px;
	 }

    .footer-social-youtube .youtube-icon {
		position:relative;
        top: 0;
		width:30px;
		height:30px;
		background-size: contain !important;
        margin-right:10px;
	 }

      .footer-social-weibo, .footer-social-wechat
      {
          display:inline-block;
      }
     .footer-social-weibo .uk-icon-weibo, .footer-social-wechat .uk-icon-wechat  {
        display:inline-block;
		position:relative;
        top: 0;
		font-size:30px;
		background-size: contain !important;
        margin-right:10px;
	 }

     .wechat-id {
         margin-top:10px;
         display:block;
        clear:both;
        margin-left: 0;
    }

	#footer .footer-social .uk-nav li {
		display:inline-block;
	}

	#footer .footer-logo-area {
		padding:0;
	}

	.owl-carousel {
		padding:15px 0;
		margin-top:0;
	}

    #emergency-bar img {
        margin-bottom:5px;
        float:none;
    }

    #emergency-bar div.alert-msg {
        padding-right:0;
    }

	#emergency-bar div.alert-msg span {
		display: block;
	}

	.full-width-content-module .uk-panel h1.uk-panel-title {
		margin-bottom: 15px;
        line-height:1.2em;
	}

	.full-width-content-module .uk-panel.focused-bar-item p.sale-headline {
		height:auto;
	}
	.full-width-content-module .focused-bar-item {
		border-bottom:1px solid #B4BDBA;
	}

	.full-width-content-module .focused-bar-item.last {
		border-bottom:none;
	}

	/* Events / Sales Bar Styles */

	.events-sales-bar {
		-webkit-box-shadow: none;
		-moz-box-shadow:    none;
		box-shadow:         none;
	}

	.hero-text-2 {
		font-size: 40px !important;
	}


	.alphaLetter {
		display:inline-block !important;
		position:relative;
		width:auto;
		margin-bottom: 20px !important;
	}

	#search-results-container .uk-width-1-1 {
		padding-right:25px;
	}

    .custom-hero-sub {
        background-position: left center;
    }

    .custom-hero-sub {
        background-position: right center;
    }

    .results-container .uk-grid > .uk-width-medium-4-6, 
    .results-container .uk-grid > .uk-width-medium-5-6 {
        padding: 0 25px;
    }

	#seeAll {
		float:none; 
		padding:0; 
		margin:0; 
		width:100%
	}

	div#mapFilter {
		max-width:100% !important;
	}

    .alphaSearchWrap .directory-search-container {
        max-width: 100% !important;
    }

    .alphaSearchWrap .directory-search-container .submitWrapper {
        right: 0 !important;
    }

    .directory-search-container .custom-btn {
        float: left;
        position: static;
        margin: 10px 0;
    }

    .directory-search-container .custom-btn.map {
        padding: 25px 10px;
    }

	.filter-container {
		clear:both;
		margin-left:20px;
	}

	#mapFilter .selection {
		margin: 4px 0 0 4px;
	}

	.levelWrap{
		width:45% !important;
	}

    #amenityFilterForm {
    	width:45% !important;
    }

	/*.subpage .results-container-map {*/
    .results-container-map {
        min-height: 400px;
    }

	#map-slide  {
		padding-top:0;
	}

    .results-container-map {
        font-size: 088em; /*14px;*/
        min-height: 220px;
        height: 100%;
    }

	.result-item .result-description, .result-item .event-title {
		font-size:18px;
	}

    #sales-details-container .mobile-padding {
        margin-top: 0;
    }

    #sales-details-container span.sale-description {
        display: block;
        margin-top: 10px;
        padding-bottom: 0;
        padding-top: 0;
        margin-bottom: 0;
        font-size: 46px;
    }

    #sales-details-container h1.store-name {
        margin-top: 10px;
    }

	.full-width-content-module .uk-panel.highlightbar-item {
		padding:15px;
	}

    /*.subpage .custom-hero-about {*/
    .custom-hero-about {
        min-height: 220px;
    }

	/*.subpage .tab-content {*/
    .tab-content {
        display: block;
    }

	/*.subpage .details {*/
    .details {
        text-align: center;
    }

	/*.subpage .bg-image-container {*/
    .bg-image-container {
        min-height: 100%;
        text-align: center;
    }

	/*.subpage .bg-image-container h2 {*/
    .bg-image-container h2 {
        line-height: 1.2em;
        font-size: 28px;
    }

    /*.subpage .bg-image-container p {*/
    .bg-image-container p {
        font-size: 16px;
    }

	/*.subpage .bg-image-container .mobile-padding {*/
    .bg-image-container .mobile-padding {
        padding: 25px;
    }

	/*.subpage .bg-image-container .mobile-padding-left {*/
    .bg-image-container .mobile-padding-left {
        padding-left: 25px;
    }

	/*.subpage .bg-image-container-block-left, .subpage .bg-image-container-block-right {*/
    .bg-image-container-block-left, .subpage .bg-image-container-block-right {
        width: 100%;
        position: static;
        height: auto;
        padding: 0;
        margin-top: 0;
        margin: 0 auto;
    }

	/*.subpage .quote-outer {*/
    .quote-outer {
        padding-left: 0;
    }

    /*.subpage .bg-image-container span {*/
    .bg-image-container span {
        font-size: 16px;
    }

	/*.subpage .bg-image-container .lower-quote {*/
    .bg-image-container .lower-quote {
        padding-top: 0;
        font-size: 20px
    }

	.result-item.child span {
	    display:block;
	}

	/*.subpage .result-item.child {*/
    .result-item.child {
        margin-left: 0;
    }

	.hours-container div {
	    padding-left:0;
	    font-size:16px;
	}

    .results-container.directory.grid .logo-container img {
        opacity: 1;
    }

    .results-container.directory.grid .result-item {
        float: none;
        text-align: center;
    }

    .results-container.directory.grid .uk-grid > * {
        padding-left: 25px;
    }

    .results-container.directory .results-container-inner {
        margin-top: 0;
    }

	#map-slide #map-btn {
		position:static;
		margin:30px auto;
	}

    #sales-details-container .rich-text {
        padding:0;
    }

    .rich-text a {
        display: inline;
        /*word-break:break-all;*/
    }

    .rich-text {
        padding:15px 0 0 0;
    }

        .rich-text .contact {
            /*width:80%;*/
        }

        .rich-text .contact-info {
            clear:both;
        }

        .rich-text ul {
            text-align:left;
        }

        .rich-text a {
            overflow-wrap: anywhere;
        }

    .sitemap-container div  {
        width:100%;
        min-height:100%;
        margin-bottom:20px;
    }

    /*.subpage .quote-container {*/
    .quote-container {
        font-size:20px;
        padding-top:20px;
    }
        /*.subpage #privacy-policy-container {*/
        #privacy-policy-container {
            padding:0;
        }

        #searchCol1, #searchCol2, #searchCol3 {
            float: none;
            width: auto;
            clear: both;
            display: block;
        }

        .searchWrap {
        height: 100%;
        overflow-y: scroll;
        padding-bottom: 20px;
        }

        .results-container.directory.grid .result-description.show-on-grid {
            opacity:0.8;
        }

        .slides #map-slide:before {
            background:none;
        }

        #homepageTakeover .uk-modal-dialog {
          /* Mobile Ad Proportions */
          margin:60px auto !important;
        }
        .ellipsed{
            white-space:normal;
            max-width:100%!important; /* Fix for ellipsed width with super long event titles */
        }
        .mobile-horizontal-scroll {
            overflow-x:scroll;
        }

        .outlet-flyer {
            position:absolute; 
            top:110px; 
            left:25px;
            width:100%; 
            text-align:left;
        }

        .outlet-flyer img {
            width:150px;
            height:46px;
        }

        .mobile-height-1-1 {
            height:100% !important;
        }

        .dining-menu .white-ghost-btn {
            clear:both;
        }


     /* Two styles below are for Iphone 6s Plus width fixes */
    .mobile-width-fix {
        width:auto;
    }
    /*.subpage .details div.details-container {*/
    .details div.details-container {
        padding-left: 0;
    }

} 

/* Smaller Mobile Breakpoint for Carousel */
@media all and (max-width:479px) { 

	.full-width-content-module .highlightbar-img {
		width: 20px;	
	}

	.full-width-content-module .uk-panel span.uk-panel-title {
		font-size:10px;
	}
}

/* Very Small Mobile Styles */
@media all and (max-width:369px) { 

	.highlight-bar .uk-panel-box {
		padding: 15px 0 10px 0;
	}

	.full-width-content-module .uk-panel h2.uk-panel-title{
		font-size:8px;
	}
}

.uk-visible-1540 {
   display:none !important;
}
@media all and (min-width: 1540px) {
    .uk-visible-1540 {
        display: block !important;
    }
}

/* Special breakpoint form long nav*/
.uk-visible-1159, .uk-visible-1259 {
   display:none !important;
}

@media all and (max-width: 1159px) {
    .uk-visible-1159 {
        display:block !important;
    }
    .uk-hidden-1159 {
        display:none !important;
    }
	#homepage-nav {
	   font-size:30px;
	}
    .home .uk-navbar-brand{
        height:100%;
    }
}

@media all and (max-width: 1259px) {
    .uk-visible-1259 {
        display: block !important;
    }

    .uk-hidden-1259 {
        display: none !important;
    }

    #homepage-nav {
        font-size: 30px;
    }

    .home .uk-navbar-brand {
        height: 100%;
    }
}
/*! UIkit 2.19.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
.uk-slideshow{position:relative;z-index:0;width:100%;margin:0;padding:0;list-style:none;overflow:hidden;touch-action:pan-y}.uk-slideshow>li{position:absolute;top:0;left:0;width:100%;opacity:0}.uk-slideshow>.uk-active{z-index:10;opacity:1}.uk-slideshow>li>img{visibility:hidden}[data-uk-slideshow-slide]{cursor:pointer}.uk-slideshow-fullscreen,.uk-slideshow-fullscreen>li{height:100vh}.uk-slideshow-fade-out{-webkit-animation:uk-fade .5s linear reverse;animation:uk-fade .5s linear reverse}.uk-slideshow-scroll-forward-in{-webkit-animation:uk-slide-right .5s ease-in-out;animation:uk-slide-right .5s ease-in-out}.uk-slideshow-scroll-forward-out{-webkit-animation:uk-slide-left .5s ease-in-out reverse;animation:uk-slide-left .5s ease-in-out reverse}.uk-slideshow-scroll-backward-in{-webkit-animation:uk-slide-left .5s ease-in-out;animation:uk-slide-left .5s ease-in-out}.uk-slideshow-scroll-backward-out{-webkit-animation:uk-slide-right .5s ease-in-out reverse;animation:uk-slide-right .5s ease-in-out reverse}.uk-slideshow-scale-out{-webkit-animation:uk-fade-scale-15 .5s ease-in-out reverse;animation:uk-fade-scale-15 .5s ease-in-out reverse}.uk-slideshow-swipe-forward-in{-webkit-animation:uk-slide-left-33 .5s ease-in-out;animation:uk-slide-left-33 .5s ease-in-out}.uk-slideshow-swipe-forward-out{-webkit-animation:uk-slide-left .5s ease-in-out reverse;animation:uk-slide-left .5s ease-in-out reverse}.uk-slideshow-swipe-backward-in{-webkit-animation:uk-slide-right-33 .5s ease-in-out;animation:uk-slide-right-33 .5s ease-in-out}.uk-slideshow-swipe-backward-out{-webkit-animation:uk-slide-right .5s ease-in-out reverse;animation:uk-slide-right .5s ease-in-out reverse}.uk-slideshow-swipe-backward-in:before,.uk-slideshow-swipe-forward-in:before{content:'';position:absolute;top:0;bottom:0;left:0;right:0;z-index:1;background:rgba(0,0,0,.6);-webkit-animation:uk-fade .5s ease-in-out reverse;animation:uk-fade .5s ease-in-out reverse}
.grayscale {
  /* Firefox 10+, Firefox on Android */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");

  /* IE 6-9 */
  filter: gray;

  /*
    Chrome 19+,
    Safari 6+,
    Safari 6+ iOS,
    Opera 15+
  */
  -webkit-filter: grayscale(100%);
}

.grayscale.grayscale-fade {
  -webkit-transition: -webkit-filter .5s;
}

.grayscale.grayscale-fade:hover {
  -webkit-filter: grayscale(0%);
  filter: none;
}

.grayscale-replaced.grayscale-fade svg {
  opacity: 1;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.grayscale-replaced.grayscale-fade:hover svg {
  opacity: 0;
}
/*! Lity - v2.3.1 - 2018-04-20
* http://sorgalla.com/lity/
* Copyright (c) 2015-2018 Jan Sorgalla; Licensed MIT */.lity{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;white-space:nowrap;background:#0b0b0b;background:rgba(0,0,0,0.9);outline:none !important;opacity:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.lity.lity-opened{opacity:1}.lity.lity-closed{opacity:0}.lity *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lity-wrap{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;text-align:center;outline:none !important}.lity-wrap:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-0.25em}.lity-loader{z-index:9991;color:#fff;position:absolute;top:50%;margin-top:-0.8em;width:100%;text-align:center;font-size:14px;font-family:Arial,Helvetica,sans-serif;opacity:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.lity-loading .lity-loader{opacity:1}.lity-container{z-index:9992;position:relative;text-align:left;vertical-align:middle;display:inline-block;white-space:normal;max-width:100%;max-height:100%;outline:none !important}.lity-content{z-index:9993;width:100%;-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:-o-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease}.lity-loading .lity-content,.lity-closed .lity-content{-webkit-transform:scale(.8);-ms-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8)}.lity-content:after{content:'';position:absolute;left:0;top:0;bottom:0;display:block;right:0;width:auto;height:auto;z-index:-1;-webkit-box-shadow:0 0 8px rgba(0,0,0,0.6);box-shadow:0 0 8px rgba(0,0,0,0.6)}.lity-close{z-index:9994;width:35px;height:35px;position:fixed;right:0;top:0;-webkit-appearance:none;cursor:pointer;text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:35px;font-family:Arial,Baskerville,monospace;line-height:35px;text-shadow:0 1px 2px rgba(0,0,0,0.6);border:0;background:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.lity-close::-moz-focus-inner{border:0;padding:0}.lity-close:hover,.lity-close:focus,.lity-close:active,.lity-close:visited{text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:35px;font-family:Arial,Baskerville,monospace;line-height:35px;text-shadow:0 1px 2px rgba(0,0,0,0.6);border:0;background:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.lity-close:active{top:1px}.lity-image img{max-width:100%;display:block;line-height:0;border:0}.lity-iframe .lity-container,.lity-youtube .lity-container,.lity-vimeo .lity-container,.lity-facebookvideo .lity-container,.lity-googlemaps .lity-container{width:100%;max-width:964px}.lity-iframe-container{width:100%;height:0;padding-top:56.25%;overflow:auto;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-overflow-scrolling:touch}.lity-iframe-container iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;-webkit-box-shadow:0 0 8px rgba(0,0,0,0.6);box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}.lity-hide{display:none}
/*Alphabet Search Bar*/
.alphaSearchWrap {
	height:auto;
	padding: 0 3%;
}

.alphaSearchWrap .search-bar {
  position: relative;
  padding: 5px 20px 10px 20px;
}

.alphaSearchWrap .search {
  padding: 10px 5px;
  width: 100%;
  border: 1px solid #E3E3E3;
  background-position: 15px 10px, 50px 5px;
  font-size: 20px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
 }

.alphaSearchWrap .submitWrapper {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
  	padding: 0;
    position: relative;
    right: 0;
    text-decoration: none;
    text-transform: uppercase;
    width: 120px;
    top: 20px;
}

/*.subpage .alphaSearchWrap .directory-search-container {*/
.alphaSearchWrap .directory-search-container {
    max-width: 60%;
}

/*.subpage .alphaSearchWrap .directory-search-container .submitWrapper {*/
.alphaSearchWrap .directory-search-container .submitWrapper {
    right: 220px;
}

#directorySearchFilter {
  position:absolute;
  right:-1%;
  top:0;
}


.alphaSearchWrap .submit {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    padding: -5px 10px;
    cursor: pointer;
}

.alphaSearchWrap .pipe {
	color: #DDDDDD;
	height: 80px;
	margin-left:20px;
}

.alphaSearchWrap .iconFilter {
	display:inline;
	margin: 0 -5px 0 -9px;
}


/* ----------
Directory Filter
-------------*/
.alphaSearchWrap.directory .submitWrapper {
}


div#dFilter {
    margin: -8px 14px;
    position: absolute;
    width: 70%;
    z-index: 400;
}



#dFilter section .sectionTitle {
    font-weight: 400; 
    font-style: normal;
    font-size: .9em;
    text-transform: uppercase;
    padding: 15px 15px 5px 20px;
}



#dFilter input[type="radio"], #dFilter input[type="checkbox"] {
    position: absolute;
    z-index: 999; /*so you can click on the :after */
    top: 0; left: 0;
    width: 94%;
    height: 100%;
    min-height: 2em; 
    opacity: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    cursor: pointer;
}

#dFilter .selection label.disabled {
  color: #DDDDDD;
}

#dFilter .selection:hover label.disabled {
  background-color: #FFFFFF;
  color: #DDDDDD;
}

#dFilter section {
   height: 0;
   overflow: hidden;
   max-height: 0;
   -webkit-transition: 1s all;
   width: 350px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
}

@media all and (max-width: 569px){
    #dFilter section
    {
        width: 275px;
    }
}


#dFilter section.show {
  overflow: visible;
}

#dFilter .filterContainer {
   background-color:#E8ECEA;
   overflow-x: hidden;
   overflow-y: scroll;
   height: auto;
}

#dFilter label:after {

    position: absolute;
    right: .3em;
    top: 0;
}

#dFilter input[type="checkbox"]:checked ~ section, #dFilter input[type="radio"]:checked ~ section  {
    height: auto;
    max-height: 105em;
    position: absolute;
    right: -1%;
}

#dFilter input[type="checkbox"]:checked.open + label:after, #dFilter label:after  {
    padding: 0;
    color: #FFF;
    cursor: pointer;
}

#dFilter input[type="checkbox"]:checked.open + label, #dFilter input[type="radio"]:checked.open + label  {
    color:#FFF;
    padding-top:6px;
    padding-bottom:6px;
    margin-top: -6px;
    background-color: #736A6F;
}

#dFilter input[type="checkbox"]:checked.open + label:after, #dFilter input[type="radio"]:checked.open + label:after {
    color: #FFF;
    padding:0;
}


#dFilter .subFilter input[type="checkbox"]:checked + label:after {
    
    padding:6px 11px 0 0;
    color: #BF304B;
}

#dFilter input[type="checkbox"].open + label:after { 
  font-family: FontAwesome;
  content: "\f0dd";
  padding: 0px 0 0;
  margin-top:-2px;
  color:#736A6F;
}

#dFilter input[type="checkbox"] + label:after { 
    padding:6px 11px 0 0;
}

#dFilter  .selection {
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%
}

#dFilter label {
    display: block;
    text-align: left;
    font-size: 1em;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    line-height: 2em;
    padding: 0 .5em;
    background-color:transparent;
    color:#736A6F;
    padding:1px 8px;
}

#dFilter label:after { font-size: 1.25em }
#dFilter section {
   background: #E8ECEA;
   color: #444;
}

#dFilter label {
  cursor: pointer;
}

#dFilter section:after {
    color: #666;
    font-size: 1.75em;
}
#dFilter .selection label:after { content: ''; }

#dFilter .selection:hover label {
  background-color: #C05145;
  color: #FFF;
  width:60%;
  text-transform: capitalize;
}

#dFilter .selection label {
    display: block;
    font-size: .9em;
    text-transform: capitalize;
    padding: 0px 15px 0px 20px;
    text-align: left;
    border-radius: 0;
    color: #444;
    border: 0;
    background-color: #E8ECEA;
}

#dFilter .subFilter input[type="checkbox"]:checked + label {
  width:50%;
  color: #fff;
}



/* ----------
END Directory Filter
-------------*/

.btnSort {
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 0.88em; /*14px;*/
    letter-spacing: 1px;
    line-height: 25px;
    margin: 10px 10px 10px 90px;
    padding: 5px 7px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: 50%;
}

.btnSort:focus{
    color:white;
    outline:0;

}

.btnSort.focus {
  border:none;
  color:white;
}

/* Alphabet Scroll List Styles */

#subNav-alphabet li{
    /*font-weight: 400;
    font-style: normal;
    font-size: 1.1em;
    color: #726A6C;
    letter-spacing: .5px;
    margin-bottom: 0;
    text-transform: uppercase;*/
}
/*#subNav-alphabet li a {
    color: #726A6C;
}*/

#subNav-alphabet .search-scrollbar li {
  padding: 0 2%;
}

/* Sub Menu - ALPHABET LIST */
 #subNav-alphabet  {
    width:100%;
    text-align: center;
}

 #subNav-alphabet.stick {
    position: fixed;
    top: 0;
    z-index: 10000;
    margin-top:85px;
}

#subNav-alphabet ul {
    list-style-type:none;
    margin:0;
    padding:0;
}

#subNav-alphabet li {
  /*position: relative;
    padding: 0 0.8%;
    display:inline-block;*/
}

#subNav-alphabet li a:hover, #subNav-alphabet .current{
    /*padding-bottom:5px;
    text-decoration:none;*/
}

/*END ALPHABET LIST*/

/*.subpage .subpage-search-container .alphaSearchWrap {*/
.subpage-search-container .alphaSearchWrap {
    max-width: 950px;
    margin: 0 auto;
}

/*.subpage .alphaSearchWrap.map {*/
.alphaSearchWrap.map {
    float: left;
    padding: 0;
    margin: 0;
    width: 40%
}

/*.subpage #subNav-alphabet .uk-nav > li > a {*/
#subNav-alphabet .uk-nav > li > a {
    /*padding: 0;
    padding-bottom: 4px;*/
}

/*.subpage #subNav-alphabet li.off {*/
/*#subNav-alphabet li.off {
    color: #757575;
}*/


/*.subpage .subpage-search-container a.alpha-item {*/
.subpage-search-container a.alpha-item {
    width: 3.1%;
    color: #726A6C;
    padding-bottom: 5px;
}

/*.subpage .subpage-search-container a.alpha-item.off {*/
.subpage-search-container a.alpha-item.off {
    color: #CCCCCC;
    cursor: default;
}

/*.subpage .subpage-search-container a.alpha-item:hover {*/
.subpage-search-container a.alpha-item:hover {
    text-decoration: none;
}

.subpage-search-container a.alpha-item span {
    padding-bottom:2px;
}

.alpha-search-sticky-wrapper.active-sticky {
    position: fixed;
    top: 0px;
    background-color: #E8ECEA;
    vertical-align: middle;
    padding: 10px 0px;
    z-index: 100;
    width: 100% !important;
    left: 0 !important;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.results-container .alphaLetter {
    font-size: 40px;
    display: inline-block;
    margin-top: 23px;
    padding-top: 3px;
}

.results-container span.alphaLetter.category {
    font-size: 1.625rem; /*28px;*/
}

/*.results-container .search-results-hours-container {
    padding: 25px 30px;
}*/

/*    .results-container .search-results-hours-container .hours-title {
        margin-bottom: 0;
        display: block;
        position: relative;
        top: 0px;
        font-size: 1.625rem;
        line-height: 1em;
    }*/
