/* susy framework */
/* zakladni promenne a mixiny */
/*
$mq-show-breakpoints: (sm, md, lg, xl);
body:before {right:auto !important;top:auto !important;left:0;bottom:0;}
*/
/*svg ikony ve sprite */
.head__facebook, .search__toggle, .search input[type=submit], .mfp-arrow-right:after, .mfp-arrow-left:after, .gallery__title:after, .gallery__download:after, .gallery__open:after, .intro__down, .intro__slides .slick-prev, .intro__slides .slick-next, .video__slider .slick-prev, .video__slider .slick-next, .grid__arrow, .grid__item--double .grid__arrow, .home__contact p:after, .home form input[type=submit] {
  display: inline-block;
  background-image: url("../images/sprite.svg");
  background-size: 200px 163px;
  background-repeat: no-repeat; }

.no-svg .head__facebook, .no-svg .search__toggle, .no-svg .search input[type=submit], .no-svg .mfp-arrow-right:after, .no-svg .mfp-arrow-left:after, .no-svg .gallery__title:after, .no-svg .gallery__download:after, .no-svg .gallery__open:after, .no-svg .intro__down, .no-svg .intro__slides .slick-prev, .no-svg .intro__slides .slick-next, .no-svg .video__slider .slick-prev, .no-svg .video__slider .slick-next, .no-svg .grid__arrow, .no-svg .grid__item--double .grid__arrow, .no-svg .home__contact p:after, .no-svg .home form input[type=submit] {
  background-image: url("../images/sprite.png"); }

/* nemenne knihovny */
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit; }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select {
  /* 2 */
  overflow: visible; }

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0; }

/**
 * Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; }

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* layout a grid */
.content {
  max-width: 960px;
  padding: 0 20px 60px 20px; }
  @media (min-width: 62em) {
    .content {
      padding: 0 20px 60px 160px; } }
  @media (min-width: 75em) {
    .content {
      margin: auto;
      padding: 0 0 60px 0; } }
  .content img {
    max-width: 100%;
    height: auto; }
  .content--nobpadding {
    padding-bottom: 0; }
  .content--notpadding {
    padding-top: 0; }

@media (min-width: 48em) {
  .intro + .detail {
    padding-top: 5px;
    position: relative;
    top: -100px;
    margin-bottom: -100px;
    background: url(../images/intro.png) repeat-x; } }

.title {
  position: relative;
  padding: 30px 20px 0 20px; }
  .title .container {
    max-width: none;
    padding-left: 0;
    padding-right: 0; }
  @media (min-width: 62em) {
    .title {
      padding: 0 20px 0 180px; } }

@media (min-width: 62em) {
  .page--text .title {
    padding-left: 160px; } }

@media (min-width: 75em) {
  .page--text .title {
    max-width: 960px;
    margin: auto;
    padding-left: 0;
    padding-right: 0; } }

.page--text .title .container {
  padding-left: 1.42857%;
  padding-right: 1.42857%; }

.subtitle {
  margin-top: -30px;
  margin-bottom: 30px;
  font-style: italic;
  font-weight: 300; }

.map {
  margin: 30px 0; }

#map {
  height: 400px; }

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.38889%;
  padding-right: 1.38889%; }
  .container:after {
    content: " ";
    display: block;
    clear: both; }

.row {
  margin: 0 -1.38889%; }
  .row:after {
    content: " ";
    display: block;
    clear: both; }

.col-xs-1 {
  width: 5.55556%;
  float: left;
  margin-left: 1.38889%;
  margin-right: 1.38889%;
  min-height: 1px; }

.col-xs-offset-1 {
  margin-left: 9.72222%; }

.col-xs-offset-2 {
  margin-left: 18.05556%; }

.col-xs-offset-3 {
  margin-left: 26.38889%; }

.col-xs-offset-4 {
  margin-left: 34.72222%; }

.col-xs-offset-5 {
  margin-left: 43.05556%; }

.col-xs-offset-6 {
  margin-left: 51.38889%; }

.col-xs-offset-7 {
  margin-left: 59.72222%; }

.col-xs-offset-8 {
  margin-left: 68.05556%; }

.col-xs-offset-9 {
  margin-left: 76.38889%; }

.col-xs-offset-10 {
  margin-left: 84.72222%; }

.col-xs-offset-11 {
  margin-left: 93.05556%; }

.col-xs-offset-12 {
  margin-left: 101.38889%; }

.col-xs-2 {
  width: 13.88889%;
  float: left;
  margin-left: 1.38889%;
  margin-right: 1.38889%;
  min-height: 1px; }

.col-xs-offset-1 {
  margin-left: 9.72222%; }

.col-xs-offset-2 {
  margin-left: 18.05556%; }

.col-xs-offset-3 {
  margin-left: 26.38889%; }

.col-xs-offset-4 {
  margin-left: 34.72222%; }

.col-xs-offset-5 {
  margin-left: 43.05556%; }

.col-xs-offset-6 {
  margin-left: 51.38889%; }

.col-xs-offset-7 {
  margin-left: 59.72222%; }

.col-xs-offset-8 {
  margin-left: 68.05556%; }

.col-xs-offset-9 {
  margin-left: 76.38889%; }

.col-xs-offset-10 {
  margin-left: 84.72222%; }

.col-xs-offset-11 {
  margin-left: 93.05556%; }

.col-xs-offset-12 {
  margin-left: 101.38889%; }

.col-xs-3 {
  width: 22.22222%;
  float: left;
  margin-left: 1.38889%;
  margin-right: 1.38889%;
  min-height: 1px; }

.col-xs-offset-1 {
  margin-left: 9.72222%; }

.col-xs-offset-2 {
  margin-left: 18.05556%; }

.col-xs-offset-3 {
  margin-left: 26.38889%; }

.col-xs-offset-4 {
  margin-left: 34.72222%; }

.col-xs-offset-5 {
  margin-left: 43.05556%; }

.col-xs-offset-6 {
  margin-left: 51.38889%; }

.col-xs-offset-7 {
  margin-left: 59.72222%; }

.col-xs-offset-8 {
  margin-left: 68.05556%; }

.col-xs-offset-9 {
  margin-left: 76.38889%; }

.col-xs-offset-10 {
  margin-left: 84.72222%; }

.col-xs-offset-11 {
  margin-left: 93.05556%; }

.col-xs-offset-12 {
  margin-left: 101.38889%; }

.col-xs-4 {
  width: 30.55556%;
  float: left;
  margin-left: 1.38889%;
  margin-right: 1.38889%;
  min-height: 1px; }

.col-xs-offset-1 {
  margin-left: 9.72222%; }

.col-xs-offset-2 {
  margin-left: 18.05556%; }

.col-xs-offset-3 {
  margin-left: 26.38889%; }

.col-xs-offset-4 {
  margin-left: 34.72222%; }

.col-xs-offset-5 {
  margin-left: 43.05556%; }

.col-xs-offset-6 {
  margin-left: 51.38889%; }

.col-xs-offset-7 {
  margin-left: 59.72222%; }

.col-xs-offset-8 {
  margin-left: 68.05556%; }

.col-xs-offset-9 {
  margin-left: 76.38889%; }

.col-xs-offset-10 {
  margin-left: 84.72222%; }

.col-xs-offset-11 {
  margin-left: 93.05556%; }

.col-xs-offset-12 {
  margin-left: 101.38889%; }

.col-xs-5 {
  width: 38.88889%;
  float: left;
  margin-left: 1.38889%;
  margin-right: 1.38889%;
  min-height: 1px; }

.col-xs-offset-1 {
  margin-left: 9.72222%; }

.col-xs-offset-2 {
  margin-left: 18.05556%; }

.col-xs-offset-3 {
  margin-left: 26.38889%; }

.col-xs-offset-4 {
  margin-left: 34.72222%; }

.col-xs-offset-5 {
  margin-left: 43.05556%; }

.col-xs-offset-6 {
  margin-left: 51.38889%; }

.col-xs-offset-7 {
  margin-left: 59.72222%; }

.col-xs-offset-8 {
  margin-left: 68.05556%; }

.col-xs-offset-9 {
  margin-left: 76.38889%; }

.col-xs-offset-10 {
  margin-left: 84.72222%; }

.col-xs-offset-11 {
  margin-left: 93.05556%; }

.col-xs-offset-12 {
  margin-left: 101.38889%; }

.col-xs-6 {
  width: 47.22222%;
  float: left;
  margin-left: 1.38889%;
  margin-right: 1.38889%;
  min-height: 1px; }

.col-xs-offset-1 {
  margin-left: 9.72222%; }

.col-xs-offset-2 {
  margin-left: 18.05556%; }

.col-xs-offset-3 {
  margin-left: 26.38889%; }

.col-xs-offset-4 {
  margin-left: 34.72222%; }

.col-xs-offset-5 {
  margin-left: 43.05556%; }

.col-xs-offset-6 {
  margin-left: 51.38889%; }

.col-xs-offset-7 {
  margin-left: 59.72222%; }

.col-xs-offset-8 {
  margin-left: 68.05556%; }

.col-xs-offset-9 {
  margin-left: 76.38889%; }

.col-xs-offset-10 {
  margin-left: 84.72222%; }

.col-xs-offset-11 {
  margin-left: 93.05556%; }

.col-xs-offset-12 {
  margin-left: 101.38889%; }

.col-xs-7 {
  width: 55.55556%;
  float: left;
  margin-left: 1.38889%;
  margin-right: 1.38889%;
  min-height: 1px; }

.col-xs-offset-1 {
  margin-left: 9.72222%; }

.col-xs-offset-2 {
  margin-left: 18.05556%; }

.col-xs-offset-3 {
  margin-left: 26.38889%; }

.col-xs-offset-4 {
  margin-left: 34.72222%; }

.col-xs-offset-5 {
  margin-left: 43.05556%; }

.col-xs-offset-6 {
  margin-left: 51.38889%; }

.col-xs-offset-7 {
  margin-left: 59.72222%; }

.col-xs-offset-8 {
  margin-left: 68.05556%; }

.col-xs-offset-9 {
  margin-left: 76.38889%; }

.col-xs-offset-10 {
  margin-left: 84.72222%; }

.col-xs-offset-11 {
  margin-left: 93.05556%; }

.col-xs-offset-12 {
  margin-left: 101.38889%; }

.col-xs-8 {
  width: 63.88889%;
  float: left;
  margin-left: 1.38889%;
  margin-right: 1.38889%;
  min-height: 1px; }

.col-xs-offset-1 {
  margin-left: 9.72222%; }

.col-xs-offset-2 {
  margin-left: 18.05556%; }

.col-xs-offset-3 {
  margin-left: 26.38889%; }

.col-xs-offset-4 {
  margin-left: 34.72222%; }

.col-xs-offset-5 {
  margin-left: 43.05556%; }

.col-xs-offset-6 {
  margin-left: 51.38889%; }

.col-xs-offset-7 {
  margin-left: 59.72222%; }

.col-xs-offset-8 {
  margin-left: 68.05556%; }

.col-xs-offset-9 {
  margin-left: 76.38889%; }

.col-xs-offset-10 {
  margin-left: 84.72222%; }

.col-xs-offset-11 {
  margin-left: 93.05556%; }

.col-xs-offset-12 {
  margin-left: 101.38889%; }

.col-xs-9 {
  width: 72.22222%;
  float: left;
  margin-left: 1.38889%;
  margin-right: 1.38889%;
  min-height: 1px; }

.col-xs-offset-1 {
  margin-left: 9.72222%; }

.col-xs-offset-2 {
  margin-left: 18.05556%; }

.col-xs-offset-3 {
  margin-left: 26.38889%; }

.col-xs-offset-4 {
  margin-left: 34.72222%; }

.col-xs-offset-5 {
  margin-left: 43.05556%; }

.col-xs-offset-6 {
  margin-left: 51.38889%; }

.col-xs-offset-7 {
  margin-left: 59.72222%; }

.col-xs-offset-8 {
  margin-left: 68.05556%; }

.col-xs-offset-9 {
  margin-left: 76.38889%; }

.col-xs-offset-10 {
  margin-left: 84.72222%; }

.col-xs-offset-11 {
  margin-left: 93.05556%; }

.col-xs-offset-12 {
  margin-left: 101.38889%; }

.col-xs-10 {
  width: 80.55556%;
  float: left;
  margin-left: 1.38889%;
  margin-right: 1.38889%;
  min-height: 1px; }

.col-xs-offset-1 {
  margin-left: 9.72222%; }

.col-xs-offset-2 {
  margin-left: 18.05556%; }

.col-xs-offset-3 {
  margin-left: 26.38889%; }

.col-xs-offset-4 {
  margin-left: 34.72222%; }

.col-xs-offset-5 {
  margin-left: 43.05556%; }

.col-xs-offset-6 {
  margin-left: 51.38889%; }

.col-xs-offset-7 {
  margin-left: 59.72222%; }

.col-xs-offset-8 {
  margin-left: 68.05556%; }

.col-xs-offset-9 {
  margin-left: 76.38889%; }

.col-xs-offset-10 {
  margin-left: 84.72222%; }

.col-xs-offset-11 {
  margin-left: 93.05556%; }

.col-xs-offset-12 {
  margin-left: 101.38889%; }

.col-xs-11 {
  width: 88.88889%;
  float: left;
  margin-left: 1.38889%;
  margin-right: 1.38889%;
  min-height: 1px; }

.col-xs-offset-1 {
  margin-left: 9.72222%; }

.col-xs-offset-2 {
  margin-left: 18.05556%; }

.col-xs-offset-3 {
  margin-left: 26.38889%; }

.col-xs-offset-4 {
  margin-left: 34.72222%; }

.col-xs-offset-5 {
  margin-left: 43.05556%; }

.col-xs-offset-6 {
  margin-left: 51.38889%; }

.col-xs-offset-7 {
  margin-left: 59.72222%; }

.col-xs-offset-8 {
  margin-left: 68.05556%; }

.col-xs-offset-9 {
  margin-left: 76.38889%; }

.col-xs-offset-10 {
  margin-left: 84.72222%; }

.col-xs-offset-11 {
  margin-left: 93.05556%; }

.col-xs-offset-12 {
  margin-left: 101.38889%; }

.col-xs-12 {
  width: 97.22222%;
  float: left;
  margin-left: 1.38889%;
  margin-right: 1.38889%;
  min-height: 1px; }

.col-xs-offset-1 {
  margin-left: 9.72222%; }

.col-xs-offset-2 {
  margin-left: 18.05556%; }

.col-xs-offset-3 {
  margin-left: 26.38889%; }

.col-xs-offset-4 {
  margin-left: 34.72222%; }

.col-xs-offset-5 {
  margin-left: 43.05556%; }

.col-xs-offset-6 {
  margin-left: 51.38889%; }

.col-xs-offset-7 {
  margin-left: 59.72222%; }

.col-xs-offset-8 {
  margin-left: 68.05556%; }

.col-xs-offset-9 {
  margin-left: 76.38889%; }

.col-xs-offset-10 {
  margin-left: 84.72222%; }

.col-xs-offset-11 {
  margin-left: 93.05556%; }

.col-xs-offset-12 {
  margin-left: 101.38889%; }

@media (min-width: 34em) {
  .col-sm-1 {
    width: 5.55556%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
    min-height: 1px; }
  .col-sm-2 {
    width: 13.88889%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
    min-height: 1px; }
  .col-sm-3 {
    width: 22.22222%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
    min-height: 1px; }
  .col-sm-4 {
    width: 30.55556%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
    min-height: 1px; }
  .col-sm-5 {
    width: 38.88889%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
    min-height: 1px; }
  .col-sm-6 {
    width: 47.22222%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
    min-height: 1px; }
  .col-sm-7 {
    width: 55.55556%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
    min-height: 1px; }
  .col-sm-8 {
    width: 63.88889%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
    min-height: 1px; }
  .col-sm-9 {
    width: 72.22222%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
    min-height: 1px; }
  .col-sm-10 {
    width: 80.55556%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
    min-height: 1px; }
  .col-sm-11 {
    width: 88.88889%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
    min-height: 1px; }
  .col-sm-12 {
    width: 97.22222%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
    min-height: 1px; }
  .col-sm-offset-1 {
    margin-left: 9.72222%; }
  .col-sm-offset-2 {
    margin-left: 18.05556%; }
  .col-sm-offset-3 {
    margin-left: 26.38889%; }
  .col-sm-offset-4 {
    margin-left: 34.72222%; }
  .col-sm-offset-5 {
    margin-left: 43.05556%; }
  .col-sm-offset-6 {
    margin-left: 51.38889%; }
  .col-sm-offset-7 {
    margin-left: 59.72222%; }
  .col-sm-offset-8 {
    margin-left: 68.05556%; }
  .col-sm-offset-9 {
    margin-left: 76.38889%; }
  .col-sm-offset-10 {
    margin-left: 84.72222%; }
  .col-sm-offset-11 {
    margin-left: 93.05556%; }
  .col-sm-offset-12 {
    margin-left: 101.38889%; } }

@media (min-width: 48em) {
  .col-md-1 {
    width: 5.55556%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
    min-height: 1px; }
  .col-md-2 {
    width: 13.88889%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
    min-height: 1px; }
  .col-md-3 {
    width: 22.22222%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
    min-height: 1px; }
  .col-md-4 {
    width: 30.55556%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
    min-height: 1px; }
  .col-md-5 {
    width: 38.88889%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
    min-height: 1px; }
  .col-md-6 {
    width: 47.22222%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
    min-height: 1px; }
  .col-md-7 {
    width: 55.55556%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
    min-height: 1px; }
  .col-md-8 {
    width: 63.88889%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
    min-height: 1px; }
  .col-md-9 {
    width: 72.22222%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
    min-height: 1px; }
  .col-md-10 {
    width: 80.55556%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
    min-height: 1px; }
  .col-md-11 {
    width: 88.88889%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
    min-height: 1px; }
  .col-md-12 {
    width: 97.22222%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
    min-height: 1px; }
  .col-md-offset-1 {
    margin-left: 9.72222%; }
  .col-md-offset-2 {
    margin-left: 18.05556%; }
  .col-md-offset-3 {
    margin-left: 26.38889%; }
  .col-md-offset-4 {
    margin-left: 34.72222%; }
  .col-md-offset-5 {
    margin-left: 43.05556%; }
  .col-md-offset-6 {
    margin-left: 51.38889%; }
  .col-md-offset-7 {
    margin-left: 59.72222%; }
  .col-md-offset-8 {
    margin-left: 68.05556%; }
  .col-md-offset-9 {
    margin-left: 76.38889%; }
  .col-md-offset-10 {
    margin-left: 84.72222%; }
  .col-md-offset-11 {
    margin-left: 93.05556%; }
  .col-md-offset-12 {
    margin-left: 101.38889%; } }

@media (min-width: 62em) {
  .col-lg-1 {
    width: 5.55556%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
    min-height: 1px; }
  .col-lg-2 {
    width: 13.88889%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
    min-height: 1px; }
  .col-lg-3 {
    width: 22.22222%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
    min-height: 1px; }
  .col-lg-4 {
    width: 30.55556%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
    min-height: 1px; }
  .col-lg-5 {
    width: 38.88889%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
    min-height: 1px; }
  .col-lg-6 {
    width: 47.22222%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
    min-height: 1px; }
  .col-lg-7 {
    width: 55.55556%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
    min-height: 1px; }
  .col-lg-8 {
    width: 63.88889%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
    min-height: 1px; }
  .col-lg-9 {
    width: 72.22222%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
    min-height: 1px; }
  .col-lg-10 {
    width: 80.55556%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
    min-height: 1px; }
  .col-lg-11 {
    width: 88.88889%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
    min-height: 1px; }
  .col-lg-12 {
    width: 97.22222%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
    min-height: 1px; }
  .col-lg-offset-1 {
    margin-left: 9.72222%; }
  .col-lg-offset-2 {
    margin-left: 18.05556%; }
  .col-lg-offset-3 {
    margin-left: 26.38889%; }
  .col-lg-offset-4 {
    margin-left: 34.72222%; }
  .col-lg-offset-5 {
    margin-left: 43.05556%; }
  .col-lg-offset-6 {
    margin-left: 51.38889%; }
  .col-lg-offset-7 {
    margin-left: 59.72222%; }
  .col-lg-offset-8 {
    margin-left: 68.05556%; }
  .col-lg-offset-9 {
    margin-left: 76.38889%; }
  .col-lg-offset-10 {
    margin-left: 84.72222%; }
  .col-lg-offset-11 {
    margin-left: 93.05556%; }
  .col-lg-offset-12 {
    margin-left: 101.38889%; } }

@media (min-width: 75em) {
  .col-xl-1 {
    width: 5.55556%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
    min-height: 1px; }
  .col-xl-2 {
    width: 13.88889%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
    min-height: 1px; }
  .col-xl-3 {
    width: 22.22222%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
    min-height: 1px; }
  .col-xl-4 {
    width: 30.55556%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
    min-height: 1px; }
  .col-xl-5 {
    width: 38.88889%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
    min-height: 1px; }
  .col-xl-6 {
    width: 47.22222%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
    min-height: 1px; }
  .col-xl-7 {
    width: 55.55556%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
    min-height: 1px; }
  .col-xl-8 {
    width: 63.88889%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
    min-height: 1px; }
  .col-xl-9 {
    width: 72.22222%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
    min-height: 1px; }
  .col-xl-10 {
    width: 80.55556%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
    min-height: 1px; }
  .col-xl-11 {
    width: 88.88889%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
    min-height: 1px; }
  .col-xl-12 {
    width: 97.22222%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
    min-height: 1px; }
  .col-xl-offset-1 {
    margin-left: 9.72222%; }
  .col-xl-offset-2 {
    margin-left: 18.05556%; }
  .col-xl-offset-3 {
    margin-left: 26.38889%; }
  .col-xl-offset-4 {
    margin-left: 34.72222%; }
  .col-xl-offset-5 {
    margin-left: 43.05556%; }
  .col-xl-offset-6 {
    margin-left: 51.38889%; }
  .col-xl-offset-7 {
    margin-left: 59.72222%; }
  .col-xl-offset-8 {
    margin-left: 68.05556%; }
  .col-xl-offset-9 {
    margin-left: 76.38889%; }
  .col-xl-offset-10 {
    margin-left: 84.72222%; }
  .col-xl-offset-11 {
    margin-left: 93.05556%; }
  .col-xl-offset-12 {
    margin-left: 101.38889%; } }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 33.99em) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 34em) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 47.99em) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 48em) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 61.99em) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 62em) {
  .hidden-lg-down {
    display: none !important; } }

@media (max-width: 74.99em) {
  .hidden-lg-up {
    display: none !important; } }

@media (min-width: 75em) {
  .hidden-xl-up {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

/* zakladni obsahove prvky */
@font-face {
  font-family: 'sommet';
  src: url("./font/sommetroundedlight-webfont.eot");
  src: url("./font/sommetroundedlight-webfont.eot?#iefix") format("embedded-opentype"), url("./font/sommetroundedlight-webfont.woff2") format("woff2"), url("./font/sommetroundedlight-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'sommet';
  src: url("./font/sommetroundedlightitalic-webfont.eot");
  src: url("./font/sommetroundedlightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("./font/sommetroundedlightitalic-webfont.woff2") format("woff2"), url("./font/sommetroundedlightitalic-webfont.woff") format("woff");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'sommet';
  src: url("./font/sommetroundedregular_0-webfont.eot");
  src: url("./font/sommetroundedregular_0-webfont.eot?#iefix") format("embedded-opentype"), url("./font/sommetroundedregular_0-webfont.woff2") format("woff2"), url("./font/sommetroundedregular_0-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'sommet';
  src: url("./font/sommetroundedregularitalic_0-webfont.eot");
  src: url("./font/sommetroundedregularitalic_0-webfont.eot?#iefix") format("embedded-opentype"), url("./font/sommetroundedregularitalic_0-webfont.woff2") format("woff2"), url("./font/sommetroundedregularitalic_0-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'sommet';
  src: url("./font/sommetroundedbold-webfont.eot");
  src: url("./font/sommetroundedbold-webfont.eot?#iefix") format("embedded-opentype"), url("./font/sommetroundedbold-webfont.woff2") format("woff2"), url("./font/sommetroundedbold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'sommet';
  src: url("./font/sommetroundedbolditalic-webfont.eot");
  src: url("./font/sommetroundedbolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("./font/sommetroundedbolditalic-webfont.woff2") format("woff2"), url("./font/sommetroundedbolditalic-webfont.woff") format("woff");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: 'sommet';
  src: url("./font/sommetroundedblack-webfont.eot");
  src: url("./font/sommetroundedblack-webfont.eot?#iefix") format("embedded-opentype"), url("./font/sommetroundedblack-webfont.woff2") format("woff2"), url("./font/sommetroundedblack-webfont.woff") format("woff");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'sommet';
  src: url("./font/sommetroundedblackitalic-webfont.eot");
  src: url("./font/sommetroundedblackitalic-webfont.eot?#iefix") format("embedded-opentype"), url("./font/sommetroundedblackitalic-webfont.woff2") format("woff2"), url("./font/sommetroundedblackitalic-webfont.woff") format("woff");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: 'capita';
  src: url("./font/hoftype_-_capita-light-webfont.eot");
  src: url("./font/hoftype_-_capita-light-webfont.eot?#iefix") format("embedded-opentype"), url("./font/hoftype_-_capita-light-webfont.woff2") format("woff2"), url("./font/hoftype_-_capita-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

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

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

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

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

.text-lowercase {
  text-transform: lowercase; }

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

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

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-primary {
  color: #7D1728; }

.clearfix:after {
  content: " ";
  display: block;
  clear: both; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.invisible {
  visibility: hidden; }

.hidden {
  display: none !important; }

.show {
  display: block !important; }

.lead {
  font-size: 20px; }

small, .small {
  font-size: 14px; }

html {
  background: #000000; }

body {
  font-family: Arial, sans-serif;
  font-size: 17px;
  line-height: 1.4;
  color: #404040;
  background: #fff; }
  .fonts-loaded body {
    font-family: "sommet", sans-serif; }

h1 {
  margin: 1.3em 0 1.1em 0;
  font-weight: 300;
  font-size: 35px;
  line-height: 1.2; }
  .fonts-loaded h1 {
    font-family: "capita", sans-serif; }

h2 {
  margin: 1.5em 0 0.5em 0;
  font-size: 36px;
  font-weight: 300;
  color: #7D1728;
  text-align: center; }
  .fonts-loaded h2 {
    font-family: "capita", sans-serif; }

h3 {
  margin: 1.5em 0 0.5em 0;
  font-size: 18px; }

p {
  margin: 0 0 1em 0; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 0.7; }
  ul ul, ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

a {
  color: #000; }
  a:hover {
    color: #7D1728; }

caption {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  text-align: left; }

th {
  text-align: left; }

.table-plain {
  margin-left: auto;
  margin-right: auto; }
  .table-plain th, .table-plain td {
    padding: 0.25em 1em; }

/*
    // Baseline styles
    .table
    .table-condensed
    .table-bordered
    .table-striped
*/
.btn {
  display: inline-block;
  padding: 10px 30px;
  background-color: #7D1728;
  border: 0;
  color: #fff;
  transition: background 200ms;
  font-size: 20px;
  text-decoration: none; }
  .btn:hover {
    background-color: #a81f36;
    color: #fff; }

input[type=text], input[type=email], input[type=password], input[type=tel], input[type=file], textarea, select {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #E6E6E6;
  background-color: #DDDDDD;
  padding: 0.6em;
  color: #000;
  text-align: center; }
  input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=file]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
    color: #000; }
  input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=file]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
    color: #000; }
  input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=file]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
    color: #000; }

input[type="search"] {
  box-sizing: border-box;
  -webkit-appearance: none; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

textarea {
  display: block;
  height: 100px; }

fieldset, legend {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: transparent;
  border: 0;
  border-radius: 0; }

/*
sample:

.myicon {
    @include sprite(icon--myicon);
}
*/
/* UI komponenty*/
.head {
  position: relative;
  padding: 5px 20px 5px 15px;
  background: #7D1728;
  transition: all 200ms; }
  .head:after {
    content: " ";
    display: block;
    clear: both; }
  .head__logo {
    position: absolute;
    z-index: 101;
    left: 17px;
    top: 0;
    width: 155px;
    height: 85px;
    background: url(../images/logo.png);
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    transition: all 300ms; }
    @media (min-width: 62em) {
      .head__logo {
        height: 113px; } }
  .head__facebook {
    float: right;
    width: 23px;
    height: 23px;
    background-position: -110px -79px;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }
    .no-svg .head__facebook {
      width: 23px;
      height: 23px;
      background-position: -110px -79px; }
  .head.stuck {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100; }

.search__toggle {
  cursor: pointer;
  position: absolute;
  right: 53px;
  top: 5px;
  display: block;
  width: 23px;
  height: 23px;
  background-position: -77px -79px; }
  .no-svg .search__toggle {
    width: 23px;
    height: 23px;
    background-position: -77px -79px; }

.search form, .search fieldset, .search input {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-size: 14px; }

.search form {
  display: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  right: 0;
  background: #7D1728;
  padding: 10px 20px 10px 180px; }

.search--expanded form {
  display: block; }

.search fieldset {
  position: relative; }

.search input[type=text] {
  background: #fff;
  border-radius: 3px;
  padding: 2px 30px 2px 10px; }

.search input[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 22px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 22px;
  height: 22px;
  background-position: -173px -5px; }
  .no-svg .search input[type=submit] {
    width: 22px;
    height: 22px;
    background-position: -173px -5px; }

@media (min-width: 85em) {
  .search {
    float: right;
    width: 160px;
    margin-right: 125px; }
    .search__toggle {
      display: none; }
    .search form {
      display: block;
      position: static;
      padding: 0; } }

.user {
  position: absolute;
  top: 5px;
  right: 86px;
  text-align: right; }
  .user__icon {
    width: 23px;
    height: 23px; }
  .user__in {
    position: relative; }
  .user #iframe-predprodej {
    background-color: #fff;
    border: 1px solid #7d1728;
    padding: 5px 10px;
    z-index: 900;
    position: absolute;
    width: 285px;
    right: -59px;
    top: 27px;
    display: none; }
    @media (min-width: 400px) {
      .user #iframe-predprodej {
        width: 285px;
        right: 0;
        top: 28px; } }

@media (min-width: 75em) {
  .nav a {
    border-top: 0;
    padding: 5px 8px 0;
    font-size: 14px; } }

@media (min-width: 85em) {
  .nav a {
    padding: 5px 13px 0;
    font-size: 14px; }
  .search {
    width: 100px; }
  .user {
    right: 162px; } }

.nav {
  float: left;
  padding: 0 0 0 155px; }
  .nav ul, .nav li {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: transparent;
    border: 0;
    border-radius: 0; }
  .nav a {
    position: relative;
    display: block;
    padding: 12px 20px 10px 20px;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    border-top: 1px solid #8A2F3E; }
    .nav a:hover {
      background-color: #8A2F3E; }
    .nav a.active {
      background-color: #8A2F3E; }
  .nav__list {
    display: none;
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 0;
    right: 0;
    background: #7D1728;
    text-align: right; }
  @media (min-width: 62em) {
    .nav__list {
      display: block;
      position: static; }
    .nav__toggle {
      display: none; }
    .nav a {
      border-top: 0;
      padding: 5px 8px 0 8px;
      font-size: 12px; }
      .nav a:hover {
        background: none; }
      .nav a:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        right: 50%;
        height: 1px;
        background-color: #fff;
        transition: all 100ms; }
      .nav a:hover:after {
        left: 8px;
        right: 8px; }
    .nav li {
      display: inline-block;
      vertical-align: top; } }
  @media (min-width: 75em) {
    .nav a {
      padding: 5px 13px 0 13px;
      font-size: 14px; } }
  .nav__toggle {
    position: absolute;
    top: 5px;
    right: 119px;
    width: 23px;
    height: 23px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 3px;
    z-index: 999; }
  .nav__burger {
    display: block;
    position: absolute;
    height: 3px;
    width: 15px;
    background: #7D1728;
    opacity: 1;
    left: 4px;
    transform-origin: left center;
    transform: rotate(0deg);
    transition: .2s ease-in-out; }
    .nav__burger:nth-child(1) {
      top: 5px; }
    .nav__burger:nth-child(2) {
      top: 10px; }
    .nav__burger:nth-child(3) {
      top: 15px; }
  .nav--expanded .nav__list {
    display: block; }
  .nav--expanded .nav__burger:nth-child(1) {
    transform: rotate(45deg);
    top: 5px;
    left: 6px; }
  .nav--expanded .nav__burger:nth-child(2) {
    width: 0%;
    opacity: 0; }
  .nav--expanded .nav__burger:nth-child(3) {
    transform: rotate(-45deg);
    top: 15px;
    left: 6px; }

.foot {
  padding: 40px 20px 20px 20px;
  background-color: #000;
  text-align: center; }
  .foot__partners {
    margin: 0 0 40px 0; }
    .foot__partners img {
      vertical-align: middle;
      margin: 10px; }
  .foot__copy {
    font-size: 12px;
    color: #909090; }

.switch {
  margin: 40px 10px;
  text-align: center;
  font-size: 18px;
  font-family: "capita", sans-serif;
  color: #7b7b7b; }
  @media (min-width: 48em) {
    .switch {
      margin: 40px 20px; } }
  @media (min-width: 62em) {
    .switch {
      font-size: 24px; } }
  .switch ul, .switch li {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: transparent;
    border: 0;
    border-radius: 0; }
  .switch li {
    display: inline; }
    .switch li:before {
      content: "/";
      padding: 0 3px; }
    .switch li:first-child:before {
      content: normal; }
  .switch a {
    color: #7b7b7b; }
    .switch a:hover {
      color: #000; }
    .switch a.active {
      color: #7d1728; }

.title .switch {
  margin-top: 0; }
  @media (min-width: 48em) {
    .title .switch {
      margin-bottom: 0;
      position: absolute;
      right: 0;
      top: 90px; } }
  @media (min-width: 62em) {
    .title .switch {
      top: 3px; } }

@media (min-width: 48em) {
  .title h1 {
    padding-right: 200px; } }

.schedule {
  width: 100%; }
  .schedule table {
    width: 100%;
    max-width: 1200px;
    margin: auto; }
  .schedule tr {
    width: 100%;
    overflow: hidden;
    display: block;
    background: #EFEFEF; }
  .schedule th {
    display: none;
    padding: 10px 15px 5px 15px;
    font-weight: normal; }
  .schedule td {
    box-sizing: border-box;
    padding: 10px 15px 5px 15px;
    vertical-align: middle;
    background-color: #EFEFEF;
    border-bottom: 1px solid #fff; }
  .schedule tr, .schedule__date, .schedule__title {
    display: block; }
  .schedule__title span {
    display: block; }
  .schedule__info {
    display: block;
    width: 48.57143%;
    float: left;
    margin-right: 2.85714%; }
  .schedule td.schedule__info {
    border-bottom: 0; }
  .schedule__buy {
    display: block;
    width: 48.57143%;
    float: right;
    margin-right: 0;
    min-height: 60px; }
  .schedule td.schedule__buy {
    padding-top: 18px;
    padding-bottom: 18px; }
  .schedule__date {
    display: block;
    font-size: 18px;
    color: #000;
    background-color: #E9C588 !important;
    clear: both; }
  .schedule__title {
    font-family: "capita", sans-serif;
    font-size: 20px;
    line-height: 1.2;
    color: #000; }
    .schedule__title .small {
      color: #2c2c2c;
      font-size: 16px; }
    @media (min-width: 48em) {
      .schedule__title {
        font-size: 24px; }
        .schedule__title .small {
          font-size: 18px; } }
    @media (min-width: 62em) {
      .schedule__title {
        font-size: 32px; }
        .schedule__title .small {
          font-size: 20px; } }
  .schedule__buy {
    background-color: #7D1728 !important;
    text-align: center; }
    .schedule__buy a {
      display: block;
      color: #fff;
      text-decoration: underline;
      color: #fff; }
      .schedule__buy a:hover {
        display: block;
        color: #E9C588; }
    .schedule__buy--disabled {
      background-color: #B9B9B9 !important; }
  @media (min-width: 48em) {
    .schedule tr {
      background: transparent; }
    .schedule tr:nth-child(odd) td {
      background-color: #DEDEDE; }
    .schedule th {
      display: table-cell; }
    .schedule thead, .schedule tr {
      display: table-row; }
    .schedule__date, .schedule__title, .schedule__buy, .schedule__info {
      display: table-cell;
      width: auto;
      float: none; }
    .schedule td.schedule__info {
      border-bottom: 1px solid #fff; }
    .schedule td.schedule__buy {
      padding: 10px 15px 5px 15px; } }

.popup {
  position: relative;
  max-width: 620px;
  margin: auto;
  padding: 30px;
  background-color: #fff; }
  .popup h2 {
    margin: 0 0 1em 0;
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    font-family: "capita", sans-serif;
    color: #000;
    text-transform: uppercase; }

.mfp-bg {
  opacity: 0.5; }

.mfp-s-loading .mfp-arrow {
  display: none; }

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
  color: #fff; }

.mfp-arrow-right:before, .mfp-arrow-left:before {
  border: 2px solid #fff;
  width: 33px;
  height: 33px;
  border-radius: 18px;
  background: #000;
  opacity: 0.9;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5); }

.mfp-arrow-right:after, .mfp-arrow-left:after {
  margin: 0;
  border: 0;
  top: 50%;
  margin-top: -8px; }

.mfp-arrow-right:after {
  width: 10px;
  height: 14px;
  background-position: -173px -67px;
  left: auto;
  right: 31px; }
  .no-svg .mfp-arrow-right:after {
    width: 10px;
    height: 14px;
    background-position: -173px -67px; }

.mfp-arrow-left:after {
  width: 10px;
  height: 14px;
  background-position: -173px -91px;
  left: 38px; }
  .no-svg .mfp-arrow-left:after {
    width: 10px;
    height: 14px;
    background-position: -173px -91px; }

.gallery {
  background: #000000;
  padding-bottom: 1px; }
  .gallery .switch a {
    color: #fff; }
    .gallery .switch a:hover {
      color: #E9C588; }
  .gallery h2 {
    margin: 0;
    padding: 20px 0;
    color: #fff;
    text-align: center; }
  .gallery--people {
    background: none; }
    .gallery--people h2 {
      margin: 0;
      padding: 0 20px;
      color: #7D1728;
      text-align: left;
      font-size: 24px; }
  .gallery__list, .gallery__detail {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .gallery__list:after, .gallery__detail:after {
      content: " ";
      display: block;
      clear: both; }
  .gallery__item {
    display: block;
    position: relative;
    box-sizing: border-box;
    border-bottom: 2px solid #fff;
    background-color: #7D1728;
    color: #fff;
    text-decoration: none;
    transition: background 200ms; }
    .gallery__item--video:after {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -20px;
      margin-top: -50px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 20px 0 20px 40px;
      border-color: transparent transparent transparent #fff;
      opacity: 0.6; }
    @media (min-width: 34em) {
      .gallery__item {
        width: 50%;
        float: left;
        border-left: 1px solid #fff; }
        .gallery__item:nth-child(2n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both;
          margin-left: 0; }
        .gallery__item:nth-child(2n + 2) {
          margin-left: 50%;
          margin-right: -100%;
          clear: none; }
        .gallery__item:nth-child(2n+1) {
          border-left: 1px solid #000; } }
    @media (min-width: 62em) {
      .gallery__item {
        width: 25%;
        float: left; }
        .gallery__item:nth-child(4n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both;
          margin-left: 0; }
        .gallery__item:nth-child(4n + 2) {
          margin-left: 25%;
          margin-right: -100%;
          clear: none; }
        .gallery__item:nth-child(4n + 3) {
          margin-left: 50%;
          margin-right: -100%;
          clear: none; }
        .gallery__item:nth-child(4n + 4) {
          margin-left: 75%;
          margin-right: -100%;
          clear: none; }
        .gallery__item:nth-child(2n+1) {
          border-left: 1px solid #fff; }
        .gallery__item:nth-child(4n+1) {
          border-left: 1px solid #000; } }
    .gallery__item:hover {
      background-color: #E9C588; }
      .gallery__item:hover .gallery__title {
        color: #7D1728; }
      .gallery__item:hover .gallery__title:after {
        right: 5px;
        background-position: -90px -119px; }
        .no-svg .gallery__item:hover .gallery__title:after {
          background-position: -90px -119px; }
  @media (min-width: 75em) {
    .gallery__list .gallery__item {
      width: 20%;
      float: left; }
      .gallery__list .gallery__item:nth-child(5n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .gallery__list .gallery__item:nth-child(5n + 2) {
        margin-left: 20%;
        margin-right: -100%;
        clear: none; }
      .gallery__list .gallery__item:nth-child(5n + 3) {
        margin-left: 40%;
        margin-right: -100%;
        clear: none; }
      .gallery__list .gallery__item:nth-child(5n + 4) {
        margin-left: 60%;
        margin-right: -100%;
        clear: none; }
      .gallery__list .gallery__item:nth-child(5n + 5) {
        margin-left: 80%;
        margin-right: -100%;
        clear: none; }
    .gallery__list .gallery__item:nth-child(4n+1) {
      border-left: 1px solid #fff; }
    .gallery__list .gallery__item:nth-child(5n+1) {
      border-left: 1px solid #000; } }
  .gallery__detail .gallery__item {
    border: 0 !important; }
    .gallery__detail .gallery__item:after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      border: 1px solid transparent;
      transition: all 200ms; }
    .gallery__detail .gallery__item:hover:after {
      border-color: #fff; }
    .gallery__detail .gallery__item:hover .gallery__download, .gallery__detail .gallery__item:hover .gallery__open {
      display: block; }
  .gallery__title {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    padding: 8px 30px 8px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "capita", sans-serif;
    font-size: 20px;
    color: #fff;
    transition: color 200ms; }
    .gallery__title:after {
      content: "";
      position: absolute;
      right: 10px;
      top: 7px;
      transition: right 200ms;
      width: 22px;
      height: 20px;
      background-position: -173px -37px; }
      .no-svg .gallery__title:after {
        width: 22px;
        height: 20px;
        background-position: -173px -37px; }
    .gallery__title .small {
      display: block;
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 12px; }
  .gallery__img {
    position: relative; }
    .gallery__img img {
      display: block;
      width: 100%;
      height: auto; }
  .gallery__download, .gallery__open {
    position: absolute;
    top: 0;
    bottom: 0;
    display: none;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    z-index: 2; }
    .gallery__download:after, .gallery__open:after {
      content: "";
      position: absolute;
      top: 50%;
      opacity: 0.6;
      transition: opacity 200ms; }
    .gallery__download:hover:after, .gallery__open:hover:after {
      opacity: 1; }
  .gallery__download {
    top: 50%;
    bottom: auto;
    right: 50%;
    margin: -15px 20px 0 0;
    width: 44px;
    height: 53px;
    z-index: 3; }
  .gallery__open {
    left: 0;
    right: 0; }
  .gallery__download:after {
    width: 24px;
    height: 33px;
    background-position: -56px -119px;
    top: 0; }
    .no-svg .gallery__download:after {
      width: 24px;
      height: 33px;
      background-position: -56px -119px; }
  .gallery__open:after {
    width: 41px;
    height: 39px;
    background-position: -5px -119px;
    left: 50%;
    margin-left: 20px;
    margin-top: -20px; }
    .no-svg .gallery__open:after {
      width: 41px;
      height: 39px;
      background-position: -5px -119px; }

.form {
  max-width: 380px;
  margin: auto;
  text-align: center; }
  .form__field {
    margin-bottom: 10px; }

.section--primary {
  padding: 5px 0 30px 0;
  background-color: #7D1728;
  color: #cbcbcb; }
  .section--primary h2 {
    color: #fff; }
  .section--primary a {
    color: #fff; }
    .section--primary a:hover {
      color: #E9C588; }

.intro {
  position: relative;
  background-size: cover;
  background-position: center;
  padding-top: 300px; }
  .intro h1 {
    line-height: 1.2;
    margin: 0;
    padding: 8px 25px;
    font-size: 40px;
    background-color: #7D1728;
    color: #fff; }
    .intro h1 .small {
      display: block;
      font-size: 16px; }
  .intro .buy {
    display: block;
    padding: 27px;
    font-size: 21px;
    font-weight: bold;
    border-top: 1px solid #fff;
    background: #7D1728;
    color: #fff; }
    .intro .buy:hover {
      color: #E9C588; }
  .intro__down {
    cursor: pointer;
    display: none;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -31px;
    width: 62px;
    height: 30px;
    background-position: -5px -79px; }
    .no-svg .intro__down {
      width: 62px;
      height: 30px;
      background-position: -5px -79px; }
  @media (min-width: 48em) {
    .intro {
      padding-top: 0;
      min-height: calc(80vh - 34px + 100px); }
      .intro h1 {
        position: absolute;
        left: 0;
        bottom: 100px; }
      .intro .buy {
        position: absolute;
        right: 0;
        bottom: 100px;
        border-top: 0; }
      .intro__down {
        display: block;
        bottom: 110px; } }

.intro__slides {
  position: relative; }
  .intro__slides .slick-arrow {
    position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    top: 50%;
    margin-top: -32px;
    z-index: 10; }
  .intro__slides .slick-prev {
    left: 15px;
    width: 32px;
    height: 64px;
    background-position: -5px -5px; }
    .no-svg .intro__slides .slick-prev {
      width: 32px;
      height: 64px;
      background-position: -5px -5px; }
  .intro__slides .slick-next {
    right: 15px;
    width: 32px;
    height: 64px;
    background-position: -89px -5px; }
    .no-svg .intro__slides .slick-next {
      width: 32px;
      height: 64px;
      background-position: -89px -5px; }

.intro__slide {
  position: relative;
  height: calc(100vh - 320px);
  min-height: 400px;
  background-size: cover;
  background-position: center; }
  .intro__slide .intro__content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px; }
  .intro__slide .intro__title {
    max-width: 640px;
    padding: 10px;
    margin: auto;
    background-color: #7D1728;
    color: #fff;
    font-size: 40px;
    font-family: "capita", sans-serif;
    font-weight: 400;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1.2; }
    .intro__slide .intro__title a {
      text-decoration: none;
      color: #fff;
      transition: color 200ms; }
      .intro__slide .intro__title a:hover {
        color: #E9C588; }
    .intro__slide .intro__title strong {
      font-weight: 400; }
    .intro__slide .intro__title .small {
      display: block;
      font-size: 16px; }
  .intro__slide .intro__buy {
    display: block;
    max-width: 640px;
    padding: 5px 10px;
    margin: 1px auto;
    background: #fff;
    background: rgba(255, 255, 255, 0.75);
    color: #7D1728;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    font-family: "capita", sans-serif;
    transition: all 200ms; }
    .intro__slide .intro__buy:hover {
      background-color: #E9C588; }

.intro__slides .slick-dots, .intro__slides .slick-dots li, .intro__slides .slick-dots button {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: transparent;
  border: 0;
  border-radius: 0; }

.intro__slides .slick-dots {
  position: absolute;
  bottom: 190px;
  left: 0;
  right: 0;
  text-align: center; }

.intro__slides .slick-dots li {
  display: inline-block;
  vertical-align: top;
  padding: 0 4px; }

.intro__slides .slick-dots button {
  width: 12px;
  height: 12px;
  opacity: 0.75;
  background-color: #fff;
  border-radius: 6px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.intro__slides .slick-dots .slick-active button {
  background-color: #7D1728; }

.tabs__links {
  margin: 60px 0;
  font-size: 14px;
  text-align: center; }
  .tabs__links ul, .tabs__links li {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: transparent;
    border: 0;
    border-radius: 0; }
  .tabs__links li {
    margin: 1px 5px; }
  .tabs__links a {
    display: inline-block;
    border-left: 3px solid #828282;
    padding: 0 10px;
    color: #4a4a4a;
    text-decoration: none; }
    .tabs__links a:hover {
      color: #7D1728;
      border-color: #7D1728; }
    .tabs__links a.active {
      border-color: #000;
      color: #000; }
  .tabs__links li {
    display: inline; }
  @media (min-width: 75em) {
    .tabs__links {
      margin: 120px 0 60px 0;
      text-align: left; }
      .tabs__links li {
        display: block; } }

.tabs__content {
  display: none; }
  .tabs__content--active {
    display: block; }

.video {
  padding: 0 0 20px 0; }
  .video__slider {
    position: relative;
    margin: auto;
    max-width: 1340px;
    padding-left: 40px;
    padding-right: 40px; }
    .video__slider .slick-arrow {
      margin: 0;
      padding: 0;
      list-style: none;
      background-color: transparent;
      border: 0;
      border-radius: 0;
      position: absolute;
      top: 50%;
      margin-top: -32px;
      font: 0/0 a;
      color: transparent;
      text-shadow: none;
      background-color: transparent;
      border: 0; }
    .video__slider .slick-prev {
      left: 5px;
      width: 32px;
      height: 64px;
      background-position: -47px -5px; }
      .no-svg .video__slider .slick-prev {
        width: 32px;
        height: 64px;
        background-position: -47px -5px; }
    .video__slider .slick-next {
      right: 5px;
      width: 32px;
      height: 64px;
      background-position: -131px -5px; }
      .no-svg .video__slider .slick-next {
        width: 32px;
        height: 64px;
        background-position: -131px -5px; }
    @media (min-width: 48em) {
      .video__slider {
        padding-left: 100px;
        padding-right: 100px; }
        .video__slider .slick-prev {
          left: 10px; }
        .video__slider .slick-next {
          right: 10px; } }

.video__wrap {
  margin: auto;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }

.video__wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.grid__list {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .grid__list:after {
    content: " ";
    display: block;
    clear: both; }

.grid__item {
  display: block;
  position: relative;
  box-sizing: border-box;
  border-bottom: 2px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  min-height: 210px;
  text-decoration: none; }
  .grid__item p {
    margin: 0; }
  .grid__item--double {
    background-color: #7D1728; }
    .grid__item--double .grid__text {
      position: relative;
      width: 50%;
      float: left;
      padding-right: 45px;
      color: #fff; }
    .grid__item--double .grid__title, .grid__item--double .grid__text .small {
      color: #fff; }
  @media (min-width: 48em) {
    .grid__item {
      width: 50%;
      float: left; } }
  @media (min-width: 62em) {
    .grid__item {
      width: 20%;
      float: left; }
      .grid__item--double {
        width: 40%;
        float: left; } }

.grid__img {
  position: absolute;
  left: 50%;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.grid__text {
  box-sizing: border-box;
  min-height: 210px;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 300;
  color: #404040;
  overflow: hidden; }
  .grid__text .small {
    display: block;
    font-size: 12px;
    font-family: "capita", sans-serif;
    color: #7D1728; }

.grid__title {
  display: block;
  margin: 0 0 10px 0;
  font-size: 20px;
  font-family: "capita", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  color: #7D1728; }

.grid__arrow {
  position: relative;
  width: 22px;
  height: 20px;
  background-position: -90px -119px;
  display: block;
  transition: all 200ms;
  left: 0; }
  .no-svg .grid__arrow {
    width: 22px;
    height: 20px;
    background-position: -90px -119px; }

.grid__item:hover .grid__arrow {
  left: 10px; }

.grid__item--double .grid__arrow {
  width: 22px;
  height: 20px;
  background-position: -173px -37px;
  display: block;
  position: absolute;
  top: 6px;
  right: 16px;
  left: auto; }
  .no-svg .grid__item--double .grid__arrow {
    width: 22px;
    height: 20px;
    background-position: -173px -37px; }

.grid__item--double:hover .grid__arrow {
  right: 6px;
  left: auto; }

.detail {
  position: relative; }
  .detail__nav {
    padding: 20px 0; }
    .detail__nav ul, .detail__nav li {
      margin: 0;
      padding: 0;
      list-style: none;
      background-color: transparent;
      border: 0;
      border-radius: 0; }
    .detail__nav li {
      margin: 1px 10px 1px 20px; }
    .detail__nav a {
      display: inline-block;
      border-left: 3px solid #828282;
      padding: 0 10px;
      color: #4a4a4a;
      text-decoration: none; }
      .detail__nav a:hover {
        color: #7D1728;
        border-color: #7D1728; }
      .detail__nav a.local--active {
        border-color: #000;
        color: #000; }
    @media (min-width: 48em) {
      .detail__nav ul {
        text-align: center; }
      .detail__nav li {
        display: inline-block; } }
    @media (min-width: 75em) {
      .detail__nav {
        position: absolute;
        left: 0;
        top: 110px;
        width: 180px; }
        .detail__nav ul {
          text-align: left; }
        .detail__nav li {
          display: block;
          margin: 1px 0 1px 20px; }
        .detail__nav.stuck {
          position: fixed;
          background-color: #fff;
          background-color: rgba(255, 255, 255, 0.75);
          z-index: 110;
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); } }
  @media (min-width: 75em) {
    .detail .section, .detail .section--primary {
      padding-left: 200px; }
    .detail .sticky-wrapper {
      position: absolute; } }

.home__row:after {
  content: " ";
  display: block;
  clear: both; }

.home__box {
  display: block;
  box-sizing: border-box;
  padding: 70px 10px;
  text-transform: uppercase;
  font-family: "capita", sans-serif;
  font-size: 18px;
  background-color: #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-top: 1px solid #fff;
  background-position: center;
  background-size: cover; }
  .home__box:hover {
    color: #E9C588; }
  .home__box strong {
    display: block;
    font-size: 42px;
    font-weight: normal;
    text-transform: none; }
  @media (min-width: 34em) {
    .home__box {
      width: 50%;
      float: left;
      border-left: 1px solid #fff; }
      .home__box:nth-child(2n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .home__box:nth-child(2n + 2) {
        margin-left: 50%;
        margin-right: -100%;
        clear: none; }
      .home__box:first-child, .home__box:nth-child(3) {
        border-left: 0; } }
  @media (min-width: 48em) {
    .home__box {
      width: 25%;
      float: left; }
      .home__box:nth-child(4n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .home__box:nth-child(4n + 2) {
        margin-left: 25%;
        margin-right: -100%;
        clear: none; }
      .home__box:nth-child(4n + 3) {
        margin-left: 50%;
        margin-right: -100%;
        clear: none; }
      .home__box:nth-child(4n + 4) {
        margin-left: 75%;
        margin-right: -100%;
        clear: none; }
      .home__box:nth-child(3) {
        border-left: 1px solid #fff; } }

.home__news {
  position: relative;
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 40px;
  background-color: #7D1728;
  color: #fff;
  text-align: center; }
  .home__news h2 {
    margin: 0 0 10px 0;
    text-transform: uppercase;
    color: #fff;
    font-family: "sommet", sans-serif;
    font-size: 24px;
    font-weight: bold; }
    .home__news h2 a {
      color: #fff;
      text-decoration: none;
      transition: color 200ms; }
      .home__news h2 a:hover {
        color: #E9C588; }
  .home__news__item {
    padding: 0 15px;
    font-size: 14px; }
    .home__news__item a {
      color: #fff;
      text-decoration: none;
      transition: color 200ms; }
      .home__news__item a:hover {
        color: #E9C588; }
    .home__news__item h3 {
      margin: 0 0 10px 0;
      font-size: 20px;
      text-align: center; }
  .home__news .slick-dots, .home__news .slick-dots li, .home__news .slick-dots button {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: transparent;
    border: 0;
    border-radius: 0; }
  .home__news .slick-slider {
    position: static; }
  .home__news .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    text-align: center; }
    .home__news .slick-dots li {
      display: inline-block;
      vertical-align: top;
      padding: 0 3px; }
      .home__news .slick-dots li.slick-active button {
        background: #3E0B14; }
    .home__news .slick-dots button {
      display: block;
      font: 0/0 a;
      color: transparent;
      text-shadow: none;
      background-color: transparent;
      border: 0;
      width: 12px;
      height: 12px;
      border-radius: 6px;
      background: #BE8B94; }

.home__schedule {
  padding-top: 10px; }
  .home__schedule h2 {
    margin: 0 0 10px 0;
    text-transform: uppercase;
    color: #7D1728;
    font-family: "sommet", sans-serif;
    font-size: 24px;
    font-weight: bold; }
  .home__schedule .schedule__date {
    font-size: 13px; }
  .home__schedule .schedule__title {
    font-size: 22px; }
    .home__schedule .schedule__title .small {
      font-size: 12px; }
  .home__schedule .schedule__buy {
    font-size: 13px; }

.home__contact {
  box-sizing: border-box;
  display: block;
  position: relative;
  padding: 10px 15px 15px 15px;
  background: #000 url(../images/home-contact.jpg) no-repeat 100% 100%;
  background-size: contain;
  text-decoration: none;
  color: #fff; }
  .home__contact:hover {
    color: #7D1728; }
  .home__contact h2 {
    margin: 0 0 10px 0;
    text-transform: uppercase;
    color: #fff;
    font-family: "sommet", sans-serif;
    font-size: 24px;
    font-weight: bold; }
  .home__contact p {
    position: relative;
    margin: 0;
    padding-bottom: 30px;
    font-size: 24px;
    font-weight: bold; }
    .home__contact p:after {
      content: "";
      width: 22px;
      height: 20px;
      background-position: -173px -37px;
      position: absolute;
      left: 0;
      bottom: 0;
      transition: left 200ms; }
      .no-svg .home__contact p:after {
        width: 22px;
        height: 20px;
        background-position: -173px -37px; }
  .home__contact:hover p:after {
    background-position: -90px -119px;
    left: 15px; }
    .no-svg .home__contact:hover p:after {
      background-position: -90px -119px; }

@media (min-width: 62em) {
  .home__news {
    width: 25%;
    float: left; }
  .home__schedule {
    width: 50%;
    float: left; }
  .home__contact {
    width: 25%;
    float: right;
    margin-right: 0; }
    .home__contact p {
      position: absolute;
      left: 15px;
      bottom: 15px; } }

.home form {
  position: relative;
  max-width: 280px;
  margin: auto; }
  .home form input {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: transparent;
    border: 0;
    border-radius: 0; }
  .home form input[type=text], .home form input[type=email] {
    border: 1px solid #7D1728;
    text-align: center;
    color: #7D1728;
    border-radius: 4px;
    padding: 8px 15px; }
    .home form input[type=text]::placeholder, .home form input[type=email]::placeholder {
      color: #7D1728; }
  .home form input[type=submit] {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 22px;
    height: 20px;
    background-position: -90px -119px;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }
    .no-svg .home form input[type=submit] {
      width: 22px;
      height: 20px;
      background-position: -90px -119px; }

.page--home .content {
  margin: 0 auto 60px auto;
  text-align: center; }
  .page--home .content h3 {
    font-size: 24px;
    font-weight: normal; }
    .fonts-loaded .page--home .content h3 {
      font-family: "capita", sans-serif; }

.page--home .intro__down {
  display: block;
  bottom: 10px; }

.page--home .intro {
  padding-top: 0; }

/*# sourceMappingURL=main.css.map */