@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,600,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Amatic+SC:700&subset=latin-ext');
html {
  height: 100%;
  width: 100%;
}
body {
  position: relative;
  color: #494949;
  font-weight: 300;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}
.clear {
  clear: both;
}
.no-js #loader {
  display: none;
}
.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}
.se-pre-con {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}
h1 {
  margin: 0;
  font-size: 41px;
}
p {
  margin: 0;
  font-weight: 400;
}
strong {
  font-weight: 900;
}
a {
  color: #19b69b;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
a:hover {
  text-decoration: none;
}
a:active,
a.focus {
  text-decoration: none;
}
button {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.fa {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.container-custom {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1300px;
  width: 93%;
}
@media only screen and (max-width : 480px) {
  .container-custom {
    width: 100%;
  }
}
/* Buttons */
.btn {
  font-weight: 600;
  vertical-align: middle;
  border: 0 solid transparent;
  white-space: nowrap;
  padding: 15px 50px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn:focus {
  color: inherit;
}
.btn.btn-primary {
  background: none;
  color: #19b69b;
  padding: 0 0;
}
.btn.btn-primary:after {
  content: '';
  position: absolute;
  width: 35%;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #19b69b;
}
.bg_corner {
  position: fixed;
  top: 0;
  right: 0;
  width: 18%;
}
body {
  overflow-x: hidden;
  position: relative;
}
header {
  position: relative;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width : 480px) {
  header {
    height: 340px;
    overflow: hidden;
  }
}
.logo_wrap {
  position: absolute;
  top: 30px;
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width : 768px) {
  .logo_wrap {
    position: absolute;
    top: 110px;
  }
}
.top_logo {
  position: relative;
  margin: 0 auto;
  width: 120px;
}
#orders {
  position: fixed;
  top: 53px;
  right: 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.7);
  z-index: 90;
  text-align: center;
  padding: 15px 20px 12px;
  text-transform: uppercase;
}
@media only screen and (max-width : 900px) {
  #orders {
    top: 60px;
  }
}
#orders p {
  font-size: 12px;
  font-weight: 700;
}
#orders a h2 {
  font-size: 26px;
  margin: 5px 0 0;
  color: #ffffff;
}
@media only screen and (max-width : 768px) {
  #orders {
    position: relative;
    top: 0;
    width: 100%;
  }
}
#slider {
  position: absolute;
  background: url(../images/bg.jpg);
  height: 100%;
  width: 100%;
  background-position: center bottom;
  background-size: cover;
}
#slider .slider_content {
  position: absolute;
  top: 40%;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width : 768px) {
  #slider .slider_content {
    top: 42%;
  }
}
@media only screen and (max-width : 480px) {
  #slider .slider_content {
    display: none;
  }
}
#slider .slider_content h1 {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 60px;
  letter-spacing: 20px;
  text-shadow: 0 3px 30px #000;
}
@media only screen and (max-width : 900px) {
  #slider .slider_content h1 {
    font-size: 40px;
    letter-spacing: 6px;
  }
}
@media only screen and (max-width : 768px) {
  #slider .slider_content h1 {
    display: none;
  }
}
@media only screen and (max-width : 480px) {
  #slider .slider_content h1 {
    font-size: 28px;
    letter-spacing: 3px;
  }
}
#slider .slider_content p {
  padding: 10px 28px;
  text-align: center;
  max-width: 760px;
  position: relative;
  margin: 0 auto;
  font-size: 20px;
}
@media only screen and (max-width : 768px) {
  #slider .slider_content p {
    font-size: 16px;
  }
}
#aktualnosci {
  margin-bottom: 160px;
}
/* @media only screen and (max-width : 480px) {
  #aktualnosci {
    display: none;
  }
} */
#aktualnosci .aktualnosci_wrap {
  text-align: center;
  border: 5px solid;
  width: 75%;
  margin: 40px auto 0;
  max-width: 800px;
  padding-bottom: 20px;
}
@media only screen and (max-width : 992px) {
  #aktualnosci .aktualnosci_wrap {
    width: 90%;
  }
}
@media only screen and (max-width : 768px) {
  #aktualnosci .aktualnosci_wrap {
    width: 100%;
  }
}
#aktualnosci .aktualnosci_wrap h1 {
  font-family: 'Amatic SC', cursive;
  color: #19b69b;
  background: #ffffff;
  width: 350px;
  font-size: 60px;
  letter-spacing: 8px;
  text-align: center;
  display: block;
  margin: -35px auto 15px;
}
@media only screen and (max-width : 768px) {
  #aktualnosci .aktualnosci_wrap h1 {
    width: 280px;
    font-size: 44px;
    letter-spacing: 4px;
    margin: -27px auto 15px;
  }
}
#aktualnosci .aktualnosci_wrap small {
  font-size: 18px;
}
#aktualnosci .aktualnosci_wrap .fb_wrap {
  position: relative;
  margin: 45px auto;
  overflow: hidden;
}
#aktualnosci .aktualnosci_wrap .fb-like {
  margin: 10px auto;
}
#menu {
  background: url(../images/bg_menu.jpg);
  background-position: top left;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media only screen and (max-width : 480px) {
  #menu {
    margin-top: 100px;
  }
}
#menu ul {
  text-align: center;
  margin: -45px auto 40px;
}
#menu ul li {
  display: inline-block;
}
#menu ul li span {
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-size: 18px;
  margin: 10px 20px;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width : 768px) {
  #menu ul li span {
    font-size: 12px;
    margin: 10px 5px;
  }
}
@media only screen and (max-width : 480px) {
  #menu ul li span {
    font-size: 10px;
    margin: 10px 1px;
  }
}
#menu ul li span:after {
  content: '';
  width: 20px;
  height: 0;
  position: absolute;
  background: #ffffff;
  bottom: -6px;
  right: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#menu ul li span.active_menu,
#menu ul li span:hover {
  color: #19b69b;
}
#menu ul li span.active_menu:after,
#menu ul li span:hover:after {
  height: 6px;
  background: #19b69b;
}
#menu .menu_card {
  background: #ffffff;
  padding: 80px 125px;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  box-shadow: 0px -8px 14px -10px #000;
  min-height: 900px;
}
@media only screen and (max-width : 768px) {
  #menu .menu_card {
    max-width: 100%;
    padding: 40px 30px;
    min-height: auto;
  }
}
#menu .menu_card .mc_item {
  padding: 6px 0;
}
#menu .menu_card .mc_item:hover {
  background: rgba(0, 0, 0, 0.03);
  cursor: default;
}
#menu .menu_card .produkt h2 {
  font-size: 20px;
  margin: 0;
  text-transform: uppercase;
}
@media only screen and (max-width : 768px) {
  #menu .menu_card .produkt h2 {
    font-size: 16px;
  }
}
@media only screen and (max-width : 480px) {
  #menu .menu_card .produkt h2 {
    font-size: 14px;
  }
}
#menu .menu_card .produkt h2 span {
  text-transform: lowercase;
}
#menu .menu_card .produkt p {
  font-size: 16px;
  margin: 0;
}
@media only screen and (max-width : 768px) {
  #menu .menu_card .produkt p {
    font-size: 13px;
  }
}
@media only screen and (max-width : 480px) {
  #menu .menu_card .produkt p {
    font-size: 11px;
  }
}
#menu .menu_card .cena p {
  text-align: right;
  margin: 0;
  font-size: 20px;
}
@media only screen and (max-width : 768px) {
  #menu .menu_card .cena p {
    font-size: 16px;
  }
}
@media only screen and (max-width : 480px) {
  #menu .menu_card .cena p {
    font-size: 14px;
  }
}
.btn-info {
  position: relative;
  text-transform: uppercase;
  letter-spacing: 3px;
  box-shadow: 0px 5px 23px -6px #000;
  background: #19b69b;
  color: #ffffff;
  padding: 15px 50px 10px;
}
#kontakt {
  margin-top: 100px;
}
#kontakt .btn_wrap {
  position: absolute;
  bottom: 50px;
  z-index: 2;
  width: 100%;
  left: 0;
  text-align: center;
}
#kontakt .btn_wrap .btn {
  position: relative;
  text-transform: uppercase;
  letter-spacing: 3px;
  box-shadow: 0px 5px 23px -6px #000;
}
#kontakt .btn_wrap .btn.btn-primary {
  background: #19b69b;
  color: #ffffff;
  padding: 15px 50px 10px;
}
#kontakt .btn_wrap .btn.btn-default {
  background: #ffffff;
  color: #19b69b;
  padding: 15px 50px 10px;
}
#kontakt .container-fluid {
  padding-left: 0;
}
#kontakt .foot_map {
  height: 465px;
  padding-right: 0;
}
#kontakt .foot_map #map {
  width: 100%;
  height: 100%;
}
#kontakt .foot_address {
  background: #494949;
  color: #ffffff;
  height: 465px;
  padding: 100px 100px 0;
}
@media only screen and (max-width : 480px) {
  #kontakt .foot_address {
    padding: 50px 50px 0;
  }
}
@media only screen and (max-width : 480px) {
  #kontakt .foot_address {
    padding: 30px 40px 0;
  }
}
#kontakt .foot_address h1 {
  font-size: 30px;
  margin-bottom: 15px;
  letter-spacing: 2px;
}
#kontakt .foot_address p {
  font-size: 20px;
}
#kontakt .foot_address ul {
  margin: 20px 0 0;
}
#kontakt .foot_address ul li {
  font-size: 20px;
}
#kontakt .foot_gallery {
  height: 465px;
  padding-left: 0;
  background: url(../images/bg_galeria.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#credits {
  padding: 20px 0 10px;
  font-size: 12px;
  font-weight: 700;
}
#credits .credits_left {
  text-align: left;
}
#credits .credits_right {
  text-align: right;
}
#credits .credits_right a img {
  float: right;
  margin-left: 10px;
  top: -5px;
  position: relative;
}
.nav_blank {
  position: relative;
  width: 100%;
  height: 105px;
  display: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.nav_blank.show {
  display: block;
}
#navigation {
  position: relative;
  padding-top: 20px;
  padding-bottom: 40px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#navigation ul {
  text-align: center;
}
#navigation ul li {
  display: inline-block;
}
#navigation ul li a {
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-size: 18px;
  margin: 10px 20px;
  position: relative;
}
@media only screen and (max-width : 768px) {
  #navigation ul li a {
    font-size: 13px;
    margin: 10px 15px;
  }
}
#navigation ul li a:after {
  content: '';
  width: 20px;
  height: 0px;
  position: absolute;
  background: #ffffff;
  bottom: -6px;
  right: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#navigation ul li a:hover {
  color: #494949;
}
#navigation ul li a:hover:after {
  height: 6px;
  background: #19b69b;
}
#navigation.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  z-index: 80;
  margin: 0;
  padding: 4px;
  box-shadow: 0px -7px 42px -14px #000;
}
@media only screen and (max-width : 768px) {
  #navigation.sticky ul li a {
    margin: 10px 5px;
  }
}
@media only screen and (max-width : 480px) {
  #navigation.sticky ul li a {
    margin: 10px 3px;
    font-size: 10px;
  }
}
.menu_item {
  display: none;
}
.menu_item.active {
  display: block;
}
