@charset "UTF-8";
/*
$font-family:  'Rubik', sans-serif;
$font-family-url:'https://fonts.googleapis.com/css?family=Rubik:400,400i,500,500i,700,700i';

$font-family2: 'Roboto Condensed', sans-serif;
$font-family-url2:'https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,300italic,700,700italic,400italic&subset=latin,latin-ext';
*/
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 140épx;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1600px;
  }
}
@media (min-width: 2560px) {
  .container {
    max-width: 2000px;
  }
}

/* Navigation */
nav.navbar-light {
  transition: all 500ms;
  background-color: rgb(255, 255, 255) !important;
}
@media only screen and (min-width: 768px) {
  nav.navbar-light {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1920px) {
  nav.navbar-light {
    padding-left: 4rem;
    padding-right: 3rem;
  }
}
nav.navbar-light .navbar-brand {
  padding-bottom: 1rem;
}
nav.navbar-light .navbar-brand img {
  transition: all 500ms;
}
@media only screen and (max-width: 767px) {
  nav.navbar-light .navbar-brand img {
    max-width: 120px;
  }
}
@media only screen and (max-width: 767px) {
  nav.navbar-light .navbar-brand {
    margin-right: 0;
  }
}
nav.navbar-light .navbar-collapse {
  min-height: 100px;
}
@media only screen and (max-width: 768px) {
  nav.navbar-light .navbar-collapse {
    transition: all 100ms;
    padding-top: 2rem;
    padding-left: 3rem;
    padding-right: 3rem;
    position: absolute;
    background-color: #FBBD00;
    width: 100vh;
    top: 103px;
    left: -1rem;
    height: calc(100vh - 100px);
    z-index: 9999;
  }
}
@media only screen and (min-width: 768px) {
  nav.navbar-light .navbar-collapse .navbar-nav {
    min-height: 100px;
    padding-left: 2rem;
  }
}
nav.navbar-light .navbar-collapse .navbar-nav .nav-item {
  position: relative;
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  nav.navbar-light .navbar-collapse .navbar-nav .nav-item {
    min-height: 100px;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
nav.navbar-light .navbar-collapse .navbar-nav .nav-item.active .nav-link {
  /* color:$main;*/
}
nav.navbar-light .navbar-collapse .navbar-nav .nav-item:hover {
  background-color: #FBBD00;
}
nav.navbar-light .navbar-collapse .navbar-nav .nav-item:hover:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding-bottom: 20%;
  background: #FBBD00;
  clip-path: polygon(0% 0%, 100% 0%, 50% 90%);
}
nav.navbar-light .navbar-collapse .navbar-nav .nav-item .nav-link {
  font-size: 2em;
  color: #000;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
@media (min-width: 768px) {
  nav.navbar-light .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 0.9em;
  }
}
@media (min-width: 1200px) {
  nav.navbar-light .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding-right: 0.9rem;
    padding-left: 0.9rem;
  }
}

.phone {
  font-weight: bold;
  font-size: 1.2em;
  color: rgb(0, 0, 0) !important;
}
.phone a:hover {
  text-decoration: none;
}

/* hamburger */
.hamburger {
  float: right;
  position: relative;
  padding-right: 60px;
  border: 0;
  font-size: 1em;
}
.hamburger .toggle {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: #fff;
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
}
.hamburger .toggle.active span {
  box-shadow: 50px -12px 0 #262626, -50px 12px 0 #262626;
  border-radius: 1px;
  transform: translate(-50%, -50%) rotate(-315deg);
  transition-property: box-shadow, transform;
  transition-delay: 0s, 0.5s;
  transition-duration: 0.5s, 0.5s;
}
.hamburger .toggle.active span:before {
  top: 50%;
  transition-delay: 1s;
}
.hamburger .toggle span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  width: calc(100% - 14px);
  height: 1px;
  background: #262626;
  box-shadow: 0 -12px 0 #262626, 0 12px 0 #262626;
  transition-property: transform, box-shadow;
  transition-delay: 0s, 1s;
  transition-duration: 0.5s, 0.5s;
}
.hamburger .toggle span:before {
  content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 36px;
  background: #262626;
  transition: 0.5s;
  transition-delay: 0.5s;
}

@media only screen and (max-width: 767px) {
  .carousel-item .carousel-image {
    max-height: 450px;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 767px) {
  .carousel-item .carousel-caption h1 {
    padding-top: 1em;
    font-size: 1.7em;
  }
}

.contact {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact li {
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.contact li .contact-image {
  min-height: 100px;
  max-width: 75px;
  margin-left: auto;
  margin-right: auto;
}
.contact li h3 {
  font-size: 1.2em;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.button {
  padding-top: 0.5em;
}
.button a.btn {
  border: 1px solid black;
  padding: 0.6rem 3rem;
  border-radius: 2rem;
  color: black;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  position: relative;
  overflow: hidden;
}
.button a.btn:before {
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  content: url(/images/arrow_down2.svg);
}
.button a.btn:before {
  margin-top: 2px;
  left: 100%;
}
.button a.btn:hover:before {
  left: 85%;
}
.button a.btn:link, .button a.btn:visited {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.button a.btn:link:after, .button a.btn:visited:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: -1;
  -webkit-transition: all 0.75s ease 0s;
  -moz-transition: all 0.75s ease 0s;
  -o-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
}
.button a.btn:link:hover:after, .button a.btn:visited:hover:after {
  height: 450%;
}
.button a.btn:link, .button a.btn:visited {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.button a.btn:hover {
  color: white;
}
.button a.btn:after {
  background: black;
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
  transform: translateX(-50%) translateY(-50%) rotate(-25deg);
}

.imgmove {
  position: absolute;
  z-index: 999;
}

.photoeffect {
  min-height: 200px;
}

section h2 {
  text-align: center;
  margin: 3rem auto;
}
section h2 span {
  border-bottom: 8px solid #FBBD00;
}

.hidden {
  overflow: hidden;
  display: none;
  visibility: hidden;
}

.numbers {
  background-color: #FBBD00;
  padding: 3rem 0;
}
.numbers .number {
  font-size: 3em;
  font-weight: bold;
  margin-bottom: 0;
}

.catalog a.btn-gallery {
  position: relative;
  display: block;
}
.catalog a.btn-gallery .count-photos {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(236, 188, 23, 0.7);
  text-align: center;
}
.catalog a.btn-gallery .count-photos .count-photos-in {
  display: block;
}
.catalog a.btn-gallery .count-photos:before {
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  content: url(/images/arrow_down_white.svg);
  top: 100%;
}
.catalog a.btn-gallery:hover .count-photos {
  opacity: 1;
}
.catalog a.btn-gallery:hover .count-photos:before {
  top: 70%;
}

.progres_form .form-control {
  border: 0;
  border-bottom: 1px solid #FBBD00;
  border-radius: 0;
  padding-left: 0;
  margin-bottom: 2rem;
}
.progres_form .form-control::placeholder {
  color: #000;
}
.progres_form .form-control:focus {
  box-shadow: none;
}
.progres_form textarea {
  height: 12rem;
}
.progres_form .button {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.progres_form .button a.btn {
  padding: 0.6rem 5rem;
}

.responsive-item {
  position: relative;
}

.grid {
  margin-top: 4rem;
  line-height: 0;
  -webkit-column-count: 3;
  -webkit-column-gap: 2rem;
  -moz-column-count: 3;
  -moz-column-gap: 2rem;
  column-count: 3;
  column-gap: 2rem;
}
@media (max-width: 992px) {
  .grid {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
@media (max-width: 767px) {
  .grid {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}
.grid h3 {
  margin-top: 1rem;
  font-weight: normal;
  font-size: 1em;
}
.grid .grid-item {
  break-inside: avoid-column;
  display: inline-block;
  width: 100%;
  padding-bottom: 2rem;
  perspective: 250px;
}
.grid .grid-item img {
  transition: 100ms;
}
.grid .grid-item img:hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.catalog-in-photos img {
  transition: 100ms;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.catalog-in-photos img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

/* back to top */
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 100px;
  right: 10px;
  z-index: 10;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #FBBD00 url(/images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 0.5;
}

.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
  -moz-appearance: textfield;
}

/* MAC HACK */
.row:before, .row:after {
  display: none !important;
}

/* nový carousel */
.carousel-control-prev, .carousel-control-next {
  display: none;
}

#section7 .container {
  max-width: 1140px;
}

#section9 .row {
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #section9 .row {
    margin-top: 0;
    padding-top: 1.5rem;
  }
}
#section9 .row #carousel {
  margin: 0 auto;
  overflow: hidden;
  height: 1050px;
  width: 100%;
  max-width: 820px;
  border-radius: 410px;
}
@media only screen and (max-width: 767px) {
  #section9 .row #carousel {
    border-radius: 200px;
    height: 500px;
  }
}
#section9 .row #carousel .carousel-item .carousel-image {
  max-height: 1050px;
}
@media only screen and (max-width: 767px) {
  #section9 .row #carousel .carousel-item .carousel-image {
    max-height: 500px;
    transform: translate(0);
  }
}
#section9 .row #carousel .carousel-item .carousel-caption {
  display: none !important;
}
#section9 .row #controls {
  margin: 0 auto;
  position: relative;
  max-width: 840px;
}
#section9 .row #controls .cont2 {
  display: flex;
  opacity: 1;
}
#section9 .row #controls .cont2 img {
  position: absolute;
  bottom: 150px;
}
@media only screen and (max-width: 767px) {
  #section9 .row #controls .cont2 img {
    width: 75px;
    bottom: 100px;
  }
}

#section10 .container {
  max-width: 1130px;
  background-color: #FBBD00;
  color: black;
}
#section10 .container h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  font-size: 1.3em;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#section10 .container .contact-image {
  margin: 1rem auto;
}
#section10 .container .contact-image img {
  max-height: 72px;
}
#section10 .container .button a.btn:link, #section10 .container .button a.btn:visited {
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  background-color: white;
}
#section10 .container .button a.btn:hover {
  color: #FBBD00;
}

#section11 h2 {
  text-align: left;
  margin-top: 0em;
  margin-bottom: 0em;
}
#section11 h2:after {
  content: "";
  display: block;
  height: 7px;
  width: 350px;
  background-color: #FBBD00;
  margin: 1.6rem 0;
  transform: translateX(-50%);
}
#section11 .responsive-item {
  max-width: 1200px;
}

.choose .choose-item {
  min-height: 330px;
  background-size: cover;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

ul {
  display: flex;
  justify-content: flex-end;
}
ul li {
  list-style: none;
  cursor: pointer;
}

/*# sourceMappingURL=sass.css.map */
