body {
  background-color: black;
  background-image: url('../images/farma-bg.jpg');
  background-size: 960px;
  background-repeat: repeat-x;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: white;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  text-align: left;
}
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  margin: 15px 30px;
  color: #f2ce99;
  font-size: 29px;
  line-height: 36px;
  font-weight: 300;
  text-align: left;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-align: left;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-right: 30px;
  margin-bottom: 20px;
  margin-left: 30px;
  font-family: Ubuntu, sans-serif;
  color: #fcf9f5;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
  text-align: justify;
}
.button {
  display: inline-block;
  padding: 4px 15px;
  float: left;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
}
.button.mail {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: right;
  clear: left;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.49);
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #f2ce99;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
}
.main-nav {
  background-color: transparent;
}
.nav-link {
  padding-right: 30px;
  padding-left: 30px;
  color: white;
  font-size: 15px;
  font-weight: 400;
}
.nav-link:hover {
  background-image: url('../images/dropdown-icon.png');
  background-position: 50% 84%;
  background-repeat: no-repeat;
  color: #f2ce99;
}
.nav-link.w--current {
  background-image: url('../images/dropdown-icon.png');
  background-position: 50% 84%;
  background-repeat: no-repeat;
  color: #f2ce99;
}
.nav-link.w--current:hover {
  text-decoration: none;
}
.logotyp {
  display: block;
  width: 394px;
  margin: 50px auto 40px;
}
.logotyp.w--current {
  margin-top: 40px;
  margin-bottom: 30px;
}
.container {
  display: block;
  max-width: 1200px;
  text-align: left;
}
.nav-menu {
  display: inline-block;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  float: none;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.49);
  text-align: center;
}
.action-nav {
  z-index: 100;
  margin-top: 10px;
  margin-right: 30px;
  float: right;
}
.language-nav {
  margin-top: 45px;
  margin-right: 30px;
  float: right;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.49);
  font-size: 14px;
}
.active-language {
  color: #f2ce99;
  font-size: 14px;
  font-weight: 300;
}
.active-language-icon {
  padding-left: 8px;
  color: white;
}
.phone {
  padding-top: 10px;
  padding-bottom: 10px;
  float: right;
  clear: left;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.49);
  color: #f2ce99;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
}
.slide1 {
  background-image: url('../images/DSC_9320.JPG');
  background-position: 50% 80%;
  background-size: auto 815px;
}
.slider {
  height: 450px;
  margin-right: 15px;
  margin-left: 15px;
  background-color: transparent;
}
.social {
  display: block;
  margin: 50px auto 30px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  color: white;
  font-size: 17px;
  font-weight: 300;
  text-align: center;
}
.container-row {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.podpis {
  display: block;
  margin: 30px auto;
  font-family:'Great Vibes', cursive;
  color: #f2ce99;
  font-size: 26px;
  font-weight: 400;
}
.facebook {
  padding-bottom: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-image: url('../images/fb-bg.jpg');
  background-position: 0% 176%;
  background-size: 170px;
  background-repeat: repeat-x;
}
.language-toogle {
  padding: 10px 30px 10px 15px;
}
.footer-section {
  background-image: url('../images/farma-bg.jpg');
  background-size: 960px;
  background-repeat: repeat-x;
}
.slogan1 {
  display: inline;
  color: white;
  font-size: 37px;
  font-weight: 500;
  text-transform: none;
}
.slogan {
  position: absolute;
  left: 110px;
  bottom: 45px;
  display: inline-block;
  padding: 20px;
  float: right;
  clear: right;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.70);
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #f2ce99;
  font-size: 22px;
  line-height: 34px;
  text-align: left;
}
.slidermask {
  border-radius: 20px;
}
.action-icon {
  margin-right: 8px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
}
.mailchimp2 {
  margin-top: 25px;
  padding: 15px 20px;
  border-radius: 20px;
  background-image: url('../images/fb-bg.jpg');
  background-position: 0% -13%;
  background-size: 170px;
  background-repeat: repeat-x;
  font-size: 16px;
  text-align: center;
}
.mailchimp-form-label {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 300;
}
.mailchimp-form-field {
  display: block;
  width: 95%;
  height: 50px;
  border-radius: 20px;
  background-color: white;
  font-size: 12px;
  font-weight: 300;
}
.mailchimp-form-button {
  width: 100%;
  height: 50px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.70);
  font-weight: 300;
}
.mapa {
  height: 200px;
  max-width: 1200px;
  margin: 40px 15px 15px;
  border-radius: 20px;
  background-image: url('../images/mapa-farma-jukon-letohrad.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: rgba(0, 0, 0, 0.49) 0px 0px 27px 23px inset;
}
.map-pin {
  position: relative;
  left: 160px;
  top: 66px;
  display: block;
  width: 225px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.70);
  color: white;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}
.footer-logotyp {
  width: 200px;
  margin: 40px 30px 40px 49px;
}
.map-arrow {
  position: relative;
  left: 21px;
  top: 17px;
  display: block;
  width: 20px;
  height: 20px;
  margin-right: auto;
  margin-left: auto;
  color: rgba(0, 0, 0, 0.70);
  font-size: 44px;
}
.map-gps {
  font-size: 10px;
}
.map-point-name {
  color: #f2ce99;
  font-size: 16px;
  font-weight: 400;
}
.map-link {
  display: block;
  text-decoration: none;
}
.map-link:hover {
  text-decoration: none;
}
.copy {
  display: inline-block;
  margin-top: 70px;
  margin-right: 50px;
  float: right;
  color: #f2ce99;
  font-size: 12px;
  font-weight: 400;
  text-align: right;
}
.footer-contact {
  margin-top: 65px;
  float: left;
  color: #f2ce99;
  font-weight: 400;
}
.slide2 {
  background-image: url('../images/DSC_9671.JPG');
  background-position: 50% 50%;
  background-size: 1200px;
}
.slider-nav {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  font-size: 10px;
}
.slider3 {
  background-image: url('../images/DSC_9701.JPG');
  background-position: 50% 62%;
  background-size: cover;
}
.spacing {
  margin-left: 25px;
}
.homepage-h2 {
  margin-top: 50px;
}
.odsazovac {
  height: 50px;
}
.galerie {
  margin-right: 30px;
  margin-left: 30px;
  padding-top: 30px;
  text-align: center;
}
.galerie-miniatura {
  margin-right: 30px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  h2 {
    font-size: 28px;
  }
  p {
    font-size: 16px;
  }
  .button.mail {
    width: 60px;
    text-align: center;
  }
  .nav-link {
    padding-right: 25px;
    padding-left: 25px;
  }
  .action-nav {
    margin-right: 20px;
  }
  .language-nav {
    margin-right: 20px;
  }
  .phone {
    width: 60px;
    text-align: center;
  }
  .slider {
    margin-right: 30px;
    margin-left: 30px;
  }
  .social {
    margin: 0px 30px 40px;
  }
  .slogan {
    left: 55px;
    bottom: 30px;
  }
  .action-icon {
    margin-right: 0px;
    font-size: 26px;
  }
  .hide-on-mobile {
    display: none;
  }
  .mailchimp2 {
    margin-top: 40px;
  }
  .mailchimp-form-field {
    font-size: 11px;
    font-weight: 300;
  }
  .mailchimp-form-button {
    font-size: 13px;
    font-weight: 300;
  }
  .mapa {
    margin-right: 30px;
    margin-left: 30px;
  }
  .footer-logotyp {
    width: 130px;
  }
  .copy {
    margin-top: 55px;
  }
  .footer-contact {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  h2 {
    margin: 15px 30px;
    font-size: 24px;
  }
  p {
    margin-right: 30px;
    margin-bottom: 15px;
    margin-left: 30px;
  }
  .logotyp {
    width: 360px;
  }
  .action-nav {
    display: none;
    margin-right: 10px;
  }
  .language-nav {
    margin-top: 16px;
    margin-right: 10px;
  }
  .slide1 {
    background-position: 50% 100%;
    background-size: 900px;
    background-repeat: no-repeat;
  }
  .social {
    margin-top: 15px;
  }
  .slogan1 {
    font-size: 32px;
  }
  .slogan {
    left: 78px;
    bottom: 20px;
    display: block;
    font-size: 19px;
    text-align: center;
  }
  .mailchimp-form-field {
    width: 100%;
  }
  .map-pin {
    left: 10px;
  }
  .footer-logotyp {
    display: block;
    width: 180px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
  }
  .map-arrow {
    display: none;
  }
  .copy {
    display: block;
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 15px;
    float: none;
    clear: left;
    text-align: center;
  }
  .footer-contact {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 30px;
  }
}
@media (max-width: 479px) {
  h2 {
    font-size: 27px;
    text-align: center;
  }
  p {
    font-size: 16px;
  }
  .nav-link {
    padding-right: 30px;
    padding-left: 30px;
    clear: right;
  }
  .logotyp {
    margin-top: 80px;
    margin-bottom: 30px;
  }
  .action-nav {
    display: none;
  }
  .language-nav {
    margin-top: 15px;
  }
  .active-language-icon {
    padding-left: 10px;
    font-size: 16px;
  }
  .slide1 {
    background-position: 63% 50%;
    background-size: 670px;
  }
  .slider {
    height: 300px;
  }
  .social {
    margin-right: 15px;
    margin-left: 15px;
  }
  .podpis {
    font-size: 28px;
  }
  .slogan1 {
    font-size: 16px;
  }
  .slogan {
    left: 0px;
    right: 0px;
    bottom: 15px;
    padding: 10px;
    border-radius: 0px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
  .footer-logotyp {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .copy {
    display: block;
    margin-right: 15px;
    margin-bottom: 20px;
    margin-left: 15px;
    float: none;
    clear: left;
    text-align: center;
  }
  .footer-contact {
    display: block;
    margin-right: 15px;
    margin-bottom: 25px;
    margin-left: 15px;
    line-height: 28px;
    text-align: center;
  }
  .slide2 {
    background-position: 46% 50%;
  }
  .slider3 {
    background-position: 78% 50%;
  }
  .spacing {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 5px;
  }
  .homepage-h2 {
    font-size: 24px;
  }
  .galerie-miniatura {
    margin-right: 0px;
  }
}

.w-container, .container {
	min-height: 300px;
}