/*! normalize.css v4.1.1 | 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, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
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, /* 1 */
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 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 and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

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

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}body {
  margin: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: .25px;
  font-family: cronos-pro-display, sans-serif;
  color: #636362;
}
strong {
  font-family: cronos-pro-display, sans-serif;
  font-weight: 600;
}
sup {
  font-size: 60%;
}
h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 38px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #cc3832;
  margin: 18px 0 30px;
}
h1:after {
  content: '';
  border-bottom: solid 4px #cc3832;
  margin: 0 0 0 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
h2 {
  font-size: 27px;
  font-weight: 600;
  line-height: 33px;
  color: #636362;
  margin: 22px 0 8px;
}
h2 span {
  font-weight: 400;
}
h3 {
  font-size: 19px;
  line-height: 23px;
  font-weight: 600;
  margin: 9px 0 7px;
}
p {
  margin: 0 0 18px;
}
a {
  text-decoration: none;
}
ol li {
  margin-bottom: 15px;
}
ol li li {
  margin-bottom: 0;
}
.alert {
  margin: 20px 0;
  padding: 6px 20px;
  border: solid 2px #cc3832;
}
.alert h2 {
  font-size: 21px;
  font-weight: 600;
  margin: 14px 0 8px;
  color: #cc3832;
}
.alert ul {
  margin-top: 6px;
  color: #cc3832;
}
.main a {
  color: #cc3832;
}
.main a:hover {
  color: #a32d28;
}
.container {
  width: 960px;
  margin: 0 auto;
  text-align: left;
}
.header {
  height: 225px;
  margin-bottom: 40px;
  min-width: 960px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(2.5%, rgba(0, 0, 0, 0.4)), color-stop(22.5%, rgba(0, 0, 0, 0))), url(/2019/img/hero-bg-2.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.4) 2.5%, rgba(0, 0, 0, 0) 22.5%), url(/2019/img/hero-bg-2.jpg);
  background-position: center;
  background-size: cover;
}
.homepage .header {
  height: 700px;
  margin-bottom: 40px;
  min-width: 960px;
}
.header .container {
  position: relative;
}
.header .logo {
  position: absolute;
  left: 0;
  top: 0;
}
.header .nav {
  position: absolute;
  right: 80px;
  top: 0;
  margin: 0;
}
.header .nav li {
  float: left;
  list-style-type: none;
}
.header .nav li a {
  display: block;
  margin: 28px 8px;
  padding: 4px 0;
  color: #ffffff;
  border-bottom: solid 4px transparent;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
.header .nav li a:hover {
  color: #cc3832;
}
.homepage .header .nav li.nav-home a,
.program .header .nav li.nav-program a,
.tymy .header .nav li.nav-tymy a,
.vstupenky .header .nav li.nav-vstupenky a,
.minule-rocniky .header .nav li.nav-minule-rocniky a,
.kontakt .header .nav li.nav-kontakt a {
  color: #cc3832;
  border-bottom: solid 4px #cc3832;
  font-weight: 600;
}
.header .lang {
  position: absolute;
  right: 0;
  top: 29px;
  margin: 0;
}
.header .lang li {
  float: left;
  list-style-type: none;
}
.header .lang li a {
  display: block;
  padding: 4px 0;
  color: #cc3832;
  font-size: 16px;
  font-style: italic;
}
.header .article {
  text-align: center;
  padding: 320px 0 0;
  display: none;
}
.homepage .header .article {
  display: block;
}
.header .article .head {
  font-size: 74px;
  font-weight: 600;
  line-height: 86px;
  margin: 0;
  color: #ffffff;
}
.header .article p {
  margin: 0;
  font-size: 34px;
  line-height: 44px;
  letter-spacing: .5px;
  color: #ffffff;
}
.header .article p small {
  display: block;
  margin-top: 40px;
  font-size: 20px;
}
.header .button {
  display: inline-block;
  margin-top: 50px;
  padding: 14px 24px 12px;
  background: #cc3832;
  color: #ffffff;
  font-family: cronos-pro-display, sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: .5px;
  text-transform: uppercase;
}
.header .button:hover {
  background: #b8322d;
}
.main {
  overflow: auto;
  height: 1%;
}
.left {
  float: left;
  width: 640px;
  margin-right: 80px;
}
.row {
  overflow: auto;
  height: 1%;
}
.left-half {
  float: left;
  width: 46%;
}
.right-half {
  float: right;
  width: 46%;
}
.excerpt {
  font-size: 22px;
  line-height: 32px;
  color: #636362;
}
.left iframe {
  margin: 12px 0;
}
.right {
  float: right;
  width: 240px;
  margin: 25px 0;
}
.right .save-img {
  margin-bottom: 17px;
}
.right .gallery {
  display: block;
  height: 280px;
  background: url(/2019/img/gallery-bg.jpg);
  background-size: cover;
  margin-bottom: 25px;
  padding: 0 22px;
}
.right .gallery h3 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  padding-top: 170px;
}
.right .gallery h3 span {
  font-size: 72px;
  line-height: 58px;
  font-weight: 600;
}
.right .napsali {
  display: block;
  height: 280px;
  background: #e9e9ea url(/2019/img/sidebar-wrote@2x.png) no-repeat right top;
  background-size: 240px 224px;
  margin-bottom: 25px;
  padding: 0 22px;
}
.right .napsali h3 {
  color: #636362;
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  padding-top: 200px;
}
.right .napsali h3 span {
  display: block;
  font-size: 44px;
  line-height: 46px;
  font-weight: 600;
}
.sub-footer {
  height: 700px;
  background: url(/2019/img/subfooter-bg-3.png) no-repeat center top;
  background-size: 2560px;
  margin: 30px 0 40px;
  min-width: 960px;
}
.footer {
  padding-bottom: 40px;
}
.footer .nav {
  margin: 25px auto;
  padding-left: 0;
}
.footer .nav li {
  display: inline;
  text-align: center;
  margin-right: -4px;
}
.footer .nav li a {
  display: inline-block;
  padding: 15px 8px 14px;
  text-transform: uppercase;
  color: #636362;
  font-size: 13px;
  font-weight: 400;
  border-top: solid 1px #e9e9ea;
  border-bottom: solid 1px #e9e9ea;
}
.homepage .footer .nav li.nav-home a,
.program .footer .nav li.nav-program a,
.tymy .footer .nav li.nav-tymy a,
.vstupenky .footer .nav li.nav-vstupenky a,
.minule-rocniky .footer .nav li.nav-minule-rocniky a,
.kontakt .footer .nav li.nav-kontakt a,
.footer .nav li a:hover {
  color: #000000;
}
.footer .fb {
  display: block;
  margin-bottom: 18px;
}
.footer .copyright,
.footer .design {
  color: #636362;
  font-size: 13px;
  line-height: 19px;
  margin: 15px 0;
}
.footer .copyright a,
.footer .design a {
  color: #cc3832;
}
.footer .copyright a:hover,
.footer .design a:hover {
  color: #a32d28;
}
.footer .design {
  margin-bottom: -2px;
}
.tymy-wrapper {
  overflow: auto;
  height: 1%;
  margin-top: 42px;
}
.tymy-wrapper .item {
  width: 460px;
  position: relative;
  float: left;
  margin: 0 40px 50px 0;
  overflow: hidden;
}
.tymy-wrapper .item.right {
  margin-right: 0;
}
.tymy-wrapper .item .content {
  background: #e9e9ea;
  width: 298px;
  height: 240px;
  padding: 20px;
}
.tymy-wrapper .item .content h2 {
  font-size: 21px;
  line-height: 21px;
  margin: 5px 0 12px;
}
.tymy-wrapper .item .content ol {
  margin: 0;
  padding: 0 0 0 16px;
}
.tymy-wrapper .item .content li {
  margin: 0 0 8px 0;
  padding-left: 3px;
  line-height: 23px;
}
.tymy-wrapper .item .content .handicap {
  position: absolute;
  left: 20px;
  bottom: 2px;
  font-style: italic;
}
.tymy-wrapper .item img {
  position: absolute;
  right: 0;
  top: 20px;
}
.people {
  font-size: 20px;
  line-height: 33px;
  text-align: center;
  margin-top: 15px;
}
.people strong {
  font-size: 24px;
  margin-left: 6px;
}
.plan-table {
  margin: 22px 0 24px;
}
.plan-table .item {
  margin-bottom: 9px;
  overflow: auto;
  height: 1%;
}
.plan-table .item .time {
  background-color: #a7a8aa;
  width: 120px;
  height: 46px;
  float: left;
  text-align: center;
  font-size: 23px;
  font-weight: 400;
  letter-spacing: 1px;
  padding-top: 24px;
  color: #ffffff;
}
.plan-table .item .desc {
  background-color: rgba(0, 0, 0, 0.08);
  width: 760px;
  height: 46px;
  float: right;
  font-size: 21px;
  font-weight: 400;
  padding: 14px 40px 10px;
}
.plan-table .item .desc.text-only {
  padding: 24px 40px 0;
}
.plan-table .item .desc .vs {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  padding: 0 30px;
}
.plan-table .item .desc .score {
  display: inline-block;
  font-size: 32px;
  font-weight: 600;
  padding: 0 30px;
  width: 120px;
  text-align: center;
}
.plan-table .item .desc .standings {
  display: inline-block;
  font-size: 32px;
  font-weight: 600;
  padding: 0;
  width: 70px;
  text-align: left;
}
.plan-img-left {
  padding: 10px 0 9px 70px;
  background-size: 45px;
  background-position: left top;
  background-repeat: no-repeat;
  width: 200px;
  display: inline-block;
}
.plan-img-right {
  padding: 10px 70px 9px 0;
  background-size: 45px;
  background-position: right top;
  background-repeat: no-repeat;
  width: 200px;
  display: inline-block;
  text-align: right;
}
.plan-bovet {
  background-image: url(/2019/img/bovet.png);
}
.plan-bank {
  background-image: url(/2019/img/bank.png);
}
.plan-moser {
  background-image: url(/2019/img/moser.png);
}
.plan-vispring {
  background-image: url(/2019/img/vispring.png);
}
.plan-fashion {
  background-image: url(/2019/img/fashion.png);
}
.kontakt .main {
  margin-bottom: 70px;
}
.kontakt iframe {
  margin-top: 18px;
}
.ticket-table {
  margin: 20px 0 15px;
}
.ticket-table .head,
.ticket-table .item {
  margin-bottom: 2px;
  overflow: auto;
  height: 1%;
}
.ticket-table .head div,
.ticket-table .item div {
  padding: 10px 20px;
}
.ticket-table .head {
  background-color: #a7a8aa;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: .5px;
}
.ticket-table .item {
  background-color: #e9e9ea;
}
.ticket-table .type {
  width: 600px;
  float: left;
}
.ticket-table .type h3 {
  font-size: 21px;
  font-weight: 600;
  margin: 10px 0 0;
}
.ticket-table .type p {
  margin: 8px 0 10px;
}
.ticket-table .price {
  width: 100px;
  float: left;
  text-align: center;
}
.ticket-table .item .price {
  font-size: 20px;
  font-weight: 400;
  margin-top: 42px;
}
.ticket-table .quantity {
  width: 140px;
  float: left;
  text-align: center;
}
.ticket-table .quantity input {
  width: 60px;
  border: solid 2px #a7a8aa;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: .25px;
  padding: 9px 9px 8px;
  text-align: center;
  margin-top: 31px;
}
.ticket-table .quantity input.invalid {
  border-color: #cc3832;
}
.ticket-table .quantity input:focus {
  outline: 0;
  border: solid 2px #636362;
}
.ticket-table .item.total .type h3 {
  margin: 8px 0 7px;
}
.ticket-table .item.total .price {
  width: 220px;
  font-size: 21px;
  margin: 8px 30px 7px;
  text-align: right;
}
.ticket-table .item.total .price #total {
  background-color: transparent;
  padding: 0;
  border: none;
  text-align: right;
  width: 100px;
}
.contact-info {
  overflow: auto;
  height: 1%;
  margin-top: -6px;
}
.contact-info .input-wrap {
  float: left;
  width: 33%;
}
.contact-info input {
  width: 283px;
  border: solid 2px #a7a8aa;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: .25px;
  padding: 9px 9px 8px;
  outline: 0;
}
.contact-info input.invalid {
  border-color: #cc3832;
}
.contact-info input#email {
  width: 304px;
}
.contact-info input:focus {
  border-color: #636362;
}
.contact-info label {
  display: block;
}
#pay-button {
  width: 100%;
  background-color: #cc3832;
  color: #ffffff;
  border: none;
  font-family: cronos-pro-display, sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  padding: 13px 0;
  margin: 13px 0;
}
#pay-button:hover {
  cursor: pointer;
}
#pay-button:focus {
  outline: 0;
  background-color: #a32d28;
}
#terms-wrap {
  margin: 5px 0;
}
#terms-wrap label {
  color: rgba(0, 0, 0, 0.4);
  font-size: 15px;
}
#terms-wrap label a {
  text-decoration: underline;
}
input[type="checkbox"] {
  position: absolute;
  left: -10000px;
}
input[type="checkbox"] + label {
  cursor: pointer;
  font-weight: 400;
  position: relative;
  padding: 0 0 0 28px;
  margin: 2px 0;
}
input[type="checkbox"] + label::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  font-size: 13px;
  line-height: 18px;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  border: solid 2px #afafaf;
  position: absolute;
  left: 0;
  top: 0;
  font-family: cronos-pro-display, sans-serif;
}
input[type="checkbox"].invalid + label::before {
  border-color: #cc3832;
}
input[type="checkbox"]:checked + label::before {
  content: "\2713";
  text-align: center;
  color: #cc3832;
}
#form-footer {
  text-align: center;
}
#form-footer .payments-logotypes {
  margin: 36px 0 12px;
}
#gallery {
  /* Prevent vertical gaps */
  line-height: 0;
  -webkit-column-count: 3;
  -webkit-column-gap: 10px;
  -moz-column-count: 3;
  -moz-column-gap: 10px;
  column-count: 3;
  column-gap: 10px;
}
#gallery img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
  margin-bottom: 10px;
}
.link-archive-site {
  margin: -10px 0 30px;
}
a.download-tickets {
  background-color: #cc3832;
  color: #ffffff;
  border: none;
  font-family: cronos-pro-display, sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  padding: 13px 30px;
  margin: 8px 0;
  display: inline-block;
}
.banner-vstupenky {
  margin: 25px 0 12px;
}
