@import url("https://fonts.googleapis.com/css?family=Cookie|Roboto:100,300,700&display=swap");
@font-face {
  font-family: 'Just Another Hand';
  src: url("../fonts/JustAnotherHand-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
body {
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #563d11;
  overflow-x: hidden; }
  body.body {
    background-color: #e8e6e9;
    background-image: url("../img/bg.png"), url("../img/bg-footer.jpg");
    background-position-y: -52px, 100%;
    background-repeat: repeat, repeat-x; }

.container {
  position: relative; }
  @media (min-width: 1200px) {
    .container {
      width: 1270px; } }

a, input, button {
  transition: all .3s; }

button:focus {
  outline: 0; }

.alert-text-lg {
  font-size: 20px; }

.button-v1 {
  display: block;
  text-align: center;
  background: #50423c;
  border-radius: 5px;
  padding: 3px;
  margin-bottom: 15px;
  color: #fff;
  font-family: "Just Another Hand", cursive;
  font-size: 28px;
  box-shadow: rgba(0, 0, 0, 0.5) 4px 4px 5px; }
  .button-v1:hover, .button-v1:focus {
    color: #50423c;
    text-decoration: none;
    background: #fbd9bd; }
  .button-v1 span {
    display: block;
    border: 3px dotted; }

.button-v2 {
  display: block;
  text-align: center;
  width: 100%;
  background: #50423c;
  border: none;
  border-radius: 30px;
  padding: 10px;
  color: #fff;
  font-size: 23px;
  font-weight: 700; }
  .button-v2:hover {
    background: #fbd9bd;
    color: #50423c;
    text-decoration: none; }

#loader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  background-image: url("../img/logo.png");
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 9999; }

.breadcrumbs {
  font-family: "Just Another Hand", cursive;
  font-size: 25px;
  margin: -30px 0 20px; }

.ml-0 {
  margin-left: 0; }

.ml-1 {
  margin-left: 1rem; }

.ml-2 {
  margin-left: 2rem; }

.ml-3 {
  margin-left: 3rem; }

.ml-4 {
  margin-left: 4rem; }

.ml-5 {
  margin-left: 5rem; }

.ml-6 {
  margin-left: 6rem; }

.ml-7 {
  margin-left: 7rem; }

.inline-block {
  display: inline-block; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Just Another Hand", cursive;
  text-transform: uppercase; }

.input-form {
  margin-bottom: 15px; }
  .input-form label {
    display: block;
    padding-left: 20px;
    font-weight: 300;
    font-size: 20px; }
  .input-form input[type="text"], .input-form input[type="email"], .input-form textarea {
    width: 100%;
    height: auto;
    background: #fbd9bd;
    border: 1px solid #fbd9bd;
    border-radius: 30px;
    padding: 15px 20px;
    resize: none; }
  .input-form.has-error input[type="text"], .input-form.has-error input[type="email"], .input-form.has-error textarea {
    border-color: #a94442; }

.checkbox-inline, .radio-inline, label {
  font-weight: 300; }

header {
  text-align: center;
  z-index: 100;
  background-color: #fff;
  position: relative; }
  @media (min-width: 992px) and (max-width: 1199px) {
    header {
      background-position: center -45px;
      background-size: auto 251px; } }
  @media (max-width: 991px) {
    header {
      background-position: center -100px;
      background-size: auto 211px; } }
  header:after {
    background: url("../img/markiza.png") repeat-x;
    width: 100%;
    height: 15px;
    content: ' ';
    display: block;
    bottom: -15px;
    position: absolute;
    z-index: 1; }

.logo {
  position: absolute;
  z-index: 100;
  display: block;
  width: 359px;
  left: 0;
  right: 0;
  margin: auto; }

@media (min-width: 992px) {
  #hb {
    display: none; }

  .open-nav {
    display: none; }

  nav {
    height: 200px;
    position: relative; }
    nav .nav-header {
      display: none; }
    nav ul {
      margin: 0;
      padding: 0;
      list-style: none;
      transition: all .3s; }
    nav > ul > li {
      display: block;
      width: 140px;
      position: absolute;
      bottom: 5px; }
      nav > ul > li:nth-child(n+7) {
        display: none; }
      nav > ul > li:nth-child(1) {
        left: 0px; }
      nav > ul > li:nth-child(2) {
        left: 140px; }
      nav > ul > li:nth-child(3) {
        left: 280px; }
      nav > ul > li:nth-child(4) {
        left: 820px; }
      nav > ul > li:nth-child(5) {
        left: 960px; }
      nav > ul > li:nth-child(6) {
        left: 1100px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      nav > ul > li:nth-child(1) {
        left: 0px; }
      nav > ul > li:nth-child(2) {
        left: 114px; }
      nav > ul > li:nth-child(3) {
        left: 232px; }
      nav > ul > li:nth-child(4) {
        left: 584px; }
      nav > ul > li:nth-child(5) {
        left: 700px; }
      nav > ul > li:nth-child(6) {
        left: 814px; } }
@media (min-width: 992px) {
      nav > ul > li:hover > a, nav > ul > li:hover > span, nav > ul > li:focus > a, nav > ul > li:focus > span {
        text-decoration: none;
        color: #a3b55c; }
      nav > ul > li a, nav > ul > li span {
        cursor: pointer;
        display: block;
        color: #563d11;
        font-family: "Just Another Hand", cursive;
        font-size: 36px;
        padding: 10px 0; }
        nav > ul > li a:focus, nav > ul > li span:focus {
          text-decoration: none;
          color: #a3b55c; }
      nav > ul > li:hover > ul {
        visibility: visible;
        opacity: 1; }
      nav > ul > li ul {
        position: absolute;
        min-width: 120px;
        background: #fff;
        visibility: hidden;
        opacity: 0;
        z-index: 123;
        border-top: 2px solid #a3b55c;
        box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3); }
        nav > ul > li ul a, nav > ul > li ul span {
          cursor: pointer;
          padding: 0 20px 0 10px;
          white-space: nowrap;
          text-align: left; }
        nav > ul > li ul li {
          position: relative; }
          nav > ul > li ul li:hover > a, nav > ul > li ul li:hover span {
            color: #a3b55c;
            text-decoration: none; }
          nav > ul > li ul li:hover > ul {
            visibility: visible;
            opacity: 1; }
          nav > ul > li ul li ul {
            left: 100%;
            top: 0; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .logo {
    width: 220px; }

  nav {
    height: 130px; } }
@media (max-width: 991px) {
  header {
    height: 90px; }
    header.nav-open .nav-overlay {
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 123; }
    header.nav-open nav {
      right: 0; }

  .logo {
    width: 150px; }

  #hb {
    position: absolute;
    top: 27px;
    right: 40px;
    font-size: 28px;
    color: #50423c;
    cursor: pointer; }

  #nav-close {
    color: #50423c;
    cursor: pointer;
    margin: 5px 0 0 7px; }

  nav {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -280px;
    width: 280px;
    background: #fff;
    overflow-y: auto;
    transition: right 0.2s;
    z-index: 666;
    border-left: 5px solid #a3b55c; }
    nav .nav-header {
      font-family: "Just Another Hand", cursive;
      font-size: 28px;
      border-bottom: 1px solid #E7E7E7;
      padding-right: 25px; }
    nav ul {
      margin: 0;
      padding: 0;
      list-style: none;
      transition: all .3s; }
      nav ul .open {
        display: block; }
      nav ul li {
        position: relative;
        padding: 0 0 0 5px;
        text-align: left; }
        nav ul li .open-nav {
          position: absolute;
          top: 7px;
          right: 5px;
          font-size: 18px;
          padding: 5px; }
        nav ul li a, nav ul li span {
          color: #000;
          font-size: 20px;
          padding: 5px 0;
          display: block; }
    nav > ul > li {
      border-bottom: 1px dotted #e0e0e0; }
      nav > ul > li ul {
        display: none; }
      nav > ul > li > ul > li {
        padding-left: 20px; }
        nav > ul > li > ul > li > ul > li {
          padding-left: 35px; } }
.slide {
  position: relative; }
  .slide .boards {
    position: absolute;
    background-image: url("../img/deski.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin: auto;
    left: 0;
    right: 0;
    top: 19%;
    bottom: 15%;
    width: 40%;
    max-width: 490px;
    padding-top: 10.5%; }
    .slide .boards span {
      font-family: "Just Another Hand", cursive;
      text-align: center;
      text-transform: uppercase;
      font-size: 72px;
      transform: rotate(-9deg);
      display: block;
      padding: 0 5%;
      height: 80%;
      overflow: hidden; }
      @media (max-width: 1199px) {
        .slide .boards span {
          font-size: 58px; } }
      @media (max-width: 991px) {
        .slide .boards span {
          font-size: 43px; } }
      @media (max-width: 767px) {
        .slide .boards span {
          font-size: 5.5vw; } }

.page-wrapper {
  background-color: rgba(255, 255, 255, 0.65); }

.page-content {
  padding: 40px 30px 100px; }
  @media (max-width: 991px) {
    .page-content {
      padding: 40px 20px 100px; } }

.footer {
  background-color: #fff;
  border-bottom: 15px solid #a3b55c;
  position: relative;
  min-height: 140px; }
  .footer .footer-content {
    margin: 0 100px;
    text-align: center;
    font-size: 28px;
    padding: 20px 0; }
  .footer .footer-sidebars {
    text-align: center; }
    .footer .footer-sidebars .footer-sidebar {
      display: inline-block;
      position: absolute;
      top: 0;
      bottom: 0;
      padding: 10px 20px;
      vertical-align: middle; }
      .footer .footer-sidebars .footer-sidebar:before {
        content: ' ';
        display: inline-block;
        width: 0;
        height: 100%;
        vertical-align: middle; }
    .footer .footer-sidebars .footer-sidebar-left {
      left: 0; }
    .footer .footer-sidebars .footer-sidebar-right {
      right: 0; }
  .footer:before {
    background: url("../img/markiza.png") repeat-x;
    height: 15px;
    content: ' ';
    display: block;
    top: -15px;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 1;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }

@media (max-width: 991px) {
  .footer .footer-content {
    margin: 0 15px; }
  .footer .footer-sidebars .footer-sidebar {
    position: static; } }
.gallery-box {
  display: block;
  text-align: center;
  color: #563d11;
  margin: 20px 0; }
  .gallery-box:hover, .gallery-box:focus {
    color: #563d11;
    text-decoration: none; }
  .gallery-box img {
    max-width: 100%;
    transition: all 0.3s; }
  .gallery-box:hover img {
    opacity: 0.8; }
  .gallery-box .gallery-box-title {
    font-family: "Just Another Hand", cursive;
    font-size: 25px; }
  .gallery-box small {
    font-size: 10px; }

.offer-icons {
  background-color: #fff;
  position: relative;
  padding: 50px 0 30px; }
  .offer-icons:after {
    background: url("../img/markiza.png") repeat-x;
    width: 100%;
    height: 15px;
    content: ' ';
    display: block;
    bottom: -15px;
    position: absolute;
    z-index: 1; }
  .offer-icons .offer-icon-box {
    width: 20%;
    text-align: center;
    font-size: 25px;
    color: #a3b55c;
    display: inline-block;
    margin: 10px 0;
    vertical-align: top;
    padding: 0 5px;
    cursor: pointer; }
    .offer-icons .offer-icon-box:focus {
      text-decoration: none; }
    .offer-icons .offer-icon-box img {
      max-width: 100%; }
    .offer-icons .offer-icon-box .offer-icon-text {
      margin-top: 5px;
      text-transform: uppercase;
      word-break: break-word; }
  @media (max-width: 991px) {
    .offer-icons .offer-icon-box {
      font-size: 2.1vw; } }

.offer-box {
  padding: 50px 0;
  position: relative; }
  .offer-box:after {
    content: " ";
    clear: both;
    display: block; }
  .offer-box .offer-box-img {
    padding: 10px;
    margin: 0 10px 10px;
    background-color: #fff;
    display: inline-block;
    position: relative;
    max-width: 50%; }
    .offer-box .offer-box-img:after {
      content: " ";
      background-color: #a3b55c;
      top: 20px;
      left: 20px;
      bottom: -10px;
      right: -10px;
      position: absolute; }
    .offer-box .offer-box-img img {
      position: relative;
      max-width: 100%;
      z-index: 1; }
  .offer-box:nth-child(odd) .offer-box-img {
    float: right;
    margin-left: 50px; }
  .offer-box:nth-child(even) .offer-box-img {
    float: left;
    margin-right: 50px; }
  .offer-box h1 {
    font-size: 42px;
    word-break: break-word; }

.offer-box-text {
  font-size: 28px; }

@media (max-width: 991px) {
  .offer-box h1 {
    font-size: 32px; }

  .offer-box-text {
    font-size: 20px; } }
@media (max-width: 767px) {
  .offer-box .offer-box-img {
    padding: 5px;
    margin: 0 0 5px; }
    .offer-box .offer-box-img:after {
      top: 10px;
      left: 10px;
      bottom: -5px;
      right: -5px;
      position: absolute; }
  .offer-box:nth-child(odd) .offer-box-img {
    margin-left: 15px; }
  .offer-box:nth-child(even) .offer-box-img {
    margin-right: 15px; } }
@media (min-width: 1200px) {
  .offer-box:nth-child(3):before {
    content: " ";
    position: absolute;
    top: -20px;
    left: -85px;
    background: url("../img/m1.png") no-repeat;
    display: block;
    width: 129px;
    height: 158px; }

  .offer-box:nth-child(4):before {
    content: " ";
    position: absolute;
    top: -15px;
    right: -90px;
    background: url("../img/m2.png") no-repeat;
    display: block;
    width: 142px;
    height: 164px; }

  .offer-box:nth-child(5):before {
    content: " ";
    position: absolute;
    top: -20px;
    left: -85px;
    background: url("../img/m3.png") no-repeat;
    display: block;
    width: 129px;
    height: 158px; }

  .offer-box .offer-box-img:before {
    content: " ";
    position: absolute;
    top: 30px;
    background: url("../img/dots.png") no-repeat;
    display: block;
    width: 215px;
    height: 24px;
    z-index: 5; }
  .offer-box:nth-child(odd) .offer-box-img:before {
    right: calc(100% - 10px);
    background-position-x: 100%; }
  .offer-box:nth-child(even) .offer-box-img:before {
    left: 100%; } }
.cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  z-index: 999;
  opacity: 0;
  border-radius: 0;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  color: #ecf0f1;
  background: #50423c; }
  .cookiealert:after {
    content: "";
    background: url("../img/tapeta.png");
    opacity: 0.05;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1; }
  .cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms; }
  .cookiealert .cookiealert-text {
    display: inline-block;
    margin-bottom: -10px; }
  .cookiealert a {
    text-decoration: underline; }
    .cookiealert a:hover, .cookiealert a:focus {
      color: #ecf0f1; }
  .cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline; }

#fb-box {
  position: fixed;
  top: 20%;
  left: 100%;
  z-index: 110;
  transition: all 0.3s; }
  #fb-box:hover {
    transform: translateX(-100%); }
  #fb-box .fb-tab {
    position: absolute;
    top: 0;
    right: 100%; }
.tbltop {
background: 
url('../img/lnformright.png') center right no-repeat, 
url('../img/lnform.png') no-repeat center bottom,
url('../img/lnformleft.png') no-repeat left,
url('../img/lnformtop.png') no-repeat top;
; border:0px; max-width:670px; margin: 0 auto;
}
tr {
border-bottom:1px solid #bcb2a7;
}
td {padding:10px; }
jpg {max-width:100%}

	
@media screen and (max-width:960px) {
	.rwd-table {
		overflow-x:scroll;
	}	
}
/*# sourceMappingURL=style.css.map */
