/* Hide submenu only for "Cennik" */
#navigation li > a[href="/cennik"] + .submenu {
    display: none !important;
}
#navigation li > a[href="/preisliste"] + .submenu {
    display: none !important;
}



/* line 6, ../sass/main.scss */
body {
    font-family: 'Josefin Sans', sans-serif;
    background-color: white;
    font-size: 17px;
    font-weight: 100;
    cursor: default;
    color: #222;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 14, ../sass/main.scss */
  body header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    line-height: 0;
    transition: 0.2s;
    background: rgba(255, 255, 255, 0.95);
  }
  /* line 24, ../sass/main.scss */
  body header:after {
    content: "";
    width: 0;
    position: absolute;
    top: 100%;
    opacity: 1;
    left: 0;
    width: 100%;
    height: 1px;
    z-index: -1;
    transition: 0.2s;
    background-color: #d3d3d3;
  }
  /* line 38, ../sass/main.scss */
  body header nav {
    width: 100%;
    /* width: 95%; */
    /* margin: 0 2.5%; */
    line-height: 0;
    display: inline-block;
  }
  /* line 44, ../sass/main.scss */
  body header nav .logo {
    position: absolute;
    padding: 15px 30px 30px;
    left: 4%;
    float: none;
    background-color: #222;
    border: 1px solid #222;
    border-top: none;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    top: 0;
  }
  /* line 55, ../sass/main.scss */
  body header nav .logo img {
    width: 150px;
  }
  /* line 58, ../sass/main.scss */
  body header nav #navigation {
    float: right;
  }
  /* line 61, ../sass/main.scss */
  body header nav #navigation li {
    display: inline-block;
    margin-left: 50px;
  }
  body header nav #navigation>li:first-child>a {
      background-color: #222;
      padding-top: 2px;
      color: #fff;
      padding-left: 10px;
      padding-right: 10px;
      border-radius: 100% 100% 0 0;
      font-weight: 400;
      margin-bottom: -1px;
      border-bottom: 1px solid #444;
      box-sizing: border-box;
  }
  body header nav #navigation li:first-child a::after {
  /* background: #f8f8f8; */
  }
  
  body header nav #navigation ol:first-child li a {
    background-color: #222;
    padding-top: 2px;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 100% 100% 0 0;
    font-weight: 400;
  }
  
  /* line 64, ../sass/main.scss */
  body header nav #navigation li:first-child {
    margin-left: 0;
  }
  /* line 67, ../sass/main.scss */
  body header nav #navigation li:hover a:before {
    left: 0;
    right: 0;
  }
  /* line 72, ../sass/main.scss */
  body header nav #navigation li:hover .submenu {
    opacity: 1;
  }
  /* line 76, ../sass/main.scss */
  body header nav #navigation li a {
    line-height: 50px;
    position: relative;
    display: inline-block;
    color: #222;
    font-size: 15px;
    font-weight: 100;
    text-align: center;
    text-transform: uppercase;
  }
  /* line 86, ../sass/main.scss */
  body header nav #navigation>li>a:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #1c4663;
    content: '';
    opacity: 0;
    -webkit-transition: height 0.2s, opacity 0.2s, -webkit-transform 0.2s;
    -moz-transition: height 0.2s, opacity 0.2s, -moz-transform 0.2s;
    transition: height 0.2s, opacity 0.2s, transform 0.2s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  body header nav #navigation li>ul li{
      transition: all .7s;
  }
  body header nav #navigation li>ul li:hover{
      background: #AAA283;
  }
  
  /* line 103, ../sass/main.scss */
  body header nav #navigation li a:hover:after {
    height: 2px;
    opacity: 1;
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  /* line 112, ../sass/main.scss */
  body header nav #navigation li .submenu {
    max-width: 200px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    z-index: 99;
    transition: 0.3s;
    top: 100%;
    border-top: 2px solid #d3d3d3;
    border-bottom: 2px solid #d3d3d3;
    width: 200px;
  }
  /* line 123, ../sass/main.scss */
  body header nav #navigation li .submenu:after {
    content: "";
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #d3d3d3;
  }
  /* line 134, ../sass/main.scss */
  body header nav #navigation li .submenu li {
    padding: 0;
    margin: 0;
    width: 100%;
    display: block;
    border-bottom: 1px solid #d3d3d3;
  }
  /* line 140, ../sass/main.scss */
  body header nav #navigation li .submenu li:last-child {
    border-bottom: none;
  }
  /* line 141, ../sass/main.scss */
  body header nav #navigation li .submenu li a {
    width: 100%;
    color: #222;
    font-size: 14px;
    padding: 10px 15px;
    background-color: rgba(255, 255, 255, 0.95);
  }
  /* line 147, ../sass/main.scss 
  body header nav #navigation li .submenu li a:hover {
    background-color: rgba(255, 255, 255, 0.9);
  }
  *//* line 149, ../sass/main.scss */
  body header nav #navigation li .submenu li a:hover:before {
    content: none;
  }
  /* line 157, ../sass/main.scss */
  body header nav #social-media {
    float: right;
    margin-left: 60px;
  }
  /* Flags */
  body header nav #social-media li:nth-child(2) {
    margin-left: 5px;
    font-size: 21px;
    background-color: unset;
  }
  /* line 161, ../sass/main.scss */
  body header nav #social-media li {
    width: 30px;
    line-height: 50px;
    text-align: center;
    /* Flaga */
    float: left;
  }
  /* line 166, ../sass/main.scss */
  body header nav #social-media li a {
    font-size: 20px;
    color: #3b5998;
  }
  /* line 173, ../sass/main.scss */
  body header nav #mobile {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 999999;
    text-align: right;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  /* line 190, ../sass/main.scss */
  body header nav #mobile button {
    font-weight: bold;
    border: none;
    color: #222;
    cursor: pointer;
    background: none;
    width: 30px;
    height: 25px;
    right: 20px;
    position: absolute;
    top: 50%;
    margin: auto;
    transform: translateY(-50%);
  }
  /* line 204, ../sass/main.scss */
  body header nav #mobile button.open span:nth-child(1) {
    top: 4px;
    width: 0%;
    left: 50%;
  }
  /* line 209, ../sass/main.scss */
  body header nav #mobile button.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /* line 215, ../sass/main.scss */
  body header nav #mobile button.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /* line 221, ../sass/main.scss */
  body header nav #mobile button.open span:nth-child(4) {
    top: 8px;
    width: 0%;
    left: 50%;
  }
  /* line 227, ../sass/main.scss */
  body header nav #mobile button span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #222;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  /* line 244, ../sass/main.scss */
  body header nav #mobile button span:nth-child(1) {
    top: 0px;
  }
  /* line 245, ../sass/main.scss */
  body header nav #mobile button span:nth-child(2), body header nav #mobile button span:nth-child(3) {
    top: 10px;
  }
  /* line 247, ../sass/main.scss */
  body header nav #mobile button span:nth-child(4) {
    top: 20px;
  }
  /* line 254, ../sass/main.scss */
  body > section {
    background-color: white;
  }
  /* line 257, ../sass/main.scss */
  body > section > article {
    padding: 60px 0;
  }
  /* line 260, ../sass/main.scss */
  body > section > article ul {
    display: flex;
  }
  /* line 263, ../sass/main.scss */
  body > section > article ul li {
    flex: 1;
    width: 30%;
    float: left;
    text-align: center;
  }
  /* line 273, ../sass/main.scss */
  body .wrap {
    /*width: 1200px;*/
    width: 1250px;
    margin: 0 auto;
    position: relative;
  }
  /* line 278, ../sass/main.scss */
  body .wrap h1, body .wrap h2 {
    text-transform: uppercase;
    vertical-align: middle;
    font-weight: 700;
    font-size: 30px;
    color: white;
  }
  /* line 286, ../sass/main.scss */
  body .wrap h2 {
    font-size: 26px;
    color: #1c4663;
  }
  /* line 291, ../sass/main.scss */
  body .wrap p {
    margin-top: 30px;
  }
  /* line 293, ../sass/main.scss */
  body .wrap input,
  body .wrap textarea {
    font-family: 'Josefin Sans', sans-serif;
    border: 1px solid #c1c1c1;
    padding: 10px 15px;
    transition: 0.2s;
    font-size: 17px;
    color: #222;
    font-weight: 100;
  }
  /* line 303, ../sass/main.scss */
  body .wrap input:focus,
  body .wrap textarea:focus {
    border: 1px solid #1c4663;
  }
  /* line 307, ../sass/main.scss */
  body .gallery {
    width: 100%;
    margin-top: 30px;
    display: inline-block;
  }
  /* line 312, ../sass/main.scss */
  body .gallery a {
    width: 19%;
    float: left;
    line-height: 0;
    overflow: hidden;
    margin-right: 1.25%;
    margin-top: 1%;
    position: relative;
  }
  /* line 321, ../sass/main.scss */
  body .gallery a:nth-child(5n+5) {
    margin-right: 0;
  }
  /* line 323, ../sass/main.scss */
  body .gallery a img {
    width: 100%;
    transition: 0.2s;
  }
  /* line 328, ../sass/main.scss */
  body .gallery a i {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    color: #1c4663;
    text-align: center;
    margin: auto;
    font-size: 0px;
    transition: 0.2s;
    transform: translateY(-50%);
  }
  /* line 342, ../sass/main.scss */
  body .gallery a:hover img {
    opacity: 0.5;
  }
  /* line 343, ../sass/main.scss */
  body .gallery a:hover i {
    font-size: 45px;
  }
  /* line 348, ../sass/main.scss */
  body a:link,
  body a:visited {
    text-decoration: none;
    transition: 0.2s;
    cursor: pointer;
  }
  /* line 355, ../sass/main.scss */
  body .button {
    clear: both;
    color: white;
    font-size: 18px;
    cursor: pointer;
    transition: 0.2s;
    font-weight: 700;
    padding: 0 40px;
    max-width: 330px;
    max-height: 45px;
    line-height: 45px;
    display: inline-block;
    vertical-align: middle;
    background-color: #1c4663;
    text-transform: uppercase;
    border: 1px solid transparent;
    font-family: 'Josefin Sans', sans-serif;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  /* line 384, ../sass/main.scss */
  body .button .fa {
    margin-right: 10px;
    color: white;
    display: inline-block;
    vertical-align: middle;
  }
  /* line 392, ../sass/main.scss */
  body .button:before {
    line-height: 45px;
    font-size: 25px;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f1edeb;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  /* line 415, ../sass/main.scss */
  body .button:hover {
    background-color: #f1edeb;
    color: #1c4663;
  }
  body .button:hover .fa {
    color: #1c4663;
  }
  /* line 418, ../sass/main.scss */
  body .button:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  /* line 425, ../sass/main.scss */
  body strong {
    font-weight: 700;
  }
  /* line 426, ../sass/main.scss */
  body em {
    font-style: italic;
  }
  /* line 427, ../sass/main.scss */
  body p {
    line-height: 24px;
  }
  /* line 429, ../sass/main.scss */
  body * {
    -webkit-backface-visibility: hidden;
    /* -webkit-transform: translateZ(0) scale(1, 1); */
  }
  /* line 433, ../sass/main.scss */
  body *:focus {
    outline: none;
  }
  /* line 436, ../sass/main.scss */
  body *, body *:before, body *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
  }
  /* line 442, ../sass/main.scss */
  body ::-webkit-input-placeholder {
    color: #c1c1c1;
    font-size: 17px;
    font-family: 'Josefin Sans', sans-serif;
    font-style: italic;
  }
  /* line 443, ../sass/main.scss */
  body :-moz-placeholder {
    color: #c1c1c1;
    font-size: 17px;
    font-family: 'Josefin Sans', sans-serif;
    font-style: italic;
  }
  /* line 444, ../sass/main.scss */
  body ::-moz-placeholder {
    color: #c1c1c1;
    font-size: 17px;
    font-family: 'Josefin Sans', sans-serif;
    font-style: italic;
  }
  /* line 445, ../sass/main.scss */
  body :-ms-input-placeholder {
    color: #c1c1c1;
    font-size: 17px;
    font-family: 'Josefin Sans', sans-serif;
    font-style: italic;
  }
  /* line 447, ../sass/main.scss */
  body ::selection {
    background: #1c4663;
    color: white;
  }
  /* line 448, ../sass/main.scss */
  body ::-moz-selection {
    background: #1c4663;
    color: white;
  }
  
  /* line 455, ../sass/main.scss */
  #home {
    text-align: center;
  }
  /* line 458, ../sass/main.scss */
  #home #animated-bg {
    padding: 0;
    color: white;
    background: none;
    height: 100vh;
    min-height: 400px;
    position: relative;
    overflow: hidden;
  }
  /* line 467, ../sass/main.scss */
  #home #animated-bg .fade {
    text-align: center;
  }
  /* line 470, ../sass/main.scss */
  #home #animated-bg .fade .slick-slide {
    min-height: 100vh;
    position: relative;
  }
  .slick-slide::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      z-index: 999;
      background-color: rgba(0,0,0,0.2);
  }
  
  
  /* line 474, ../sass/main.scss */
  #home #animated-bg .fade .slick-slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    transform: translate(-50%, -50%);
  }
  /* line 484, ../sass/main.scss */
  #home #animated-bg > .fa {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    z-index: 99;
    transform: translateX(-50%);
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 40px solid white;
  }
  /* line 496, ../sass/main.scss */
  #home #animated-bg > .fa:before {
    content: "\f107";
    color: #1c4663;
    font-size: 26px;
    line-height: 50px;
    font-family: fontawesome;
    margin-left: -7px;
  }
  /* line 506, ../sass/main.scss */
  #home #animated-bg .wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 70%;
    z-index: 99;
    
  }
  /* line 514, ../sass/main.scss */
  #home #animated-bg .wrap > div {
    width: 100%;
    padding: 60px 0;
    text-align: left;
    display: inline-block;
  }
  /* line 520, ../sass/main.scss */
  #home #animated-bg .wrap > div * {
    /* text-shadow: 0 0 10px #222; */
  }
  /* line 522, ../sass/main.scss */
  #home #animated-bg .wrap > div p {
      margin: 0 auto;
      font-size: 22px;
      font-weight: 700;
      text-shadow: 0px 0 3px #000;
      text-align: center;
     
  }
  /* line 527, ../sass/main.scss */
  #home #animated-bg .wrap > div small {
      text-transform: uppercase;
      margin-bottom: 30px;
      font-weight: 300;
      font-size: 30px;
      display: block;
      font-weight: 700;
      text-shadow: 0px 0 3px #000;
      text-align: center;
  }
  /* line 534, ../sass/main.scss */
  #home #animated-bg .wrap > div small strong {
    font-weight: 700;
  }
  /* line 538, ../sass/main.scss */
  #home #animated-bg .wrap ul {
    padding-bottom: 60px;
    position: relative;
  }
  /* line 542, ../sass/main.scss */
  #home #animated-bg .wrap ul:before {
    content: "";
    position: absolute;
    top: 90px;
    left: -100%;
    width: 200vw;
    height: calc(100% - 90px);
    /* background: -moz-linear-gradient(top, rgba(170, 162, 131, 0) 0%, #aaa283 80%);
    background: -webkit-linear-gradient(top, rgba(170, 162, 131, 0) 0%, #aaa283 80%);
    background: linear-gradient(to bottom, rgba(170, 162, 131, 0) 0%, #aaa283 80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aaa283', endColorstr='#aaa283',GradientType=0 ); */
  }
  /* line 555, ../sass/main.scss */
  #home #animated-bg .wrap ul li {
    max-width: 22%;
    line-height: 0;
    margin-right: 4%;
    background: white;
    overflow: hidden;
    padding: 15px 15px 0 15px;
  }
  /* line 563, ../sass/main.scss */
  #home #animated-bg .wrap ul li:last-child {
    margin-right: 0;
  }
  /* line 566, ../sass/main.scss */
  #home #animated-bg .wrap ul li a img {
    transition: 0.2s;
    width: 100%;
    height: 70%;
    object-fit: cover;
  }
  /* line 571, ../sass/main.scss */
  #home #animated-bg .wrap ul li a span {
    transition: 0.2s;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    right: 0;
    opacity: 0;
    text-shadow: 0 0 10px white;
    line-height: normal;
    transform: translate(-50%, calc(-50% - 25px));
    font-size: 18px;
    font-weight: 700;
    color: #222;
  }
  /* line 586, ../sass/main.scss */
  #home #animated-bg .wrap ul li a span .fa {
    transition: 0.2s;
    font-size: 0;
    display: block;
    margin-bottom: 10px;
  }
  /* line 594, ../sass/main.scss */
  #home #animated-bg .wrap ul li a > div {
    width: 100%;
    padding: 10px 0;
    line-height: normal;
    background-color: white;
  }
  /* line 600, ../sass/main.scss */
  #home #animated-bg .wrap ul li a > div h3 {
    text-transform: uppercase;
    font-weight: 600;
    transition: 0.2s;
    font-size: 16px;
    color: #222;
  }
  /* line 608, ../sass/main.scss */
  #home #animated-bg .wrap ul li a > div small {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    display: none;
  }
  /* line 617, ../sass/main.scss */
  #home #animated-bg .wrap ul li a:hover span {
    opacity: 1;
  }
  /* line 619, ../sass/main.scss */
  #home #animated-bg .wrap ul li a:hover span i {
    font-size: 18px;
  }
  /* line 621, ../sass/main.scss */
  #home #animated-bg .wrap ul li a:hover img {
    opacity: 0.4;
  }
  /* line 630, ../sass/main.scss */
  #home #offers .button {
    margin-top: 30px;
  }
  
  /* line 636, ../sass/main.scss */
  #attractions > p,
  #single > p {
    margin-bottom: 70px;
  }
  /* line 638, ../sass/main.scss */
  #attractions ul.attraction,
  #single ul.attraction {
    display: flex;
    flex-wrap: wrap;
    margin: 70px auto 50px;
    justify-content: flex-start;
  }
  /* line 643, ../sass/main.scss */
  #attractions ul.attraction:last-child,
  #single ul.attraction:last-child {
    margin-bottom: 0;
  }
  /* line 645, ../sass/main.scss */
  #attractions ul.attraction li,
  #single ul.attraction li {
    max-width: 30%;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 0;
    padding: 0 30px 30px;
    border: 2px solid #1c4663;
  }
  /* line 646, ../sass/main.scss */
  #attractions ul.attraction li:nth-child(-n+3),
  #single ul.attraction li:nth-child(-n+3) {
    margin-top: 0;
  }
  /* line 647, ../sass/main.scss */
  #attractions ul.attraction li:nth-child(3n+2),
  #single ul.attraction li:nth-child(3n+2) {
    margin-right: 5%;
    margin-left: 5%;
  }
  /* line 658, ../sass/main.scss */
  #attractions ul.attraction li:before,
  #single ul.attraction li:before {
    content: none;
  }
  /* line 660, ../sass/main.scss */
  #attractions ul.attraction li img,
  #single ul.attraction li img {
    padding: 0 30px;
    background-color: white;
    transform: translateY(-50%);
    max-width: 110px;
  }
  /* line 666, ../sass/main.scss */
  #attractions ul.attraction li h3,
  #single ul.attraction li h3 {
    color: #1c4663;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
  }
  /* line 673, ../sass/main.scss */
  #attractions ul.attraction li > p,
  #single ul.attraction li > p {
    margin-top: 10px;
  }
  /* line 677, ../sass/main.scss */
  #attractions > ul,
  #single > ul {
    margin-top: 5px;
    margin-left: 10px;
  }
  /* line 681, ../sass/main.scss */
  #attractions > ul li,
  #single > ul li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 15px;
    font-size: 17px;
  }
  /* line 687, ../sass/main.scss */
  #attractions > ul li:last-child,
  #single > ul li:last-child {
    margin-bottom: 0;
  }
  /* line 689, ../sass/main.scss */
  #attractions > ul li:before,
  #single > ul li:before {
    content: "\f0da";
    font-size: 15px;
    font-family: fontawesome;
    display: inline-block;
    margin: 0 15px 0 -15px;
  }
  /* line 697, ../sass/main.scss */
  #attractions > ul li ul,
  #single > ul li ul {
    margin-top: 5px;
  }
  /* line 702, ../sass/main.scss */
  #attractions > ul li ul li:before,
  #single > ul li ul li:before {
    font-size: 6px;
    vertical-align: middle;
    content: "\f0c8";
    margin: 0 10px 0 -10px;
  }
  
  /* line 714, ../sass/main.scss */
  #reservation, #spa{
    position: relative;
    overflow: hidden;
    line-height: normal;
    text-align: center;
    clear: both;
    background-color: #222;
    padding: 150px 0;
  }
  /* line 722, ../sass/main.scss */
  /* #reservation:before, #spa::before {
  content: "";
  background: url("/assets/www/img/bg/reservation.jpg");
  background-position: center;
  background-size: cover;
  position: absolute;
  min-height: 100%;
  opacity: 0.5;
  width: 100%;
  left: 0;
  top: 0;
  } */

  #reservation {
    background: url("/assets/www/img/bg/booking-bg.webp");
    background-position: center;
    background-size: cover;
  }

#spa::before {
    content: "";
    background: url("/assets/www/img/bg/reservation.jpg");
    background-position: center;
    background-size: cover;
    position: absolute;
    min-height: 100%;
    opacity: 0.5;
    width: 100%;
    left: 0;
    top: 0;
    }
  
   #spa::before {
       content: url("/assets/www/img/bg/spa.jpg");
       
   }
  /* line 734, ../sass/main.scss */
  #reservation .wrap > h2,
  #reservation .wrap > p, #spa  h2, #spa  p {
    color: white;
    text-shadow: 0 0 10px rgba(0,0,0,0.5);
  }
  /* line 737, ../sass/main.scss */
  #reservation .wrap form {
    display: inline-block;
    text-align: center;
    margin: 60px auto 0;
  }
  /* line 742, ../sass/main.scss */
  #reservation .wrap form > div,
  #reservation .wrap form .button {
    width: 200px;
    display: inline-block;
  }
  /* line 748, ../sass/main.scss */
  #reservation .wrap form .button {
    padding: 0;
    max-width: 100%;
    max-height: none;
    line-height: 48px;
    text-transform: none;
    font-weight: 700;
    font-size: 18px;
    float: right;
  }
  /* line 759, ../sass/main.scss */
  #reservation .wrap form > div {
    padding: 5px 50px 5px 20px;
    text-align: left;
    background-color: white;
    display: inline-block;
    padding-right: 50px;
    position: relative;
    cursor: pointer;
    height: 50px;
    color: #222;
  }
  /* line 770, ../sass/main.scss */
  #reservation .wrap form > div #day-in,
  #reservation .wrap form > div #day-out {
    font-weight: bold;
    line-height: 40px;
    font-size: 38px;
    float: left;
    height: 40px;
    text-align: right;
    /*margin-right: 15px;*/
  }
  /* line 781, ../sass/main.scss */
  #reservation .wrap form > div .month-year {
    text-align: right;
  }
  /* line 784, ../sass/main.scss */
  #reservation .wrap form > div .month-year #month-in,
  #reservation .wrap form > div .month-year #month-out {
    text-transform: lowercase;
    font-weight: 100;
    font-size: 14px;
  }
  /* line 791, ../sass/main.scss */
  #reservation .wrap form > div .month-year #year-in,
  #reservation .wrap form > div .month-year #year-out {
    font-weight: 700;
    font-size: 18px;
  }
  /* line 798, ../sass/main.scss */
  #reservation .wrap form > div small {
    text-transform: uppercase;
    bottom: calc(100% + 5px);
    position: absolute;
    left: 0;
    color: white;
    font-size: 10px;
    font-weight: 700;
  }
  /* line 808, ../sass/main.scss */
  #reservation .wrap form > div .fa {
    border-left: 1px solid #222;
    transform: translateY(-50%);
    position: absolute;
    text-align: center;
    line-height: 50px;
    height: 50px;
    color: #222;
    width: 50px;
    top: 50%;
    right: 0;
  }
  /* line 821, ../sass/main.scss */
  #reservation .wrap form > div#departure {
    margin: 0 25px;
  }
  /* line 823, ../sass/main.scss */
  #reservation .wrap form > div > div {
    display: inline-block;
  }
  
  /* line 829, ../sass/main.scss */
  #breadcrumbs {
    background-color: #1c4663;
    display: inline-block;
    padding: 10px 20px;
    clear: both;
  }
  /* line 835, ../sass/main.scss */
  #breadcrumbs li {
    list-style-type: none;
    position: relative;
    float: left;
  }
  /* line 840, ../sass/main.scss */
  #breadcrumbs li:after {
    color: white;
    margin: 0 10px;
    content: "\f0da";
    display: inline-block;
    font-family: fontawesome;
  }
  /* line 848, ../sass/main.scss */
  #breadcrumbs li a {
    color: white;
    font-weight: 700;
    text-transform: uppercase;
  }
  /* line 854, ../sass/main.scss */
  #breadcrumbs li span {
    font-size: 15px;
  }
  /* line 856, ../sass/main.scss */
  #breadcrumbs li:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  /* line 860, ../sass/main.scss */
  #breadcrumbs li:last-child:after {
    content: none;
  }
  
  /* line 865, ../sass/main.scss */
  footer {
    width: 100%;
    color: white;
    padding: 30px 0;
    text-align: center;
    margin-bottom: 55px;
    background-color: #b7ad94;
  }
  /* line 873, ../sass/main.scss */
  footer .wrap {
    display: table;
  }
  /* line 876, ../sass/main.scss */
  footer .wrap > section {
    width: 33%;
    text-align: right;
    display: table-cell;
    vertical-align: middle;
  }
  /* line 882, ../sass/main.scss */
  footer .wrap > section:nth-child(even) {
    width: 34%;
  }
  /* line 884, ../sass/main.scss */
  footer .wrap > section .logo {
    margin: auto;
  }
  /* line 887, ../sass/main.scss */
  footer .wrap > section .logo img {
    max-width: 200px;
  }
  /* line 890, ../sass/main.scss */
  footer .wrap > section ul {
    padding-top: 15px;
    font-weight: 100;
    text-align: right;
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  /* line 898, ../sass/main.scss */
  footer .wrap > section ol {
    width: 100%;
    text-align: left;
    list-style-type: none;
    display: inline-block;
  }
  /* line 904, ../sass/main.scss */
  footer .wrap > section ol li {
    width: 50%;
    float: left;
    margin-left: 0;
    margin-top: 10px;
  }
  /* line 909, ../sass/main.scss */
  footer .wrap > section ol li:nth-child(-n+2) {
    margin-top: 5px;
  }
  /* line 911, ../sass/main.scss */
  footer .wrap > section ol li a {
    color: white;
    font-size: 15px;
    font-weight: 100;
    text-transform: uppercase;
  }
  
  /* line 924, ../sass/main.scss */
  #list #animated-bg {
    line-height: 0;
    padding: 0;
    position: relative;
  }
  /* line 929, ../sass/main.scss */
  #list #animated-bg h2 {
    color: white;
  }
  /* line 931, ../sass/main.scss */
  #list #animated-bg small {
    line-height: 18px;
    margin: 20px auto 40px;
    display: inline-block;
    color: white;
    clear: both;
    width: 100%;
  }
  /* line 940, ../sass/main.scss */
  #list #animated-bg > div {
    background-color: #b7ad94;
    display: inline-block;
    line-height: normal;
    padding: 30px 0;
    width: 100%;
  }
  /* line 947, ../sass/main.scss */
  #list #animated-bg > div h1 {
    color: white;
  }
  /* line 949, ../sass/main.scss */
  #list #animated-bg > div small {
    line-height: 18px;
    margin: 20px auto;
    display: inline-block;
    color: white;
    clear: both;
    width: 100%;
  }
  /* line 958, ../sass/main.scss */
  #list #animated-bg > div:first-child {
    min-height: 500px;
    max-height: 100vh;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
  }
  /* line 970, ../sass/main.scss */
  #list #reservation h2 {
    font-size: 50px;
    padding: 100px 0;
  }
  /* line 975, ../sass/main.scss */
  #list #reservation .wrap h2 {
    font-size: 26px;
    padding: 0;
  }
  /* line 981, ../sass/main.scss */
  #list > .wrap {
    padding: 60px 0 30px;
  }
  /* line 984, ../sass/main.scss */
  #list > .wrap > small {
    display: block;
    margin-top: 25px;
    line-height: 24px;
  }
  /* line 990, ../sass/main.scss */
  #list > .wrap > div {
    display: inline-block;
    margin-top: 40px;
    width: 100%;
  }
  /* line 995, ../sass/main.scss */
  #list > .wrap > div :is(#elements, .accommodation-elements) a {
    margin-bottom: 2%;
    width: 49%;
    float: left;
    line-height: 0;
    overflow: hidden;
    position: relative;
  }
  /* line 1003, ../sass/main.scss */
  #list > .wrap > div :is(#elements, .accommodation-elements) a:nth-child(even) {
    float: right;
  }
  /* line 1005, ../sass/main.scss */
  #list > .wrap > div :is(#elements, .accommodation-elements) a img {
    min-width: 100%;
  }
  /* This area label is enabled only in the mobile layout. */
  #list > .wrap > div :is(#elements, .accommodation-elements) a > .room-card-mobile-area {
    display: none;
  }
  /* line 1007, ../sass/main.scss */
  #list > .wrap > div :is(#elements, .accommodation-elements) a section {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    top: calc(100% - 43px);
    background-color: rgba(0, 0, 0, 0.5);
  }
  /* line 1016, ../sass/main.scss */
  #list > .wrap > div :is(#elements, .accommodation-elements) a section > p {
    margin: 0 auto;
    padding: 30px;
    color: white;
  }
  /* line 1022, ../sass/main.scss */
  #list > .wrap > div :is(#elements, .accommodation-elements) a section > div {
    display: inline-block;
    line-height: normal;
    width: 100%;
    background-color: rgba(170, 162, 131, 0.9);
  }
  /* line 1028, ../sass/main.scss */
  #list > .wrap > div :is(#elements, .accommodation-elements) a section > div h3 {
    float: left;
    text-transform: uppercase;
    font-size: 21px;
    color: white;
    padding-left: 30px;
    font-weight: 700;
    line-height: 43px;
    max-height: 43px;
  }
  /* line 1039, ../sass/main.scss */
  #list > .wrap > div :is(#elements, .accommodation-elements) a section > div > div {
    float: right;
    font-size: 20px;
    color: white;
    padding: 0 30px;
    background-color: rgba(0, 0, 0, 0.5);
  }
  /* line 1046, ../sass/main.scss */
  #list > .wrap > div :is(#elements, .accommodation-elements) a section > div > div p {
    font-size: 20px;
    margin: 0 auto;
    line-height: normal;
    display: inline-block;
    text-transform: uppercase;
  }
  /* line 1053, ../sass/main.scss */
  #list > .wrap > div :is(#elements, .accommodation-elements) a section > div > div p strong {
    font-size: 35px;
    font-weight: 700;
  }
  /* line 1058, ../sass/main.scss */
  #list > .wrap > div :is(#elements, .accommodation-elements) a section > div > div p sup {
    vertical-align: top;
    line-height: 35px;
  }
  /* line 1064, ../sass/main.scss */
  #list > .wrap > div :is(#elements, .accommodation-elements) a section > div > div span {
    display: none;
  }
  /* line 1069, ../sass/main.scss */
  #list > .wrap > div :is(#elements, .accommodation-elements) a:hover section {
    top: 0;
  }

  .noclegi-sections .noclegi-content + .accommodation-listing {
    margin-top: 30px;
  }

  .noclegi-sections .accommodation-listing + .noclegi-content {
    clear: both;
    margin-top: 40px;
  }
  
  /* line 1076, ../sass/main.scss */
  #single #animated-bg {
    padding: 0;
    line-height: 0;
  }
  /* line 1080, ../sass/main.scss */
  #single #animated-bg > div {
    background-color: #b7ad94;
    display: inline-block;
    line-height: normal;
    padding: 30px 0;
    width: 100%;
  }
  /* line 1087, ../sass/main.scss */
  #single #animated-bg > div h1 {
    color: white;
  }
  /* line 1089, ../sass/main.scss */
  #single #animated-bg > div small {
    line-height: 18px;
    margin: 20px auto;
    display: inline-block;
    color: white;
    clear: both;
    width: 100%;
  }
  /* line 1098, ../sass/main.scss */
  #single #animated-bg > div:first-child {
    min-height: 500px;
    max-height: 100vh;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
  }
  /* line 1109, ../sass/main.scss */
  #single #object {
    display: inline-block;
    width: 100%;
  }
  /* line 1114, ../sass/main.scss */
  #single #object .wrap aside {
    float: left;
    width: 30%;
    overflow: hidden;
    padding-right: 30px;
  }
  /* line 1120, ../sass/main.scss */
  #single #object .wrap aside h3 {
    color: #1c4663;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
  }
  /* line 1128, ../sass/main.scss */
  #single #object .wrap aside ul {
    display: block;
    margin-top: 10px;
  }
  /* line 1132, ../sass/main.scss */
  #single #object .wrap aside ul li {
    position: relative;
    display: inline-block;
    text-align: left;
    margin-top: 1%;
    padding: 5px 0;
    width: 49%;
    float: left;
    height: 42px;
  }
  /* line 1141, ../sass/main.scss */
  #single #object .wrap aside ul li:before {
    content: "\f0a9";
    width: 20px;
    color: #62b01e;
    font-size: 12px;
    margin-right: 5px;
    text-align: center;
    display: inline-block;
    font-family: fontawesome;
  }
  /* line 1152, ../sass/main.scss */
  #single #object .wrap aside ul li:nth-child(even) {
    float: right;
  }
  
  .aside-flex{
      display:flex;
      flex-wrap:wrap;
  }
  
  .aside-pokoj {
    float: left;
    width: 30%;
    overflow: hidden;
    padding-right: 30px;
  }
  /* line 1120, ../sass/main.scss */
  .aside-pokoj h3 {
    color: #1c4663;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
  }
  /* line 1128, ../sass/main.scss */
  .aside-pokoj ul {
    display: block;
    margin-top: 10px;
  }
  /* line 1132, ../sass/main.scss */
  .aside-pokoj ul li {
    position: relative;
    display: inline-block;
    text-align: left;
    margin-top: 1%;
    padding: 5px 0;
    width: 49%;
    float: left;
    height: 42px;
  }
  /* line 1141, ../sass/main.scss */
  .aside-pokoj ul li:before {
    content: "\f0a9";
    width: 20px;
    color: #62b01e;
    font-size: 12px;
    margin-right: 5px;
    text-align: center;
    display: inline-block;
    font-family: fontawesome;
  }
  /* line 1152, ../sass/main.scss */
  .aside-pokoj ul li:nth-child(even) {
    float: right;
  }
  
  
  /* line 1157, ../sass/main.scss */
  .wrap .details {
    float: right;
    width: 70%;
  }
  /* line 1161, ../sass/main.scss */
  .wrap .details p {
    margin: 25px auto 0;
  }
  /* line 1163, ../sass/main.scss */
  .wrap .details p:first-child {
    margin-top: 0;
  }
  /* line 1166, ../sass/main.scss */
  .wrap .details > ul {
    margin-top: 5px;
    margin-left: 10px;
    display: block;
  }
  /* line 1171, ../sass/main.scss */
  .wrap .details > ul li {
    float: none;
    width: 100%;
    text-align: left;
    display: inline-block;
    margin-bottom: 5px;
    position: relative;
    padding-left: 15px;
    font-size: 17px;
  }
  /* line 1181, ../sass/main.scss */
  .wrap .details > ul li:last-child {
    margin-bottom: 0;
  }
  /* line 1183, ../sass/main.scss */
  .wrap .details > ul li:before {
    content: "\f0da";
    font-size: 15px;
    font-family: fontawesome;
    display: inline-block;
    margin: 0 15px 0 -20px;
  }
  /* line 1191, ../sass/main.scss */
  .wrap .details > ul li ul {
    margin-top: 5px;
  }
  /* line 1196, ../sass/main.scss */
  .wrap .details > ul li ul li:before {
    font-size: 6px;
    vertical-align: middle;
    content: "\f0c8";
    margin: 0 10px 0 -10px;
  }
  
  /* line 1212, ../sass/main.scss */
  #pages #reservation h2 {
    font-size: 50px;
    padding: 100px 0;
  }
  /* line 1217, ../sass/main.scss */
  #pages #thank-you {
    text-align: center;
    margin: 60px auto;
    padding: 30px;
    border: 1px solid #1c4663;
  }
  /* line 1223, ../sass/main.scss */
  #pages #thank-you h3 {
    color: #1c4663;
    margin-bottom: 20px;
    text-transform: uppercase;
    vertical-align: middle;
    font-weight: 700;
    font-size: 24px;
  }
  /* line 1232, ../sass/main.scss */
  #pages #thank-you #back {
    max-width: none;
  }
  /* line 1235, ../sass/main.scss */
  #pages #animated-bg {
    padding: 0;
    line-height: 0;
  }
  /* line 1239, ../sass/main.scss */
  #pages #animated-bg > div {
    background-color: #b7ad94;
    display: inline-block;
    line-height: normal;
    padding: 30px 0;
    width: 100%;
  }
  /* line 1246, ../sass/main.scss */
  #pages #animated-bg > div h1 {
    color: white;
  }
  /* line 1248, ../sass/main.scss */
  #pages #animated-bg > div small {
    line-height: 18px;
    margin: 20px auto;
    display: inline-block;
    color: white;
    clear: both;
    width: 100%;
  }
  /* line 1257, ../sass/main.scss */
  #pages #animated-bg > div:first-child {
    min-height: 500px;
    max-height: 100vh;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
  }
  /* line 1268, ../sass/main.scss */
  #pages > .wrap > div {
    padding-bottom: 60px;
  }
  /* line 1271, ../sass/main.scss */
  #pages > .wrap > div h2 {
    margin-top: 60px;
  }
  /* line 1272, ../sass/main.scss */
  #pages > .wrap > div > p {
    margin: 25px auto 0;
  }
  /* line 1276, ../sass/main.scss */
  #pages > .wrap > div > p a:link,
  #pages > .wrap > div > p a:visited,
  #pages > .wrap > div > ul a:link,
  #pages > .wrap > div > ul a:visited {
    font-weight: 100;
    color: #1c4663;
  }
  /* line 1283, ../sass/main.scss */
  #pages > .wrap  div > ul {
    margin-top: 5px;
    margin-left: 10px;
  }
  /* line 1287, ../sass/main.scss */
  #pages > .wrap  div > ul li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 15px;
    font-size: 17px;
  }
  /* line 1293, ../sass/main.scss */
  #pages > .wrap  div > ul li:last-child {
    margin-bottom: 0;
  }
  /* line 1295, ../sass/main.scss */
  #pages > .wrap div > ul li:before {
    content: "\f0da";
    font-size: 15px;
    font-family: fontawesome;
    display: inline-block;
    margin: 0 10px 0 -15px;
  }
  /* line 1303, ../sass/main.scss */
  #pages > .wrap  div > ul li ul {
    margin-top: 5px;
  }
  /* line 1308, ../sass/main.scss */
  #pages > .wrap  div > ul li ul li:before {
    font-size: 6px;
    vertical-align: middle;
    content: "\f0c8";
    margin: 0 10px 0 -10px;
  }
  /* line 1319, ../sass/main.scss */
  #pages > .wrap  div table {
    width: 100%;
    /* border: 1px solid; */
    margin: 30px auto;
  }
  /* line 1325, ../sass/main.scss */
  #pages > .wrap   div table tr td {
    color: black;
    padding: 10px;
    width: 100px;
    text-align: center;
    vertical-align: middle;
    /*border: 1px solid #222;*/
    background-color: rgba(255, 255, 255, 0.95);
  }
  /* line 1334, ../sass/main.scss */
  #pages > .wrap   div table tr td:first-child {
    /*padding-right: 60px;*/
    padding-right: 120px;
    text-align: left;
  }
  /* line 1338, ../sass/main.scss */
  #pages > .wrap   div table tr td:first-child span {
    position: absolute;
    background-color: #687175;
    color: white;
    right: 0;
    width: 55px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    top: 0;
    height: 40px;
    line-height: 32px;
  }
  /* line 1351, ../sass/main.scss */
  #pages > .wrap   div table tr td:first-child span sup {
    vertical-align: super;
    font-size: 12px;
  }
  /* line 1358, ../sass/main.scss */
  #pages > .wrap   div table tr td[colspan] {
    /* color: white; */
    /* font-size: 14px; */
    padding: 5px 10px;
    /* font-weight: bold; */
    /* text-transform: uppercase; */
    /* background-color: #687175; */
  }
  /* line 1370, ../sass/main.scss */
  #pages > .wrap   div table thead tr td {
    background-color: #1c4663;
    text-transform: uppercase;
    font-size: 20px;
    color: white;
    vertical-align: top;
    width: 126px;
  }
  
  /* line 1376, ../sass/main.scss */
  #pages > .wrap  div table thead tr td:first-child {
    vertical-align: middle;
    font-weight: 700;
  }
  /* line 1381, ../sass/main.scss */
  #pages > .wrap  div table thead tr td strong {
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
  }
  /* line 1389, ../sass/main.scss */
  #pages > .wrap  div table tfoot {
    border-top: 1px solid #222;
  }
  /* line 1392, ../sass/main.scss */
  #pages > .wrap  div table tfoot tr td:first-child {
    background-color: #222;
    text-align: center;
    color: white;
    padding:10px;
  }
  
  /* line 1402, ../sass/main.scss */
  #map {
    min-height: 500px;
    width: 100%;
  }
  
  /* line 1407, ../sass/main.scss */
  #contact-form {
    width: 60%;
    display: inline-block;
  }
  /* line 1411, ../sass/main.scss */
  #contact-form form {
    margin-top: 30px;
    line-height: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  /* line 1418, ../sass/main.scss */
  #contact-form form textarea {
    resize: none;
    height: 100px;
    width: 100%;
  }
  /* line 1424, ../sass/main.scss */
  #contact-form form > * {
    width: 235px;
    max-width: 100%;
    background-color: white;
    display: inline-block;
    position: relative;
    margin-bottom: 1%;
    height: 50px;
    color: #222;
  }
  /* line 1434, ../sass/main.scss */
  #contact-form form > *:last-child {
    width: 100%;
    display: table;
    margin: 0 auto;
  }
  /* line 1440, ../sass/main.scss */
  #contact-form form > * article {
    width: 49%;
    float: left;
  }
  /* line 1444, ../sass/main.scss */
  #contact-form form > * article:last-child {
    float: right;
  }
  /* line 1446, ../sass/main.scss */
  #contact-form form > * article .nice-select {
    width: 100%;
    border-radius: 0;
    border-color: #c1c1c1;
    height: 50px;
    line-height: 50px;
  }
  /* line 1456, ../sass/main.scss */
  #contact-form form .selecty {
    overflow: visible;
    /* z-index: 1000; */
  }
  /* line 1461, ../sass/main.scss */
  #contact-form form #arrival,
  #contact-form form #departure {
    text-align: left;
    padding: 5px 50px 5px 20px;
    background-color: white;
    display: inline-block;
    position: relative;
    cursor: pointer;
    height: 50px;
    color: #222;
    overflow: hidden;
    border: 1px solid #c1c1c1;
  }
  /* line 1474, ../sass/main.scss */
  #contact-form form #arrival > *,
  #contact-form form #departure > * {
    line-height: normal;
  }
  /* line 1476, ../sass/main.scss */
  #contact-form form #arrival #in,
  #contact-form form #arrival #out,
  #contact-form form #departure #in,
  #contact-form form #departure #out {
    height: 50px;
    cursor: pointer;
    position: absolute;
    z-index: -1;
    opacity: 0;
    left: 0;
    top: 0;
  }
  /* line 1487, ../sass/main.scss */
  #contact-form form #arrival #day-in,
  #contact-form form #arrival #day-out,
  #contact-form form #departure #day-in,
  #contact-form form #departure #day-out {
    font-weight: bold;
    line-height: 40px;
    font-size: 38px;
    float: left;
    height: 40px;
    width: 45px;
    text-align: right;
  }
  /* line 1498, ../sass/main.scss */
  #contact-form form #arrival .month-year,
  #contact-form form #departure .month-year {
    max-width: 92px;
    text-align: right;
  }
  /* line 1502, ../sass/main.scss */
  #contact-form form #arrival .month-year #month-in,
  #contact-form form #arrival .month-year #month-out,
  #contact-form form #departure .month-year #month-in,
  #contact-form form #departure .month-year #month-out {
    text-transform: lowercase;
    font-weight: 100;
    font-size: 13px;
  }
  /* line 1509, ../sass/main.scss */
  #contact-form form #arrival .month-year #year-in,
  #contact-form form #arrival .month-year #year-out,
  #contact-form form #departure .month-year #year-in,
  #contact-form form #departure .month-year #year-out {
    font-weight: 700;
    font-size: 18px;
  }
  /* line 1516, ../sass/main.scss */
  #contact-form form #arrival .fa,
  #contact-form form #departure .fa {
    border-left: 1px solid #222;
    transform: translateY(-50%);
    position: absolute;
    text-align: center;
    line-height: 50px;
    height: 50px;
    color: #222;
    width: 50px;
    top: 50%;
    right: 0;
  }
  /* line 1531, ../sass/main.scss */
  #contact-form form .button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  /* line 1537, ../sass/main.scss */
  #contact-form form .button .fa {
    margin: 0 auto;
    transition: 0.2s;
    float: right;
    line-height: 45px;
    margin-left: 10px;
  }
  
  /* line 1548, ../sass/main.scss */
  #contact-details {
    margin-left: 10%;
    float: right;
    width: 30%;
  }
  /* line 1553, ../sass/main.scss */
  #contact-details ul {
    margin-top: 30px;
  }
  /* line 1556, ../sass/main.scss */
  #contact-details ul li {
    margin-bottom: 10px;
  }
  /* line 1559, ../sass/main.scss */
  #contact-details ul li:first-child {
    text-transform: uppercase;
    font-weight: bold;
  }
  /* line 1564, ../sass/main.scss */
  #contact-details ul li:last-child, #contact-details ul li:nth-child(2) {
    margin-bottom: 0;
  }
  /* line 1567, ../sass/main.scss */
  #contact-details ul li a {
    color: #222;
  }
  /* line 1569, ../sass/main.scss */
  #contact-details ul li a:hover {
    color: #1c4663;
  }
  /* line 1572, ../sass/main.scss */
  #contact-details ul li .fa {
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    width: 30px;
  }
  
  /* line 1582, ../sass/main.scss */
  .tourshop-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
  }
  
  /* line 1590, ../sass/main.scss */
  footer .submenu {
    display: none;
  }
  
  .clearfix::after{
      content: '';
      display: block;
      clear: both;
  }
  #pages > .wrap > div table.nd_table_1 tr td{
      min-width: 100px;
      width: auto;
  }
  #pages .nd_table_1 thead th{
      text-align: center;
  }
  .nd_table_1{
      border-collapse: initial;
  }
  .nd_table_1 .title{
      text-transform: uppercase;
      text-align: left;
      padding: 10px;
      background: #687175;
      color: #fafafa;
      font-weight: 700;
      border-bottom: 1px solid #666;
  }
  #pages .nd_table_1 td{
      padding: 7px 10px;
      border-top:1px solid #eee;
  }
  
  #pages .nd_table_1 tbody>tr:nth-child(2n) td{
      background: rgba(0,0,0,.1);
      
  }
  .nd_table_1 small{
      font-size: 70%;
      display: block;
      font-weight: 300;
  }
  .nd_table_1 .black{
      background: #222;
      color: #fff;
      padding: 5px 10px;
  }
  .nd_table_1 .gold{
      background: #A6996A;
      color: #fafafa;
      padding: 5px 10px;
  }
  
  .nd-text p{
      margin: 7px 0 5px!important;
  }
  .nd-text p>strong{
      font-weight: 400;
  }
  .nd-text h3{
      font-size: 120%;
      margin: 15px auto 20px;
      text-decoration:underline;
  }
  .nd-text .nd-list{
      margin-top:-5px;
      margin-left: 25px;
  }
  .nd-text .nd-list p::before{
      content: '-';
      padding-right: 5px;
  
  }
  .nd-text .nd-list p{
      margin: 0 !important;	text-indent: -10px;
  }
  .children-list > div {
      width: 120px;
  }
  .children-list .nice-select {
      margin-bottom:1%;
  }
  .children-list .nice-select ul{
      max-height: 200px;
      overflow-y: scroll;
  }
  
  .sub-ol {
    margin-left: 15px;
    list-style: lower-alpha;
  }

.responsive-table {
  overflow-x: unset !important;
}
.tg {
  table-layout: fixed;
}
