.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold,
.ph {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

* {
  font-family:
    "Open Sans",
    Arial,
    Verdana,
    Trebuchet MS,
    Helvetica,
    sans-serif;
  font-size: 16px;
  color: Black;
}

.br1 {
  border: 1px solid Red;
}

/* -- common -- */
.horniIndex {
  vertical-align: super;
  font-size: 9px;
}

.i {
  font-style: italic;
}

sup {
  font-size: 0.7em;
}

/* -- float -- */
.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.clear {
  clear: both;
}

.textLeft {
  text-align: left !important;
}

.pb90 {
  padding: 0 0 90px 0;
}

.ml20 {
  margin-left: 20px !important;
}

.relative {
  position: relative;
}

@media (min-width: 768px) {
  .mb50 {
    margin-bottom: 50px !important;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1180px;
  }
}

.maxW775 {
  max-width: 775px;
}

.contentCenter {
  margin-left: auto;
  margin-right: auto;
}

.hiddenElement {
  visibility: hidden;
}

/* -- all pages -- */
hr {
  display: none;
}

body {
  background-color: White;
}

.header {
  background-color: Black;
  min-height: 100vh;
  position: relative;
}

/* v hlavicka nahore  */
.topLogo img {
  width: 150px;
}

@media (min-width: 992px) {
  .topLogo img {
    width: 265px;
  }
}

.topLogo,
.topLogoMenu {
  position: absolute;
  top: 16px;
  left: 10px;
  z-index: 99;
}

@media (min-width: 992px) {
  .topLogo,
  .topLogoMenu {
    position: absolute;
    top: 40px;
    left: 40px;
  }
}

.topLogoMenu {
  z-index: 9999;
}

.menuSwitcher {
  position: absolute;
  top: 10px;
  right: 10px;
  color: White;
  width: 48px;
  height: 48px;
  background-color: White;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-image: url(../pcs/pcs_layout/menu-toggle.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 99;
}

@media (min-width: 992px) {
  .menuSwitcher {
    top: 40px;
    right: 40px;
  }
}

.menuClose {
  position: absolute;
  top: 10px;
  right: 10px;
  color: White;
  width: 48px;
  height: 48px;

  background-image: url(../pcs/pcs_layout/close-menu.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

@media (min-width: 992px) {
  .menuClose {
    top: 40px;
    right: 40px;
  }
}

.topPhone,
.topPhoneMenu {
  position: absolute;
  top: 10px;
  right: 70px;
  color: White;
  line-height: 48px;
  font-size: 14px;
  z-index: 999;
}

@media (min-width: 992px) {
  .topPhone,
  .topPhoneMenu {
    top: 40px;
    right: 120px;
    font-size: 16px;
  }
}

.topPhoneMenu {
  z-index: 9999;
  color: Black;
}

/*
.imageShow {
    padding-top: 200px;
}

@media only screen and (min-width : 992px) {
    .imageShow {
    padding-top: 100px;
}
}
*/

.imageShow {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.imgTopCarousel {
  margin-left: 1rem;
  margin-right: 1rem;
}

.introText {
  position: relative;
  z-index: 9;
  height: 100vh;
}

/*
.introText {
    position: absolute;
    z-index: 99;
    top: 150px;
    left: 5%;
    width: 90%;
}

@media only screen and (min-width : 992px) {
.introText {
    position: absolute;
    z-index: 99;
    top: 30%;
    left: 10%;
    width: 80%;
}
}*/

.mainTitle {
  color: White;
}

.mainTitle {
  color: White;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 1.5rem;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .mainTitle {
    font-size: 40px;
    line-height: 48px;
  }
}

@media only screen and (min-width: 992px) {
  .mainTitle {
    font-size: 78px;
    line-height: 97px;
  }
}

@media only screen and (min-width: 1200px) {
  .mainTitle {
    font-size: 90px;
    line-height: 110px;
  }
}

.mainText {
  padding: 5px 7px;
  max-width: 780px;
  color: White;
  font-size: 17px;
  text-align: center;
  background-image: url(../pcs/pcs_layout/main-text-background.png);
  background-position: center;
  background-repeat: repeat;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 992px) {
  .mainText {
    padding: 5px 10px;
    max-width: 780px;
    color: White;
    font-size: 21px;
    text-align: center;
    background-image: url(../pcs/pcs_layout/main-text-background.png);
    background-position: center;
    background-repeat: repeat;
    margin-left: auto;
    margin-right: auto;
  }
}

.projectPage {
  background-color: White;
  position: relative;
  min-height: 480px;
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 768px) {
  .projectPage {
    min-height: 520px;
  }
}

@media (min-width: 992px) {
  .projectPage {
    min-height: 580px;
  }
}

@media (min-width: 1200px) {
  .projectPage {
    min-height: 680px;
  }
}

@media (min-width: 1600px) {
  .projectPage {
    min-height: 780px;
  }
}

.projectTitle {
  color: Black;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 480px) {
  .projectTitle {
    font-size: 38px;
    line-height: 46px;
  }
}

@media only screen and (min-width: 768px) {
  .projectTitle {
    font-size: 46px;
    line-height: 56px;
  }
}

@media only screen and (min-width: 992px) {
  .projectTitle {
    font-size: 54px;
    line-height: 66px;
  }
}

@media only screen and (min-width: 1200px) {
  .projectTitle {
    font-size: 60px;
    line-height: 74px;
  }
}

.projectText {
  font-size: 19px;
  line-height: 30px;
}

@media only screen and (min-width: 768px) {
  .projectText {
    font-size: 21px;
    line-height: 33px;
  }
}

.projectCarousel {
  background-image: url(../pcs/pcs_layout/carousel-projekty-background.png);
  background-position: bottom center;
  background-repeat: repeat-x;
}

.projectItem {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 437px;
  height: 321px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.12);
  padding-bottom: 100px;
  margin-bottom: 20px;
  margin-top: 20px;
}

@media (min-width: 992px) {
  .projectItem {
    width: 874px;
    height: 643px;
  }
}

.projectItemDesc {
  height: 321px;
  padding-left: 65px;
}

@media (min-width: 992px) {
  .projectItemDesc {
    height: 643px;
    padding-left: 75px;
  }
}

.projectItem1 {
  background-image: url(../pcs/pcs_layout/project-1.jpg);
}
.projectItem2 {
  background-image: url(../pcs/pcs_layout/project-2.jpg);
}
.projectItem3 {
  background-image: url(../pcs/pcs_layout/project-3.jpg);
}

.projectItemNum {
  font-size: 19px;
  color: White;
  line-height: 29px;
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .projectItemNum {
    font-size: 21px;
    line-height: 33px;
  }
}

.projectItemName {
  font-size: 24px;
  line-height: 30px;
  color: White;
  max-width: 550px;
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 480px) {
  .projectItemName {
    font-size: 30px;
    line-height: 36px;
  }
}

@media only screen and (min-width: 768px) {
  .projectItemName {
    font-size: 36px;
    line-height: 42px;
  }
}

@media only screen and (min-width: 992px) {
  .projectItemName {
    font-size: 42px;
    line-height: 48px;
  }
}

@media only screen and (min-width: 1200px) {
  .projectItemName {
    font-size: 48px;
    line-height: 54px;
  }
}

.projectItemButton {
  width: 262px;
  height: 55px;
  line-height: 55px;
  color: White;
  font-size: 16px;
  background-color: #647db3;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  border-radius: 27px;
  text-align: center;
  transition: background-color 0.5s;
}

.projectItemButton:hover {
  color: White;
  text-decoration: none;
  background-color: #536ca0;
}

/* carousel  */
.projectCarousel.owl-carousel .owl-nav {
  border: 1px solid #68696b;
  background-color: #68696b !important;
}

.projectCarousel.owl-carousel .owl-nav .owl-prev,
.projectCarousel.owl-carousel .owl-nav .owl-next {
  width: 70px;
  height: 70px;
  background-color: transparent !important;
}

.projectCarousel.owl-carousel .owl-nav .owl-prev {
  width: 70px;
  height: 70px;
  background-color: transparent !important;
  background-image: url(../pcs/pcs_layout/carousel-prev.png) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  transition: all 0.5s ease 0s;
}

.projectCarousel.owl-carousel .owl-nav .owl-next {
  background-image: url(../pcs/pcs_layout/carousel-next.png) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  width: 70px;
  height: 70px;
  transition: all 0.5s ease 0s;
}

@media only screen and (min-width: 992px) {
  .projectCarousel.owl-carousel .owl-nav .owl-prev {
    width: 70px;
    height: 70px;
    background-image: url(../pcs/pcs_layout/carousel-prev.png) !important;
  }

  .projectCarousel.owl-carousel .owl-nav .owl-next {
    width: 70px;
    height: 70px;
    background-image: url(../pcs/pcs_layout/carousel-next.png) !important;
  }
}

.projectCarousel.owl-carousel .owl-nav .owl-prev:hover,
.projectCarousel.owl-carousel .owl-nav .owl-next:hover {
  background-color: transparent !important;
  opacity: 1 !important;
}

.projectCarousel.owl-carousel .owl-nav .owl-prev.disabled,
.projectCarousel.owl-carousel .owl-nav .owl-next.disabled {
  background-color: transparent !important;
  opacity: 1 !important;
}

@media only screen and (min-width: 992px) {
  .projectCarousel.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -15px !important;
  }

  .projectCarousel.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -15px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .projectCarousel.owl-carousel .owl-nav .owl-prev {
    top: 45%;
    left: 15px;
    margin-top: -35px;
  }

  .projectCarousel.owl-carousel .owl-nav .owl-next {
    top: 45%;
    right: 15px;
    margin-top: -35px;
  }
}

/* ispirace carolusel */
/* carousel  */
.inspiraceCarousel.owl-carousel .owl-nav {
  position: absolute;
  top: 120px;
  left: -400px;
}

.inspirationTitle {
  position: absolute;
  top: 0px;
  left: -370px;
}

.inspiraceCarousel.owl-carousel .owl-nav .owl-prev,
.inspiraceCarousel.owl-carousel .owl-nav .owl-next {
  width: 70px;
  height: 70px;
  background-color: transparent !important;
}

.inspiraceCarousel.owl-carousel .owl-nav .owl-next {
  margin-left: -10px;
}

.inspiraceCarousel.owl-carousel .owl-nav .owl-prev {
  width: 70px;
  height: 70px;
  background-color: transparent !important;
  background-image: url(../pcs/pcs_layout/carousel-prev.png) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  transition: all 0.5s ease 0s;
}

.inspiraceCarousel.owl-carousel .owl-nav .owl-next {
  background-image: url(../pcs/pcs_layout/carousel-next.png) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  width: 70px;
  height: 70px;
  transition: all 0.5s ease 0s;
}

.inspiraceCarousel.owl-carousel .owl-nav .owl-prev:hover,
.inspiraceCarousel.owl-carousel .owl-nav .owl-next:hover {
  background-color: transparent !important;
  opacity: 1 !important;
}

.inspiraceCarousel.owl-carousel .owl-nav .owl-prev.disabled,
.inspiraceCarousel.owl-carousel .owl-nav .owl-next.disabled {
  background-color: transparent !important;
  opacity: 1 !important;
}

.about {
  background-color: #68696b;
  position: relative;
  padding-bottom: 60px;
  position: relative;
}

@media (min-width: 992px) {
  .about {
    min-height: 900px;
    padding-bottom: 0;
  }
}

/* about 1 */

.relativeImg {
  position: relative;
  z-index: 99;
}

.aboutText {
  max-width: 588px;
}

.aboutText p {
  font-size: 18px;
  line-height: 30px;
  color: White;
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 480px) {
  .aboutText p {
    font-size: 24px;
    line-height: 36px;
  }
}

@media only screen and (min-width: 768px) {
  .aboutText p {
    font-size: 28px;
    line-height: 42px;
  }
}

@media only screen and (min-width: 992px) {
  .aboutText p {
    font-size: 32px;
    line-height: 48px;
  }
}

@media only screen and (min-width: 1200px) {
  .aboutText p {
    font-size: 36px;
    line-height: 53px;
  }
}

.aboutText p strong {
  color: White;
  font-size: 18px;
  line-height: 30px;
}

@media only screen and (min-width: 480px) {
  .aboutText p strong {
    font-size: 24px;
    line-height: 36px;
  }
}

@media only screen and (min-width: 768px) {
  .aboutText p strong {
    font-size: 28px;
    line-height: 42px;
  }
}

@media only screen and (min-width: 992px) {
  .aboutText p strong {
    font-size: 32px;
    line-height: 48px;
  }
}

@media only screen and (min-width: 1200px) {
  .aboutText p strong {
    font-size: 36px;
    line-height: 53px;
  }
}

.aboutAutor {
  font-size: 14px;
  line-height: 30px;
  color: White;
}

@media only screen and (min-width: 768px) {
  .aboutAutor {
    font-size: 16px;
    line-height: 32px;
  }
}

.aboutAutor strong {
  font-size: 18px;
  line-height: 30px;
  color: White;
}

@media only screen and (min-width: 768px) {
  .aboutAutor strong {
    font-size: 21px;
    line-height: 32px;
  }
}

.inspiration {
  padding-top: 80px;
  background-color: #efefef;
  position: relative;
  /*min-height: 780px;*/

  background-image: url(../pcs/pcs_layout/inspirace-background.png);
  background-position: bottom center;
  background-repeat: repeat-x;
}

@media only screen and (min-width: 992px) {
  .inspiration {
    padding-top: 180px;
  }
}

.inspirationTitle {
  font-size: 24px;
  line-height: 30px;
}

@media only screen and (min-width: 480px) {
  .inspirationTitle {
    font-size: 30px;
    line-height: 38px;
  }
}

@media only screen and (min-width: 768px) {
  .inspirationTitle {
    font-size: 36px;
    line-height: 46px;
  }
}

@media only screen and (min-width: 992px) {
  .inspirationTitle {
    font-size: 42px;
    line-height: 54px;
  }
}

@media only screen and (min-width: 1200px) {
  .inspirationTitle {
    font-size: 48px;
    line-height: 62px;
  }
}

/*
@media (min-width: 768px) {
    .inspirationTitle {
        position: absolute;
        top: 0;
        left: 0;
    }
}
*/
.inspirationCards {
  position: relative;
  z-index: 99;
}

@media (min-width: 1200px) {
  .inspirationCards {
  }
}

.inspirationCard {
  max-width: 350px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 50px;
  margin-left: 10px;
}

.inspirationCardDesc {
  background-color: White;
  padding: 20px 20px 0 20px;
  min-height: 240px;
  /*background-color: Red;*/
}

.inspirationCardTitle {
  font-size: 21px;
  line-height: 32px;
  color: Black;
}

.inspirationCardDate {
  font-size: 16px;
  line-height: 33px;
  color: #d5d5d7;
}

.inspirationCardText {
  line-height: 27px;
  margin-bottom: 1rem;
}

.inspirationCardMore {
  color: #647db3;
  text-decoration: underline;
}

.inspirationCardMore:hover {
  color: #647db3;
  text-decoration: none;
}

.footer {
  background-color: White;
  min-height: 300px;
  padding-top: 100px;
  background-image: url(../pcs/pcs_layout/footer-bcg.png);
  background-position: bottom center;
  background-repeat: repeat-x;
}

.footerTitle {
  color: Black;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 1rem;
}

.footerLinks {
  padding-left: 0;
}

.footerLinks li {
  list-style-type: none;
}

.footerLinks li a {
  font-family: "PepiH";
  color: #647db3;
  text-decoration: underline;
  line-height: 28px;
}

.footerLinks li a:hover {
  color: #647db3;
  text-decoration: none;
}

.footerText {
  line-height: 28px;
}

.mailUs {
  font-size: 21px;
  color: #647db3;
  text-decoration: underline;
  line-height: 28px;
}

.social {
  margin-top: 1.5rem;
}

.social a {
  margin-right: 12px;
}

.copy {
  font-size: 14px;
}

.copyLinks {
  padding-left: 0;
}

.copyLinks li {
  list-style-type: none;
}

.copyLinks li a {
  font-size: 14px;
  color: #68696b;
  margin-left: 20px;
}

/* nenu */
.headerMenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: White;
  z-index: 999;
}

@media (min-width: 992px) {
  .menuImg {
    background-image: url(../pcs/pcs_layout/expand-menu-img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    height: 100vh;
  }
}

.uShape {
  background-image: url(../pcs/pcs_layout/u-shape-menu.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 5%;
  z-index: 99999;
  width: 324px;
  height: 442px;
  display: none;
}

@media (min-width: 992px) {
  .uShape {
    display: block;
  }
}

.menuLinks {
  width: 100%;
  height: 100vh;
}

@media (min-width: 992px) {
  .menuLinks {
    width: 50%;
  }
}

.mainMenu {
  padding-right: 60px;
}

@media only screen and (min-width: 992px) {
  .mainMenu {
    padding-right: 100px;
  }
}

.mainMenu ul {
  padding-left: 0;
}

.mainMenu ul li {
  list-style-type: none;
}

.mainMenu ul li.topLink a {
  font-size: 26px;
  line-height: 40px;
  color: Black;
}

@media only screen and (min-width: 480px) {
  .mainMenu ul li.topLink a {
    font-size: 30px;
    line-height: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .mainMenu ul li.topLink a {
    font-size: 36px;
    line-height: 52px;
  }
}

@media only screen and (min-width: 992px) {
  .mainMenu ul li.topLink a {
    font-size: 42px;
    line-height: 63px;
  }
}

@media only screen and (min-width: 1200px) {
  .mainMenu ul li.topLink a {
    font-size: 48px;
    line-height: 74px;
  }
}

.mainMenu ul li a {
  font-size: 19px;
  line-height: 40px;
  color: Black;
}

@media only screen and (min-width: 768px) {
  .mainMenu ul li a {
    font-size: 21px;
    line-height: 44px;
    color: Black;
  }
}

/* MASONRY GRID */
.grid {
  column-count: 3;
  column-count: 4;
  column-gap: 20px;
}

/* poloĹľka galerie */
.itemGallery {
  display: inline-block;
  width: 100%;
  margin: 0 0 20px;
  break-inside: avoid;
}

/* obrĂˇzek */
.itemGallery img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

/* hover efekt (doporuÄŤuju đź‘Ť) */
.itemGallery:hover img {
  transform: scale(1.03);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
  .grid {
    column-count: 2;
  }
}

@media (max-width: 575px) {
  .grid {
    column-count: 1;
  }
}

.itemGallery {
  height: auto !important;
}

.itemGallery {
  display: inline-block;
  width: 100%;
  margin: 0 0 20px;
  break-inside: avoid;
  background: none;
  /* dĹŻleĹľitĂ© */
}

.itemGallery img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
