<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500");
body {
  /*font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-family: Arial, sans-serif;
  /*-ms-font-feature-settings: normal;  Montserrat font fix for IE */
  font-size: 15px;
  background-color: #ffffff;
  color: #46484a;
  font-weight: 200; }

.container-fluid {
  width: 100%;
  padding: 0 2rem !important;
  max-width: 1480px; }

a {
  color: #e8ba2d;
  font-weight: bold; }

h1 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 5rem;
  letter-spacing: .2rem;
  font-weight: 500; }

h2 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.8rem;
  font-weight: 500; }

h3 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 500; }

h4 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase; }

p {
  color: #46484a;
  font-size: 1.0rem;
  font-weight: 200 !important; }

.form-control-custom {
  border: 0.1rem solid #dfe1e5;
  width: 100%;
  padding: 1rem;
  font-size: .9rem;
  color: #696b6e;
  border-radius: .3rem; }

.form-control-custom:focus {
  border: 0.1rem solid #e8ba2d;
  outline: none; }

.emphasis {
  font-family: Georgia, Times, 'Times New Roman';
  font-style: italic;
  color: #e8ba2d; }

.pill-btn {
  border-radius: 499rem !important; }

.justify-center {
  display: flex;
  align-items: center;
  justify-content: center; }

.alt-background {
  background: #f7f7f8; }

.bg-primary {
  background-color: #e8ba2d !important; }

.bg-secondary {
  background-color: #46484a !important; }

.btn-primary, .btn-outline-primary, .btn-secondary, .btn-outline-secondary, .btn-white, .btn-outline-white, .btn-success, .btn-outline-success, .btn-info, .btn-outline-info, .btn-warning, .btn-outline-warning, .btn-danger, .btn-outline-danger {
  font-size: .7rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: .2rem;
  border-radius: .3rem; }

.btn-outline-primary, .btn-outline-secondary, .btn-outline-white, .btn-outline-success, .btn-outline-info, .btn-outline-warning, .btn-outline-danger {
  border-width: 0.1rem; }

.btn-md {
  padding: .75rem 1.5rem;
  font-size: .9rem; }

.btn-lg {
  padding: 1.1rem 2.5rem;
  font-size: .9rem; }

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #e8ba2d;
  border-color: #e8ba2d; }

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #d5a523 !important;
  border-color: #d5a523 !important; }

.btn-outline-primary, .btn-outline-primary:visited {
  color: #e8ba2d;
  border-color: #e8ba2d;
  background: none; }

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
  background-color: #e8ba2d;
  border-color: #e8ba2d;
  color: #fff; }

.btn-white {
  border-color: #fff;
  background-color: #fff;
  color: #46484a; }

.btn-white:hover, .btn-white:focus, .btn-white:active {
  border-color: #dfe1e5;
  background-color: #dfe1e5;
  color: #46484a; }

.btn-outline-white, .btn-outline-white:visited {
  background: none;
  color: #fff;
  border-color: #fff; }

.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white:active {
  color: #46484a;
  background: #fff; }

.link-white, link-white:visited {
  font-size: .7rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: .2rem;
  border-radius: .3rem;
  border: 0;
  color: #fff; }

.link-white:hover, .link-white:focus, .link-white:active {
  color: #dfe1e5 !important; }

.navbar-custom {
  background: transparent;
  /**background: black; 
opacity: 0.2;**/}

.navbar-toggler, .navbar-toggler:active, .navbar-toggler:focus {
  outline: none;
  border: none;
  background: #46484a;
  opacity: 0.2; }

a.navbar-brand, a.logo {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff !important;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 0;
  text-transform: uppercase; }

a.logo:hover, a.logo:active, a.logo:focus {
  text-decoration: none; }

li.nav-item {
  margin-left: .75rem; }
  li.nav-item a.nav-link {
    text-transform: uppercase;
    font-size: .9rem;
    font-weight: bold;
    letter-spacing: .1rem; }
  li.nav-item .btn {
    margin-top: .2rem;
    margin-left: .4rem; }
  li.nav-item .btn-white {
    color: #46484a; }
  li.nav-item .dropdown-custom {
    background: transparent; }

.search-field {
  display: none; }
  .search-field input {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: .3rem;
    background: transparent;
    color: #fff;
    text-indent: .5rem;
    font-weight: 300; }
  .search-field input:focus {
    border: 1px solid #fff;
    outline: none; }

.cover {
  background: #252629 url(../img/snezka.jpg) center;
  background-size: cover;
  min-height: 40rem;
  height: auto;
  border-radius: 0;
  width: 100%;
  color: #fff;
  padding-top: 1rem; }
  .cover p.lead {
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.75); }
  .cover .cover-container {
    display: table;
    height: 100%;
    min-height: 30rem;
    margin: 2rem auto 0 auto; }

@media screen and (max-width: 768px) {
  .cover h1 {
    font-size: 4rem; }

  .btn-lg {
    font-size: 0.8rem !important;
    padding: 1rem 1.5rem; } }
@media screen and (max-width: 420px) {
  .cover h1 {
    font-size: 2.5rem; }
  .cover p {
    font-size: 1rem; }

  .btn-lg {
    font-size: 0.8rem !important;
    padding: 1rem 1.5rem; } }
.cover-inner {
  display: table-cell;
  vertical-align: middle; }

.gallery {
  padding: 5rem 0; }
  .gallery .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .gallery .col-gallery {
    padding: .1rem; }
    .gallery .col-gallery img {
      width: 100%; }

ul.category-filter {
  display: block;
  width: 100%;
  height: auto;
  text-align: center; }
  ul.category-filter li {
    list-style: none;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 300;
    padding: 0 1rem;
    color: #696b6e;
    letter-spacing: .1rem;
    cursor: pointer; }
  ul.category-filter li:hover {
    color: #e8ba2d; }
  ul.category-filter li.active {
    color: #e8ba2d; }

.filtr-active {
  color: #e8ba2d;
  border: 1px solid #333; }

.chocolat-overlay {
  background-color: #000;
  opacity: 0.8; }

.parent {
  width: 100%;
  height: auto;
  margin: 0;
  overflow: hidden;
  position: relative;
  float: left;
  display: inline-block;
  cursor: pointer; }

.child {
  opacity: 0;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  color: #fff;
  border: 1px solid green;
  padding-top: 20%; }
  .child h1, .child h2, .child h3 {
    font-size: 1.2rem; }
  .child h1, .child h2, .child h3, .child h4, .child h5, .child p {
    color: #fff; }
  .child a .fa {
    font-size: 2rem;
    color: #fff; }
  .child .btn {
    font-size: .7rem;
    padding: .3rem .7rem .2rem .7rem; }

.child:before, .parent img {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.parent:hover .child, .parent:focus .child,
.parent:hover img, .parent:focus img {
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1; }

@media screen and (max-width: 992px) {
  .child {
    padding-top: 15%; }
    .child h1, .child h2, .child h3 {
      font-size: 1rem; } }
.cta {
  color: #46484a;
  padding: 4rem 0;
  background: #f7f7f8; }
  .cta p {
    color: #696b6e; }

@media screen and (max-width: 420px) {
  .cta h1, .cta h2 {
    font-size: 2.5rem; }
  .cta p {
    font-size: 1rem; }

  .btn-lg {
    font-size: 0.8rem !important;
    padding: 1rem 1.5rem; } }
.team {
  padding: 5rem 0 0 0; }
  .team h3 {
    margin-bottom: 0; }
  .team .col-team {
    padding-top: 2rem;
    padding-bottom: 2rem; }
    .team .col-team img {
      margin: 0; }
    .team .col-team figure {
      position: relative;
      display: inline-block;
      margin-bottom: 1.5rem; }
    .team .col-team figcaption {
      border-radius: .3rem;
      display: none;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-color: rgba(0, 0, 0, 0.5);
      color: #fff; }
    .team .col-team figure:hover figcaption {
      display: flex;
      align-items: center;
      justify-content: center; }
    .team .col-team .social li a {
      border: none !important;
      background: none !important;
      color: #fff !important;
      font-size: 1.6rem; }
    .team .col-team .social li a:hover {
      color: #e8ba2d !important; }

.social {
  margin: 0 auto;
  padding: 0; }

.social li {
  display: inline-block; }

.social li a {
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  margin: .4rem .1rem;
  text-align: center;
  text-decoration: none;
  background: #fff;
  color: #696b6e;
  border: 0.1rem solid #dfe1e5;
  border-radius: 499rem;
  line-height: 1.5;
  font-size: 1.4rem; }

.social li a:hover {
  color: #e8ba2d;
  border-color: #e8ba2d; }

.contact {
  padding: 0 0 5rem 0; }
  .contact .contact-details {
    padding-top: 5rem;
    padding-bottom: 1rem; }
  .contact h3 {
    margin-bottom: 0; }

#map {
  height: 400px;
  width: 100%;
  margin-bottom: 2rem; }

.contact {
  padding: 5rem 0; }
  .contact .contact-details {
    padding-top: 2rem;
    padding-bottom: 0rem; }

.footer {
  background: #252629;
  width: 100%;
  color: #fff;
  padding-top: 3rem;
  padding-bottom: .5rem; }
  .footer .container-fluid {
    padding: 0; }
  .footer .divider {
    background: #46484a;
    width: 100%;
    height: .1rem;
    margin: 2rem 0 1.5rem 0; }
  .footer ul.nav-footer {
    float: left !important;
    padding: 0;
    width: 100%; }
    .footer ul.nav-footer li {
      display: inline-block; }
    .footer ul.nav-footer .nav-link {
      color: #a0a0a0;
      padding: 0; }
    .footer ul.nav-footer .nav-link:hover {
      color: #e8ba2d; }
  .footer .copyright {
    color: #a0a0a0; }
  .footer .social li a {
    background: none;
    color: #f7f7f8;
    border: none; }
  .footer .social li a:hover {
    color: #e8ba2d; }
  @media screen and (max-width: 768px) {
    .footer .nav-footer {
      width: auto;
      display: inline; } }

@media screen and (max-width: 768px) {
  .nav-footer {
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: center; } }

.btn-float {
    position: fixed; 
    bottom: 30px;
    right: 30px;
    z-index: 2;
}

.video {
    width: 70%;
    align-content: center; }
@media screen and (max-width: 768px) {
    .video {
        width: 100%;
    }
}</pre></body></html>