@font-face {
  font-family: "Cupra";
  src:
    url("Cupra-Bold.woff2") format("woff2"),
    url("Cupra-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cupra Book";
  src:
    url("Cupra-Book.woff2") format("woff2"),
    url("Cupra-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cupra";
  src:
    url("Cupra-BoldItalic.woff2") format("woff2"),
    url("Cupra-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Cupra Book";
  src:
    url("Cupra-BookItalic.woff2") format("woff2"),
    url("Cupra-BookItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Cupra Display";
  src:
    url("CupraDisplay-Regular.woff2") format("woff2"),
    url("CupraDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cupra";
  src:
    url("Cupra-ExtraBold.woff2") format("woff2"),
    url("Cupra-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cupra";
  src:
    url("Cupra-ExtraBoldItalic.woff2") format("woff2"),
    url("Cupra-ExtraBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Cupra";
  src:
    url("Cupra-ExtraLight.woff2") format("woff2"),
    url("Cupra-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cupra";
  src:
    url("Cupra-ExtraLightItalic.woff2") format("woff2"),
    url("Cupra-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Cupra";
  src:
    url("Cupra-Italic.woff2") format("woff2"),
    url("Cupra-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Cupra";
  src:
    url("Cupra-Light.woff2") format("woff2"),
    url("Cupra-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cupra";
  src:
    url("Cupra-LightItalic.woff2") format("woff2"),
    url("Cupra-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Cupra";
  src:
    url("Cupra-Medium.woff2") format("woff2"),
    url("Cupra-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cupra";
  src:
    url("Cupra-MediumItalic.woff2") format("woff2"),
    url("Cupra-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Cupra";
  src:
    url("Cupra-Regular.woff2") format("woff2"),
    url("Cupra-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  font-family:
    "Cupra",
    serif,
    Arial,
    Verdana,
    Trebuchet MS,
    Helvetica,
    sans-serif;
  font-size: 15px;
  color: White;
}

.blueColor {
  color: #836a4e;
}

.br1 {
  border: 1px solid Red;
}

/* -- common -- */
.horniIndex {
  vertical-align: super;
  font-size: 9px;
}

.i {
  font-style: italic;
}

.white {
  color: White;
}

.smallText {
  font-size: 13px;
}

.text15 {
  font-size: 15px;
}

.textUppercase {
  text-transform: uppercase;
}

.cursorPointer {
  cursor: pointer;
}
.link {
  text-decoration: underline;
}

.link:hover {
  text-decoration: none;
}

.white.link:hover {
  color: White;
}

sup {
  font-size: 0.7em;
}

em {
  font-style: normal;
  font-weight: normal;
}

.maxW600 {
  max-width: 600px;
}

.maxW800 {
  max-width: 800px;
}

.hiddenElement {
  visibility: hidden;
}

@media only screen and (min-width: 1600px) {
  .hide1600 {
    display: none;
  }
}

/* -- all pages -- */
hr {
  display: none;
}

body {
  background-color: #836a4e;
}

.webContent {
  padding-top: 91px;
  padding-top: 84px;
}

@media only screen and (min-width: 992px) {
  .webContent {
    padding-top: 111px;
    padding-top: 96px;
  }
}

.imgCenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.top {
  background-color: #000000;
  position: fixed;
  z-index: 999;
  min-height: 91px;
  min-height: 84px;
  top: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  width: 100%;
  -webkit-box-shadow: 0px 5px 18px -4px rgba(0, 0, 0, 0.62);
  -moz-box-shadow: 0px 5px 18px -4px rgba(0, 0, 0, 0.62);
  box-shadow: 0px 5px 18px -4px rgba(0, 0, 0, 0.62);
}

@media only screen and (min-width: 992px) {
  .top {
    min-height: 111px;
    min-height: 96px;
  }
}

.topLogo img {
  width: 185px;
}

@media only screen and (min-width: 992px) {
  .topLogo img {
    width: 300px;
  }
}

.topMenu ul {
  margin-bottom: 0;
  padding-left:;
}

.topMenu ul li {
  list-style-type: none;
  margin-left: 20px;
}

.topMenu ul li a {
  color: White;
  line-height: 46px;
  text-transform: uppercase;
}

.topMenu ul li a:hover {
  color: #836a4e;
}

.header {
  background-image: url(../pcs/pcs_layout/header2026.jpg);
  background-position: center;
  background-repeat: no-repeat;
  min-height: 700px;
}

@media only screen and (min-width: 1600px) {
  .header {
    background-image: url(../pcs/pcs_layout/header2026.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 767px;
  }
}

@media only screen and (min-width: 1600px) {
  .header {
    background-position: center right;
  }
}

.headerContent {
  min-height: 700px;
}

@media only screen and (min-width: 992px) {
  .headerContent {
    min-height: 767px;
  }
}

.headerPlace {
  font-size: 18px;
  color: White;
}

@media only screen and (min-width: 480px) {
  .headerPlace {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .headerPlace {
    font-size: 22px;
  }
}

@media only screen and (min-width: 992px) {
  .headerPlace {
    font-size: 24px;
  }
}

@media only screen and (min-width: 1200px) {
  .headerPlace {
    font-size: 25px;
  }
}

.headerTitle {
  font-size: 30px;
  color: White;
  /*text-transform: uppercase;*/
  letter-spacing: 0.1em; /* 30 % */
}

@media only screen and (min-width: 480px) {
  .headerTitle {
    font-size: 33px;
  }
}

@media only screen and (min-width: 768px) {
  .headerTitle {
    font-size: 35px;
  }
}

@media only screen and (min-width: 992px) {
  .headerTitle {
    font-size: 38px;
  }
}

@media only screen and (min-width: 1200px) {
  .headerTitle {
    font-size: 40px;
  }
}

.registerButton {
  font-weight: 500;
  border: none;
  display: block;
  color: White;
  font-size: 16px;
  width: 180px;
  height: 50px;
  line-height: 50px;
  background-color: #836a4e;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  transition: all 0.5s;
  text-transform: uppercase;
}

.buttonCenter {
  margin-left: auto;
  margin-right: auto;
}

.registerButton:hover {
  color: White;
  text-decoration: none;
  background-color: Black;
}

.imgLogos {
  background-color: #8f9bac;
  padding: 20px;
}

@media only screen and (min-width: 992px) {
  .imgLogos img {
    max-width: 800px;
  }
}
.content {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (min-width: 480px) {
  .content {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media only screen and (min-width: 768px) {
  .content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 992px) {
  .content {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .contentSmaller {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 1200px) {
  .content {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .contentSmaller {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.contentCol {
  background-color: #faf8f5;
}

.lightGrey {
  background-color: #f8f8f8;
}

h1,
h2,
h3,
h4,
.title,
.newsTitle,
.headerTitle,
.topMenu li a,
#uspesne_odeslani,
.mgFont,
.mgFont * {
  /*font-family: "ABC Favorit Mono";*/
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
}
.smallerTitle {
  font-size: 18px;
}

.text {
  line-height: 28px;
  letter-spacing: -0.03em;
}

.text strong {
}

.text a {
  color: White;
  text-decoration: underline;
}

.text a:hover {
  color: White;
  text-decoration: none;
}

.maxW970 {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}

.button {
  font-weight: 500;
  border: none;
  display: block;
  color: White;
  font-size: 14px;
  width: 200px;
  height: 40px;
  line-height: 40px;
  background-color: #fa7872;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  transition: background-color 0.5s;
  text-transform: uppercase;
}

.buttonCenter {
  margin-left: auto;
  margin-right: auto;
}

.button:hover {
  color: White;
  text-decoration: none;
  background-color: #dd7359;
}

.odd {
  margin-top: 30px;
  margin-bottom: 30px;
  height: 2px;
  width: 60px;
  background-color: #836a4e;
}

.oddWhite {
  background-color: White;
}

.oddCenter {
  margin-left: auto;
  margin-right: auto;
}

.oddLine {
  margin-top: 20px;
  margin-bottom: 20px;
  height: 1px;
  width: 100%;
  background-color: Black;
}

.oddLineGrey {
  margin-top: 20px;
  margin-bottom: 20px;
  height: 1px;
  width: 100%;
  background-color: Grey;
}

#countdown {
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  width: 100%;
  color: White;
}

@media only screen and (min-width: 768px) {
  #countdown {
    width: 400px;
  }
}

#countdown div {
  text-align: center;
}

/*.borderRight {border-right:     1px solid White;}*/

#countdown span {
  font-size: 25px;
  display: block;
  font-weight: bold;
  color: White;
}

@media only screen and (min-width: 480px) {
  #countdown span {
    font-size: 35px;
  }
}

@media only screen and (min-width: 768px) {
  #countdown span {
    font-size: 45px;
  }
}

@media only screen and (min-width: 992px) {
  #countdown span {
    font-size: 55px;
  }
}

@media only screen and (min-width: 1200px) {
  #countdown span {
    font-size: 65px;
  }
}

.label {
  margin-top: 0px;
  font-size: 0.8em;
  font-size: 14px;
  color: White;
}

.registrace {
  /*background-image: url(../pcs/pcs_layout/reg-form-background.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;*/
  background-color: black;
}

.mainForm {
  max-width: 800px;
  margin: 30px auto;
}

.mainForm label,
.mainForm label a {
  color: White;
  font-size: 15px;
  font-weight: normal;
}

.mainForm label a {
  text-decoration: underline;
}

.mainForm label a:hover {
  color: White;
  text-decoration: none;
}

.mainForm input,
.mainForm select {
  background-color: transparent;
  border: 1px solid White;
  color: White;
  margin-bottom: 20px;
}

.mainForm option {
  color: blACK;
}

.mainForm input.submitButton {
  background-color: Black;
  border: none;
  color: White;
  padding: 0;
  font-weight: 500;
  border: none;
  display: block;
  color: White;
  font-size: 20px;
  width: 220px;
  height: 55px;
  line-height: 55px;
  background-color: #836a4e;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  transition: all 0.5s;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
}

.mainForm input.submitButton:hover {
  color: White;
  text-decoration: none;
  background-color: Black;
}

.contactBcg {
  background-color: black;
  background-color: #6a0022;
}

.gradientBcg {
  /*background-color: #836a4e;*/

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#46525b+0,373b47+100 */
  background: linear-gradient(
    to right,
    #46525b 0%,
    #373b47 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  /*background-image: url(../pcs/pcs_layout/gradient.jpg);
  background-size: cover;
  background-position: bottom right; */
}

.gradientBcg2 {
  /*
  background-image: url(../pcs/pcs_layout/gradient2.jpg);
  background-size: cover;
  background-position: bottom right;*/
  background-color: #373b47;

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#606652+0,836a4e+100 */
  background: linear-gradient(
    to right,
    #606652 0%,
    #836a4e 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.ico {
  border: 1px solid #b8b8b8;
  width: 110px;
  height: 110px;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 auto 20px auto;
}

.ico1 {
  background-image: url(../pcs/pcs_layout/ico-place.png);
}

.ico2 {
  background-image: url(../pcs/pcs_layout/ico-email.png);
}

.ico3 {
  background-image: url(../pcs/pcs_layout/ico-phone.png);
}

.icoText a {
  color: White;
  text-decoration: underline;
}

.icoText a:hover {
  color: white;
  text-decoration: none;
}

.footer {
  background-color: black;
  padding-top: 30px;
  padding-bottom: 30px;
}

.maxH500 {
  max-height: 500px;
}

.footerMenu ul {
  margin-bottom: 0;
}

.footerMenu ul li {
  list-style-type: none;
  margin-left: 10px;
  margin-right: 10px;
}

.footerMenu ul li a {
  color: White;
  font-size: 16px;
  line-height: 50px;
  text-transform: uppercase;
}

.copy {
  font-size: 14px;
  color: #a6b2b2;
  text-align: center;
}

.kotva {
  position: relative;
  top: -0px;
}

.tableProgram {
  max-width: 450px;
}

.tableProgram td {
  font-size: 15px;
}

.tableTime {
  font-weight: bold;
  text-align: right;
  width: 110px;
}

@media only screen and (max-width: 768px) {
  .menuSwitcher {
    cursor: pointer;
    position: absolute;
    top: 25px;
    top: 20px;
    right: 25px;
    width: 44px;
    height: 44px;
    background-image: url(../pcs/pcs_layout/menu-open.svg);
    background-position: center;
    background-repeat: no-repeat;
  }

  .openMenu {
    background-color: Black;
    position: absolute;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 300px;
    height: 100vh;
    z-index: 99999;
    display: none;
  }

  .openMenuTop {
    background-color: Black;
    height: 65px;
    box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.2);
  }

  .mobileMenu {
    margin-top: 100px;
    padding-left: 0;
  }

  .mobileMenu li {
    list-style-type: none;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px;
  }

  .mobileMenu li a {
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: White;
    font-size: 16px;
  }

  .buttonRezervace {
    font-weight: 500;
    border: none;
    display: block;
    color: White !important;
    font-size: 16px;
    width: 240px;
    height: 50px;
    line-height: 50px;
    margin-left: auto;
    margin-right: auto;
    background-color: #c8102e;
    text-align: center;
    transition: background-color 0.5s;
    text-transform: uppercase;
    font-weight: bold;
  }

  .buttonCenter {
    margin-left: auto;
    margin-right: auto;
  }

  .footerButton a:hover {
    color: White;
    text-decoration: none;
    background-color: #c8102e;
  }

  .menuOdd {
    border: 1px solid #336f9d;
  }

  .closeMenu {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 10;
    width: 44px;
    height: 44px;

    background-image: url(../pcs/pcs_layout/menu-close.svg);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 99;
  }
}

@media only screen and (min-width: 768px) {
  /* schovat */
  .openMenu,
  .mobileMenu {
    display: none !important;
  }
}
