* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
a img {
  border: 0;
}
a[ng-click],
a[ui-sref] {
  cursor: pointer;
}
body,
html {
  min-height: 100%;
  position: relative;
}
body,
html {
  height: 100%;
}
body {
  font-family: "open-sans", sans-serif;
  min-width: 960px;
}
h2 {
  color: #a53a6d;
  font-family: "museo-slab", serif;
  font-size: 42px;
  font-weight: 300;
  margin-bottom: 2px;
}
.lead {
  color: #008641;
  font-size: 42px;
  font-family: "museo-slab", serif;
  font-weight: 300;
  margin-bottom: 0;
}
.lead.delimiter {
  padding-bottom: 55px;
  /*background: url(../img/delimiter.png) no-repeat center 60px;*/
}
.button {
  text-decoration: none;
  height: 50px;
  -webkit-border-radius: 25px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 25px;
  -moz-background-clip: padding;
  border-radius: 25px;
  background-clip: padding-box;
  background: #cf3f7f url(../img/button.arrow.png) no-repeat right 22px;
  -webkit-box-shadow: inset 0px -2px 0px rgba(0,0,0,.15);
  -moz-box-shadow: inset 0px -2px 0px rgba(0,0,0,.15);
  box-shadow: inset 0px -2px 0px rgba(0,0,0,.15);
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
  display: inline-block;
  padding: 0 48px 0 30px;
  line-height: 51px;
  color: #fff;
  letter-spacing: 0.05em;
  font-family: "museo-sans", sans-serif;
  font-size: 15px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.button:hover {
  background: #b8266b url(../img/button.arrow.png) no-repeat right 22px;
}
.button.no-arrow {
  background: #cf3f7f;
  padding: 0 30px;
}
.button.no-arrow:hover {
  background: #b8266b;
}
.viewport {
  width: 100%;
  height: 100%;
  position: relative;
  min-width: 960px;
  min-height: 850px;
}
.viewport.home {
  overflow: hidden;
}
.viewport.home .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/home.bg.jpg) no-repeat top center;
  background-size: auto 100%;
}
.viewport.home .bg-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/home.mask.png) no-repeat bottom center;
}
.viewport.home .bottle {
  position: absolute;
  bottom: 70px;
  left: 50%;
  width: 268px;
  height: 778px;
  background: url(../img/home.bottle2.png) no-repeat 0 0;
  margin: 0  0 0 223px;
}
.viewport.home .fruit {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 458px;
  height: 300px;
  background: url(../img/home.fruits2.png) no-repeat 0 0;
  margin: 0 0 0 -60px;
}
.viewport.home .content {
  margin-top: 84px;
  position: relative;
  z-index: 105;
  padding-right: 430px;
}
.viewport.home .content .logo {
  margin-bottom: 45px;
}
@media screen and (max-width: 1000px) {
  .viewport.home .content {
    padding-right: 330px;
    padding-left: 100px;
  }
}
.viewport.home .content h2 {
  margin: 0 -60px 24px -69px;
  font-size: 34px;
}
.viewport.home .content p {
  margin-bottom: 42px;
}
.viewport.home .content .lead {
  font-size: 24px;
  margin-bottom: 0;
}
.viewport.image {
  z-index: 100;
  overflow: hidden;
}
.viewport.image .image,
.viewport.image .mask {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/image.mask.png) no-repeat center center;
}
@media screen and (max-height: 780px) {
  .viewport.image .image,
  .viewport.image .mask {
    background-size: 180% auto;
  }
}
@media screen and (max-width: 980px) {
  .viewport.image .image,
  .viewport.image .mask {
    background-size: 180% auto;
  }
}
.viewport.image .image {
  background: url(../img/image.bg.jpg) no-repeat center center;
  background-size: 100% auto;
}
.viewport.image .button {
  position: absolute;
  left: 50%;
  bottom: 40%;
  margin-left: -128px;
}
.viewport.why {
  z-index: 101;
}
.viewport.why .berries {
  position: absolute;
  background-image: url(../img/why.blueberries.png);
  width: 183px;
  height: 211px;
  left: 0px;
  bottom: -20px;
}
.viewport.why .orange {
  position: absolute;
  background-image: url(../img/why.orange.png);
  width: 240px;
  height: 480px;
  right: 0px;
  top: 17px;
}
.viewport.why .content {
  position: absolute;
  width: 960px;
  height: 470px;
  margin: -235px 0 0 -480px;
  top: 50%;
  left: 50%;
  padding: 15px 3px 0 0;
}
.viewport.why .content h2 {
  letter-spacing: -0.05em;
  font-size: 41px;
  padding-bottom: 48px;
  /*background: url(../img/delimiter.png) no-repeat center 56px;*/
}
.viewport.why .content p {
  margin: 0 auto 10px;
  width: 620px;
}
.viewport.why .content .points {
  overflow: hidden;
  margin: 0 60px 17px;
}
.viewport.why .content .points li {
  width: 33%;
  float: left;
  text-indent: -1000px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  height: 202px;
  list-style-type: none;
}
.viewport.why .content .points li.bez-konzervantu {
  background-image: url(../img/why.bez-konzervantu.png);
}
.viewport.why .content .points li.bez-barviv {
  background-image: url(../img/why.bez-barviv.png);
}
.viewport.why .content .points li.vitamin-c {
  background-image: url(../img/why.vitamin-c.png);
}
.viewport.why .content .points li.hustota {
  background-image: url(../img/why.hustota.png);
}
.viewport.discover {
  z-index: 101;
  min-height: 1200px !important;
}
.viewport.discover:after {
  content: " ";
  background-image: url(../img/discover.orange.png);
  width: 411px;
  height: 222px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -820px;
}
.viewport.discover:before {
  content: " ";
  position: absolute;
  top: -37px;
  background-image: url(../img/discover.berries.png);
  width: 209px;
  height: 236px;
  right: 0px;
}
.viewport.discover .content {
  position: absolute;
  width: 960px;
  margin-left: -486px;
  margin-top: -385px;
  height: 500px;
  top: 50%;
  left: 50%;
}
.viewport.discover .content h2 {
  font-size: 36px;
  letter-spacing: 0.01em;
  margin-bottom: 18px;
}
.viewport.discover .content .lead {
  font-size: 37px;
}
.viewport.discover .content .where-to li {
  list-style-type: none;
  float: left;
  width: 25%;
  text-decoration: none;
  position: relative;
  display: block;
  height: 370px;
  color: #666666;
  background-position: center center;
  background-repeat: no-repeat;
}
.viewport.discover .content .where-to li:hover .bubble {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.viewport.discover .content .where-to li.jahoda {
  background-image: url(../img/whereto.straw.png);
  background-position: 27px 37px;
}
.viewport.discover .content .where-to li.jahoda .bubble {
  left: 7px;
}
.viewport.discover .content .where-to li.pomeranc {
  background-image: url(../img/whereto.pomeranc.png);
  background-position: 27px 37px;
}
.viewport.discover .content .where-to li.pomeranc .bubble {
  left: 4px;
}
.viewport.discover .content .where-to li.berries {
  background-image: url(../img/whereto.berries.png);
  background-position: 28px 35px;
}
.viewport.discover .content .where-to li.berries .bubble {
  left: 8px;
}
.viewport.discover .content .where-to li.malina {
  background-image: url(../img/whereto.malina.png);
  background-position: 37px 35px;
}
.viewport.discover .content .where-to li.malina .bubble {
  left: 4px;
}
.viewport.discover .content .where-to .bubble {
  position: absolute;
  background-image: url(../img/whereto.bubble.png);
  width: 266px;
  height: 112px;
  line-height: 22px;
  font-size: 13px;
  padding: 20px;
  top: -66px;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: opacity 0.5s, -moz-transform 0.5s;
  -o-transition: opacity 0.5s, -o-transform 0.5s;
  transition: opacity 0.5s,-webkit-transform 0.5s,-moz-transform 0.5s,-o-transform 0.5s,transform 0.5s;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -o-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}
.viewport.discover .content .where-to .bubble h3 {
  color: #a53b6d;
  font-family: "open-sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
}
.viewport.discover .footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 161px;
  background: url(../img/footer.bg.png) no-repeat center bottom;
  text-align: center;
  color: #67635f;
  font-family: "museo-sans", sans-serif;
  font-weight: 300;
  z-index: 105;
  letter-spacing: 0.005em;
  padding-top: 59px;
  font-size: 16px;
}
.viewport.discover .footer .button {
  position: absolute;
  color: #fff;
  left: 50%;
  margin-left: -127px;
  top: -70px;
}
.viewport.discover .footer a {
  color: #a53b6d;
  cusor: default;
}
.viewport.discover .footer .copy {
  font-family: "open-sans", sans-serif;
  margin-top: 20px;
  color: #5b5854;
  font-size: 12px;
}
.viewport.discover .footer .copy a {
  text-decoration: underline;
  cursor: pointer;
}
.viewport.discover .footer .copy a:hover {
  text-decoration: none;
}
.content {
  width: 960px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  color: #5b5854;
}
.nav {
  width: 22px;
  height: 82px;
  -webkit-border-radius: 11px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 11px;
  -moz-background-clip: padding;
  border-radius: 11px;
  background-clip: padding-box;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.3);
  -moz-box-shadow: 0px 1px 3px rgba(0,0,0,.3);
  box-shadow: 0px 1px 3px rgba(0,0,0,.3);
  position: fixed;
  top: 50%;
  right: 27px;
  margin-top: -41px;
  z-index: 200;
  padding-top: 8px;
  text-align: center;
}
.nav li {
  list-style: none;
  margin-bottom: 8px;
}
.nav li a {
  margin: 0 auto;
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  display: block;
  opacity: .5;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  background-color: #979189;
}
.nav li a.active {
  background-color: #a53b6d;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.skrollr-mobile .nav {
  display: none;
}
