/* Navigation */
nav.navbar-light {
  transition: all 500ms;
  background-color: white !important; }
  nav.navbar-light.menufade {
    background-color: rgba(255, 255, 255, 0.9) !important; }
    nav.navbar-light.menufade .navbar-brand img {
      height: 50px;
      width: 50px; }
  nav.navbar-light .navbar-brand img {
    transition: all 500ms;
    height: 79px;
    width: 79px; }
    @media only screen and (max-width: 767px) {
      nav.navbar-light .navbar-brand img {
        height: 50px;
        width: 50px; } }
  nav.navbar-light .navbar-nav .nav-item {
    position: relative; }
    nav.navbar-light .navbar-nav .nav-item.dropdown:hover > .dropdown-menu {
      display: block; }
    nav.navbar-light .navbar-nav .nav-item.dropdown > .dropdown-toggle:active {
      pointer-events: none; }
    nav.navbar-light .navbar-nav .nav-item.active .nav-link {
      color: #b2995f; }
    nav.navbar-light .navbar-nav .nav-item .count-news {
      position: absolute;
      top: 0;
      right: 0;
      margin-right: -5px;
      display: block;
      text-align: center;
      width: 15px;
      height: 15px;
      font-size: .7em;
      border-radius: 100%;
      color: #fff;
      background-color: #b2995f; }
    nav.navbar-light .navbar-nav .nav-item .dropdown-menu {
      border-radius: 0;
      margin-top: -3px; }
      @media only screen and (max-width: 767px) {
        nav.navbar-light .navbar-nav .nav-item .dropdown-menu {
          border: 0; } }
      nav.navbar-light .navbar-nav .nav-item .dropdown-menu a.dropdown-item {
        color: #b2995f; }
        nav.navbar-light .navbar-nav .nav-item .dropdown-menu a.dropdown-item:hover, nav.navbar-light .navbar-nav .nav-item .dropdown-menu a.dropdown-item:focus, nav.navbar-light .navbar-nav .nav-item .dropdown-menu a.dropdown-item:active {
          color: #000 !important;
          background-color: transparent; }
    nav.navbar-light .navbar-nav .nav-item .nav-link {
      color: #000; }
      nav.navbar-light .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
        width: 10px;
        height: 5px;
        background-image: url(/images/arowdown.svg);
        background-repeat: no-repeat;
        background-position: center center;
        border: none;
        vertical-align: .15em; }

.hp #fullpage > .section:first-of-type > div {
  padding-top: 0;
  padding-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .hp #fullpage > .section:first-of-type > div {
      height: 100%; } }
  @media only screen and (min-width: 768px) {
    .hp #fullpage > .section:first-of-type > div > div {
      height: 100%; } }
  .hp #fullpage > .section:first-of-type > div > div .col-md-4 {
    min-height: 60vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    /* @media only screen and (max-width: 767px)  {
         &:first-of-type  {
             margin-top:80px;
         }
     }*/ }
.hp #fullpage > .section:first-of-type .col-md-4 .responsive-item {
  width: calc(100% - 30px);
  color: #fff; }
  @media only screen and (min-width: 768px) {
    .hp #fullpage > .section:first-of-type .col-md-4 .responsive-item {
      min-height: 600px; } }
  .hp #fullpage > .section:first-of-type .col-md-4 .responsive-item > div .col {
    padding: 0; }
  @media only screen and (min-width: 768px) {
    .hp #fullpage > .section:first-of-type .col-md-4 .responsive-item > div {
      height: 100%;
      padding-top: 250px; } }
  @media only screen and (max-width: 767px) {
    .hp #fullpage > .section:first-of-type .col-md-4 .responsive-item > div {
      padding-top: 190px;
      line-height: 1; }
      .hp #fullpage > .section:first-of-type .col-md-4 .responsive-item > div h2 {
        margin: 0;
        padding: 0; } }
@media only screen and (max-width: 767px) {
  .hp #fullpage > .section:first-of-type .col-md-4:last-child .responsive-item > div {
    padding-top: 90px; } }
.hp #fullpage #wrapper999 > div {
  width: 100%; }
.hp #fullpage #wrapper999 div.scrollable-element, .hp #fullpage #wrapper999 div.fp-scroller {
  overflow: auto !important; }
@media only screen and (min-width: 768px) {
  .hp .black {
    padding-top: 40px; } }
@media only screen and (max-width: 767px) {
  .hp .black > .container {
    padding-top: 50px; } }

.alignbottom {
  display: flex;
  justify-content: center;
  align-items: flex-end; }

.aligncenter {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

.checkin {
  position: relative; }

/* Content */
.news {
  text-align: center; }
  .news h2 {
    display: inline-block;
    padding-left: 3em;
    padding-right: 3em;
    padding-bottom: .4em;
    border-bottom: 1px solid #b2995f; }
  .news .news-wrapper {
    display: flex;
    flex-wrap: wrap; }
    @media only screen and (min-width: 768px) {
      .news .news-wrapper {
        align-items: flex-start;
        justify-content: center; } }
    .news .news-wrapper .news-item {
      position: relative;
      width: 33.333%;
      padding: 1.5em; }
      @media only screen and (max-width: 767px) {
        .news .news-wrapper .news-item {
          width: 100%; } }
      .news .news-wrapper .news-item .image {
        width: 100%;
        height: 0;
        padding-top: 107%;
        overflow: hidden;
        position: relative; }
        .news .news-wrapper .news-item .image img {
          position: absolute;
          width: 100%;
          height: auto;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0; }
      .news .news-wrapper .news-item a {
        transform: translate(-50%, -50%);
        left: 50%; }
        .news .news-wrapper .news-item a.old {
          background-color: #7F7F7F; }
      .news .news-wrapper .news-item .text {
        padding-top: 1.7em; }

.progres_form {
  background-color: #fff;
  padding: 1em;
  box-shadow: 0px 0px 20px #888; }
  .progres_form .form-row {
    width: 100%; }
    .progres_form .form-row label {
      justify-content: flex-start; }
    .progres_form .form-row input.form-control {
      width: 100%;
      border-radius: 0; }
      .progres_form .form-row input.form-control.datepicker {
        background-repeat: no-repeat;
        background-position: 5px center; }
    .progres_form .form-row #from {
      background-image: url(/images/calendar_in.svg); }
    .progres_form .form-row #to {
      background-image: url(/images/calendar_out.svg); }
    .progres_form .form-row .button {
      transform: none;
      width: auto;
      position: static;
      width: 100%;
      cursor: pointer;
      padding: .4em 1.5em; }
    .progres_form .form-row p {
      margin-bottom: .5em; }

.playfair {
  font-family: "Playfair Display", serif; }

#review {
  min-height: 25vh; }
  #review .carousel-inner {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px; }
    #review .carousel-inner .carousel-item {
      border: 1px solid #ccc;
      border-radius: 10px;
      padding: 2em 4em;
      postion: relative; }
      #review .carousel-inner .carousel-item:after {
        display: block;
        position: absolute;
        bottom: -19px;
        right: 6rem;
        content: "";
        width: 20px;
        height: 20px;
        background-image: url(/images/arrow45.svg);
        background-size: contain;
        background-color: #fff; }

a.magnific {
  position: relative; }
  a.magnific:hover {
    text-decoration: none; }
    a.magnific:hover img {
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
  a.magnific img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }

/* components */
.button {
  position: absolute;
  transform: translateX(-50%);
  color: #fff;
  outline: 1px solid #fff;
  border: 1px solid #b2995f;
  background-color: #b2995f;
  display: inline-block;
  padding: .3em 1.5em;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  left: 50%; }
  .button:hover {
    background-color: #fff;
    color: #b2995f;
    text-decoration: none;
    border: 1px solid #b2995f;
    outline-color: rgba(169, 151, 98, 0);
    outline-offset: 15px; }

.photogalleryh2 {
  background-color: #b2995f;
  display: inline-block;
  margin-left: 1rem;
  color: #fff;
  font-size: 1em;
  position: absolute;
  transform: translateY(-50%);
  z-index: 100;
  padding: .5em 2em; }

@media only screen and (max-width: 767px) {
  .photogallery {
    padding-bottom: 1rem; } }

.carousel-indicators {
  margin-top: 1rem;
  position: static; }
  .carousel-indicators li {
    width: 10px;
    height: 10px;
    border: 3px solid #fff;
    border-radius: 100%;
    background-color: #000; }
    .carousel-indicators li.active {
      border-color: #b2995f;
      background-color: #b2995f; }

.filtr-container {
  justify-content: space-between; }
  @media only screen and (min-width: 768px) {
    .filtr-container .filtr-item {
      width: 33%; } }
  .filtr-container .filtr-item img {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block; }

.filters {
  padding: 1rem 0; }
  @media only screen and (max-width: 767px) {
    .filters {
      text-align: center; } }
  .filters li {
    cursor: pointer;
    padding: .3em 1.5em;
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1); }
    @media only screen and (max-width: 767px) {
      .filters li {
        width: 100%; } }
    .filters li.filtr-active {
      background-color: #b2995f;
      color: #fff; }

.numbers {
  background-color: #b2995f;
  padding: 1rem 0;
  color: #fff; }
  .numbers .number {
    font-size: 3em;
    margin-bottom: 0; }

/* 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;
      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: 3px;
      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: 3px;
        height: 36px;
        background: #262626;
        transition: 0.5s;
        transition-delay: 0.5s; }

.section2 {
  background-size: cover;
  background-position: center; }
  .section2.fullheight {
    min-height: 100vh; }
    @media only screen and (min-width: 768px) {
      .section2.fullheight {
        height: 100vh; } }
  .section2.halfheight {
    min-height: 50vh; }
  .section2 > div {
    padding-top: 50px;
    padding-bottom: 50px; }
  .section2.nopadding > div {
    padding-top: 0px;
    padding-bottom: 0px; }
  .section2.toppadding > div {
    padding-top: 130px; }
  @media only screen and (max-width: 767px) {
    .section2:first-of-type > div {
      padding-top: 130px; } }

/* Fullpage */
#fp-nav {
  background-color: #fff;
  border-radius: 30px; }

.fp-section {
  /* display: flex;
   align-items: flex-start;
   justify-content: center;
   background-size: cover;
   flex-direction: column;
   & > div{
       height: 100vh;
       padding-top:80px;      
   }*/ }
  .fp-section .fp-scrollable {
    width: 100%;
    padding-bottom: 0; }

.meal {
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom: 1px solid #b2995f; }
  .meal:last-of-type {
    border-bottom: 0; }
  .meal .dish {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 0; }
    .meal .dish.soup {
      padding-bottom: 1em; }
    .meal .dish .number {
      width: 10%;
      min-width: 70px; }
    .meal .dish .text {
      flex-grow: 3;
      flex-shrink: 1; }
    .meal .dish .price {
      min-width: 70px; }

#regmail {
  padding-bottom: 2em; }
  #regmail #register {
    transform: none;
    text-transform: uppercase;
    outline: 0;
    position: static; }
  #regmail #email {
    border-radius: 0; }

/* 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: #b2995f url(/images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s; }

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .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: .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; }

@media only screen and (max-width: 1199px) {
  .droplang {
    display: none; } }
@media only screen and (min-width: 1200px) {
  .droplang {
    margin-left: 1rem; } }
.droplang a {
  color: #000;
  text-decoration: none; }
  .droplang a.dropdown-toggle::after {
    width: 10px;
    height: 5px;
    background-image: url(/images/arowdown.svg);
    background-repeat: no-repeat;
    background-position: center center;
    border: none;
    vertical-align: .15em; }
.droplang .dropdown-menu {
  width: auto;
  max-width: 3rem;
  border-radius: 0;
  margin-top: -3px; }
  @media only screen and (min-width: 1200px) {
    .droplang .dropdown-menu {
      right: 0;
      left: auto; } }
  @media only screen and (max-width: 767px) {
    .droplang .dropdown-menu {
      border: 0; } }
  .droplang .dropdown-menu a.dropdown-item {
    color: #b2995f; }
    .droplang .dropdown-menu a.dropdown-item:hover, .droplang .dropdown-menu a.dropdown-item:focus, .droplang .dropdown-menu a.dropdown-item:active {
      color: #000 !important;
      background-color: transparent; }

.mobileonly {
  display: none; }
  @media only screen and (max-width: 1199px) {
    .mobileonly {
      display: block; } }

.booking .progres_form {
  background-color: transparent;
  padding: 0;
  box-shadow: none; }
  .booking .progres_form .row > div {
    margin: .5em 0; }
    .booking .progres_form .row > div label {
      justify-content: flex-start; }
    .booking .progres_form .row > div .form-check-inline {
      padding-left: 15px; }
    .booking .progres_form .row > div .checkbox {
      border: 0; }
    .booking .progres_form .row > div input.form-control {
      border-radius: 3px;
      border: 0;
      outline: 0; }
      .booking .progres_form .row > div input.form-control .is-invalid {
        border: 3px solid red; }
      .booking .progres_form .row > div input.form-control.datepicker {
        background-repeat: no-repeat;
        background-position: 5px center; }
    .booking .progres_form .row > div .datepicker {
      background-image: url(/images/calendar2.svg);
      background-position: right 5px center !important; }
    .booking .progres_form .row > div .button {
      transform: none;
      width: auto;
      position: static;
      cursor: pointer;
      padding: .4em 1.5em;
      background-color: white;
      color: #b2995f;
      border: 0; }
    .booking .progres_form .row > div .form-check-label {
      color: black; }
    .booking .progres_form .row > div .image {
      display: block;
      min-height: 69px; }
      .booking .progres_form .row > div .image img {
        max-width: 100%; }
    .booking .progres_form .row > div p {
      margin-bottom: .5em; }

/*
.switch {
    width:100%;
    .droplang  {
        display: block;
    }
    .wrapper {
        width:100%;
        @media only screen and (min-width: 768px)  {
            display: table;
            
        }
        .column {
            height: 100vh;
            @media only screen and (min-width: 768px)  {
                width: 50%;
                display: table-cell;
                -webkit-transition: width 0.5s ease ;
                transition: width 0.3s ease ;            
            }
            img {
                @media only screen and (max-width: 767px)  {
                    width:40px;
                    height:auto;
                }   
            }
            a {
                display: block;
                width: 100%;
                height: 100%;
                color:white;
                font-size: 2.5em;
                font-weight: bold;
                text-decoration: none;
                font-family: $font-family;      

                p,span {
                    display: block;
                    @media only screen and (min-width: 768px)  {
                        margin-right:3rem;
                    }
                    line-height: 1.1;  

                }

                @media only screen and (max-width: 767px)  {
                    font-size: 1.5em;
                }

            }
            &.left {
                background-image: url(/images/upload/homepage/rozcestnik1.jpg);
                background-size: cover;
                background-position: right center;
                @media only screen and (max-width: 767px)  {
                    height:calc(33.3vh - 14px);
                }

                a {
                    p {
                        padding:3rem;
                        @media only screen and (min-width: 768px)  {
                            float:right;
                        }                        
                        img {
                            margin-top: 2rem;
                        }
                    }
                }
            }

            &.right {
                padding:0;
                @media only screen and (max-width: 767px)  {
                    height:calc(66.6vh - 27px);
                }
                &>div {
                    height: 50%;
                    background-size: cover;
                    background-position: left center;
                    position:relative;
                }
                .righttop {          

                    background-image: url(/images/upload/homepage/rozcestnik2a.jpg?1);     
                    span {
                        position:absolute;
                        bottom:1rem;
                        left:3rem;
                    }
                }
                .rightbottom {                        
                    background-image: url(/images/upload/homepage/rozcestnik2b.jpg?1);
                    span {
                        position:absolute;                            
                        left:3rem;
                        top: 1rem;
                    }
                }
                a {
                    p {
                        padding-top: 4rem;
                        float:right;
                        img {
                            margin-top: 2rem;
                        }
                    }
                }
            }
        }
    }
}
*/
.switch {
  background-color: #394049;
  color: white;
  background-image: url(/images/switchD1.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70%; }
  .switch .droplang {
    position: relative;
    top: -2em; }
    @media only screen and (min-width: 768px) {
      .switch .droplang {
        top: 0; } }
    @media only screen and (max-width: 1199px) {
      .switch .droplang {
        display: block; } }
    .switch .droplang a.dropdown-toggle {
      color: white; }
  .switch .header {
    background-color: #252930 !important;
    border-bottom: none;
    position: relative; }
    .switch .header .exit {
      font-size: 1.5em;
      background-color: #008341;
      color: white;
      width: auto;
      display: inline-flex;
      min-width: fit-content;
      justify-content: center;
      align-items: center;
      flex-wrap: nowrap;
      padding: .5em 1em;
      position: absolute;
      left: 50%;
      transform: translate(-50%, 50%);
      bottom: 0; }
  .switch .switch-main {
    min-height: calc(100vh - 116px);
    display: flex;
    align-items: center; }
    .switch .switch-main a {
      color: black; }
    .switch .switch-main .switch-container .switch-block {
      background-color: white;
      border-radius: .5em;
      overflow: hidden;
      box-shadow: 0px 14px 20px #222; }
      .switch .switch-main .switch-container .switch-block .header-block {
        height: 76px;
        font-size: 1.5em;
        background-color: #b2995f;
        color: white;
        width: auto;
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-wrap: nowrap;
        padding: .5em 1em; }
      .switch .switch-main .switch-container .switch-block.block-red .header-block {
        background-color: #E10B17; }
      .switch .switch-main .switch-container .switch-block.block-red a {
        color: #E10B17; }
        .switch .switch-main .switch-container .switch-block.block-red a:hover {
          color: #E10B17; }
      .switch .switch-main .switch-container .switch-block.block-red a.btn {
        color: white;
        background-color: #E10B17; }
      .switch .switch-main .switch-container .switch-block .text {
        min-height: 120px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: column; }
        .switch .switch-main .switch-container .switch-block .text a {
          display: block;
          padding: .3em 0; }
          .switch .switch-main .switch-container .switch-block .text a:hover {
            color: black; }
      .switch .switch-main .switch-container .switch-block .switch-button {
        min-height: 65px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap; }
        .switch .switch-main .switch-container .switch-block .switch-button a {
          min-width: 70%;
          color: white; }
      .switch .switch-main .switch-container .switch-block .autopark-img {
        height: 20px; }
      .switch .switch-main .switch-container .switch-block .truckpark-img {
        height: 20px; }
  .switch btn-outline {
    border-radius: 0.5em;
    border: 1px solid #b2995f;
    color: #b2995f; }
    .switch btn-outline:hover {
      background-color: #b2995f;
      color: white;
      text-decoration: none;
      border: 1px solid #b2995f; }
  .switch .btn-full {
    border-radius: 0.5em;
    border: 1px solid #b2995f;
    background-color: #b2995f;
    color: white; }
  .switch .maincolor {
    color: #b2995f; }

/*# sourceMappingURL=sass.css.map */
