/* -- start setup -- */
/*
.inter-<uniquifier> {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
*/

.imgCenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.imgRound {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

* {
  font-family: "Inter", serif, Arial, Verdana, Trebuchet MS, Helvetica,
    sans-serif;
  font-size: 16px;
  color: White;
}

.br1 {
  border: 1px solid Red;
}

.creamColor {
  color: #fceecf !important;
}

.greenColor {
  color: #2c5445 !important;
}

/* -- common -- */
.horniIndex {
  vertical-align: super;
  font-size: 9px;
}

.i {
  font-style: italic;
}

sup {
  font-size: 0.7em;
}

body {
  background-color: #2c5445;
}

.my-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.top {
  padding-top: 5px;
  padding-bottom: 5px;
}

.topMenu {
  margin-bottom: 0;
  padding-left: 0;
}

.topMenu li {
  list-style-type: none;
  text-align: center;
  margin-left: 10px;
}

.topMenu li a {
  color: #fceecf;
  line-height: 80px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.5s;
}

@media only screen and (min-width: 992px) {
  .topMenu li {
    margin-left: 12px;
  }

  .topMenu li a {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .topMenu li {
    margin-left: 20px;
  }

  .topMenu li a {
    font-size: 16px;
  }
}

.topMenu li a:hover {
  color: White;
}

.topMenu li a.active {
  text-decoration: underline;
}

.topBannerImg {
  min-height: 417px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto;
  /*background-size:    cover;    */
}

.topBannerImg1 {
  background-image: url(../pcs/pcs_layout/header1.jpg);
}

.topBannerImg2 {
  background-image: url(../pcs/pcs_layout/header2.jpg);
}

.topBanner .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -26px;
}

.whiteBcg {
  background-color: White;
}

.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: 35px;
    padding-bottom: 35px;
  }
}

@media only screen and (min-width: 992px) {
  .content {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}

@media only screen and (min-width: 1200px) {
  .content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.productDescTitle {
  color: #2c5445;
  font-size: 24px;
  font-weight: 900;
}

@media only screen and (min-width: 480px) {
  .productDescTitle {
    font-size: 28px;
  }
}

@media only screen and (min-width: 768px) {
  .productDescTitle {
    font-size: 32px;
  }
}

@media only screen and (min-width: 992px) {
  .productDescTitle {
    font-size: 36px;
  }
}

@media only screen and (min-width: 1200px) {
  .productDescTitle {
    font-size: 40px;
  }
}

.productDescSubTitle {
  font-size: 18px;
  color: #2c5445;
  font-weight: 700;
}

@media only screen and (min-width: 480px) {
  .productDescSubTitle {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .productDescSubTitle {
    font-size: 22px;
  }
}

@media only screen and (min-width: 992px) {
  .productDescSubTitle {
    font-size: 24px;
  }
}

@media only screen and (min-width: 1200px) {
  .productDescSubTitle {
    font-size: 24px;
  }
}

.productDescText {
  color: #2c5445;
  font-size: 14px;
  font-weight: 400;
  line-height: 125%;
  max-width: 220px;
}

.productDescText a {
  color: #2c5445;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: underline;
  margin-top: 10px;
}

.productDescButton a {
  margin-top: 10px;
  display: block;
  background-color: #2c5445;
  color: #fceecf;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  height: 48px;
  line-height: 48px;
  width: 126px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.productDescButtonCream a {
  background-color: #fceecf;
  color: #2c5445;
}

.productTopImg {
  max-width: 150px;
}

@media only screen and (min-width: 768px) {
  .productTopImg {
    max-width: 215px;
  }
}

.text {
  font-size: 15px;
  font-weight: 400;
}

.textDobrak {
  font-size: 14px;
  font-weight: 400;
}

h1 {
  font-size: 34px;
  font-weight: 900;
  font-size: 30px;
}

@media only screen and (min-width: 480px) {
  h1 {
    font-size: 42px;
  }
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 50px;
  }
}

@media only screen and (min-width: 992px) {
  h1 {
    font-size: 58px;
  }
}

@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 64px;
  }
}

h2 {
  font-size: 24px;

  font-weight: 900;
  font-style: Black;
}

@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;
  }
}

.creamBcgColor {
  background-color: #fceecf;
}

.kdeKarta {
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
}

.kdeImg {
  min-height: 240px;
}

.kdeImg img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.kdeTitle {
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #2c5445;
  margin-bottom: 15px;
}

.kdeDesc {
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0%;
  color: #2c5445;
  min-height: 75px;
}

.button {
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  color: #fceecf;
  border: none;
  display: block;
  font-size: 16px;
  width: 180px;
  height: 50px;
  line-height: 50px;
  background-color: #2c5445;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  transition: background-color 0.5s;
  text-transform: uppercase;
  text-decoration: none;
}

.buttonPoptavka {
  font-size: 14px;
  width: 100%;
}

.buttonFull {
  width: 100%;
}

.buttonCenter {
  margin-left: auto;
  margin-right: auto;
}

.button:hover {
  color: White;
  text-decoration: none;
  background-color: #2c5445;
}

.odd {
  border-bottom: 2px solid #2c5445;
}

/* akce kalendar */
.akceBox {
  border-bottom: 1px solid #2c5445;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.akceTitle {
  font-size: 24px;
  font-weight: bold;
  color: #2c5445;
}

.akceDatum {
  font-size: 14px;
  font-weight: normal;
  color: #2c5445;
}

.akcePopis,
.akcePopis * {
  font-size: 17px;
  font-weight: normal;
  color: #2c5445;
}

@media only screen and (max-width: 768px) {
  .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: #2c5445;
    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;
    text-decoration: none;
  }

  .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;
  }
}

.ageGateOverlay {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 995000;
  /*background-image: url(../pcs/pcs_layout/overlay-background.png);  */
  background-color: #2c5445;
}

.ageGate {
  position: relative;
  top: 30px;
  left: 0%;
  width: 100%;
  z-index: 9950000;
}

@media only screen and (min-width: 992px) {
  .ageGate {
    /*position: fixed;*/
    top: 60px;
    left: 50%;
    width: 700px;
    margin-left: -350px;
    z-index: 9950000;
  }
}

.ageGateText {
  color: #fceecf;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
}

@media only screen and (min-width: 992px) {
  .ageGateText {
    font-size: 40px;
  }
}

.ageGateButton {
  display: block;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f03235+0,d82a2d+100 */
  background-color: #fceecf;
  text-align: center;
  color: #2c5445;
  width: 150px;
  height: 50px;
  line-height: 50px;
  margin: 30px auto 20px auto;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  z-index: 100000;
  border: none;
  transition: all 0.5s ease;
  margin-left: 2px;
  margin-right: 2px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-decoration: none;
}

.ageGateButton:hover {
  background-color: #fceecf;
  color: #2c5445;
  text-decoration: none;
}

.ageGateLine {
  border-bottom: 1px solid #fceecf;
  margin-bottom: 20px;
}
