html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-tap-highlight-color: transparent; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none;
  list-style-type: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input {
  background: none;
  border: 0;
  outline: 0; }

button {
  background: none;
  border: 0;
  outline: 0;
  cursor: pointer; }

html, body {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: default; }

div {
  position: relative;
  display: block;
  /*font-size: 0;*/
  margin: 0;
  padding: 0; }

.hover {
  -webkit-user-select: none;
  -webkit-touch-callout: none; }

.preserve3d {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.vAlign {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%); }

.hAlign {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%); }

.vhAlign {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.enableSelect {
  -webkit-touch-callout: auto;
  -webkit-user-select: auto;
  -khtml-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.disableInteraction {
  pointer-events: none; }

.enableInteraction {
  pointer-events: all; }

.interactive {
  cursor: pointer; }

.show {
  display: block; }

.hide {
  display: none; }

.hidden {
  visibility: hidden; }

/* - - - - EXTRAS - - - - - - - */
@font-face {
  font-family: 'open_sans_cond_light';
  src: url("../fonts/OpenSans-CondLight.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'open_sans_cond_bold';
  src: url("../fonts/OpenSans-CondBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'open_sans_cond_light_ital';
  src: url("../fonts/OpenSans-CondLightItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

html {
  background-color: #000000; }

body {
  width: 100%;
  height: 100%;
  max-width: 1920px;
  overflow-y: auto;
  overflow-x: hidden;
  font-family: Sans-Serif;
  color: #ffffff;
  font-size: 24px; }

.warning {
  margin: auto;
  font-size: 32px;
  color: #ffffff;
  font-family: "open_sans_cond_light";
  z-index: 999; }

#bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000; }

#wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1920px;
  overflow: hidden; }

#headerFixed {
  position: fixed;
  top: 0px;
  margin: auto;
  z-index: 100000;
  width: 100%;
  max-width: 1920px; }

#headerInside {
  display: block;
  width: 100%;
  height: 76px; }

#banner {
  display: block;
  width: 100%;
  height: 70px;
  background-color: #111111;
  z-index: 1;
  max-width: 1920px;
  top: -76px; }

#bannerInside {
  position: relative;
  height: 100%;
  width: 100%; }

.borderBottom {
  position: absolute;
  display: block;
  background-color: #889300;
  width: 100%;
  height: 6px;
  bottom: -6px; }

#logo {
  display: inline-block;
  margin-left: 15px; }

.small-logo {
  background-image: url("../images/logo_small.svg");
  background-repeat: no-repeat;
  width: 267px;
  height: 50px; }

#bottleWrapper {
  position: absolute;
  top: 0;
  left: 0; }

.bottle {
  background-image: url("../images/bottle.png");
  background-repeat: no-repeat;
  width: 118px;
  height: 546px; }

#menuHolder {
  position: absolute;
  width: 320px;
  height: 500px;
  overflow: hidden;
  right: 0; }

#menu {
  position: absolute;
  top: 0;
  right: -320px;
  background-color: #333;
  width: 320px; }

#menuItems {
  position: absolute;
  top: 70px;
  left: 25px;
  z-index: 99; }

#menuItems li {
  cursor: pointer;
  margin-left: 25px;
  margin-bottom: 15px;
  font-size: 32px;
  font-family: "open_sans_cond_light"; }

#menuBtn {
  display: none;
  position: relative;
  width: 70px;
  height: 70px;
  background-color: #B1BA00;
  float: right;
  cursor: pointer; }

#burger {
  display: inline-block;
  width: 50%; }

.burgerMargin {
  margin-bottom: 4px; }

#burger li {
  position: relative;
  display: block;
  width: 100%;
  height: 6px;
  background-color: #111111; }

#nav {
  position: absolute;
  display: block;
  top: 22px;
  right: 50px;
  white-space: nowrap; }

#nav li {
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  font-family: "open_sans_cond_light";
  text-align: center;
  box-sizing: border-box;
  cursor: pointer; }

.label {
  font-size: 16px; }

.email {
  letter-spacing: 0px !important;
  font-weight: 400 !important;
  font-family: "open_sans_cond_light" !important;
  font-style: normal !important;
  text-decoration: none !important; }

.orderDetails {
  display: block; }

#menuItems li.active, #nav li.active {
  font-family: "open_sans_cond_bold"; }

.mainView {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  max-height: 1080px;
  background-color: #B1BA00; }

#slidesWrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: center;
  background-color: none;
  box-sizing: border-box;
  background-image: url("../images/tile.png"); }

#slides {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden; }

.slideImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 1920px;
  height: 1080px; }

.mainWindow {
  position: absolute;
  display: none;
  top: 0;
  width: 100%;
  min-width: 300px;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  padding-top: 76px; }

.mainWindow .inside {
  width: 100%;
  max-width: 1000px;
  box-sizing: border-box;
  padding-left: 115px;
  padding-right: 115px;
  overflow: hidden !important; }

.end {
  display: block;
  height: 100px; }

.mainBtns {
  display: inline-block;
  width: auto;
  bottom: 15px;
  margin-top: 30px;
  margin-bottom: 50px; }

.titleText {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px; }

a:link {
  font-size: inherit;
  color: #ffffff;
  font-weight: 700;
  font-family: "open_sans_cond_light_ital";
  text-decoration: underline;
  letter-spacing: 2px; }

a:hover {
  color: #B1BA00; }

a:visited {
  color: #ffffff; }

.text1 {
  width: 100%;
  font-size: 55px;
  color: white;
  font-family: "open_sans_cond_bold"; }

.text3, .text3a {
  width: 100%;
  font-size: 24px;
  color: white;
  font-family: "open_sans_cond_light";
  line-height: 30px;
  margin-bottom: 25px; }

.bold {
  font-family: "open_sans_cond_bold"; }

.italic {
  font-family: "open_sans_cond_light_ital"; }

#awardsWrapper {
  width: 100%; }

#awards {
  display: inline-block !important;
  width: auto;
  text-align: left;
  margin: auto;
  font-size: 18px !important;
  white-space: nowrap; }

#awards li {
  margin-bottom: 5px; }

#awards span {
  display: inline-block !important;
  text-align: center; }

#awards .award {
  display: inline-block;
  width: 80px !important; }

#loader {
  position: absolute;
  display: none;
  z-index: 99; }

#loadingTxt {
  font-size: 24px;
  color: #889300;
  font-family: "open_sans_cond_bold";
  margin-top: 50px;
  margin-left: 15px; }

#contactForm ul {
  display: inline-block;
  padding: 0;
  margin: 0; }

#contactForm li {
  position: relative;
  display: block;
  height: auto;
  margin-bottom: 8px;
  white-space: nowrap; }

#contactForm .label {
  padding-right: 10px;
  line-height: 40px;
  white-space: nowrap;
  text-align: right; }

#contactForm input {
  font-family: sans-serif;
  background-color: #ffffff;
  font-size: 22px;
  color: #000000;
  padding: 5px 10px;
  float: right;
  width: 300px;
  height: 100%;
  white-space: nowrap; }

#contactForm textarea {
  width: 100%;
  height: 200px;
  resize: none;
  box-sizing: border-box;
  margin: 0;
  font-family: sans-serif;
  font-size: 18px;
  padding: 10px; }

.messageLabel {
  display: none; }

.errorText {
  display: inline-block;
  color: #ffffff;
  font-size: 22px; }

.sendus {
  display: block; }

.required {
  display: inline-block; }

#dietLinks li {
  font-size: 20px;
  margin-bottom: 15px; }

@media screen and (min-width: 1920px) {
  body {
    width: 1920px;
    margin: auto; } }
/* TABLET ******************************************************************/
@media screen and (max-width: 1024px) {
  #banner {
    height: 50px; }

  #menuBtn {
    display: block;
    width: 50px;
    height: 50px; }

  #nav {
    display: absolute;
    top: -500px; }

  .mainWindow {
    padding-top: 56px; }

  .small-logo {
    width: 200.25px;
    height: 37.5px; }

  #burger li {
    height: 4px; }

  .burgerMargin {
    margin-bottom: 3px; }

  .text1 {
    font-size: 45px; }

  .text3 {
    font-size: 22px;
    line-height: 30px; }

  #bottleWrapper {
    position: relative;
    display: block;
    width: 100%; }

  #bottleWrapper .bottle {
    margin: auto; }

  #contactForm .label {
    font-size: 14px; }

  #contactForm input {
    width: 250px; } }
/* PHONE ******************************************************************/
@media screen and (max-width: 580px) {
  .mainWindow .inside {
    padding-left: 50px;
    padding-right: 50px; }

  #awards {
    white-space: initial; }

  #awards .award {
    display: block;
    text-align: center;
    width: 100% !important;
    font-size: 20px;
    height: 24px; }

  #awards span {
    line-height: 22px; }

  #contactForm li {
    margin-bottom: 15px; }

  #contactForm .label {
    font-size: 16px;
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
    line-height: 26px;
    float: none;
    box-sizing: border-box; }

  #contactForm input {
    display: block;
    position: relative;
    display: block;
    width: 250px;
    float: none; }

  .messageLabel {
    display: block; }

  #contactForm textarea, #contactForm input {
    font-size: 16px; }

  #contactForm .text3 {
    font-size: 24px !important;
    margin-bottom: 15px; } }
/* IPHONE 5 ******************************************************************/
@media screen and (max-width: 360px) {
  .text1 {
    font-size: 36px; }

  .text3 {
    font-size: 20px;
    line-height: 28px; }

  #awards .award {
    font-size: 22px;
    height: 26px; }

  #awards span {
    line-height: 22px; }

  .orderDetails {
    display: block; }

  .label {
    display: block;
    font-size: 14px;
    line-height: 10px;
    margin-top: 15px; }

  #contactForm .label {
    font-size: 16px; }

  #contactForm input {
    display: block;
    width: 200px; }

  #contactForm .text3 {
    margin-bottom: 0px; } }
.button1 {
  display: inline-block;
  width: 180px;
  height: 50px;
  line-height: 50px;
  /* <-- this is what you must define */
  vertical-align: middle;
  background-color: #B1BA00;
  cursor: pointer;
  margin-top: 15px;
  margin-left: 5px;
  margin-right: 5px; }

.button1 span {
  vertical-align: top;
  color: #111111;
  font-family: "open_sans_cond_bold";
  font-size: 24px; }

.closeSmall {
  position: absolute;
  right: 15px;
  top: 10px;
  width: 24px;
  height: 24px;
  opacity: 0.3; }

.closeSmall:hover {
  opacity: 1; }

.closeSmall:before, .closeSmall:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 24px;
  width: 2px;
  background-color: #ffffff; }

.closeSmall:before {
  transform: rotate(45deg); }

.closeSmall:after {
  transform: rotate(-45deg); }

.closeBig {
  position: absolute;
  right: 15px;
  top: 12px;
  width: 32px;
  height: 32px;
  opacity: 0.3; }

.closeBig:hover {
  opacity: 1; }

.closeBig:before, .closeBig:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 4px;
  background-color: #ffffff; }

.closeBig:before {
  transform: rotate(45deg); }

.closeBig:after {
  transform: rotate(-45deg); }

.sk-folding-cube {
  margin: 0px auto;
  width: 100px;
  height: 100px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg); }

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #889300;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg); }

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg); }

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg); }

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s; }

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }
@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }

/*# sourceMappingURL=style.css.map */
