/*
.cinzel-decorative-regular {
  font-family: "Cinzel Decorative", serif;
  font-weight: 400;
  font-style: normal;
}

.cinzel-decorative-bold {
  font-family: "Cinzel Decorative", serif;
  font-weight: 700;
  font-style: normal;
}

.cinzel-decorative-black {
  font-family: "Cinzel Decorative", serif;
  font-weight: 900;
  font-style: normal;
}

.montserrat-<uniquifier {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
*/
* {
  font-family: "Montserrat", Arial, Verdana, Trebuchet MS, Helvetica, sans-serif;
  font-size: 17px;
  color: black;
}

.br1 {
  border: 1px solid Red;
}

/* -- common -- */
.horniIndex {
  vertical-align: super;
  font-size: 9px;
}

.imgCenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.w100proc {
  width: 100%;
}

.i {
  font-style: italic;
}

sup {
  font-size: 0.7em;
}

.maxW700 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.f24 {
  font-size: 24px;
}

.pb90 {
  padding: 0 0 90px 0;
}

.ml20 {
  margin-left: 20px !important;
}

.relative {
  position: relative;
}

.textDark {
  color: black !important;
}

@media (min-width: 768px) {
  .mb50 {
    margin-bottom: 50px !important;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1180px;
  }
}

.hiddenElement {
  visibility: hidden;
}

/* -- all pages -- */
hr {
  display: none;
}

body {
  background-color: white;
  padding-top: 70px;
}

@media (min-width: 720px) {
  body {
    padding-top: 80px;
  }
}

.imgFull {
  width: 100%;
}

.top {
  background-color: black;
  min-height: 70px;
  padding-left: 15px;
  padding-right: 15px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 720px) {
  .top {
    min-height: 80px;
  }

  .topIUn {
    min-height: 80px;
  }
}

@media only screen and (min-width: 1200px) {
  .top {
    padding-left: 45px;
    padding-right: 45px;
  }
}

.topLogo a {
  color: White;
  font-size: 30px;
  font-family: "Cinzel Decorative", serif;
  font-weight: 900;
}

.topLogo img {
  max-width: 150px;
}

@media (min-width: 720px) {
  .topLogo img {
    max-width: 150px;
  }
}

.topText {
  color: black;
  color: White;
  text-transform: uppercase;
  font-size: 20px;
}

.topButton {
  background-color: #f6a955;
  color: black !important;
  padding: 10px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: bold;
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.button {
  font-weight: 500;
  border: none;
  display: block;
  color: White;
  font-size: 16px;
  width: 180px;
  height: 50px;
  line-height: 50px;
  background-color: #f6a955;
  color: black !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  transition: background-color 0.5s;
  text-transform: uppercase;
}

.yellowButton {
  font-size: 18px;
  font-weight: bold;
  display: block;
  float: none;
  margin: 30px auto 10px auto;
  width: 250px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  background-color: #305657 !important;
  color: White !important;
  padding: 0;
  cursor: pointer;
  transition: background-color 0.5s;
  text-transform: uppercase;
  -webkit-border-radius: 33px;
  -moz-border-radius: 33px;
  border-radius: 33px;
}

.buttonCenter {
  margin-left: auto;
  margin-right: auto;
}

.topMenu {
  margin-bottom: 0;
  padding-left: 0;
}

.topMenu li {
  list-style-type: none;
  text-align: center;
  margin-left: 20px;
}

.topMenu li a {
  color: White;
  line-height: 80px;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
}

.topMenu li a.topButton {
  background-color: f6a955;
  color: Black;
  padding: 15px 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: bold;
}

.topButton:hover {
  background-color: #f5bc7d;
  text-decoration: none;
}

.header {
  background-image: url(../pcs/pcs_layout/header-image2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

.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: 120px;
    padding-bottom: 120px;
  }

  .contentSmaller {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.contentGrey {
  background-color: #eeeeee;
}

.contentRegistrace {
  background-image: url(../pcs/pcs_layout/registrace-bcg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (min-width: 1200px) {
  .woman {
    background-image: url(../pcs/pcs_layout/woman.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 250px;
    min-height: 800px;
  }
}

@media only screen and (min-width: 1200px) {
  .man {
    background-image: url(../pcs/pcs_layout/man.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 250px;
    min-height: 800px;
  }
}

@media only screen and (min-width: 1600px) {
  .woman {
    background-size: auto;
  }
}

@media only screen and (min-width: 1600px) {
  .man {
    background-size: auto;
  }
}

.introText,
.introText strong {
  font-size: 20px;
}

@media only screen and (min-width: 480px) {
  .introText,
  .introText strong {
    font-size: 24px;
  }
}

@media only screen and (min-width: 768px) {
  .introText,
  .introText strong {
    font-size: 28px;
  }
}

@media only screen and (min-width: 992px) {
  .introText,
  .introText strong {
    font-size: 32px;
  }
}

@media only screen and (min-width: 1200px) {
  .introText,
  .introText strong {
    font-size: 36px;
  }
}

.introText2 {
  font-size: 17px;
}

@media only screen and (min-width: 480px) {
  .introText2 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .introText2 {
    font-size: 23px;
  }
}

@media only screen and (min-width: 992px) {
  .introText2 {
    font-size: 26px;
  }
}

@media only screen and (min-width: 1200px) {
  .introText2 {
    font-size: 30px;
  }
}

h1,
h2,
h3 {
  font-family: "Cinzel Decorative", serif;
  font-weight: 700;
}

h1 {
  font-size: 30px;
}

@media only screen and (min-width: 480px) {
  h1 {
    font-size: 36px;
  }
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 42px;
  }
}

@media only screen and (min-width: 992px) {
  h1 {
    font-size: 48px;
  }
}

@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 55px;
  }
}

h2 {
  font-size: 24px;
}

@media only screen and (min-width: 480px) {
  h2 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) {
  h2 {
    font-size: 36px;
  }
}

@media only screen and (min-width: 992px) {
  h2 {
    font-size: 42px;
  }
}

@media only screen and (min-width: 1200px) {
  h2 {
    font-size: 48px;
  }
}

h3 {
  font-size: 20px;
}

@media only screen and (min-width: 480px) {
  h3 {
    font-size: 25px;
  }
}

@media only screen and (min-width: 768px) {
  h3 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 992px) {
  h3 {
    font-size: 35px;
  }
}

@media only screen and (min-width: 1200px) {
  h3 {
    font-size: 38px;
  }
}

.programTable {
  border-collapse: collapse;
  margin-bottom: 20px;
  max-width: 700px;
  margin: 30px auto;
}

.programTable td {
  padding: 15px 30px;
  font-size: 16px;
  text-align: left;
}

.google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.uspesnaRegistrace {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 30px auto;
  background-color: White;
  max-width: 400px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.regForm {
  margin: 0 auto;
  max-width: 700px;
}

.regForm label {
  color: Black;
  font-weight: bold;
}

.regForm input,
.regForm select {
  border: 1px solid #00447b;
}
.submitButton {
  border: none !important;
  background-color: #f6a955;
  padding: 0;
  cursor: pointer;
  font-weight: bold;
  border: none;
  display: block;
  color: Black;
  font-size: 18px;
  width: 210px;
  height: 50px;
  line-height: 50px;
  background-color: Wh;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  transition: background-color 0.5s;
  text-transform: uppercase;
}

.submitButtonCenter {
  margin-left: auto;
  margin-right: auto;
}

.submitButton:hover {
  color: black;
  text-decoration: none;
  background-color: #f5bc7d;
}

.footer {
  background-color: black;
  color: #f6a955;
  font-size: 13px;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

@media only screen and (max-width: 992px) {
  .menuSwitcher {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    width: 35px;
    height: 35px;
    background-image: url(../pcs/pcs_layout/menu-switch.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 99;
  }

  .openMenu {
    background-color: Black;
    position: absolute;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 300px;
    height: 100vh;
    z-index: 99999;
    display: none;
  }

  .mobileMenu {
    margin-top: 100px;
    padding-left: 0;
  }

  .mobileMenu li {
    list-style-type: none;
    display: block;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 25px;
  }

  .mobileMenu li a {
    display: block;
    text-align: center;
    color: White;
    text-transform: uppercase;
    font-size: 18px;
  }

  .menuOdd {
    border: 1px solid #336f9d;
  }

  .closeMenu {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
    width: 50px;
    height: 50px;
    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: 992px) {
  /* schovat */
  .openMenu,
  .mobileMenu {
    display: none !important;
  }

  .xtopMenu {
    display: flex !important;
    position: absolute;
    top: 57px;
    right: 0;
    font-size: 16px;
    z-index: 10;
  }
}
