@charset "UTF-8";
section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
}
section > div > div.row {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.sectionfull {
  height: calc(100vh - 135px);
}

.sectioncenter {
  display: flex;
  align-items: center;
}

.backgroundtopcenter {
  background-position: center top !important;
}

.backgroundcentercenter {
  background-position: center !important;
}

.backgroundbottomcenter {
  background-position: center bottom !important;
}

.backgroundtopcenter {
  background-position: center top !important;
}

.backgroundtopleft {
  background-position: left top !important;
}

.backgroundcenterleft {
  background-position: left center !important;
}

.backgroundtopright {
  background-position: right top !important;
}

.backgroundcenterright {
  background-position: right center !important;
}

.backgroundbottomright {
  background-position: right bottom !important;
}

.margintop1 > div > div.row {
  margin-top: 0;
}

.margintop2 > div > div.row {
  margin-top: 6rem;
}

.margintop3 > div > div.row {
  margin-top: 9rem;
}

.marginbottom1 > div > div.row {
  margin-bottom: 0;
}

.marginbottom2 > div > div.row {
  margin-bottom: 6rem;
}

.marginbottom3 > div > div.row {
  margin-bottom: 9rem;
}

.paddingtop1 > div > div.row {
  padding-top: 0;
}

.paddingtop2 > div > div.row {
  padding-top: 6rem;
}

.paddingtop3 > div > div.row {
  padding-top: 9rem;
}

.paddingbottom1 > div > div.row {
  padding-bottom: 0;
}

.paddingbottom2 > div > div.row {
  padding-bottom: 6rem;
}

.paddingbottom3 > div > div.row {
  padding-bottom: 9rem;
}

.backgroundsize1 {
  background-size: auto;
}

.backgroundsize2 {
  background-size: contain;
}

.imageposition1 {
  background-position: left top;
}

.imageposition2 {
  background-position: center top;
}

.imageposition3 {
  background-position: right top;
}

.imageposition4 {
  background-position: left center;
}

.imageposition5 {
  background-position: right center;
}

.imageposition6 {
  background-position: left bottom;
}

.imageposition7 {
  background-position: center bottom;
}

.imageposition8 {
  background-position: right bottom;
}

.colbackgroundsize1 {
  background-size: cover;
}

.colbackgroundsize2 {
  background-size: contain;
}

.progrescol {
  background-repeat: no-repeat;
}

/*
.container {
    @media only screen and (min-width: 1400px) {
        max-width:1280px;
    }  
    @media only screen and (min-width: 1600px) {
        max-width:1450px;
    }  
}
*/
header {
  background-color: rgb(255, 255, 255) !important;
  position: fixed;
  width: 100%;
  z-index: 8888;
  border-bottom: 1px solid #DFD9CD;
}
header > div.container {
  padding-top: 1em;
}
header a.phone-hp {
  color: #b2995f;
}
@media only screen and (max-width: 767px) {
  header a.phone-hp {
    display: block;
    width: 25px;
    height: 25px;
    border: 1px solid #b2995f;
  }
  header a.phone-hp img {
    height: 17px;
  }
}
header.menufade {
  background-color: rgba(255, 255, 255, 0.9) !important;
  /*   .navbar-brand {
         img {                
             height:50px;
             width:50px;
         }
     }*/
}

.in header > div.container {
  min-height: 2.5em;
}
@media only screen and (min-width: 768px) {
  .in header {
    position: static;
  }
}

.brandrow {
  position: relative;
  z-index: 860;
  font-family: "Roboto Condensed", sans-serif;
}
@media only screen and (max-width: 992px) {
  .brandrow {
    width: calc(100% - 40px);
  }
}

.navrow {
  justify-content: flex-end;
  margin-top: -3em;
  position: relative;
  height: 100%;
  z-index: 850;
}
@media only screen and (min-width: 993px) {
  .navrow {
    justify-content: flex-start;
    margin-top: 0;
  }
}
.navrow .navbar {
  min-height: 50px;
}
.navrow:after {
  position: absolute;
  top: calc(100% - 1px);
  content: "";
  width: 100%;
  padding-bottom: 4%;
  background-image: url(/images/shadow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-color: transparent;
}

.hp .navrow:after {
  content: none;
}

.navbar-brand {
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .navbar-brand {
    display: block;
    max-width: 100%;
  }
}

/* Navigation */
nav.navbar-light {
  display: block;
  transition: all 500ms;
  background-color: transparent !important;
  width: 100%;
}
@media only screen and (min-width: 993px) {
  nav.navbar-light {
    width: 100%;
    display: flex;
  }
}
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-collapse {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  nav.navbar-light .navbar-collapse {
    width: 100%;
  }
}
nav.navbar-light .navbar-nav {
  display: block;
  margin-top: 2em;
  width: 100%;
}
@media only screen and (min-width: 993px) {
  nav.navbar-light .navbar-nav {
    display: flex;
    margin-top: 0;
    flex-wrap: nowrap;
    flex-shrink: 0;
  }
}
nav.navbar-light .navbar-nav .nav-item {
  position: relative;
  border-radius: 0.5em 0.5em 0 0;
  padding-left: 0.5em;
  padding-right: 0.5em;
  /* hover */
  /*  .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:$body;
        background-color: $main;

    }*/
}
@media only screen and (max-width: 992px) {
  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.nav-item a {
  padding-right: 0;
}
nav.navbar-light .navbar-nav .nav-item:first-child {
  padding-left: 0;
}
nav.navbar-light .navbar-nav .nav-item:first-child a {
  padding-right: 0;
}
@media only screen and (max-width: 992px) {
  nav.navbar-light .navbar-nav .nav-item.dropdown > a:after {
    display: none;
  }
}
@media only screen and (min-width: 993px) {
  nav.navbar-light .navbar-nav .nav-item.show {
    background-color: #b2995f;
  }
  nav.navbar-light .navbar-nav .nav-item.show .nav-link {
    color: white;
  }
}
nav.navbar-light .navbar-nav .nav-item .dropdown-menu {
  margin-top: -3px;
  border: 0;
  background-color: transparent;
  z-index: 9999;
}
@media only screen and (min-width: 993px) {
  nav.navbar-light .navbar-nav .nav-item .dropdown-menu {
    border-radius: 0 0 0.5em 0.5em;
    min-width: 10rem;
    border: 1px solid #b2995f;
    background-color: white;
  }
}
nav.navbar-light .navbar-nav .nav-item .dropdown-menu a.dropdown-item {
  text-align: center;
  color: white;
  background-color: transparent;
}
@media only screen and (min-width: 993px) {
  nav.navbar-light .navbar-nav .nav-item .dropdown-menu a.dropdown-item {
    color: #b2995f;
    text-align: left;
    padding-left: 0.8em;
    padding-right: 0.8em;
    background-color: white;
  }
  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;
  }
}
nav.navbar-light .navbar-nav .nav-item.gift .nav-link {
  position: relative;
  padding-left: 2rem;
  color: #b2995f;
}
nav.navbar-light .navbar-nav .nav-item.gift .nav-link:before {
  content: "";
  display: block;
  position: absolute;
  width: 1.8rem;
  height: 1.8rem;
  left: -0.8rem;
  top: 0.3em;
  background-image: url(/images/giftw.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 1rem;
}
@media only screen and (min-width: 993px) {
  nav.navbar-light .navbar-nav .nav-item.gift .nav-link:before {
    left: 0rem;
    top: 0.3em;
    background-image: url(/images/gift.svg);
    width: 1.3rem;
    height: 1.3rem;
  }
}
nav.navbar-light .navbar-nav .nav-item .nav-link {
  color: #000;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0.06em;
}
nav.navbar-light .navbar-nav .nav-item .nav-link span {
  white-space: pre;
}
nav.navbar-light .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
  color: #b2995f;
  /*background-image: url(/images/arowdown.svg);
  background-repeat: no-repeat;
  background-position: center center;                
  border:none;                
  vertical-align: .15em;*/
}
nav.navbar-light .langmob {
  display: none;
}
@media only screen and (max-width: 992px) {
  nav.navbar-light .langmob {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  nav.navbar-light .langmob a.langlink {
    color: white;
    text-transform: uppercase;
    padding: 0 1rem;
  }
  nav.navbar-light .langmob a.langlink.langactive {
    color: black;
  }
  nav.navbar-light .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    min-height: 100vh;
    background-color: #b2995f;
    z-index: 999999;
    padding: 2rem 0;
    display: block;
    transition: all 0.3s;
    transform: translateY(-100%);
    /*  display:flex;
      align-items: center;

      flex-direction: column;
      justify-content: center;*/
  }
}
@media only screen and (max-width: 992px) and (orientation: landscape) {
  nav.navbar-light .navbar-collapse {
    overflow: auto;
    height: 100vh;
  }
}
@media only screen and (max-width: 992px) {
  nav.navbar-light .navbar-collapse .navbar-nav {
    marign: 0;
    padding: 0;
  }
  nav.navbar-light .navbar-collapse .navbar-nav li.nav-item {
    text-align: center;
  }
  nav.navbar-light .navbar-collapse .navbar-nav li.nav-item a.nav-link {
    transition: all 0.5s;
    transition-delay: 1s;
    font-size: 1.8em;
    color: white !important;
    position: relative;
    display: inline-block;
  }
  nav.navbar-light .navbar-collapse .navbar-nav li.nav-item a.nav-link:hover:after {
    width: 100%;
    left: 0;
  }
  nav.navbar-light .navbar-collapse .navbar-nav li.nav-item a.nav-link:hover.noafter img {
    transform: scale(1.4);
  }
  nav.navbar-light .navbar-collapse .navbar-nav li.nav-item a.nav-link:after {
    transition: all 1s;
    content: "";
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    background-color: white;
  }
  nav.navbar-light .navbar-collapse .navbar-nav li.nav-item a.nav-link.noafter:after {
    content: none;
  }
  nav.navbar-light .navbar-collapse.active {
    transform: translateY(0);
    /*bottom: 0;*/
  }
  nav.navbar-light .navbar-collapse.active a.nav-link {
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
  }
  nav.navbar-light .navbar-collapse.active #closemenu {
    transform: rotate(180deg);
  }
  nav.navbar-light .navbar-collapse #closemenu {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 25px;
    height: 25px;
    display: block;
    transition: all 0.6s;
    transition-delay: 0.9s;
  }
  nav.navbar-light .navbar-collapse #closemenu span {
    display: block;
    background-color: white;
    position: absolute;
    right: 0;
    top: 50%;
    width: 25px;
    height: 1px;
    transform: rotate(-45deg);
  }
  nav.navbar-light .navbar-collapse #closemenu span:first-of-type {
    transform: rotate(45deg);
  }
  nav.navbar-light .iconsmob {
    padding-top: 4rem;
  }
}

.submenu {
  width: 100%;
  padding: 1em 0;
  margin: 0 auto;
  list-style: none;
  text-align: center;
}
.submenu li {
  padding: 0 1%;
  margin: 0;
  list-style: none;
  display: inline-block;
}
.submenu li a {
  color: black;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0.05em;
}

.hp #fullpage > .section:first-of-type {
  position: relative;
  overflow: hidden;
  padding-top: 120px;
}
@media only screen and (min-width: 768px) {
  .hp #fullpage > .section:first-of-type {
    padding-top: 80px;
  }
}
.hp #fullpage > .section:first-of-type > iframe {
  box-sizing: border-box;
  width: 100vh;
  height: 4556.25vw;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: none;
}
@media only screen and (min-width: 768px) {
  .hp #fullpage > .section:first-of-type > iframe {
    display: block;
  }
}
.hp #fullpage > .section:first-of-type > div {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 999;
}
@media only screen and (min-width: 993px) {
  .hp #fullpage > .section:first-of-type > div {
    min-height: 100%;
  }
}
@media only screen and (min-width: 993px) {
  .hp #fullpage > .section:first-of-type > div > div {
    height: 100%;
  }
}
.hp #fullpage > .section:first-of-type > div > div .col-md-4 {
  min-height: 50vh;
  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: 100%;
  color: #F1F2F2;
  /*            @media only screen and (min-width: 768px)  {
                  min-height: 600px;
              }*/
}
.hp #fullpage > .section:first-of-type .col-md-4 .responsive-item > div {
  margin-top: 1em;
  margin-bottom: 1em;
  /*@media only screen and (min-width: 768px)  {
      height: 100%;
      padding-top:250px;
  }*/
}
.hp #fullpage > .section:first-of-type .col-md-4 .responsive-item > div .col {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .hp #fullpage > .section:first-of-type .col-md-4:first-child .responsive-item > div {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .hp #fullpage > .section:first-of-type .col-md-4:last-child .responsive-item > div {
    margin-bottom: 50px;
  }
}
.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;
  }
}

.hpactions .newsimg {
  border-radius: 0.7em;
  display: block;
  overflow: hidden;
}
.hpactions .blacktext {
  color: black;
}

.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 */
@media only screen and (max-width: 767px) {
  .content {
    padding-top: 90px;
  }
}

.news {
  text-align: center;
}
.news h2 {
  display: inline-block;
  padding-left: 3em;
  padding-right: 3em;
  padding-bottom: 0.4em;
  border-bottom: 1px solid #b2995f;
}
.news .news-wrapper .news-item {
  border-radius: 1em;
  margin: 0 1rem;
  border: 1px solid #b2995f;
}
.news .news-wrapper .news-item .image {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 1em 1em 0 0;
  margin-bottom: 1.2rem;
}
.news .news-wrapper .news-item .image img {
  width: 100%;
}
.news .news-wrapper .news-item a.button {
  position: static;
  transform: none;
  margin-top: 1em;
  width: 100%;
}
.news .news-wrapper .news-item a {
  text-decoration: none;
  color: #b2995f;
  display: inline;
}
.news .news-wrapper .news-item a span {
  margin-left: 1em;
}
.news .news-wrapper .news-item a span img {
  display: inline;
  margin-bottom: 2px;
}
.news .news-wrapper .news-item .text {
  padding: 0 1.5em 1em 1.5em;
  text-align: left;
  color: white;
}
.news .news-wrapper .news-item .text .state {
  font-weight: bold;
  margin: 0.3rem 0;
  color: green;
}
.news .news-wrapper .news-item .text .state .finished {
  color: #b2995f;
}
.news .news-wrapper .news-item .text h3 {
  font-weight: 500;
  min-height: 2.4em;
  font-size: 1.4em;
}
.news .news-wrapper .news-item .text .date {
  font-weight: bold;
  min-height: 1.5em;
  margin-bottom: 1em;
}
.news .news-wrapper .news-item.old .text {
  color: lightgrey;
}
.news .news-wrapper .news-item.old .text h3 {
  color: lightgrey;
}

.progres_form {
  background-color: #F1F2F2;
  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: 0.4em 1.5em;
}
.progres_form .form-row p {
  margin-bottom: 0.5em;
}

.playfair {
  font-family: "Merriweather", serif;
}

a.magnific {
  position: relative;
  display: block;
  overflow: hidden;
}
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: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* components */
.button {
  position: absolute;
  transform: translateX(-50%);
  color: #F1F2F2;
  border: 1px solid #b2995f;
  border-radius: 0.5em;
  background-color: #b2995f;
  display: inline-block;
  padding: 0.3em 1.5em;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  left: 50%;
}
.button:hover {
  background-color: #F1F2F2;
  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: 2rem;
  color: #F1F2F2;
  font-size: 1em;
  position: absolute;
  transform: translateY(-50%);
  z-index: 100;
  padding: 0.7em 2em;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .photogallery {
    padding-bottom: 1rem;
  }
}
.photogallery .carousel-inner {
  border-radius: 0.5em;
}
.photogallery .carousel-indicators {
  margin-top: 1rem;
  position: static;
}
.photogallery .carousel-indicators li {
  width: 10px;
  height: 10px;
  border: 3px solid #F1F2F2;
  border-radius: 100%;
  background-color: #000;
}
.photogallery .carousel-indicators li.active {
  border-color: #b2995f;
  background-color: #b2995f;
}

.slick-list {
  padding-top: 1.5rem;
}

.slick-dots {
  position: static;
  display: none;
}
.slick-dots li {
  width: auto;
  margin: 0;
}
.slick-dots li.slick-active button {
  background-color: #b2995f;
}
.slick-dots li button {
  background-color: lightgray;
  border: 0;
  width: 80px;
  height: 1px;
  padding: 0 1em;
  color: white;
}
.slick-dots li button:before {
  display: none;
}

.filtr-container, .photogallery {
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .filtr-container, .photogallery {
    justify-content: space-between;
  }
}
.filtr-container .filtr-item, .photogallery .filtr-item {
  border-radius: 1em;
  overflow: hidden;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .filtr-container .filtr-item, .photogallery .filtr-item {
    padding: 1em;
    width: 50%;
  }
}
@media only screen and (min-width: 993px) {
  .filtr-container .filtr-item, .photogallery .filtr-item {
    width: 33.33333%;
    margin-bottom: 0rem;
  }
}
.filtr-container .filtr-item a, .photogallery .filtr-item a {
  border-radius: 1em;
  overflow: hidden;
}
.filtr-container .filtr-item img, .photogallery .filtr-item img {
  min-width: 90%;
  max-width: 100vw;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  display: block;
}

.photogallery {
  display: flex;
  flex-wrap: wrap;
}
.filters {
  padding: 1rem 0;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .filters {
    text-align: center;
  }
}
.filters li {
  cursor: pointer;
  padding: 0.3em 1.5em;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  border-bottom: 1px solid #DCDCDC;
  font-family: "Roboto Condensed", sans-serif;
}
@media only screen and (max-width: 767px) {
  .filters li {
    width: 100%;
  }
}
.filters li.filtr-active {
  border-color: #b2995f;
  color: #b2995f;
}

.numbers {
  display: none;
  background-color: #b2995f;
  padding: 1rem 0.3rem;
  color: #F1F2F2;
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 0 0.5em 0.5em 0;
  z-index: 999;
  width: 8rem;
  font-size: 0.85em;
}
@media only screen and (min-width: 768px) {
  .numbers {
    display: block;
  }
}
.numbers .number {
  font-size: 2.5em;
  margin-bottom: 0;
}

.mobilephone {
  position: absolute;
  right: 4rem;
  top: 10px;
  width: 25px;
}
@media only screen and (min-width: 768px) {
  .mobilephone {
    display: none;
  }
}

/* hamburger */
.hamburger {
  position: relative;
  border: 0;
  font-size: 2em;
  position: absolute;
  right: 1rem;
  top: 18px;
  width: 25px;
  z-index: 9999;
}
.hamburger .toggle {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 25px !important;
  height: 25px;
  /* @media only screen and (max-width: 767px)  {
       width:40px; 
   }*/
  background: transparent;
  cursor: pointer;
  overflow: hidden;
  border: none;
  outline: 0;
  border: 1px solid #b2995f;
  padding-right: 0;
  padding-left: 0;
}
.hamburger .toggle:hover, .hamburger .toggle:active {
  background-color: transparent !important;
}
.hamburger .toggle span {
  position: absolute;
  left: 7px;
  top: 50%;
  width: 10px;
  height: 1px;
  background: #b2995f;
  transition-property: transform;
  transition-delay: 0s, 1s;
  transition-duration: 0.5s, 0.5s;
}
.hamburger .toggle span:first-of-type {
  top: 7px;
}
.hamburger .toggle span:last-of-type {
  top: 17px;
}

.section2 {
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .section2:first-of-type {
    /*      &>div {
              padding-top:130px;          
          }*/
  }
}

/* Fullpage */
#fp-nav {
  background-color: #F1F2F2;
  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;
}

@media only screen and (min-width: 1200px) {
  .fullheight {
    min-height: calc(100vh - 155px);
  }
}

.halfheight {
  min-height: 50vh;
}

/*   &>div {
       padding-top:50px;
       padding-bottom:50px;
   }
*/
.nopadding > div {
  padding-top: 0px;
  padding-bottom: 0px;
}

.toppadding > div {
  padding-top: 130px;
}

.mealwrapper {
  margin: 0 auto;
  padding: 2em auto;
  max-width: 550px;
}
.mealwrapper .meal {
  padding: 0.1em 0;
  background-image: url(/images/mealshadow.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.mealwrapper .meal .meal-header {
  text-decoration: center;
  text-align: center;
}
.mealwrapper .meal .meal-header button {
  color: #b2995f;
  font-size: 1.2em;
}
.mealwrapper .meal .meal-header button:hover {
  text-decoration: none;
}
.mealwrapper .meal .dish {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 0;
  margin-bottom: 1em;
}
.mealwrapper .meal .dish.soup {
  padding-bottom: 1em;
}
.mealwrapper .meal .dish .number {
  width: 10%;
  min-width: 70px;
}
.mealwrapper .meal .dish .text {
  flex-grow: 3;
  flex-shrink: 1;
}
.mealwrapper .meal .dish .price {
  min-width: 70px;
}

#regmail {
  padding-bottom: 2em;
}
#regmail #register {
  transform: none;
  outline: 0;
  position: static;
  width: 100%;
  text-align: center;
}
#regmail #email {
  text-align: center;
}

/* back to top */
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 100px;
  right: 10px;
  z-index: 99999;
  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 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;
}

@media only screen and (max-width: 992px) {
  .droplang {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .droplang {
    margin-left: 1rem;
  }
}
.droplang a {
  color: #b2995f;
  text-decoration: none;
  text-transform: uppercase;
}
.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: 10rem;
  min-width: auto;
  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: 0.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: 0.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;
  text-align: center;
}
.booking .progres_form .row > div .image img {
  margin: 0 auto;
  max-width: 100%;
}
.booking .progres_form .row > div p {
  margin-bottom: 0.5em;
}

.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 .header {
  background-color: #252930 !important;
  border-bottom: none;
  position: relative;
}
.switch .header .exit2 {
  font-size: 1em;
  background-color: #008341;
  color: white;
  width: auto;
  display: inline-flex;
  min-width: fit-content;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  padding: 0.2em 0.5em;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 50%);
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  .switch .header .exit2 {
    font-size: 1.5em;
    padding: 0.5em 1em;
  }
}
.switch .header .exit2 img {
  width: 50px;
}
@media only screen and (min-width: 768px) {
  .switch .header .exit2 img {
    width: auto;
  }
}
.switch .switch-main {
  min-height: calc(100vh - 116px);
  display: flex;
  align-items: center;
}
.switch .switch-main .switch-container .switch-block {
  background-color: white;
  border-radius: 0.5em;
  overflow: hidden;
  box-shadow: 0px 14px 20px #222;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .switch .switch-main .switch-container .switch-block {
    max-width: 270px;
  }
}
.switch .switch-main .switch-container .switch-block .header-block {
  height: 70px;
  font-size: 1.5em;
  background-color: #b2995f;
  color: white;
  width: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: nowrap;
  padding: 0.5em 1em;
}
@media only screen and (min-width: 768px) {
  .switch .switch-main .switch-container .switch-block .header-block {
    height: 76px;
  }
}
.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: 0.3em 0;
}
.switch .switch-main .switch-container .switch-block .text a:hover {
  color: black;
}
@media only screen and (max-width: 767px) {
  .switch .switch-main .switch-container .switch-block .image {
    max-height: 170px;
    overflow: hidden;
  }
  .switch .switch-main .switch-container .switch-block .image img {
    margin-top: -20px;
  }
}
.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;
}
.catalog {
  background-color: transparent;
  transform: perspective(1000px);
  margin-left: auto;
  margin-right: auto;
  border-radius: 1em;
  overflow: hidden;
  /*
      &:hover {
          .catalog-inner  {
              transform: rotateY(180deg);
          }
      }
  */
}
@media only screen and (min-width: 1200px) {
  .catalog {
    width: 312px;
    min-height: 475px;
  }
}
.catalog .catalog-inner {
  position: relative;
  width: 100%;
  min-height: 550px;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  background-color: white;
}
@media only screen and (min-width: 993px) {
  .catalog .catalog-inner {
    min-height: 475px;
  }
}
.catalog .catalog-inner > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.catalog .catalog-inner > div.side1 {
  background-color: rgba(255, 255, 255, 0.7);
}
.catalog .catalog-inner > div.side1 .catalog-main-image {
  max-height: 370px;
  width: 100%;
}
.catalog .catalog-inner > div.side2 {
  background-color: white;
  transform: translateZ(-1px) rotateY(180deg);
  /* traslateZ(-1px) – Safari bug*/
}
.catalog .catalog-inner .text {
  padding: 0 0 0 0;
}
.catalog .catalog-inner .text2 {
  /*display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  justify-content: space-around;*/
  padding: 3em 1em 0 1em;
  line-height: 1.75;
}
.catalog .catalog-inner .text2 a {
  color: #b2995f;
}
.catalog .catalog-inner .text2 a:hover {
  color: #b2995f;
}
.catalog .catalog-inner .link {
  width: 100%;
  margin-bottom: 0;
}
.catalog .catalog-inner .link a {
  border-radius: 0 0 1em 1em;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.85em;
  width: 100%;
}
.catalog .catalog-inner .link a:hover {
  color: white;
  border: 1px solid #8D6A14;
  background-color: #8D6A14;
}
.catalog .catalog-inner .link a span {
  margin-left: 1rem;
  line-height: 1;
}
.catalog .catalog-inner .link a span img {
  margin-bottom: 2px;
}

.form-control {
  border-radius: 0.5em;
}

.hide {
  display: none;
}

.secondnav {
  display: block;
  position: relative;
}
.secondnav .headlineover {
  color: white;
  position: absolute;
  bottom: 0.2rem;
  right: 1rem;
  text-transform: uppercase;
}

btn:focus, a:focus {
  outline: none;
}

.navbar-toggler:focus {
  outline: none !important;
  box-shadow: none;
}

.bold {
  font-weight: bold;
}

.slick3 {
  margin-top: 70px;
}
.slick3 .slick-slide img {
  display: inline;
}
.slick3 .slick-dots {
  background-color: transparent;
  position: absolute;
  top: -70px;
  height: 40px;
}
.slick3 .slick-dots li button {
  display: block;
  width: 100%;
  height: 40px;
  border: 0;
  background-color: transparent;
  font-size: 1em;
  text-align: center;
  outline: none;
  position: relative;
  border-bottom: 1px solid #DCDCDC;
  color: #b2995f;
}
.slick3 .slick-dots li.slick-active button {
  color: black;
  border-color: #b2995f;
  font-weight: bold;
}

.section2 {
  position: relative;
}
@media (max-width: 767px) {
  .section2 .vimeo-wrapper {
    width: 400%;
  }
}

.slick-next, .slick-prev {
  width: 22px;
  height: 48px;
}

@media only screen and (max-width: 767px) {
  .slick-next {
    right: -5px;
  }
}

@media only screen and (max-width: 767px) {
  .slick-prev {
    left: -5px;
  }
}

#myModal {
  z-index: 999999 !important;
}

.reg_mail {
  text-align: center;
}
.reg_mail input {
  padding: 1.5em;
  max-width: 350px;
  margin: 0 auto;
  border-color: #b2995f;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0.06em;
}
.reg_mail input::-moz-placeholder { /* Firefox 19+ */
  color: black;
}
.reg_mail input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: black;
}
.reg_mail button {
  padding: 0.8em 1em;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0.06em;
  min-width: 350px;
}

/* marquee */
#section254 {
  position: absolute;
  z-index: 7777;
  top: 60px;
}
@media only screen and (min-width: 768px) {
  #section254 {
    top: 58px;
  }
}
@media only screen and (min-width: 993px) {
  #section254 {
    top: 116px;
  }
}
@media only screen and (min-width: 1200px) {
  #section254 {
    top: 116px;
  }
}
#section254 .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
#section254 .container-fluid a {
  width: 100%;
}
#section254 .container-fluid .marquee-sibling {
  display: block;
  background-color: #F40000;
  height: 100%;
  padding: 0.4em 1.5em 0.2em 1.5em;
  color: white;
  border-bottom: 3px solid #F40000;
}
#section254 .container-fluid .marquee {
  display: block;
  background-color: white;
  width: calc(100% - 128px);
  overflow: hidden;
  height: 100%;
  padding: 0.3em 1.5em;
  border-bottom: 3px solid #F40000;
}

#section250 .responsive-item:last-of-type {
  min-height: 1150px !important;
}
#section250 .responsive-item:last-of-type iframe {
  height: 1150px !important;
}

.blackbanner {
  margin: 0 0;
  background-color: black;
  color: #b2995f;
  text-align: center;
  width: 100%;
  font-weight: bold;
}
.blackbanner p {
  padding: 0.3em 0.3em;
  font-size: 1.1em;
}
@media only screen and (min-width: 993px) {
  .blackbanner p {
    font-size: 1.3em;
    padding: 0.3em 2em;
  }
}

.contact3 .contact3-item {
  max-width: 220px;
  display: grid;
  grid-template-rows: 1fr 1fr;
  align-items: center;
}
.contact3 .contact3-item .image {
  text-align: center;
}
.contact3 .contact3-item .image img {
  max-height: 75px;
  max-width: 75px;
}
.contact3 .contact3-item .name {
  text-align: center;
  color: #b2995f;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.3em;
}

main {
  padding-top: 58px;
}
@media only screen and (min-width: 993px) {
  main {
    padding-top: 125px;
  }
}

h1 {
  color: white;
  /*
  @media only screen and (min-width: 1200px)  {
      transform: translateX(-5%);
  }
  @media only screen and (min-width: 1600px)  {
      transform: translateX(-12%);
  }*/
}

.hline {
  margin: 0 1em;
  width: 1px;
  background-color: #b2995f;
  height: 100%;
  max-height: 40px;
}

.contacts .contact {
  background-color: transparent;
  margin-left: 1em;
  margin-right: 1em;
  padding: 0;
  border-radius: 1em;
  border-radius: 1em;
  overflow: hidden;
  display: flex;
  background-color: white;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (min-width: 1200px) {
  .contacts .contact {
    max-width: 312px;
    min-height: 475px;
  }
}
.contacts .contact .virtual {
  overflow: hidden;
  display: block;
}
.contacts .contact .virtual img {
  max-width: 100%;
}
.contacts .contact .text {
  padding: 1em;
  color: #b2995f;
  font-size: 1.3em;
  min-height: 220px;
}
.contacts .contact .link {
  width: 100%;
  background-color: #b2995f;
  text-align: center;
}
.contacts .contact .link a {
  border-radius: 0 0 1em 1em;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.85em;
  width: 100%;
  color: white;
  text-decoration: none;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
}
.contacts .contact .link a:hover {
  background-color: #8D6A14;
}
.contacts .contact .link a span {
  margin-left: 1rem;
  line-height: 1;
}
.contacts .contact .link a span img {
  margin-bottom: 2px;
}

#cycleText {
  transition: opacity 0.5s;
}

.fade-out {
  opacity: 0;
}

.fade-in {
  opacity: 1;
}

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