/**!
 * FitRazDva WordPress Theme
 * This is WordPress theme for website FitRazDva.cz. It`s build on top of slightly modified FoundationPress starter theme, based on Foundation 5 framework by Zurb.
 *
 * @version:       v0.6.0
 * @updated:       17-09-2024
 * @license:       MIT
 */
@charset "UTF-8";
/**
 * Overrides the highlight color shown when the user taps a link or
 * a JavaScript clickable element in Safari on iPhone.
 */
/**
 * Po podržení prstu na odkazu zabrání vyskakovacímu popup menu na iOS zařízení
 * http://phonegap-tips.com/articles/essential-phonegap-css-webkit-touch-callout.html
 *
 * Documentation:
 * https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-touch-callout
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `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; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 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`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

meta.foundation-version {
  font-family: "/5.5.3/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
  width: 40.0625em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  font-size: 16px; }

body {
  background: #b56389;
  color: #383838;
  cursor: auto;
  font-family: "Ubuntu", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.row {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    margin: 0 -0.9375rem;
    max-width: none;
    width: auto; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      margin: 0;
      max-width: none;
      width: auto; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }

.column + .column:last-child,
.columns + .column:last-child, .column +
.columns:last-child,
.columns +
.columns:last-child {
  float: right; }

.column + .column.end,
.columns + .column.end, .column +
.columns.end,
.columns +
.columns.end {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .small-push-1 {
    position: relative;
    left: 8.3333%;
    right: auto; }
  .small-pull-1 {
    position: relative;
    right: 8.3333%;
    left: auto; }
  .small-push-2 {
    position: relative;
    left: 16.6667%;
    right: auto; }
  .small-pull-2 {
    position: relative;
    right: 16.6667%;
    left: auto; }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .small-push-4 {
    position: relative;
    left: 33.3333%;
    right: auto; }
  .small-pull-4 {
    position: relative;
    right: 33.3333%;
    left: auto; }
  .small-push-5 {
    position: relative;
    left: 41.6667%;
    right: auto; }
  .small-pull-5 {
    position: relative;
    right: 41.6667%;
    left: auto; }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .small-push-7 {
    position: relative;
    left: 58.3333%;
    right: auto; }
  .small-pull-7 {
    position: relative;
    right: 58.3333%;
    left: auto; }
  .small-push-8 {
    position: relative;
    left: 66.6667%;
    right: auto; }
  .small-pull-8 {
    position: relative;
    right: 66.6667%;
    left: auto; }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .small-push-10 {
    position: relative;
    left: 83.3333%;
    right: auto; }
  .small-pull-10 {
    position: relative;
    right: 83.3333%;
    left: auto; }
  .small-push-11 {
    position: relative;
    left: 91.6667%;
    right: auto; }
  .small-pull-11 {
    position: relative;
    right: 91.6667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .small-1 {
    width: 8.3333%; }
  .small-2 {
    width: 16.6667%; }
  .small-3 {
    width: 25%; }
  .small-4 {
    width: 33.3333%; }
  .small-5 {
    width: 41.6667%; }
  .small-6 {
    width: 50%; }
  .small-7 {
    width: 58.3333%; }
  .small-8 {
    width: 66.6667%; }
  .small-9 {
    width: 75%; }
  .small-10 {
    width: 83.3333%; }
  .small-11 {
    width: 91.6667%; }
  .small-12 {
    width: 100%; }
  .small-offset-0 {
    margin-left: 0 !important; }
  .small-offset-1 {
    margin-left: 8.3333% !important; }
  .small-offset-2 {
    margin-left: 16.6667% !important; }
  .small-offset-3 {
    margin-left: 25% !important; }
  .small-offset-4 {
    margin-left: 33.3333% !important; }
  .small-offset-5 {
    margin-left: 41.6667% !important; }
  .small-offset-6 {
    margin-left: 50% !important; }
  .small-offset-7 {
    margin-left: 58.3333% !important; }
  .small-offset-8 {
    margin-left: 66.6667% !important; }
  .small-offset-9 {
    margin-left: 75% !important; }
  .small-offset-10 {
    margin-left: 83.3333% !important; }
  .small-offset-11 {
    margin-left: 91.6667% !important; }
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; }
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; } }

@media only screen and (min-width: 40.0625em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .medium-push-1 {
    position: relative;
    left: 8.3333%;
    right: auto; }
  .medium-pull-1 {
    position: relative;
    right: 8.3333%;
    left: auto; }
  .medium-push-2 {
    position: relative;
    left: 16.6667%;
    right: auto; }
  .medium-pull-2 {
    position: relative;
    right: 16.6667%;
    left: auto; }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .medium-push-4 {
    position: relative;
    left: 33.3333%;
    right: auto; }
  .medium-pull-4 {
    position: relative;
    right: 33.3333%;
    left: auto; }
  .medium-push-5 {
    position: relative;
    left: 41.6667%;
    right: auto; }
  .medium-pull-5 {
    position: relative;
    right: 41.6667%;
    left: auto; }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .medium-push-7 {
    position: relative;
    left: 58.3333%;
    right: auto; }
  .medium-pull-7 {
    position: relative;
    right: 58.3333%;
    left: auto; }
  .medium-push-8 {
    position: relative;
    left: 66.6667%;
    right: auto; }
  .medium-pull-8 {
    position: relative;
    right: 66.6667%;
    left: auto; }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .medium-push-10 {
    position: relative;
    left: 83.3333%;
    right: auto; }
  .medium-pull-10 {
    position: relative;
    right: 83.3333%;
    left: auto; }
  .medium-push-11 {
    position: relative;
    left: 91.6667%;
    right: auto; }
  .medium-pull-11 {
    position: relative;
    right: 91.6667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .medium-1 {
    width: 8.3333%; }
  .medium-2 {
    width: 16.6667%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.3333%; }
  .medium-5 {
    width: 41.6667%; }
  .medium-6 {
    width: 50%; }
  .medium-7 {
    width: 58.3333%; }
  .medium-8 {
    width: 66.6667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.3333%; }
  .medium-11 {
    width: 91.6667%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-0 {
    margin-left: 0 !important; }
  .medium-offset-1 {
    margin-left: 8.3333% !important; }
  .medium-offset-2 {
    margin-left: 16.6667% !important; }
  .medium-offset-3 {
    margin-left: 25% !important; }
  .medium-offset-4 {
    margin-left: 33.3333% !important; }
  .medium-offset-5 {
    margin-left: 41.6667% !important; }
  .medium-offset-6 {
    margin-left: 50% !important; }
  .medium-offset-7 {
    margin-left: 58.3333% !important; }
  .medium-offset-8 {
    margin-left: 66.6667% !important; }
  .medium-offset-9 {
    margin-left: 75% !important; }
  .medium-offset-10 {
    margin-left: 83.3333% !important; }
  .medium-offset-11 {
    margin-left: 91.6667% !important; }
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.3333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.3333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.6667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.6667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.3333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.3333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.6667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.6667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.3333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.3333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.6667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.6667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.3333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.3333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.6667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.6667%;
    left: auto; } }

@media only screen and (min-width: 64.0625em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .large-push-1 {
    position: relative;
    left: 8.3333%;
    right: auto; }
  .large-pull-1 {
    position: relative;
    right: 8.3333%;
    left: auto; }
  .large-push-2 {
    position: relative;
    left: 16.6667%;
    right: auto; }
  .large-pull-2 {
    position: relative;
    right: 16.6667%;
    left: auto; }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .large-push-4 {
    position: relative;
    left: 33.3333%;
    right: auto; }
  .large-pull-4 {
    position: relative;
    right: 33.3333%;
    left: auto; }
  .large-push-5 {
    position: relative;
    left: 41.6667%;
    right: auto; }
  .large-pull-5 {
    position: relative;
    right: 41.6667%;
    left: auto; }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .large-push-7 {
    position: relative;
    left: 58.3333%;
    right: auto; }
  .large-pull-7 {
    position: relative;
    right: 58.3333%;
    left: auto; }
  .large-push-8 {
    position: relative;
    left: 66.6667%;
    right: auto; }
  .large-pull-8 {
    position: relative;
    right: 66.6667%;
    left: auto; }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .large-push-10 {
    position: relative;
    left: 83.3333%;
    right: auto; }
  .large-pull-10 {
    position: relative;
    right: 83.3333%;
    left: auto; }
  .large-push-11 {
    position: relative;
    left: 91.6667%;
    right: auto; }
  .large-pull-11 {
    position: relative;
    right: 91.6667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .large-1 {
    width: 8.3333%; }
  .large-2 {
    width: 16.6667%; }
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.3333%; }
  .large-5 {
    width: 41.6667%; }
  .large-6 {
    width: 50%; }
  .large-7 {
    width: 58.3333%; }
  .large-8 {
    width: 66.6667%; }
  .large-9 {
    width: 75%; }
  .large-10 {
    width: 83.3333%; }
  .large-11 {
    width: 91.6667%; }
  .large-12 {
    width: 100%; }
  .large-offset-0 {
    margin-left: 0 !important; }
  .large-offset-1 {
    margin-left: 8.3333% !important; }
  .large-offset-2 {
    margin-left: 16.6667% !important; }
  .large-offset-3 {
    margin-left: 25% !important; }
  .large-offset-4 {
    margin-left: 33.3333% !important; }
  .large-offset-5 {
    margin-left: 41.6667% !important; }
  .large-offset-6 {
    margin-left: 50% !important; }
  .large-offset-7 {
    margin-left: 58.3333% !important; }
  .large-offset-8 {
    margin-left: 66.6667% !important; }
  .large-offset-9 {
    margin-left: 75% !important; }
  .large-offset-10 {
    margin-left: 83.3333% !important; }
  .large-offset-11 {
    margin-left: 91.6667% !important; }
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.3333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.3333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.6667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.6667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.3333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.3333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.6667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.6667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.3333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.3333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.6667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.6667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.3333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.3333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.6667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.6667%;
    left: auto; } }

button, .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Ubuntu", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: #781036;
  border-color: #600d2b;
  color: #FFFFFF;
  -webkit-transition: background-color 300ms ease-out;
       -o-transition: background-color 300ms ease-out;
          transition: background-color 300ms ease-out; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #600d2b; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: #FFFFFF; }
  button.secondary, .button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #383838; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #b9b9b9; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #383838; }
  button.success, .button.success {
    background-color: #67BB24;
    border-color: #52961d;
    color: #FFFFFF; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #52961d; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: #FFFFFF; }
  button.alert, .button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #FFFFFF; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #cf2a0e; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: #FFFFFF; }
  button.warning, .button.warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #FFFFFF; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      background-color: #cf6e0e; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      color: #FFFFFF; }
  button.info, .button.info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #383838; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      background-color: #61b6d9; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      color: #FFFFFF; }
  button.large, .button.large {
    padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
    font-size: 1.25rem; }
  button.small, .button.small {
    padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
    font-size: 0.8125rem; }
  button.tiny, .button.tiny {
    padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
    font-size: 0.6875rem; }
  button.expand, .button.expand {
    padding: 1rem 2rem 1.0625rem 2rem;
    font-size: 1rem;
    padding-bottom: 1.0625rem;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75rem; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75rem; }
  button.radius, .button.radius {
    border-radius: 5px; }
  button.round, .button.round {
    border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #781036;
    border-color: #600d2b;
    color: #FFFFFF;
    -webkit-box-shadow: none;
            box-shadow: none;
    cursor: default;
    opacity: 0.7; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #600d2b; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: #FFFFFF; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #781036; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #e7e7e7;
      border-color: #b9b9b9;
      color: #383838;
      -webkit-box-shadow: none;
              box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #b9b9b9; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: #383838; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #e7e7e7; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #67BB24;
      border-color: #52961d;
      color: #FFFFFF;
      -webkit-box-shadow: none;
              box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #52961d; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: #FFFFFF; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #67BB24; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #f04124;
      border-color: #cf2a0e;
      color: #FFFFFF;
      -webkit-box-shadow: none;
              box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cf2a0e; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: #FFFFFF; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #f04124; }
    button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
      background-color: #f08a24;
      border-color: #cf6e0e;
      color: #FFFFFF;
      -webkit-box-shadow: none;
              box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #cf6e0e; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        color: #FFFFFF; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #f08a24; }
    button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
      background-color: #a0d3e8;
      border-color: #61b6d9;
      color: #383838;
      -webkit-box-shadow: none;
              box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #61b6d9; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        color: #FFFFFF; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #a0d3e8; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

@media only screen and (min-width: 40.0625em) {
  button, .button {
    display: inline-block; } }

/* Clearing Styles */
.clearing-thumbs, [data-clearing] {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0; }
  .clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
    content: " ";
    display: table; }
  .clearing-thumbs:after, [data-clearing]:after {
    clear: both; }
  .clearing-thumbs li, [data-clearing] li {
    float: left;
    margin-right: 10px; }
  .clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
    margin-right: 0; }

.clearing-blackout {
  background: #383838;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 998;
  left: 0; }
  .clearing-blackout .clearing-close {
    display: block; }

.clearing-container {
  height: 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 998; }

.clearing-touch-label {
  color: #AAAAAA;
  font-size: .6em;
  left: 50%;
  position: absolute;
  top: 50%; }

.visible-img {
  height: 95%;
  position: relative; }
  .visible-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    max-height: 100%;
    max-width: 100%; }

.clearing-caption {
  background: #383838;
  bottom: 0;
  color: #CCCCCC;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  padding: 10px 30px 20px;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0; }

.clearing-close {
  color: #CCCCCC;
  display: none;
  font-size: 30px;
  line-height: 1;
  padding-left: 20px;
  padding-top: 10px;
  z-index: 999; }
  .clearing-close:hover, .clearing-close:focus {
    color: #CCCCCC; }

.clearing-assembled .clearing-container {
  height: 100%; }
  .clearing-assembled .clearing-container .carousel > ul {
    display: none; }

.clearing-feature li {
  display: none; }
  .clearing-feature li.clearing-featured-img {
    display: block; }

@media only screen and (min-width: 40.0625em) {
  .clearing-main-prev,
  .clearing-main-next {
    height: 100%;
    position: absolute;
    top: 0;
    width: 40px; }
    .clearing-main-prev > span,
    .clearing-main-next > span {
      border: solid 12px;
      display: block;
      height: 0;
      position: absolute;
      top: 50%;
      width: 0; }
      .clearing-main-prev > span:hover,
      .clearing-main-next > span:hover {
        opacity: .8; }
  .clearing-main-prev {
    left: 0; }
    .clearing-main-prev > span {
      left: 5px;
      border-color: transparent;
      border-right-color: #CCCCCC; }
  .clearing-main-next {
    right: 0; }
    .clearing-main-next > span {
      border-color: transparent;
      border-left-color: #CCCCCC; }
  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: .3; }
  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center; }
    .clearing-assembled .clearing-container .carousel > ul {
      display: inline-block;
      z-index: 999;
      height: 100%;
      position: relative;
      float: none; }
      .clearing-assembled .clearing-container .carousel > ul li {
        clear: none;
        cursor: pointer;
        display: block;
        float: left;
        margin-right: 0;
        min-height: inherit;
        opacity: .4;
        overflow: hidden;
        padding: 0;
        position: relative;
        width: 120px; }
        .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
          height: 100%;
          max-width: none; }
        .clearing-assembled .clearing-container .carousel > ul li a.th {
          border: none;
          -webkit-box-shadow: none;
                  box-shadow: none;
          display: block; }
        .clearing-assembled .clearing-container .carousel > ul li img {
          cursor: pointer !important;
          width: 100% !important; }
        .clearing-assembled .clearing-container .carousel > ul li.visible {
          opacity: 1; }
        .clearing-assembled .clearing-container .carousel > ul li:hover {
          opacity: .8; }
  .clearing-assembled .clearing-container .visible-img {
    background: #383838;
    height: 85%;
    overflow: hidden; }
  .clearing-close {
    padding-left: 0;
    padding-top: 0;
    position: absolute;
    top: 10px;
    right: 20px; } }

/* Image Thumbnails */
.th {
  border: solid 4px #FFFFFF;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  -webkit-transition: all 200ms ease-out;
       -o-transition: all 200ms ease-out;
          transition: all 200ms ease-out; }
  .th:hover, .th:focus {
    -webkit-box-shadow: 0 0 6px 1px rgba(120, 16, 54, 0.5);
            box-shadow: 0 0 6px 1px rgba(120, 16, 54, 0.5); }
  .th.radius {
    border-radius: 5px; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important; }
  .small-only-text-right {
    text-align: right !important; }
  .small-only-text-center {
    text-align: center !important; }
  .small-only-text-justify {
    text-align: justify !important; } }

@media only screen {
  .small-text-left {
    text-align: left !important; }
  .small-text-right {
    text-align: right !important; }
  .small-text-center {
    text-align: center !important; }
  .small-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  .medium-only-text-left {
    text-align: left !important; }
  .medium-only-text-right {
    text-align: right !important; }
  .medium-only-text-center {
    text-align: center !important; }
  .medium-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 40.0625em) {
  .medium-text-left {
    text-align: left !important; }
  .medium-text-right {
    text-align: right !important; }
  .medium-text-center {
    text-align: center !important; }
  .medium-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 64.0625em) and (max-width: 90em) {
  .large-only-text-left {
    text-align: left !important; }
  .large-only-text-right {
    text-align: right !important; }
  .large-only-text-center {
    text-align: center !important; }
  .large-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 64.0625em) {
  .large-text-left {
    text-align: left !important; }
  .large-text-right {
    text-align: right !important; }
  .large-text-center {
    text-align: center !important; }
  .large-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 90.0625em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important; }
  .xlarge-only-text-right {
    text-align: right !important; }
  .xlarge-only-text-center {
    text-align: center !important; }
  .xlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 90.0625em) {
  .xlarge-text-left {
    text-align: left !important; }
  .xlarge-text-right {
    text-align: right !important; }
  .xlarge-text-center {
    text-align: center !important; }
  .xlarge-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 120.0625em) and (max-width: 99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important; }
  .xxlarge-only-text-right {
    text-align: right !important; }
  .xxlarge-only-text-center {
    text-align: center !important; }
  .xxlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 120.0625em) {
  .xxlarge-text-left {
    text-align: left !important; }
  .xxlarge-text-right {
    text-align: right !important; }
  .xxlarge-text-center {
    text-align: center !important; }
  .xxlarge-text-justify {
    text-align: justify !important; } }

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

/* Default Link Styles */
a {
  color: #781036;
  line-height: inherit;
  text-decoration: underline; }
  a:hover, a:focus {
    color: #670e2e; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  text-rendering: optimizeLegibility; }
  p.lead {
    font-size: inherit0.2188rem;
    line-height: 1.6; }
  p aside {
    font-size: 0.875rem;
    font-style: italic;
    line-height: 1.35; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  color: #222222;
  font-family: "Ubuntu", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color: #6f6f6f;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 2.0625rem; }

h2 {
  font-size: 1.5rem; }

h3 {
  font-size: 1.3125rem; }

h4 {
  font-size: 0.9375rem; }

h5 {
  font-size: 1rem; }

h6 {
  font-size: 1rem; }

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: 400;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem; }

hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1.25rem 0 1.1875rem; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: 700;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

code {
  background-color: #f8f8f8;
  border-color: #dfdfdf;
  border-style: solid;
  border-width: 1px;
  color: #383838;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 400;
  padding: 0.125rem 0.3125rem 0.0625rem; }

/* Lists */
ul,
ol,
dl {
  font-family: inherit;
  font-size: inherit;
  line-height: 1.5;
  list-style-position: outside;
  margin-bottom: 1.5rem; }

ul {
  margin-left: 1.1rem; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }

ul.square {
  list-style-type: square;
  margin-left: 1.1rem; }

ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem; }

ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem; }

/* Ordered Lists */
ol {
  margin-left: 1.4rem; }
  ol li ul,
  ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }

.no-bullet {
  list-style-type: none;
  margin-left: 0; }
  .no-bullet li ul,
  .no-bullet li ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
    list-style: none; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: 700; }

dl dd {
  margin-bottom: 0.75rem; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #383838;
  cursor: help; }

abbr {
  text-transform: none; }
  abbr[title] {
    border-bottom: 1px dotted #DDDDDD; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.5rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD; }
  blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #555555; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #555555; }

blockquote,
blockquote p {
  line-height: 1.5;
  color: #6f6f6f; }

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: 700;
    font-size: 0.9375rem; }

.vevent .summary {
  font-weight: 700; }

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: 700;
  border: none;
  padding: 0 0.0625rem; }

@media only screen and (min-width: 40.0625em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }
  h1 {
    font-size: 2.6875rem; }
  h2 {
    font-size: 2.125rem; }
  h3 {
    font-size: 1.625rem; }
  h4 {
    font-size: 1.25rem; }
  h5 {
    font-size: 1rem; }
  h6 {
    font-size: 1rem; } }

/*
       * Print styles.
       *
       * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
       * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
      */
@media print {
  * {
    background: transparent !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.34in; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden; }
  .off-canvas-wrap.move-right, .off-canvas-wrap.move-left, .off-canvas-wrap.move-bottom, .off-canvas-wrap.move-top {
    min-height: 100%;
    -webkit-overflow-scrolling: touch; }

.inner-wrap {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .inner-wrap:before, .inner-wrap:after {
    content: " ";
    display: table; }
  .inner-wrap:after {
    clear: both; }

.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #383838;
  color: #FFFFFF;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative; }
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
    color: #FFFFFF;
    font-weight: 700;
    line-height: 2.8125rem;
    margin: 0; }
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
    font-size: 1rem; }

.left-small {
  height: 2.8125rem;
  position: absolute;
  top: 0;
  width: 2.8125rem;
  border-right: solid 1px #1c1c1c;
  left: 0; }

.right-small {
  height: 2.8125rem;
  position: absolute;
  top: 0;
  width: 2.8125rem;
  border-left: solid 1px #1c1c1c;
  right: 0; }

.tab-bar-section {
  height: 2.8125rem;
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  top: 0; }
  .tab-bar-section.left {
    text-align: left; }
  .tab-bar-section.right {
    text-align: right; }
  .tab-bar-section.left {
    left: 0;
    right: 2.8125rem; }
  .tab-bar-section.right {
    left: 2.8125rem;
    right: 0; }
  .tab-bar-section.middle {
    left: 2.8125rem;
    right: 2.8125rem; }

.tab-bar .menu-icon {
  color: #FFFFFF;
  display: block;
  height: 2.8125rem;
  padding: 0;
  position: relative;
  text-indent: 2.1875rem;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  width: 2.8125rem; }
  .tab-bar .menu-icon span::after {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
    left: 0.9063rem;
    -webkit-box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
            box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
    width: 1rem; }
  .tab-bar .menu-icon span:hover:after {
    -webkit-box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3;
            box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3; }

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #383838;
  bottom: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  -webkit-transition: -webkit-transform 500ms ease 0s;
       -o-transition: -o-transform 500ms ease 0s;
          transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  top: 0; }
  .left-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #383838;
  bottom: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  -webkit-transition: -webkit-transform 500ms ease 0s;
       -o-transition: -o-transform 500ms ease 0s;
          transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  top: 0; }
  .right-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.top-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #383838;
  bottom: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  -webkit-transition: -webkit-transform 500ms ease 0s;
       -o-transition: -o-transform 500ms ease 0s;
          transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(0, -100%, 0);
  -ms-transform: translate(0, -100%);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  top: 0;
  width: 100%;
  height: 18.75rem; }
  .top-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.bottom-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #383838;
  bottom: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  -webkit-transition: -webkit-transform 500ms ease 0s;
       -o-transition: -o-transform 500ms ease 0s;
          transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(0, 100%, 0);
  -ms-transform: translate(0, 100%);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  bottom: 0;
  width: 100%;
  height: 18.75rem; }
  .bottom-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

ul.off-canvas-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  ul.off-canvas-list li label {
    background: #444444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999999;
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    margin: 0;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase; }
  ul.off-canvas-list li a {
    border-bottom: 1px solid #2a2a2a;
    color: rgba(255, 255, 255, 0.7);
    display: block;
    padding: 0.6667rem;
    -webkit-transition: background 300ms ease;
         -o-transition: background 300ms ease;
            transition: background 300ms ease; }
    ul.off-canvas-list li a:hover {
      background: #272727; }
    ul.off-canvas-list li a:active {
      background: #272727; }

.move-right > .inner-wrap {
  -webkit-transform: translate3d(15.625rem, 0, 0);
  -ms-transform: translate(15.625rem, 0);
  -o-transform: translate3d(15.625rem, 0, 0);
  transform: translate3d(15.625rem, 0, 0); }

.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
       -o-transition: background 300ms ease;
          transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.0625em) {
    .move-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.move-left > .inner-wrap {
  -webkit-transform: translate3d(-15.625rem, 0, 0);
  -ms-transform: translate(-15.625rem, 0);
  -o-transform: translate3d(-15.625rem, 0, 0);
  transform: translate3d(-15.625rem, 0, 0); }

.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
       -o-transition: background 300ms ease;
          transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.0625em) {
    .move-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.move-top > .inner-wrap {
  -webkit-transform: translate3d(0, -18.75rem, 0);
  -ms-transform: translate(0, -18.75rem);
  -o-transform: translate3d(0, -18.75rem, 0);
  transform: translate3d(0, -18.75rem, 0); }

.move-top .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
       -o-transition: background 300ms ease;
          transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.0625em) {
    .move-top .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.move-bottom > .inner-wrap {
  -webkit-transform: translate3d(0, 18.75rem, 0);
  -ms-transform: translate(0, 18.75rem);
  -o-transform: translate3d(0, 18.75rem, 0);
  transform: translate3d(0, 18.75rem, 0); }

.move-bottom .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
       -o-transition: background 300ms ease;
          transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.0625em) {
    .move-bottom .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu,
.offcanvas-overlap .top-off-canvas-menu, .offcanvas-overlap .bottom-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
       -o-transition: background 300ms ease;
          transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.0625em) {
    .offcanvas-overlap .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-left .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
       -o-transition: background 300ms ease;
          transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.0625em) {
    .offcanvas-overlap-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-right .left-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
       -o-transition: background 300ms ease;
          transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.0625em) {
    .offcanvas-overlap-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-top .bottom-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-top .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
       -o-transition: background 300ms ease;
          transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.0625em) {
    .offcanvas-overlap-top .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-bottom .top-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-bottom .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
       -o-transition: background 300ms ease;
          transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.0625em) {
    .offcanvas-overlap-bottom .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.no-csstransforms .left-off-canvas-menu {
  left: -15.625rem; }

.no-csstransforms .right-off-canvas-menu {
  right: -15.625rem; }

.no-csstransforms .top-off-canvas-menu {
  top: -18.75rem; }

.no-csstransforms .bottom-off-canvas-menu {
  bottom: -18.75rem; }

.no-csstransforms .move-left > .inner-wrap {
  right: 15.625rem; }

.no-csstransforms .move-right > .inner-wrap {
  left: 15.625rem; }

.no-csstransforms .move-top > .inner-wrap {
  right: 18.75rem; }

.no-csstransforms .move-bottom > .inner-wrap {
  left: 18.75rem; }

.left-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #383838;
  bottom: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .left-submenu * {
    -webkit-backface-visibility: hidden; }
  .left-submenu .back > a {
    background: #444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999999;
    font-weight: 700;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase;
    margin: 0; }
    .left-submenu .back > a:hover {
      background: #303030;
      border-bottom: none;
      border-top: 1px solid #5e5e5e; }
    .left-submenu .back > a:before {
      content: "\AB";
      margin-right: .5rem;
      display: inline; }
  .left-submenu.move-right, .left-submenu.offcanvas-overlap-right, .left-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }

.right-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #383838;
  bottom: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .right-submenu * {
    -webkit-backface-visibility: hidden; }
  .right-submenu .back > a {
    background: #444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999999;
    font-weight: 700;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase;
    margin: 0; }
    .right-submenu .back > a:hover {
      background: #303030;
      border-bottom: none;
      border-top: 1px solid #5e5e5e; }
    .right-submenu .back > a:after {
      content: "\BB";
      margin-left: .5rem;
      display: inline; }
  .right-submenu.move-left, .right-submenu.offcanvas-overlap-left, .right-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }

.top-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #383838;
  bottom: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(0, -100%, 0);
  -ms-transform: translate(0, -100%);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  top: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .top-submenu * {
    -webkit-backface-visibility: hidden; }
  .top-submenu .back > a {
    background: #444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999999;
    font-weight: 700;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase;
    margin: 0; }
    .top-submenu .back > a:hover {
      background: #303030;
      border-bottom: none;
      border-top: 1px solid #5e5e5e; }
  .top-submenu.move-bottom, .top-submenu.offcanvas-overlap-bottom, .top-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0, 0%, 0);
    -ms-transform: translate(0, 0%);
    -o-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0); }

.bottom-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #383838;
  bottom: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(0, 100%, 0);
  -ms-transform: translate(0, 100%);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  bottom: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .bottom-submenu * {
    -webkit-backface-visibility: hidden; }
  .bottom-submenu .back > a {
    background: #444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999999;
    font-weight: 700;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase;
    margin: 0; }
    .bottom-submenu .back > a:hover {
      background: #303030;
      border-bottom: none;
      border-top: 1px solid #5e5e5e; }
  .bottom-submenu.move-top, .bottom-submenu.offcanvas-overlap-top, .bottom-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0, 0%, 0);
    -ms-transform: translate(0, 0%);
    -o-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0); }

.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "\BB";
  margin-left: .5rem;
  display: inline; }

.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "\AB";
  margin-right: .5rem;
  display: inline; }

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* medium displays */
@media only screen and (min-width: 40.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* large displays */
@media only screen and (min-width: 64.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xlarge displays */
@media only screen and (min-width: 90.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xxlarge displays */
@media only screen and (min-width: 120.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important; }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }

@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important; }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }

/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important; }

.touch table.show-for-touch {
  display: table !important; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

/* Screen reader-specific classes */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }
  .show-on-focus:focus, .show-on-focus:active {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

/* Print visibility */
.print-only,
.show-for-print {
  display: none !important; }

@media print {
  .print-only,
  .show-for-print {
    display: block !important; }
  .hide-on-print,
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; } }

@font-face {
  font-family: 'typicons';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/typicons.eot?v=2.0.7");
  src: url("../fonts/typicons.eot?#iefix&v=2.0.7") format("embedded-opentype"), url("../fonts/typicons.woff?v=2.0.7") format("woff"), url("../fonts/typicons.ttf?v=2.0.7") format("truetype"), url("../fonts/typicons.svg?v=2.0.7#typicons") format("svg"); }

/* :before psuedo-selector inserts and styles icon */
.typcn {
  display: inline-block;
  font: normal normal normal 1em typicons;
  font-size: inherit;
  text-rendering: auto;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0); }
  .typcn:before {
    font-family: 'typicons';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    height: 1em;
    font-size: 1em;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility; }

/* Code for individual icons */
.typcn-adjust-brightness:before {
  content: '\e000';
  /* '' */ }

.typcn-adjust-contrast:before {
  content: '\e001';
  /* '' */ }

.typcn-anchor-outline:before {
  content: '\e002';
  /* '' */ }

.typcn-anchor:before {
  content: '\e003';
  /* '' */ }

.typcn-archive:before {
  content: '\e004';
  /* '' */ }

.typcn-arrow-back-outline:before {
  content: '\e005';
  /* '' */ }

.typcn-arrow-back:before {
  content: '\e006';
  /* '' */ }

.typcn-arrow-down-outline:before {
  content: '\e007';
  /* '' */ }

.typcn-arrow-down-thick:before {
  content: '\e008';
  /* '' */ }

.typcn-arrow-down:before {
  content: '\e009';
  /* '' */ }

.typcn-arrow-forward-outline:before {
  content: '\e00a';
  /* '' */ }

.typcn-arrow-forward:before {
  content: '\e00b';
  /* '' */ }

.typcn-arrow-left-outline:before {
  content: '\e00c';
  /* '' */ }

.typcn-arrow-left-thick:before {
  content: '\e00d';
  /* '' */ }

.typcn-arrow-left:before {
  content: '\e00e';
  /* '' */ }

.typcn-arrow-loop-outline:before {
  content: '\e00f';
  /* '' */ }

.typcn-arrow-loop:before {
  content: '\e010';
  /* '' */ }

.typcn-arrow-maximise-outline:before {
  content: '\e011';
  /* '' */ }

.typcn-arrow-maximise:before {
  content: '\e012';
  /* '' */ }

.typcn-arrow-minimise-outline:before {
  content: '\e013';
  /* '' */ }

.typcn-arrow-minimise:before {
  content: '\e014';
  /* '' */ }

.typcn-arrow-move-outline:before {
  content: '\e015';
  /* '' */ }

.typcn-arrow-move:before {
  content: '\e016';
  /* '' */ }

.typcn-arrow-repeat-outline:before {
  content: '\e017';
  /* '' */ }

.typcn-arrow-repeat:before {
  content: '\e018';
  /* '' */ }

.typcn-arrow-right-outline:before {
  content: '\e019';
  /* '' */ }

.typcn-arrow-right-thick:before {
  content: '\e01a';
  /* '' */ }

.typcn-arrow-right:before {
  content: '\e01b';
  /* '' */ }

.typcn-arrow-shuffle:before {
  content: '\e01c';
  /* '' */ }

.typcn-arrow-sorted-down:before {
  content: '\e01d';
  /* '' */ }

.typcn-arrow-sorted-up:before {
  content: '\e01e';
  /* '' */ }

.typcn-arrow-sync-outline:before {
  content: '\e01f';
  /* '' */ }

.typcn-arrow-sync:before {
  content: '\e020';
  /* '' */ }

.typcn-arrow-unsorted:before {
  content: '\e021';
  /* '' */ }

.typcn-arrow-up-outline:before {
  content: '\e022';
  /* '' */ }

.typcn-arrow-up-thick:before {
  content: '\e023';
  /* '' */ }

.typcn-arrow-up:before {
  content: '\e024';
  /* '' */ }

.typcn-at:before {
  content: '\e025';
  /* '' */ }

.typcn-attachment-outline:before {
  content: '\e026';
  /* '' */ }

.typcn-attachment:before {
  content: '\e027';
  /* '' */ }

.typcn-backspace-outline:before {
  content: '\e028';
  /* '' */ }

.typcn-backspace:before {
  content: '\e029';
  /* '' */ }

.typcn-battery-charge:before {
  content: '\e02a';
  /* '' */ }

.typcn-battery-full:before {
  content: '\e02b';
  /* '' */ }

.typcn-battery-high:before {
  content: '\e02c';
  /* '' */ }

.typcn-battery-low:before {
  content: '\e02d';
  /* '' */ }

.typcn-battery-mid:before {
  content: '\e02e';
  /* '' */ }

.typcn-beaker:before {
  content: '\e02f';
  /* '' */ }

.typcn-beer:before {
  content: '\e030';
  /* '' */ }

.typcn-bell:before {
  content: '\e031';
  /* '' */ }

.typcn-book:before {
  content: '\e032';
  /* '' */ }

.typcn-bookmark:before {
  content: '\e033';
  /* '' */ }

.typcn-briefcase:before {
  content: '\e034';
  /* '' */ }

.typcn-brush:before {
  content: '\e035';
  /* '' */ }

.typcn-business-card:before {
  content: '\e036';
  /* '' */ }

.typcn-calculator:before {
  content: '\e037';
  /* '' */ }

.typcn-calendar-outline:before {
  content: '\e038';
  /* '' */ }

.typcn-calendar:before {
  content: '\e039';
  /* '' */ }

.typcn-camera-outline:before {
  content: '\e03a';
  /* '' */ }

.typcn-camera:before {
  content: '\e03b';
  /* '' */ }

.typcn-cancel-outline:before {
  content: '\e03c';
  /* '' */ }

.typcn-cancel:before {
  content: '\e03d';
  /* '' */ }

.typcn-chart-area-outline:before {
  content: '\e03e';
  /* '' */ }

.typcn-chart-area:before {
  content: '\e03f';
  /* '' */ }

.typcn-chart-bar-outline:before {
  content: '\e040';
  /* '' */ }

.typcn-chart-bar:before {
  content: '\e041';
  /* '' */ }

.typcn-chart-line-outline:before {
  content: '\e042';
  /* '' */ }

.typcn-chart-line:before {
  content: '\e043';
  /* '' */ }

.typcn-chart-pie-outline:before {
  content: '\e044';
  /* '' */ }

.typcn-chart-pie:before {
  content: '\e045';
  /* '' */ }

.typcn-chevron-left-outline:before {
  content: '\e046';
  /* '' */ }

.typcn-chevron-left:before {
  content: '\e047';
  /* '' */ }

.typcn-chevron-right-outline:before {
  content: '\e048';
  /* '' */ }

.typcn-chevron-right:before {
  content: '\e049';
  /* '' */ }

.typcn-clipboard:before {
  content: '\e04a';
  /* '' */ }

.typcn-cloud-storage:before {
  content: '\e04b';
  /* '' */ }

.typcn-cloud-storage-outline:before {
  content: '\e054';
  /* '' */ }

.typcn-code-outline:before {
  content: '\e04c';
  /* '' */ }

.typcn-code:before {
  content: '\e04d';
  /* '' */ }

.typcn-coffee:before {
  content: '\e04e';
  /* '' */ }

.typcn-cog-outline:before {
  content: '\e04f';
  /* '' */ }

.typcn-cog:before {
  content: '\e050';
  /* '' */ }

.typcn-compass:before {
  content: '\e051';
  /* '' */ }

.typcn-contacts:before {
  content: '\e052';
  /* '' */ }

.typcn-credit-card:before {
  content: '\e053';
  /* '' */ }

.typcn-css3:before {
  content: '\e055';
  /* '' */ }

.typcn-database:before {
  content: '\e056';
  /* '' */ }

.typcn-delete-outline:before {
  content: '\e057';
  /* '' */ }

.typcn-delete:before {
  content: '\e058';
  /* '' */ }

.typcn-device-desktop:before {
  content: '\e059';
  /* '' */ }

.typcn-device-laptop:before {
  content: '\e05a';
  /* '' */ }

.typcn-device-phone:before {
  content: '\e05b';
  /* '' */ }

.typcn-device-tablet:before {
  content: '\e05c';
  /* '' */ }

.typcn-directions:before {
  content: '\e05d';
  /* '' */ }

.typcn-divide-outline:before {
  content: '\e05e';
  /* '' */ }

.typcn-divide:before {
  content: '\e05f';
  /* '' */ }

.typcn-document-add:before {
  content: '\e060';
  /* '' */ }

.typcn-document-delete:before {
  content: '\e061';
  /* '' */ }

.typcn-document-text:before {
  content: '\e062';
  /* '' */ }

.typcn-document:before {
  content: '\e063';
  /* '' */ }

.typcn-download-outline:before {
  content: '\e064';
  /* '' */ }

.typcn-download:before {
  content: '\e065';
  /* '' */ }

.typcn-dropbox:before {
  content: '\e066';
  /* '' */ }

.typcn-edit:before {
  content: '\e067';
  /* '' */ }

.typcn-eject-outline:before {
  content: '\e068';
  /* '' */ }

.typcn-eject:before {
  content: '\e069';
  /* '' */ }

.typcn-equals-outline:before {
  content: '\e06a';
  /* '' */ }

.typcn-equals:before {
  content: '\e06b';
  /* '' */ }

.typcn-export-outline:before {
  content: '\e06c';
  /* '' */ }

.typcn-export:before {
  content: '\e06d';
  /* '' */ }

.typcn-eye-outline:before {
  content: '\e06e';
  /* '' */ }

.typcn-eye:before {
  content: '\e06f';
  /* '' */ }

.typcn-feather:before {
  content: '\e070';
  /* '' */ }

.typcn-film:before {
  content: '\e071';
  /* '' */ }

.typcn-filter:before {
  content: '\e072';
  /* '' */ }

.typcn-flag-outline:before {
  content: '\e073';
  /* '' */ }

.typcn-flag:before {
  content: '\e074';
  /* '' */ }

.typcn-flash-outline:before {
  content: '\e075';
  /* '' */ }

.typcn-flash:before {
  content: '\e076';
  /* '' */ }

.typcn-flow-children:before {
  content: '\e077';
  /* '' */ }

.typcn-flow-merge:before {
  content: '\e078';
  /* '' */ }

.typcn-flow-parallel:before {
  content: '\e079';
  /* '' */ }

.typcn-flow-switch:before {
  content: '\e07a';
  /* '' */ }

.typcn-folder-add:before {
  content: '\e07b';
  /* '' */ }

.typcn-folder-delete:before {
  content: '\e07c';
  /* '' */ }

.typcn-folder-open:before {
  content: '\e07d';
  /* '' */ }

.typcn-folder:before {
  content: '\e07e';
  /* '' */ }

.typcn-gift:before {
  content: '\e07f';
  /* '' */ }

.typcn-globe-outline:before {
  content: '\e080';
  /* '' */ }

.typcn-globe:before {
  content: '\e081';
  /* '' */ }

.typcn-group-outline:before {
  content: '\e082';
  /* '' */ }

.typcn-group:before {
  content: '\e083';
  /* '' */ }

.typcn-headphones:before {
  content: '\e084';
  /* '' */ }

.typcn-heart-full-outline:before {
  content: '\e085';
  /* '' */ }

.typcn-heart-half-outline:before {
  content: '\e086';
  /* '' */ }

.typcn-heart-outline:before {
  content: '\e087';
  /* '' */ }

.typcn-heart:before {
  content: '\e088';
  /* '' */ }

.typcn-home-outline:before {
  content: '\e089';
  /* '' */ }

.typcn-home:before {
  content: '\e08a';
  /* '' */ }

.typcn-html5:before {
  content: '\e08b';
  /* '' */ }

.typcn-image-outline:before {
  content: '\e08c';
  /* '' */ }

.typcn-image:before {
  content: '\e08d';
  /* '' */ }

.typcn-infinity-outline:before {
  content: '\e08e';
  /* '' */ }

.typcn-infinity:before {
  content: '\e08f';
  /* '' */ }

.typcn-info-large-outline:before {
  content: '\e090';
  /* '' */ }

.typcn-info-large:before {
  content: '\e091';
  /* '' */ }

.typcn-info-outline:before {
  content: '\e092';
  /* '' */ }

.typcn-info:before {
  content: '\e093';
  /* '' */ }

.typcn-input-checked-outline:before {
  content: '\e094';
  /* '' */ }

.typcn-input-checked:before {
  content: '\e095';
  /* '' */ }

.typcn-key-outline:before {
  content: '\e096';
  /* '' */ }

.typcn-key:before {
  content: '\e097';
  /* '' */ }

.typcn-keyboard:before {
  content: '\e098';
  /* '' */ }

.typcn-leaf:before {
  content: '\e099';
  /* '' */ }

.typcn-lightbulb:before {
  content: '\e09a';
  /* '' */ }

.typcn-link-outline:before {
  content: '\e09b';
  /* '' */ }

.typcn-link:before {
  content: '\e09c';
  /* '' */ }

.typcn-location-arrow-outline:before {
  content: '\e09d';
  /* '' */ }

.typcn-location-arrow:before {
  content: '\e09e';
  /* '' */ }

.typcn-location-outline:before {
  content: '\e09f';
  /* '' */ }

.typcn-location:before {
  content: '\e0a0';
  /* '' */ }

.typcn-lock-closed-outline:before {
  content: '\e0a1';
  /* '' */ }

.typcn-lock-closed:before {
  content: '\e0a2';
  /* '' */ }

.typcn-lock-open-outline:before {
  content: '\e0a3';
  /* '' */ }

.typcn-lock-open:before {
  content: '\e0a4';
  /* '' */ }

.typcn-mail:before {
  content: '\e0a5';
  /* '' */ }

.typcn-map:before {
  content: '\e0a6';
  /* '' */ }

.typcn-media-eject-outline:before {
  content: '\e0a7';
  /* '' */ }

.typcn-media-eject:before {
  content: '\e0a8';
  /* '' */ }

.typcn-media-fast-forward-outline:before {
  content: '\e0a9';
  /* '' */ }

.typcn-media-fast-forward:before {
  content: '\e0aa';
  /* '' */ }

.typcn-media-pause-outline:before {
  content: '\e0ab';
  /* '' */ }

.typcn-media-pause:before {
  content: '\e0ac';
  /* '' */ }

.typcn-media-play-outline:before {
  content: '\e0ad';
  /* '' */ }

.typcn-media-play-reverse-outline:before {
  content: '\e0ae';
  /* '' */ }

.typcn-media-play-reverse:before {
  content: '\e0af';
  /* '' */ }

.typcn-media-play:before {
  content: '\e0b0';
  /* '' */ }

.typcn-media-record-outline:before {
  content: '\e0b1';
  /* '' */ }

.typcn-media-record:before {
  content: '\e0b2';
  /* '' */ }

.typcn-media-rewind-outline:before {
  content: '\e0b3';
  /* '' */ }

.typcn-media-rewind:before {
  content: '\e0b4';
  /* '' */ }

.typcn-media-stop-outline:before {
  content: '\e0b5';
  /* '' */ }

.typcn-media-stop:before {
  content: '\e0b6';
  /* '' */ }

.typcn-message-typing:before {
  content: '\e0b7';
  /* '' */ }

.typcn-message:before {
  content: '\e0b8';
  /* '' */ }

.typcn-messages:before {
  content: '\e0b9';
  /* '' */ }

.typcn-microphone-outline:before {
  content: '\e0ba';
  /* '' */ }

.typcn-microphone:before {
  content: '\e0bb';
  /* '' */ }

.typcn-minus-outline:before {
  content: '\e0bc';
  /* '' */ }

.typcn-minus:before {
  content: '\e0bd';
  /* '' */ }

.typcn-mortar-board:before {
  content: '\e0be';
  /* '' */ }

.typcn-news:before {
  content: '\e0bf';
  /* '' */ }

.typcn-notes-outline:before {
  content: '\e0c0';
  /* '' */ }

.typcn-notes:before {
  content: '\e0c1';
  /* '' */ }

.typcn-pen:before {
  content: '\e0c2';
  /* '' */ }

.typcn-pencil:before {
  content: '\e0c3';
  /* '' */ }

.typcn-phone-outline:before {
  content: '\e0c4';
  /* '' */ }

.typcn-phone:before {
  content: '\e0c5';
  /* '' */ }

.typcn-pi-outline:before {
  content: '\e0c6';
  /* '' */ }

.typcn-pi:before {
  content: '\e0c7';
  /* '' */ }

.typcn-pin-outline:before {
  content: '\e0c8';
  /* '' */ }

.typcn-pin:before {
  content: '\e0c9';
  /* '' */ }

.typcn-pipette:before {
  content: '\e0ca';
  /* '' */ }

.typcn-plane-outline:before {
  content: '\e0cb';
  /* '' */ }

.typcn-plane:before {
  content: '\e0cc';
  /* '' */ }

.typcn-plug:before {
  content: '\e0cd';
  /* '' */ }

.typcn-plus-outline:before {
  content: '\e0ce';
  /* '' */ }

.typcn-plus:before {
  content: '\e0cf';
  /* '' */ }

.typcn-point-of-interest-outline:before {
  content: '\e0d0';
  /* '' */ }

.typcn-point-of-interest:before {
  content: '\e0d1';
  /* '' */ }

.typcn-power-outline:before {
  content: '\e0d2';
  /* '' */ }

.typcn-power:before {
  content: '\e0d3';
  /* '' */ }

.typcn-printer:before {
  content: '\e0d4';
  /* '' */ }

.typcn-puzzle-outline:before {
  content: '\e0d5';
  /* '' */ }

.typcn-puzzle:before {
  content: '\e0d6';
  /* '' */ }

.typcn-radar-outline:before {
  content: '\e0d7';
  /* '' */ }

.typcn-radar:before {
  content: '\e0d8';
  /* '' */ }

.typcn-refresh-outline:before {
  content: '\e0d9';
  /* '' */ }

.typcn-refresh:before {
  content: '\e0da';
  /* '' */ }

.typcn-rss-outline:before {
  content: '\e0db';
  /* '' */ }

.typcn-rss:before {
  content: '\e0dc';
  /* '' */ }

.typcn-scissors-outline:before {
  content: '\e0dd';
  /* '' */ }

.typcn-scissors:before {
  content: '\e0de';
  /* '' */ }

.typcn-shopping-bag:before {
  content: '\e0df';
  /* '' */ }

.typcn-shopping-cart:before {
  content: '\e0e0';
  /* '' */ }

.typcn-social-at-circular:before {
  content: '\e0e1';
  /* '' */ }

.typcn-social-dribbble-circular:before {
  content: '\e0e2';
  /* '' */ }

.typcn-social-dribbble:before {
  content: '\e0e3';
  /* '' */ }

.typcn-social-facebook-circular:before {
  content: '\e0e4';
  /* '' */ }

.typcn-social-facebook:before {
  content: '\e0e5';
  /* '' */ }

.typcn-social-flickr-circular:before {
  content: '\e0e6';
  /* '' */ }

.typcn-social-flickr:before {
  content: '\e0e7';
  /* '' */ }

.typcn-social-github-circular:before {
  content: '\e0e8';
  /* '' */ }

.typcn-social-github:before {
  content: '\e0e9';
  /* '' */ }

.typcn-social-google-plus-circular:before {
  content: '\e0ea';
  /* '' */ }

.typcn-social-google-plus:before {
  content: '\e0eb';
  /* '' */ }

.typcn-social-instagram-circular:before {
  content: '\e0ec';
  /* '' */ }

.typcn-social-instagram:before {
  content: '\e0ed';
  /* '' */ }

.typcn-social-last-fm-circular:before {
  content: '\e0ee';
  /* '' */ }

.typcn-social-last-fm:before {
  content: '\e0ef';
  /* '' */ }

.typcn-social-linkedin-circular:before {
  content: '\e0f0';
  /* '' */ }

.typcn-social-linkedin:before {
  content: '\e0f1';
  /* '' */ }

.typcn-social-pinterest-circular:before {
  content: '\e0f2';
  /* '' */ }

.typcn-social-pinterest:before {
  content: '\e0f3';
  /* '' */ }

.typcn-social-skype-outline:before {
  content: '\e0f4';
  /* '' */ }

.typcn-social-skype:before {
  content: '\e0f5';
  /* '' */ }

.typcn-social-tumbler-circular:before {
  content: '\e0f6';
  /* '' */ }

.typcn-social-tumbler:before {
  content: '\e0f7';
  /* '' */ }

.typcn-social-twitter-circular:before {
  content: '\e0f8';
  /* '' */ }

.typcn-social-twitter:before {
  content: '\e0f9';
  /* '' */ }

.typcn-social-vimeo-circular:before {
  content: '\e0fa';
  /* '' */ }

.typcn-social-vimeo:before {
  content: '\e0fb';
  /* '' */ }

.typcn-social-youtube-circular:before {
  content: '\e0fc';
  /* '' */ }

.typcn-social-youtube:before {
  content: '\e0fd';
  /* '' */ }

.typcn-sort-alphabetically-outline:before {
  content: '\e0fe';
  /* '' */ }

.typcn-sort-alphabetically:before {
  content: '\e0ff';
  /* '' */ }

.typcn-sort-numerically-outline:before {
  content: '\e100';
  /* '' */ }

.typcn-sort-numerically:before {
  content: '\e101';
  /* '' */ }

.typcn-spanner-outline:before {
  content: '\e102';
  /* '' */ }

.typcn-spanner:before {
  content: '\e103';
  /* '' */ }

.typcn-spiral:before {
  content: '\e104';
  /* '' */ }

.typcn-star-full-outline:before {
  content: '\e105';
  /* '' */ }

.typcn-star-half-outline:before {
  content: '\e106';
  /* '' */ }

.typcn-star-half:before {
  content: '\e107';
  /* '' */ }

.typcn-star-outline:before {
  content: '\e108';
  /* '' */ }

.typcn-star:before {
  content: '\e109';
  /* '' */ }

.typcn-starburst-outline:before {
  content: '\e10a';
  /* '' */ }

.typcn-starburst:before {
  content: '\e10b';
  /* '' */ }

.typcn-stopwatch:before {
  content: '\e10c';
  /* '' */ }

.typcn-support:before {
  content: '\e10d';
  /* '' */ }

.typcn-tabs-outline:before {
  content: '\e10e';
  /* '' */ }

.typcn-tag:before {
  content: '\e10f';
  /* '' */ }

.typcn-tags:before {
  content: '\e110';
  /* '' */ }

.typcn-th-large-outline:before {
  content: '\e111';
  /* '' */ }

.typcn-th-large:before {
  content: '\e112';
  /* '' */ }

.typcn-th-list-outline:before {
  content: '\e113';
  /* '' */ }

.typcn-th-list:before {
  content: '\e114';
  /* '' */ }

.typcn-th-menu-outline:before {
  content: '\e115';
  /* '' */ }

.typcn-th-menu:before {
  content: '\e116';
  /* '' */ }

.typcn-th-small-outline:before {
  content: '\e117';
  /* '' */ }

.typcn-th-small:before {
  content: '\e118';
  /* '' */ }

.typcn-thermometer:before {
  content: '\e119';
  /* '' */ }

.typcn-thumbs-down:before {
  content: '\e11a';
  /* '' */ }

.typcn-thumbs-ok:before {
  content: '\e11b';
  /* '' */ }

.typcn-thumbs-up:before {
  content: '\e11c';
  /* '' */ }

.typcn-tick-outline:before {
  content: '\e11d';
  /* '' */ }

.typcn-tick:before {
  content: '\e11e';
  /* '' */ }

.typcn-ticket:before {
  content: '\e11f';
  /* '' */ }

.typcn-time:before {
  content: '\e120';
  /* '' */ }

.typcn-times-outline:before {
  content: '\e121';
  /* '' */ }

.typcn-times:before {
  content: '\e122';
  /* '' */ }

.typcn-trash:before {
  content: '\e123';
  /* '' */ }

.typcn-tree:before {
  content: '\e124';
  /* '' */ }

.typcn-upload-outline:before {
  content: '\e125';
  /* '' */ }

.typcn-upload:before {
  content: '\e126';
  /* '' */ }

.typcn-user-add-outline:before {
  content: '\e127';
  /* '' */ }

.typcn-user-add:before {
  content: '\e128';
  /* '' */ }

.typcn-user-delete-outline:before {
  content: '\e129';
  /* '' */ }

.typcn-user-delete:before {
  content: '\e12a';
  /* '' */ }

.typcn-user-outline:before {
  content: '\e12b';
  /* '' */ }

.typcn-user:before {
  content: '\e12c';
  /* '' */ }

.typcn-vendor-android:before {
  content: '\e12d';
  /* '' */ }

.typcn-vendor-apple:before {
  content: '\e12e';
  /* '' */ }

.typcn-vendor-microsoft:before {
  content: '\e12f';
  /* '' */ }

.typcn-video-outline:before {
  content: '\e130';
  /* '' */ }

.typcn-video:before {
  content: '\e131';
  /* '' */ }

.typcn-volume-down:before {
  content: '\e132';
  /* '' */ }

.typcn-volume-mute:before {
  content: '\e133';
  /* '' */ }

.typcn-volume-up:before {
  content: '\e134';
  /* '' */ }

.typcn-volume:before {
  content: '\e135';
  /* '' */ }

.typcn-warning-outline:before {
  content: '\e136';
  /* '' */ }

.typcn-warning:before {
  content: '\e137';
  /* '' */ }

.typcn-watch:before {
  content: '\e138';
  /* '' */ }

.typcn-waves-outline:before {
  content: '\e139';
  /* '' */ }

.typcn-waves:before {
  content: '\e13a';
  /* '' */ }

.typcn-weather-cloudy:before {
  content: '\e13b';
  /* '' */ }

.typcn-weather-downpour:before {
  content: '\e13c';
  /* '' */ }

.typcn-weather-night:before {
  content: '\e13d';
  /* '' */ }

.typcn-weather-partly-sunny:before {
  content: '\e13e';
  /* '' */ }

.typcn-weather-shower:before {
  content: '\e13f';
  /* '' */ }

.typcn-weather-snow:before {
  content: '\e140';
  /* '' */ }

.typcn-weather-stormy:before {
  content: '\e141';
  /* '' */ }

.typcn-weather-sunny:before {
  content: '\e142';
  /* '' */ }

.typcn-weather-windy-cloudy:before {
  content: '\e143';
  /* '' */ }

.typcn-weather-windy:before {
  content: '\e144';
  /* '' */ }

.typcn-wi-fi-outline:before {
  content: '\e145';
  /* '' */ }

.typcn-wi-fi:before {
  content: '\e146';
  /* '' */ }

.typcn-wine:before {
  content: '\e147';
  /* '' */ }

.typcn-world-outline:before {
  content: '\e148';
  /* '' */ }

.typcn-world:before {
  content: '\e149';
  /* '' */ }

.typcn-zoom-in-outline:before {
  content: '\e14a';
  /* '' */ }

.typcn-zoom-in:before {
  content: '\e14b';
  /* '' */ }

.typcn-zoom-out-outline:before {
  content: '\e14c';
  /* '' */ }

.typcn-zoom-out:before {
  content: '\e14d';
  /* '' */ }

.typcn-zoom-outline:before {
  content: '\e14e';
  /* '' */ }

.typcn-zoom:before {
  content: '\e14f';
  /* '' */ }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background-image: url("../images/theme/background-stripes_short.jpg");
  background-repeat: repeat-x;
  background-position: top center; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  display: block;
  font-family: "Ubuntu", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-style: italic;
  margin: 0 0 1.5rem 0; }

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none; }

h1, .h1 {
  font-size: 2.6875em;
  line-height: 1.2; }

h2, .h2 {
  font-size: 2.125em;
  line-height: 1.3; }

h3, .h3 {
  font-size: 1.625em; }

h4, .h4 {
  font-size: 1.25em;
  font-weight: 700; }

h5, .h5 {
  font-size: 1em;
  line-height: 2.09;
  text-transform: uppercase;
  letter-spacing: 2px; }

a {
  -webkit-transition: all .2s;
       -o-transition: all .2s;
          transition: all .2s; }
  a:hover {
    -webkit-transition: all .2s;
         -o-transition: all .2s;
            transition: all .2s; }

figure {
  display: block;
  margin: 0;
  text-align: center; }

img {
  margin: 0 0 1.5rem 0;
  border-radius: 5px; }
  img.float-left, img.alignleft, img.float-right, img.alignright {
    float: none; }

@media only screen and (min-width: 40.0625em) {
  figure {
    display: inherit;
    text-align: none; }
  img {
    margin: 0 0 1.5rem 0; }
    img.float-left, img.alignleft {
      margin-right: 1.5rem;
      float: left; }
    img.float-right, img.alignright {
      margin-left: 1.5rem;
      float: right; } }

.text-shadow, .page-footer .footer-header {
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.8); }

.radius {
  border-radius: 5px; }

hr {
  display: block;
  width: 100%;
  height: 3px;
  margin: 3rem 0;
  padding: 0;
  border: 0 none;
  outline: 0 none;
  background: url("../images/theme/dotted-line-horizontal.png") top center repeat-x; }
  hr:before, hr:after {
    content: " ";
    display: table; }
  hr:after {
    clear: both; }

.image-border {
  display: block;
  padding: 5px !important;
  background: #f4f4f4;
  -webkit-transition: all .15s;
       -o-transition: all .15s;
          transition: all .15s;
  border-radius: 5px; }
  .image-border img {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    text-decoration: none;
    border-radius: 2px; }
  .image-border:hover {
    background: #dcdcdc; }

.sub-titulek {
  display: block;
  font-size: 130%;
  font-style: italic;
  color: #781036; }

.bg-white {
  background-color: #FFFFFF; }

.bg-light {
  background-color: #F5F5F5; }

.page-footer .menu-item {
  color: #781036; }
  .page-footer .menu-item a {
    text-decoration: none;
    color: #eaa6c1; }
    .page-footer .menu-item a:hover {
      text-decoration: underline;
      color: #FFFFFF; }

.link-clean {
  text-decoration: none; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

@media only screen and (max-width: 40em) {
  .small-hide {
    display: none; } }

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  .medium-hide {
    display: none; } }

@media only screen and (min-width: 64.0625em) and (max-width: 90em) {
  .large-hide {
    display: none; } }

@media only screen and (min-width: 90.0625em) and (max-width: 120em) {
  .xlarge-hide {
    display: none; } }

@media only screen and (min-width: 120.0625em) and (max-width: 99999999em) {
  .xxlarge-hide {
    display: none; } }

.amp {
  font-family: 'Baskerville','Goudy Old Style','Palatino','Book Antiqua',serif;
  font-style: italic;
  font-weight: normal; }

.alignleft,
.float-left {
  float: left; }

.alignright,
.float-right {
  float: right; }

.aligncenter,
.float-center {
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block; }

@media only screen and (max-width: 40em) {
  .small-only-float-left {
    float: left; }
  .small-only-float-right {
    float: right; }
  .small-only-float-center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block; } }

@media only screen {
  .small-float-left {
    float: left; }
  .small-float-right {
    float: right; }
  .small-float-center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block; } }

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  .medium-only-float-left {
    float: left; }
  .medium-only-float-right {
    float: right; }
  .medium-only-float-center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block; } }

@media only screen and (min-width: 40.0625em) {
  .medium-float-left {
    float: left; }
  .medium-float-right {
    float: right; }
  .medium-float-center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block; } }

@media only screen and (min-width: 64.0625em) and (max-width: 90em) {
  .large-only-float-left {
    float: left; }
  .large-only-float-right {
    float: right; }
  .large-only-float-center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block; } }

@media only screen and (min-width: 64.0625em) {
  .large-float-left {
    float: left; }
  .large-float-right {
    float: right; }
  .large-float-center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block; } }

@media only screen and (min-width: 90.0625em) and (max-width: 120em) {
  .xlarge-only-float-left {
    float: left; }
  .xlarge-only-float-right {
    float: right; }
  .xlarge-only-float-center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block; } }

@media only screen and (min-width: 90.0625em) {
  .xlarge-float-left {
    float: left; }
  .xlarge-float-right {
    float: right; }
  .xlarge-float-center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block; } }

@media only screen and (min-width: 120.0625em) and (max-width: 99999999em) {
  .xxlarge-only-float-left {
    float: left; }
  .xxlarge-only-float-right {
    float: right; }
  .xxlarge-only-float-center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block; } }

@media only screen and (min-width: 120.0625em) {
  .xxlarge-float-left {
    float: left; }
  .xxlarge-float-right {
    float: right; }
  .xxlarge-float-center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block; } }

.table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 3rem;
  border: 0 none;
  background-color: #FFFFFF; }
  .table th, .table td {
    padding: 8px;
    line-height: 1.5;
    text-align: left;
    border: 0 none;
    font-size: inherit; }
  .table thead {
    font-weight: 800;
    color: #eaa6c1;
    background-color: transparent; }
    .table thead th {
      vertical-align: bottom;
      border-bottom: 3px solid #eaa6c1;
      width: 25%;
      color: #781036;
      font-size: 120%; }
    .table thead th {
      width: 40%; }
    .table thead th + th {
      width: 30%; }
  .table tbody tr {
    -webkit-transition: all .15s;
         -o-transition: all .15s;
            transition: all .15s; }
    .table tbody tr:hover {
      background: #f9e4ec; }
  .table tbody td {
    border-bottom: 1px solid #c5c8cc; }
    .table tbody td strike {
      color: #9d9d9d; }
    .table tbody td span, .table tbody td .akcni-cena {
      color: #781036; }
  .table tfoot td {
    background: #e8e8e8;
    font-size: 90%;
    font-style: italic;
    color: #8d8d8d;
    border-radius: 0 0 5px 5px; }
  .table thead:first-child tr:first-child td:first-child {
    border-radius: 50px;
    background: aqua; }

.h1 {
  font-size: 2.0625rem; }

.h2 {
  font-size: 1.5rem; }

.h3 {
  font-size: 1.3125rem; }

.h4 {
  font-size: 0.9375rem; }

.h5 {
  font-size: 1rem; }

.h6 {
  font-size: 1rem; }

@media only screen and (min-width: 40.0625em) {
  .h1 {
    font-size: 2.6875rem; }
  .h2 {
    font-size: 2.125rem; }
  .h3 {
    font-size: 1.625rem; }
  .h4 {
    font-size: 1.25rem; }
  .h5 {
    font-size: 1rem; }
  .h6 {
    font-size: 1rem; } }

@media only screen and (max-width: 40em) {
  .small-only-text-smaller {
    font-size: 75%; }
  .small-only-text-small {
    font-size: 87.5%; }
  .small-only-text-normal {
    font-size: 100%; }
  .small-only-text-large {
    font-size: 112.5%; }
  .small-only-text-larger {
    font-size: 125%; } }

@media only screen {
  .small-text-smaller {
    font-size: 75%; }
  .small-text-small {
    font-size: 87.5%; }
  .small-text-normal {
    font-size: 100%; }
  .small-text-large {
    font-size: 112.5%; }
  .small-text-larger {
    font-size: 125%; } }

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  .medium-only-text-smaller {
    font-size: 75%; }
  .medium-only-text-small {
    font-size: 87.5%; }
  .medium-only-text-normal {
    font-size: 100%; }
  .medium-only-text-large {
    font-size: 112.5%; }
  .medium-only-text-larger {
    font-size: 125%; } }

@media only screen and (min-width: 40.0625em) {
  .medium-text-smaller {
    font-size: 75%; }
  .medium-text-small {
    font-size: 87.5%; }
  .medium-text-normal {
    font-size: 100%; }
  .medium-text-large {
    font-size: 112.5%; }
  .medium-text-larger {
    font-size: 125%; } }

@media only screen and (min-width: 64.0625em) and (max-width: 90em) {
  .large-only-text-smaller {
    font-size: 75%; }
  .large-only-text-small {
    font-size: 87.5%; }
  .large-only-text-normal {
    font-size: 100%; }
  .large-only-text-large {
    font-size: 112.5%; }
  .large-only-text-larger {
    font-size: 125%; } }

@media only screen and (min-width: 64.0625em) {
  .large-text-smaller {
    font-size: 75%; }
  .large-text-small {
    font-size: 87.5%; }
  .large-text-normal {
    font-size: 100%; }
  .large-text-large {
    font-size: 112.5%; }
  .large-text-larger {
    font-size: 125%; } }

@media only screen and (min-width: 90.0625em) and (max-width: 120em) {
  .xlarge-only-text-smaller {
    font-size: 75%; }
  .xlarge-only-text-small {
    font-size: 87.5%; }
  .xlarge-only-text-normal {
    font-size: 100%; }
  .xlarge-only-text-large {
    font-size: 112.5%; }
  .xlarge-only-text-larger {
    font-size: 125%; } }

@media only screen and (min-width: 90.0625em) {
  .xlarge-text-smaller {
    font-size: 75%; }
  .xlarge-text-small {
    font-size: 87.5%; }
  .xlarge-text-normal {
    font-size: 100%; }
  .xlarge-text-large {
    font-size: 112.5%; }
  .xlarge-text-larger {
    font-size: 125%; } }

@media only screen and (min-width: 120.0625em) and (max-width: 99999999em) {
  .xxlarge-only-text-smaller {
    font-size: 75%; }
  .xxlarge-only-text-small {
    font-size: 87.5%; }
  .xxlarge-only-text-normal {
    font-size: 100%; }
  .xxlarge-only-text-large {
    font-size: 112.5%; }
  .xxlarge-only-text-larger {
    font-size: 125%; } }

@media only screen and (min-width: 120.0625em) {
  .xxlarge-text-smaller {
    font-size: 75%; }
  .xxlarge-text-small {
    font-size: 87.5%; }
  .xxlarge-text-normal {
    font-size: 100%; }
  .xxlarge-text-large {
    font-size: 112.5%; }
  .xxlarge-text-larger {
    font-size: 125%; } }

.color-black {
  color: #000000; }

.color-gray {
  color: #777777; }

.color-gray-light {
  color: #AAAAAA; }

.color-white {
  color: #FFFFFF; }

.color-primary {
  color: #781036; }

.color-secondary {
  color: #e7e7e7; }

.color-white a,
a.color-white {
  color: #FFFFFF;
  border-bottom-color: #FFFFFF; }
  .color-white a:hover,
  a.color-white:hover {
    color: #e6e6e6;
    border-bottom-color: #e6e6e6; }

.color-white h1, h1.color-white,
.color-white h2, h2.color-white,
.color-white h3, h3.color-white,
.color-white h4, h4.color-white,
.color-white h5, h5.color-white,
.color-white h6, h6.color-white {
  color: #FFFFFF; }

.color-alert {
  color: #f04124; }

/**
 * Page Main
 */
.page-main {
  background-color: #FFFFFF; }

@media only screen and (min-width: 64.0625em) {
  .page-main {
    background-color: transparent; } }

.page-width-content {
  max-width: 62.5rem;
  margin: 0 auto; }

/**
 * Page Main - Content
 */
.page-main-content {
  display: block;
  background-color: #FFFFFF;
  border: 0 none;
  margin: 0;
  padding: 0; }

@media only screen and (min-width: 40.0625em) {
  .page-width-content {
    padding: 0 1.5rem; } }

@media only screen and (min-width: 64.0625em) {
  .page-main-content {
    border-radius: 0.625rem 0.625rem 0 0;
    padding: 0; }
  .page-width-content {
    padding-left: 2.5rem;
    padding-right: 2.5rem; } }

.page-main-section {
  margin: 0;
  padding: 0; }
  .page-main-section:before, .page-main-section:after {
    content: " ";
    display: table; }
  .page-main-section:after {
    clear: both; }
  .page-main-section.section-terms {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
    @media only screen and (min-width: 64.0625em) {
      .page-main-section.section-terms {
        margin: 0;
        padding: 0; } }

.page-main-section-content {
  padding: 0;
  margin: 4.5rem 0; }

@media only screen and (min-width: 64.0625em) {
  .page-main-section-content {
    margin-left: 2.5rem;
    margin-right: 2.5rem; }
    .page-main-section-content.section-header {
      margin-top: 2.5rem; } }

/**
 * Page Brand Logo
 */
.page-brand-logo {
  font-size: 10px;
  position: relative;
  display: block;
  width: 18em;
  height: 13.75em;
  background: transparent url("../images/theme/background-logo.png") 0 0 no-repeat;
  -webkit-background-size: 18em 13.5em;
          background-size: 18em 13.5em;
  padding: 0;
  margin: 0; }
  .page-brand-logo > a {
    display: block;
    background: transparent url("../images/theme/studio-fit-raz-dva-logo.png") 0 0 no-repeat;
    -webkit-background-size: 15.1875em 10.4375em;
            background-size: 15.1875em 10.4375em;
    width: 15.1875em;
    height: 10.4375em;
    position: absolute;
    overflow: hidden;
    text-decoration: none;
    text-indent: -9999px;
    top: 1.25em;
    left: 1.25em;
    right: auto;
    bottom: auto; }

@media only screen and (min-width: 64.0625em) {
  .page-brand-logo {
    font-size: 100%;
    height: 13.5em;
    margin-bottom: 1.5rem; } }

/**
 * Main Navigation container
 */
.main-navigation {
  position: absolute;
  z-index: 100;
  top: 3rem;
  right: 2.5rem;
  display: block; }

@media only screen and (min-width: 64.0625em) {
  .main-navigation {
    top: 6rem; } }

/**
 * Page Footer
 */
.page-footer {
  padding-top: 6.875rem;
  background: transparent url("../images/theme/background-footer-small.jpg") top center;
  background-repeat: no-repeat; }
  .page-footer .footer-header {
    margin-bottom: 0.975rem; }
  .page-footer .menu {
    color: #781036;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    margin-left: 0;
    list-style: none; }
  .page-footer .menu-item {
    position: relative; }
    .page-footer .menu-item:before {
      content: "•";
      width: 1.1rem;
      display: inline-block;
      text-align: center;
      padding-right: 0.3rem; }

@media only screen and (min-width: 40.0625em) {
  .page-footer {
    background-image: url("../images/theme/background-footer-medium.jpg"); } }

@media only screen and (min-width: 64.0625em) {
  .page-footer {
    background-image: url("../images/theme/background-footer-large.jpg"); } }

/**
 * Page Footer - signature
 */
.page-footer-signature {
  margin: 0;
  padding: 1.5rem 0;
  padding-top: 3rem;
  color: #781036; }

@media only screen and (min-width: 40.0625em) {
  .page-footer-signature {
    background-image: url("../images/theme/SignFooter_bg.png");
    background-position: top center;
    background-repeat: no-repeat; } }

.block-grid {
  display: block;
  margin: 3rem -0.75rem;
  padding: 0;
  list-style: none; }
  .block-grid:before, .block-grid:after {
    content: " ";
    display: table; }
  .block-grid:after {
    clear: both; }
  .block-grid > .block-grid-item {
    display: block;
    float: left;
    width: auto;
    height: auto;
    padding: 0 0.75rem;
    margin: 0;
    margin-bottom: 1.5rem; }
  .block-grid img {
    display: block;
    margin: 0 auto;
    width: 100%; }

.block-grid.small-one-up > .block-grid-item {
  width: 100%; }
  .block-grid.small-one-up > .block-grid-item:nth-of-type(1n) {
    clear: none; }
  .block-grid.small-one-up > .block-grid-item:nth-of-type(1n + 1) {
    clear: both; }

.block-grid.small-two-up > .block-grid-item {
  width: 50%; }
  .block-grid.small-two-up > .block-grid-item:nth-of-type(1n) {
    clear: none; }
  .block-grid.small-two-up > .block-grid-item:nth-of-type(2n + 1) {
    clear: both; }

.block-grid.small-three-up > .block-grid-item {
  width: 33.3333%; }
  .block-grid.small-three-up > .block-grid-item:nth-of-type(1n) {
    clear: none; }
  .block-grid.small-three-up > .block-grid-item:nth-of-type(3n + 1) {
    clear: both; }

.block-grid.small-four-up > .block-grid-item {
  width: 25%; }
  .block-grid.small-four-up > .block-grid-item:nth-of-type(1n) {
    clear: none; }
  .block-grid.small-four-up > .block-grid-item:nth-of-type(4n + 1) {
    clear: both; }

.block-grid.small-five-up > .block-grid-item {
  width: 20%; }
  .block-grid.small-five-up > .block-grid-item:nth-of-type(1n) {
    clear: none; }
  .block-grid.small-five-up > .block-grid-item:nth-of-type(5n + 1) {
    clear: both; }

@media only screen and (min-width: 40.0625em) {
  .block-grid.medium-one-up > .block-grid-item {
    width: 100%; }
    .block-grid.medium-one-up > .block-grid-item:nth-of-type(1n) {
      clear: none; }
    .block-grid.medium-one-up > .block-grid-item:nth-of-type(1n + 1) {
      clear: both; }
  .block-grid.medium-two-up > .block-grid-item {
    width: 50%; }
    .block-grid.medium-two-up > .block-grid-item:nth-of-type(1n) {
      clear: none; }
    .block-grid.medium-two-up > .block-grid-item:nth-of-type(2n + 1) {
      clear: both; }
  .block-grid.medium-three-up > .block-grid-item {
    width: 33.3333%; }
    .block-grid.medium-three-up > .block-grid-item:nth-of-type(1n) {
      clear: none; }
    .block-grid.medium-three-up > .block-grid-item:nth-of-type(3n + 1) {
      clear: both; }
  .block-grid.medium-four-up > .block-grid-item {
    width: 25%; }
    .block-grid.medium-four-up > .block-grid-item:nth-of-type(1n) {
      clear: none; }
    .block-grid.medium-four-up > .block-grid-item:nth-of-type(4n + 1) {
      clear: both; }
  .block-grid.medium-five-up > .block-grid-item {
    width: 20%; }
    .block-grid.medium-five-up > .block-grid-item:nth-of-type(1n) {
      clear: none; }
    .block-grid.medium-five-up > .block-grid-item:nth-of-type(5n + 1) {
      clear: both; } }

@media only screen and (min-width: 64.0625em) {
  .block-grid.large-one-up > .block-grid-item {
    width: 100%; }
    .block-grid.large-one-up > .block-grid-item:nth-of-type(1n) {
      clear: none; }
    .block-grid.large-one-up > .block-grid-item:nth-of-type(1n + 1) {
      clear: both; }
  .block-grid.large-two-up > .block-grid-item {
    width: 50%; }
    .block-grid.large-two-up > .block-grid-item:nth-of-type(1n) {
      clear: none; }
    .block-grid.large-two-up > .block-grid-item:nth-of-type(2n + 1) {
      clear: both; }
  .block-grid.large-three-up > .block-grid-item {
    width: 33.3333%; }
    .block-grid.large-three-up > .block-grid-item:nth-of-type(1n) {
      clear: none; }
    .block-grid.large-three-up > .block-grid-item:nth-of-type(3n + 1) {
      clear: both; }
  .block-grid.large-four-up > .block-grid-item {
    width: 25%; }
    .block-grid.large-four-up > .block-grid-item:nth-of-type(1n) {
      clear: none; }
    .block-grid.large-four-up > .block-grid-item:nth-of-type(4n + 1) {
      clear: both; }
  .block-grid.large-five-up > .block-grid-item {
    width: 20%; }
    .block-grid.large-five-up > .block-grid-item:nth-of-type(1n) {
      clear: none; }
    .block-grid.large-five-up > .block-grid-item:nth-of-type(5n + 1) {
      clear: both; } }

@media only screen and (min-width: 90.0625em) {
  .block-grid.xlarge-one-up > .block-grid-item {
    width: 100%; }
    .block-grid.xlarge-one-up > .block-grid-item:nth-of-type(1n) {
      clear: none; }
    .block-grid.xlarge-one-up > .block-grid-item:nth-of-type(1n + 1) {
      clear: both; }
  .block-grid.xlarge-two-up > .block-grid-item {
    width: 50%; }
    .block-grid.xlarge-two-up > .block-grid-item:nth-of-type(1n) {
      clear: none; }
    .block-grid.xlarge-two-up > .block-grid-item:nth-of-type(2n + 1) {
      clear: both; }
  .block-grid.xlarge-three-up > .block-grid-item {
    width: 33.3333%; }
    .block-grid.xlarge-three-up > .block-grid-item:nth-of-type(1n) {
      clear: none; }
    .block-grid.xlarge-three-up > .block-grid-item:nth-of-type(3n + 1) {
      clear: both; }
  .block-grid.xlarge-four-up > .block-grid-item {
    width: 25%; }
    .block-grid.xlarge-four-up > .block-grid-item:nth-of-type(1n) {
      clear: none; }
    .block-grid.xlarge-four-up > .block-grid-item:nth-of-type(4n + 1) {
      clear: both; }
  .block-grid.xlarge-five-up > .block-grid-item {
    width: 20%; }
    .block-grid.xlarge-five-up > .block-grid-item:nth-of-type(1n) {
      clear: none; }
    .block-grid.xlarge-five-up > .block-grid-item:nth-of-type(5n + 1) {
      clear: both; } }

@media only screen and (min-width: 120.0625em) {
  .block-grid.xxlarge-one-up > .block-grid-item {
    width: 100%; }
    .block-grid.xxlarge-one-up > .block-grid-item:nth-of-type(1n) {
      clear: none; }
    .block-grid.xxlarge-one-up > .block-grid-item:nth-of-type(1n + 1) {
      clear: both; }
  .block-grid.xxlarge-two-up > .block-grid-item {
    width: 50%; }
    .block-grid.xxlarge-two-up > .block-grid-item:nth-of-type(1n) {
      clear: none; }
    .block-grid.xxlarge-two-up > .block-grid-item:nth-of-type(2n + 1) {
      clear: both; }
  .block-grid.xxlarge-three-up > .block-grid-item {
    width: 33.3333%; }
    .block-grid.xxlarge-three-up > .block-grid-item:nth-of-type(1n) {
      clear: none; }
    .block-grid.xxlarge-three-up > .block-grid-item:nth-of-type(3n + 1) {
      clear: both; }
  .block-grid.xxlarge-four-up > .block-grid-item {
    width: 25%; }
    .block-grid.xxlarge-four-up > .block-grid-item:nth-of-type(1n) {
      clear: none; }
    .block-grid.xxlarge-four-up > .block-grid-item:nth-of-type(4n + 1) {
      clear: both; }
  .block-grid.xxlarge-five-up > .block-grid-item {
    width: 20%; }
    .block-grid.xxlarge-five-up > .block-grid-item:nth-of-type(1n) {
      clear: none; }
    .block-grid.xxlarge-five-up > .block-grid-item:nth-of-type(5n + 1) {
      clear: both; } }

.nav {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0; }
  .nav > li {
    display: inline;
    margin: 0;
    padding: 0; }

@media only screen and (min-width: 40.0625em) {
  .nav.nav-main > li {
    display: block;
    height: 4.5rem;
    float: left;
    position: relative; }
    .nav.nav-main > li > a {
      display: block;
      height: 4.5rem;
      line-height: 4.5rem;
      vertical-align: middle;
      background-color: #FFFFFF;
      padding: 0 0.75rem;
      margin: 0;
      text-decoration: none;
      color: #781036;
      font-weight: 100;
      -webkit-transition: all .1s;
           -o-transition: all .1s;
              transition: all .1s; }
      .nav.nav-main > li > a.active, .nav.nav-main > li > a:hover {
        background-color: #781036;
        color: #FFFFFF;
        -webkit-transition: all .1s;
             -o-transition: all .1s;
                transition: all .1s; }
    .nav.nav-main > li.active > a, .nav.nav-main > li:hover > a {
      background-color: #781036;
      color: #FFFFFF;
      -webkit-transition: all .1s;
           -o-transition: all .1s;
              transition: all .1s; }
    .nav.nav-main > li.first > a {
      border-radius: 10px 0 0 10px; }
    .nav.nav-main > li:last-child > a, .nav.nav-main > li.last > a {
      border-radius: 0 10px 10px 0; }
    .nav.nav-main > li:last-child:hover > a, .nav.nav-main > li.last:hover > a {
      border-radius: 0 10px 0 0; } }

@media only screen and (min-width: 64.0625em) {
  .nav.nav-main > li > a {
    padding: 0 1.5rem; } }

@media only screen and (min-width: 40.0625em) {
  .nav.nav-dropdown {
    display: none;
    position: absolute;
    min-width: 300px;
    right: 0;
    -webkit-transition: all .1s;
         -o-transition: all .1s;
            transition: all .1s;
    -webkit-box-shadow: 0 0 0 transparent;
            box-shadow: 0 0 0 transparent; }
    .nav.nav-dropdown > li {
      display: block;
      float: none; }
      .nav.nav-dropdown > li > a {
        display: block;
        vertical-align: middle;
        background-color: #FFFFFF;
        padding: 15px 20px;
        margin: 0;
        text-decoration: none;
        color: #781036;
        font-weight: 100;
        -webkit-transition: all .1s;
             -o-transition: all .1s;
                transition: all .1s; }
        .nav.nav-dropdown > li > a.active, .nav.nav-dropdown > li > a:hover {
          background-color: #781036;
          color: #FFFFFF;
          -webkit-transition: all .1s;
               -o-transition: all .1s;
                  transition: all .1s; }
      .nav.nav-dropdown > li:first-of-type > a, .nav.nav-dropdown > li.first > a {
        border-top-left-radius: 10px; }
      .nav.nav-dropdown > li:last-of-type > a, .nav.nav-dropdown > li.last > a {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px; }
  .nav > li:hover > .nav.nav-dropdown {
    border-radius: 10px 0 10px 10px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
    display: block;
    -webkit-transition: all .1s;
         -o-transition: all .1s;
            transition: all .1s; } }

.nav-submenu {
  display: block;
  margin: 0 -0.9375rem; }
  .nav-submenu ul {
    display: block;
    margin: 0;
    padding: 0;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .nav-submenu ul > li {
      display: inline-block;
      margin: 0;
      padding: 0; }
      .nav-submenu ul > li strong {
        line-height: 4.5rem;
        vertical-align: middle;
        display: block;
        padding: 0 0.75rem; }
      .nav-submenu ul > li a {
        line-height: 4.5rem;
        vertical-align: middle;
        display: block;
        height: 4.5rem;
        padding: 0 0.75rem;
        text-decoration: none; }
        .nav-submenu ul > li a:hover {
          background: #EEEEEE; }
        .nav-submenu ul > li a.active {
          background: #EEEEEE; }
      .nav-submenu ul > li:first-child a {
        border-radius: 10px 0 0 0; }

@media only screen and (min-width: 64.0625em) {
  .nav-submenu {
    margin: 0; } }

.nav.nav-footer {
  display: block;
  list-style: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  margin-bottom: 1.5rem; }
  .nav.nav-footer:before, .nav.nav-footer:after {
    content: " ";
    display: table; }
  .nav.nav-footer:after {
    clear: both; }
  .nav.nav-footer > li {
    display: block;
    float: left;
    clear: none; }
    .nav.nav-footer > li > a {
      display: block;
      color: #eaa6c1;
      margin: 0;
      padding: 0.375rem 0.625rem; }
      .nav.nav-footer > li > a:hover {
        color: #FFFFFF; }

@media only screen and (min-width: 40.0625em) {
  .nav-footer > li {
    width: 50%;
    clear: none; } }

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  .nav-footer > li {
    clear: none; }
    .nav-footer > li:nth-child(2n+1) {
      clear: both; } }

@media only screen and (min-width: 64.0625em) {
  .nav-footer > li {
    width: 33.3333%;
    clear: none; }
    .nav-footer > li:nth-child(3n+1) {
      clear: both; } }

.gallery-item .gallery-icon a {
  display: block;
  padding: 5px !important;
  background: #f4f4f4;
  -webkit-transition: all .15s;
       -o-transition: all .15s;
          transition: all .15s;
  border-radius: 5px; }
  .gallery-item .gallery-icon a img {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    text-decoration: none;
    border-radius: 2px; }
  .gallery-item .gallery-icon a:hover {
    background: #dcdcdc; }

.button {
  border-radius: 5px; }

.panel {
  padding: 1.5rem;
  margin-bottom: 1.5rem; }
  .panel.panel-marginless {
    margin-bottom: 0; }
  .panel .panel-content {
    display: block;
    margin: 0;
    margin-bottom: -1.5rem;
    padding: 0; }
  .panel.panel-header {
    border-style: solid;
    border-width: 2px;
    border-color: #C680A4;
    border-radius: 0.625rem;
    background-color: #662337;
    background-color: rgba(102, 35, 55, 0.7); }
  .panel.panel-proc-studio {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0; }

@media only screen and (min-width: 40.0625em) {
  .panel.panel-proc-studio {
    padding-left: 1.5rem;
    padding-right: 1.5rem; } }

.input-label {
  margin-bottom: .5em; }

.input-checkbox {
  display: block; }
  .input-checkbox:before, .input-checkbox:after {
    content: " ";
    display: table; }
  .input-checkbox:after {
    clear: both; }
  .input-checkbox input[type="checkbox"] {
    float: left;
    margin: 0.3em; }
  .input-checkbox .input-label {
    margin: 0 0 0 1.9em;
    display: block; }

.form-group {
  display: block;
  padding: 0;
  margin: 1.5rem 0; }

.form-controls-horizontal .input-label {
  margin: 0;
  padding-top: 10px; }

.form-actions {
  display: block;
  padding: 0;
  margin: 1.5rem 0 0 0; }

.form-select-mask {
  display: block;
  position: relative;
  padding: 10px 5px;
  border: 2px solid #c5c8cc;
  border-radius: 5px;
  background-color: #FFFFFF;
  cursor: pointer; }
  .form-select-mask:before, .form-select-mask:after {
    content: " ";
    display: table; }
  .form-select-mask:after {
    clear: both; }
  .form-select-mask .form-select-mask-value {
    float: left; }
  .form-select-mask .form-select-mask-icon {
    float: right; }

.form-mask {
  display: block;
  position: relative; }
  .form-mask .form-mask-content {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    z-index: 10; }
  .form-mask .form-mask-item {
    position: relative;
    z-index: 1;
    -webkit-transition: all .25s ease-in-out;
         -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out; }
  .form-mask .form-mask-content:focus ~ .form-mask-item {
    border-color: #79BFD8;
    -webkit-box-shadow: 0 0 10px rgba(121, 191, 216, 0.8);
            box-shadow: 0 0 10px rgba(121, 191, 216, 0.8);
    -webkit-transition: all .25s ease-in-out;
         -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out; }

input[type="checkbox"],
input[type="radio"],
select {
  cursor: pointer; }

input,
select,
textarea {
  font-weight: 300;
  font-size: inherit;
  -webkit-transition: all .25s ease-in-out;
       -o-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out; }
  input:focus,
  select:focus,
  textarea:focus {
    outline: 0 none;
    -webkit-transition: all .25s ease-in-out;
         -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out; }

input::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  font-weight: 400; }

input::-moz-placeholder,
select::-moz-placeholder {
  font-weight: 400; }

input:-moz-placeholder,
select:-moz-placeholder {
  font-weight: 400; }

input:-ms-input-placeholder,
select:-ms-input-placeholder {
  font-weight: 400; }

.form {
  display: block;
  margin: 0;
  padding: 0; }
  .form button,
  .form .button {
    margin-bottom: 0; }
  .form label {
    display: block;
    margin: 0 0 .5em 0;
    font-size: inherit; }
  .form fieldset {
    display: block;
    border: 0 none;
    padding: 0;
    margin: 0;
    font-size: inherit; }
  .form input,
  .form select,
  .form textarea {
    width: 100%;
    font-size: inherit;
    display: inline;
    line-height: inherit;
    padding: 10px 5px;
    border: 2px solid #c5c8cc;
    border-radius: 5px;
    background-color: #FFFFFF;
    -webkit-transition: all .25s ease-in-out;
         -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
    height: auto; }
    .form input:focus,
    .form select:focus,
    .form textarea:focus {
      border-color: #79BFD8;
      -webkit-box-shadow: 0 0 10px rgba(121, 191, 216, 0.8);
              box-shadow: 0 0 10px rgba(121, 191, 216, 0.8);
      -webkit-transition: all .25s ease-in-out;
           -o-transition: all .25s ease-in-out;
              transition: all .25s ease-in-out; }
  .form input[type="checkbox"],
  .form input[type="radio"] {
    width: auto; }

.input-interested {
  display: none;
  visibility: hidden; }

.form-input-interested {
  display: none;
  visibility: hidden;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

/**
 * Map Pobocky
 */
.map-pobocky {
  display: none; }

@media only screen and (min-width: 40.0625em) {
  .map-pobocky {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    left: auto;
    bottom: auto;
    display: block;
    width: 13.375rem;
    height: 7.625rem;
    margin: 0;
    padding: 0;
    background: transparent url("../images/theme/footer-mapka.png") 0 0 no-repeat;
    -webkit-background-size: 214px 122px;
            background-size: 214px 122px; }
    .map-pobocky .map-pobocky-pin {
      position: absolute;
      right: auto;
      bottom: auto;
      display: block;
      width: 1.125rem;
      height: 1.6875rem;
      background: transparent url("../images/theme/map-pin-small.png") 0 0 no-repeat;
      -webkit-background-size: 18px 27px;
              background-size: 18px 27px;
      padding: 0;
      margin: 0;
      border: 0 none;
      text-decoration: none;
      outline: 0 none; }
      .map-pobocky .map-pobocky-pin.pin-praha {
        top: 19.5%;
        left: 30.8%; }
      .map-pobocky .map-pobocky-pin.pin-brno {
        top: 54%;
        left: 64%; }
      .map-pobocky .map-pobocky-pin.pin-ostrava {
        top: 29.4%;
        left: 87.1%; }
      .map-pobocky .map-pobocky-pin.pin-karlovy-vary {
        top: 14%;
        left: 8%; } }

@media only screen and (min-width: 64.0625em) {
  .map-pobocky {
    right: -1rem; } }

.coupon-grid {
  display: block; }
  .coupon-grid [data-columns]::before {
    content: '2 .column.small-12.medium-6'; }
  .coupon-grid .row {
    margin-left: -1.5rem;
    margin-right: -1.5rem; }
    .coupon-grid .row .column {
      padding-left: 1.5rem;
      padding-right: 1.5rem; }

.no-js .coupon-grid [data-columns]::before {
  content: none; }

.coupon-item {
  position: relative;
  display: block;
  border-radius: 5px;
  -webkit-transition: all .25s;
       -o-transition: all .25s;
          transition: all .25s;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  padding: 0;
  margin: 0 0 3rem 0; }
  .coupon-item:before, .coupon-item:after {
    content: " ";
    display: table; }
  .coupon-item:after {
    clear: both; }
  .coupon-item:hover {
    -webkit-transition: all .25s;
         -o-transition: all .25s;
            transition: all .25s;
    -webkit-box-shadow: 0 0px 0px 3px #781036;
            box-shadow: 0 0px 0px 3px #781036; }

.coupon-item-image {
  position: relative;
  display: block;
  width: auto;
  background-color: #EFEFEF;
  border-radius: 5px 5px 0 0; }
  .coupon-item-image:before, .coupon-item-image:after {
    content: " ";
    display: table; }
  .coupon-item-image:after {
    clear: both; }
  .coupon-item-image img {
    display: block;
    margin: 0;
    padding: 0;
    text-decoration: none;
    border: 0 none;
    outline: 0 none;
    border-radius: 5px 5px 0 0; }

.coupon-item-body {
  display: block;
  background-color: #FFFFFF;
  margin: 0;
  padding: 0;
  border: 1px solid #EFEFEF;
  border-top: 0 none;
  border-radius: 0 0 5px 5px; }
  .coupon-item-body:before, .coupon-item-body:after {
    content: " ";
    display: table; }
  .coupon-item-body:after {
    clear: both; }

.coupon-item-body-header {
  margin: 0.75rem; }

.coupon-item-body-properties {
  display: block;
  border-top: 1px solid #EFEFEF; }
  .coupon-item-body-properties:before, .coupon-item-body-properties:after {
    content: " ";
    display: table; }
  .coupon-item-body-properties:after {
    clear: both; }

.coupon-item-hover {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: none;
  opacity: 0;
  z-index: 10;
  border-radius: 5px 5px 0 0;
  -webkit-box-shadow: inset 0 0 100px 0 #FFFFFF;
          box-shadow: inset 0 0 100px 0 #FFFFFF;
  -webkit-transition: opacity .25s ease-in-out;
       -o-transition: opacity .25s ease-in-out;
          transition: opacity .25s ease-in-out; }

.coupon-item-hover-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 5px 5px 0 0;
  opacity: .5;
  z-index: 10; }

.coupon-item-hover-content {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  margin: 0;
  padding: 1.5rem;
  padding-top: 6.75rem;
  z-index: 20; }

.coupon-item .coupon-item-hover {
  display: block; }

.coupon-item:hover .coupon-item-hover {
  -webkit-transition: opacity .25s ease-in-out;
       -o-transition: opacity .25s ease-in-out;
          transition: opacity .25s ease-in-out;
  opacity: 1; }

.coupon-item-prop {
  display: block;
  border: 0 none;
  margin: 0;
  padding: 0.5rem 0.75rem;
  text-align: right;
  float: left; }
  .coupon-item-prop.prop-due-date {
    width: 40%; }
  .coupon-item-prop.prop-percent {
    width: 25%; }
  .coupon-item-prop.prop-price {
    width: 35%; }

.coupon-item-prop + .coupon-item-prop {
  border-left: 1px solid #EFEFEF; }

.coupon-item-prop-header {
  display: block;
  font-size: 88%; }

.coupon-item-prop-content {
  display: block;
  font-size: 112.5%; }

.coupon-item-range {
  margin: 0 0 1.5rem 0; }

.coupon-item-range-header {
  margin: 0 0 0.75rem 0; }
  .coupon-item-range-header table {
    border: 0 none;
    background-color: transparent;
    font-size: inherit; }
    .coupon-item-range-header table tr, .coupon-item-range-header table td {
      padding: 0; }

.coupon-item-range-bar {
  display: block;
  position: relative;
  margin: 0 0 0.75rem 0;
  padding: 0;
  height: 0.375rem;
  width: auto;
  background-color: #EFEFEF;
  border-radius: 5px;
  overflow: hidden; }

.coupon-item-range-bar-filling {
  display: block;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  width: auto;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #67BB24;
  border-radius: 5px; }

.coupon-primary-body,
.coupon-primary-footer {
  display: block;
  margin: 1.5rem 0; }

.coupon-primary-footer {
  margin-bottom: 3rem; }

.coupon-primary-body-image img {
  display: block;
  margin: 0 auto;
  border-radius: 5px; }

.coupon-primary-body-content {
  display: block;
  padding: 0;
  margin: 1.5rem 0; }

.coupon-primary-perex {
  height: 6rem;
  overflow: hidden;
  margin: 0 0 1.5rem 0;
  padding: 0;
  position: relative; }

.coupon-primary-footer-column {
  vertical-align: middle;
  padding-top: 0.495rem;
  padding-bottom: 0.495rem; }
  .coupon-primary-footer-column.column-validity {
    width: 23%; }
  .coupon-primary-footer-column.column-value {
    width: 50%; }
  .coupon-primary-footer-column.column-cta {
    text-align: right; }

.coupon-primary-footer-column + .coupon-primary-footer-column {
  border-left: 2px solid #EFEFEF; }

.coupon-info-box {
  display: block;
  border: 2px solid #EEEEEE;
  border-radius: 5px;
  margin: 0;
  margin-bottom: 1.5rem;
  padding: 0; }
  .coupon-info-box:before, .coupon-info-box:after {
    content: " ";
    display: table; }
  .coupon-info-box:after {
    clear: both; }

.coupon-info-box-content {
  display: block;
  padding: 0;
  margin: 1em; }

.coupon-form-buyout {
  display: block;
  border: 2px solid #EEEEEE;
  border-radius: 5px;
  margin: 0;
  padding: 0; }
  .coupon-form-buyout:before, .coupon-form-buyout:after {
    content: " ";
    display: table; }
  .coupon-form-buyout:after {
    clear: both; }
  .coupon-form-buyout + .coupon-form-buyout {
    margin-top: 1.5rem; }

.coupon-form-buyout-content {
  display: block;
  padding: 0;
  margin: 1.5rem; }

.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer; }
  .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em; }

.slicknav_menu {
  *zoom: 1; }
  .slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left; }
  .slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
    height: 0.875em;
    margin: 0.188em 0 0 0.438em; }
    .slicknav_menu .slicknav_icon:before {
      background: transparent;
      width: 1.125em;
      height: 0.875em;
      display: block;
      content: "";
      position: absolute; }
  .slicknav_menu .slicknav_no-text {
    margin: 0; }
  .slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
  .slicknav_menu:before {
    content: " ";
    display: table; }
  .slicknav_menu:after {
    content: " ";
    display: table;
    clear: both; }

.slicknav_nav {
  clear: both; }
  .slicknav_nav ul {
    display: block; }
  .slicknav_nav li {
    display: block; }
  .slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em; }
  .slicknav_nav .slicknav_item {
    cursor: pointer; }
    .slicknav_nav .slicknav_item a {
      display: inline; }
  .slicknav_nav .slicknav_row {
    display: block; }
  .slicknav_nav a {
    display: block; }
  .slicknav_nav .slicknav_parent-link a {
    display: inline; }

.slicknav_brand {
  float: left; }

.slicknav_menu {
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #4c4c4c;
  padding: 5px; }
  .slicknav_menu * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .slicknav_menu .slicknav_menutxt {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 3px #000; }
  .slicknav_menu .slicknav_icon-bar {
    background-color: #fff; }

.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  border-radius: 4px;
  background-color: #222; }

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden; }
  .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 0 0 20px; }
  .slicknav_nav .slicknav_row {
    padding: 5px 10px;
    margin: 2px 5px; }
    .slicknav_nav .slicknav_row:hover {
      border-radius: 6px;
      background: #ccc;
      color: #fff; }
  .slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #fff; }
    .slicknav_nav a:hover {
      border-radius: 6px;
      background: #ccc;
      color: #222; }
  .slicknav_nav .slicknav_txtnode {
    margin-left: 15px; }
  .slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0; }
  .slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0; }

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px; }

@-webkit-keyframes navigation-in {
  0% {
    -webkit-transform: translateY(-8em);
            transform: translateY(-8em); }
  40% {
    -webkit-transform: translateY(-8em);
            transform: translateY(-8em); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-o-keyframes navigation-in {
  0% {
    -o-transform: translateY(-8em);
       transform: translateY(-8em); }
  40% {
    -o-transform: translateY(-8em);
       transform: translateY(-8em); }
  100% {
    -o-transform: translateY(0);
       transform: translateY(0); } }

@keyframes navigation-in {
  0% {
    -webkit-transform: translateY(-8em);
         -o-transform: translateY(-8em);
            transform: translateY(-8em); }
  40% {
    -webkit-transform: translateY(-8em);
         -o-transform: translateY(-8em);
            transform: translateY(-8em); }
  100% {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0); } }

.slicknav_menu,
.nav-mobile {
  display: none; }

.main-navigation {
  display: block; }

.js body {
  padding-top: 6rem; }

.js .slicknav_menu {
  display: block;
  -webkit-animation: navigation-in 1s 0s ease;
       -o-animation: navigation-in 1s 0s ease;
          animation: navigation-in 1s 0s ease; }

.js .main-navigation,
.js .page-brand-logo {
  display: none; }

.js .nav-mobile {
  display: block;
  position: fixed;
  width: 100%;
  z-index: 1000;
  top: 0; }

@media only screen and (min-width: 40.0625em) {
  .js body {
    padding-top: 0; }
  .js .slicknav_menu {
    display: none; }
  .js .main-navigation,
  .js .page-brand-logo {
    display: block; } }

.slicknav_menu {
  font-size: inherit;
  background: #FFFFFF;
  border-bottom: 1px solid #CCCCCC;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin: 5px;
  border-radius: 3px; }
  .slicknav_menu .slicknav_menutxt {
    color: #FFFFFF;
    font-weight: bold;
    text-shadow: 0 1px 3px #000; }
  .slicknav_menu .slicknav_icon-bar {
    background-color: #FFFFFF; }

.slicknav_btn {
  margin: 5px 5px 6px 5px;
  padding: 1rem 1.2rem 1.0625rem 1.2rem;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  border-radius: 4px;
  background-color: #781036; }

.slicknav_nav {
  color: #781036;
  margin: 0;
  padding: 0;
  font-size: 100%;
  list-style: none;
  overflow: hidden;
  overflow-y: scroll;
  max-height: 80vh; }
  .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 0 0 20px; }
  .slicknav_nav .slicknav_row,
  .slicknav_nav a {
    padding: 10px 10px;
    margin: 2px 5px; }
    .slicknav_nav .slicknav_row:hover,
    .slicknav_nav a:hover {
      border-radius: 6px;
      background: #EEEEEE;
      color: #781036; }
  .slicknav_nav a {
    text-decoration: none;
    color: #781036; }
  .slicknav_nav .slicknav_txtnode {
    margin-left: 15px; }
  .slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0; }
  .slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0; }

@media only screen and (orientation: landscape) {
  .slicknav_nav {
    max-height: 70vh; } }

.slicknav_brand {
  color: #781036;
  font-size: 112.5%;
  padding: .75rem .5rem 0 .5rem;
  line-height: 1.2; }

.slicknav_brand-link {
  text-decoration: none; }

.slicknav_brand-link-part {
  display: block; }
/*# sourceMappingURL=main.css.map */
