/*----------------------- Preloader -----------------------*/
body.preloader-site {
  overflow: hidden;
}

.preloader-wrapper {
  height: 100%;
  width: 100%;
  background: #FFF;
  opacity: 0.9;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
}

.preloader-wrapper .preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 120px;
}

@font-face {
  font-family: 'WorstveldHand';
  src: url("../fonts/WorstveldHand.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SignPainterHouse';
  src: url("../fonts/SignPainterHouseScript.eot");
  src: url("../fonts/SignPainterHouseScript.eot?#iefix") format("embedded-opentype"), url("../fonts/SignPainterHouseScript.woff2") format("woff2"), url("../fonts/SignPainterHouseScript.woff") format("woff"), url("../fonts/SignPainterHouseScript.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* color map */
a {
  cursor: pointer;
}

.wvh {
  font-family: 'Worstveld Hand';
  font-size: 1.2em;
  letter-spacing: -0.02em;
}

.sph {
  font-family: 'SignPainterHouse', fantasy;
  color: #668866;
}

/* backgrounds */
#item1 {
  background: #fff url() no-repeat 0 0;
  background-size: contain;
}

#item2 {
  background: #fdf6ee url("../img/bg-texture.jpg");
  color: #131;
}

#item3 {
  background: #fefffe url() no-repeat 0 0;
  background-size: contain;
}

#item4 {
  background: #100d0b url() no-repeat 0 0;
  background-size: cover;
  color: white;
}

#item5 {
  background: #fff url() no-repeat 0 0;
  background-size: contain;
}

#item6 {
  background: #02249f url() no-repeat 0 0;
  background-size: contain;
  color: white;
}

#item7 {
  background: #fff url() no-repeat center center;
  background-size: 60%;
}

#item8 {
  background: #eb0000 url() no-repeat 0 0;
  background-size: contain;
  color: white;
}

#item9 {
  background: #fff;
}

#item10 {
  background: #02249f;
}

#item11 {
  background: #000 url() no-repeat 0 0;
  background-size: contain;
  color: white;
}

#item12 {
  background: #000 url() no-repeat 0 0;
  background-size: contain;
  color: white;
}

body {
  font: 12px/1.2em sans-serif;
}

h2 {
  font: normal 2.6em/1em georgia, serif;
  margin-bottom: .75em;
}

h1, h1.huge {
  font: normal 3.2em/.1em georgia, serif;
  line-height: 0px;
  position: relative;
  top: -.2em;
  letter-spacing: -.05em;
}

@media screen and (max-width: 32em) {
  h1.huge {
    font: normal 3em/.1em georgia, serif;
  }
}

@media screen and (max-width: 32em) {
  h1 .huge {
    font: normal 2em/.1em georgia, serif;
  }
}

/* match landscape breakpoint*/
@media screen and (max-width: 32em) {
  .menu {
    max-height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-top: 0 !important;
  }
  .menu ul {
    margin-top: 0em;
  }
}

@media screen and (max-height: 40em) {
  .menu {
    max-height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-top: 0 !important;
  }
  .menu ul {
    margin-top: 0em;
  }
}

.layout > .content h2 {
  margin-top: 0;
}

blockquote {
  font: normal 1.5em/1.5em georgia, serif;
}

blockquote .author {
  font-size: .75em;
  color: black;
  margin-top: 2em;
}

.layout a.next-page {
  color: white;
  background: #339933;
}

#item1 .layout a.next-page {
  color: white;
  background: #339933;
  font-size: 120%;
}

#item4 .layout a.next-page {
  color: #111;
  background: #fff;
}

/*#item2	.layout a.next-page {color: white; background: #339933;}*/
/* used for two col page*/
@media screen and (max-width: 32em) {
  h2 {
    font: normal 2.5em/1em georgia, serif;
    margin-top: 1.75em;
  }
}

/* Diagnostic */
#breakpoint {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000;
}

#breakpoint .webkit {
  background: green;
  color: white;
  display: none;
}

#breakpoint .edge {
  background: green;
  color: white;
  display: none;
}

#breakpoint .ie {
  background: green;
  color: white;
  display: none;
}

#breakpoint .unsupported {
  background: green;
  color: white;
  display: none;
}

#breakpoint .desk {
  background: cyan;
  color: black;
  display: none;
}

#breakpoint .deskTab {
  background: yellow;
  color: black;
  display: none;
}

#breakpoint .mob {
  background: orange;
  color: black;
  display: none;
}

/* General */
.text-right {
  text-align: right;
}

.right {
  float: right;
}

.text-left {
  text-align: left;
}

.left {
  float: left;
}

.text-center, .center {
  text-align: center;
}

.justify {
  text-align: justify;
}

quote {
  font-family: 'Georgia', Times, serif;
  font-style: italic;
}

.green {
  color: #668866;
}

.grey {
  color: #555555;
}

.yellow {
  color: #ff9900;
}

.rotate {
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
}

.borderd {
  background: #fff;
  border: 1px solid #efefef;
  padding: 1% 4%;
  border-radius: 6px;
}

.transparent {
  background: transparent;
  background: url("../img/trans.png");
}

.shadow {
  text-shadow: 5px 5px 10px #669966;
}

.text-container {
  margin: 1em;
  padding: 1em 2em;
}

.text-container p {
  margin: 0.5em 0;
  max-width: 90%;
  line-height: 1.1em;
}

.aside {
  margin: 0 auto;
  padding: 0;
  border: 0px solid #f3f3f3;
  border-radius: 12px;
  width: 90%;
  min-width: 420px;
}

.aside.inner {
  max-height: 240px;
  width: 96%;
  margin: 10px 0;
}

.aside.inner img {
  float: left;
  margin: 0px 10px 0 0;
  border: 2px solid #fff;
  border-radius: 24px 0 0 24px;
  border-right: 2px solid #f3f3f3;
  height: 190px;
}

.aside.inner h4 {
  margin: 15px 0 10px 5px;
  padding: 0;
}

.aside.inner p {
  padding: 0px 3px;
  color: #343;
  line-height: 1.2em;
}

/* menu */
.menuCtrlButton, .menuCloseBtn, .menuBtn {
  cursor: pointer;
}

.menu {
  font-family: 'WorstveldHand';
  font-size: 130%;
  letter-spacing: .02em;
  line-height: 90%;
}

.menu h3 img {
  width: 30px;
  text-align: left;
  vertical-align: middle;
  margin: 0 .2em;
}

.menu ul.bottom {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  position: absolute;
  bottom: 10%;
  font-size: .6em;
}

.menu ul.bottom li {
  float: left;
  width: 32%;
  text-align: center;
  margin: 1em 0 .01em;
  padding: 0;
  background: #fefffe;
}

.menu ul.bottom li img {
  width: 70%;
  margin: 5px auto;
  display: block;
  opacity: .5;
}

.menu ul.bottom li a {
  display: block;
  color: #339933;
  text-align: center;
  padding: 20px;
  text-decoration: none;
  line-height: 1.1em;
  opacity: .8;
}

.menu ul.bottom li a:hover, .menu ul.bottom li a:focus {
  background-color: #efefef;
  opacity: 1;
}

.iconbar {
  position: absolute;
  overflow: hidden;
  z-index: 9119;
}

.iconbar a {
  color: #668866;
  font-weight: bold;
  text-decoration: none;
  display: block;
  padding: 6px;
  font-size: 110%;
}

.iconbar a:hover {
  color: #ff9900;
  text-decoration: underline;
}

.iconbar img {
  width: 25px;
  vertical-align: middle;
  margin-right: 5px;
}

.iconbar.lunasol {
  padding: 10px 20px;
}

.iconbar.lunasol a {
  float: left;
  padding-right: 20px;
}

/* Modal Window */
.modal {
  display: none;
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #020202;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal .close {
  color: #eee;
  float: right;
  font-size: 48px;
  padding: 12px 0;
  font-weight: bold;
}

.modal .close:hover, .modal .close:focus {
  color: yellow;
  text-decoration: none;
  cursor: pointer;
}

.modal .modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
  border-radius: 12px 12px 0 0;
}

.modal .modal-body {
  padding: 4px 16px;
}

.modal .modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
  border-radius: 0 0 12px 12px;
}

.modal .modal-content {
  position: relative;
  background-color: #efefef;
  margin: 2% auto;
  padding: 0;
  border: 1px solid #888888;
  width: 80%;
  max-width: 800px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
          animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  border: 1px solid #fff;
  border-radius: 12px;
}

.modal .modal-content .dialog {
  display: block;
  font-size: 120%;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

/* cafebucha page */
.cafebucha {
  background: #049086 url("../biokombucha/cafebucha12x12bg.jpg") center;
  background-size: cover;
  height: 100%;
  width: 100%;
  color: #fff;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}

.cafebucha img {
  padding-top: 9%;
  max-height: 72%;
  max-width: 32%;
}

.cafebucha h2 {
  color: #fff;
  margin: 0;
  font-size: 4em;
}

.cafebucha a {
  text-decoration: none;
  color: #964;
  font-size: 2.5em;
  z-index: 99;
}

.cafebar {
  overflow: hidden;
  z-index: 9119;
  margin: 0 -20px;
  float: left;
  width: 20%;
  min-width: 200px;
  background: #009999;
}

.cafebar a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  display: block;
  padding: 2px;
  font-size: 100%;
}

.cafebar a:hover {
  color: #ff9900;
  text-decoration: underline;
}

.cafebar img {
  width: 25px;
  vertical-align: middle;
  margin-right: 5px;
}

/* kimchi page */
.kimchi {
  font-family: sans-serif;
}

.kimchibar {
  overflow: hidden;
  z-index: 9119;
  margin: 0 -20px;
  float: left;
  width: 40%;
  min-width: 200px;
  background: #333;
}

.kimchibar a {
  color: #ffc;
  font-weight: bold;
  text-decoration: none;
  display: block;
  padding: 2px;
  font-size: 100%;
}

.kimchibar a:hover {
  color: #ff9900;
  text-decoration: underline;
}

.kimchibar img {
  width: 25px;
  vertical-align: middle;
  margin-right: 5px;
}

/* header diagonal line */
.pageheader {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  background-color: #efefef;
  height: 10%;
  padding: 15px;
  margin: 0;
  -webkit-clip-path: polygon(0% 20%, 100% 0%, 100% 80%, 0% 100%);
          clip-path: polygon(0% 20%, 100% 0%, 100% 80%, 0% 100%);
}

.pageheader h2 {
  font-family: 'WorstveldHand';
  color: #448844;
  font-size: 1em;
  text-align: center;
  line-height: 0.9em;
}

.pageheader p {
  color: #555555;
  font-size: 80%;
  line-height: 80%;
}
/*# sourceMappingURL=pages.styles.css.map */