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;
}
/* 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;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  vertical-align: top;
}

* {
  -webkit-text-size-adjust: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield; /* Firefox */
}

#eLoader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  background-image: url("../graphics/loading.gif");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 64px 64px;
  display: none;
  z-index: 200;
}

body {
  font-family: "Vidaloka", serif;
  color: #000000;
}

svg {
  display: block;
}

h1 {
  font-size: 62px;
  line-height: 78px;
  color: #ffffff;
}

p {
  font-size: 20px;
  line-height: 38px;
  margin: 0px 0px 15px 0px;
}

h3 {
  font-family: "Clicker Script", cursive;
  font-size: 44px;
  line-height: 64px;
  margin: 20px 0px;
}

h4 {
  font-size: 20px;
  line-height: 38px;
  text-transform: uppercase;
}

.facebook {
  position: fixed;
  top: 120px;
  right: 0px;
  z-index: 10;
}

.instagram {
  position: fixed;
  top: 200px;
  right: 0px;
  z-index: 10;
}

.english {
  position: relative;
  display: inline-block;
  background-color: #000000;
  margin: 60px auto 0px auto;
  padding: 20px 60px;
  transition: padding 0.25s;
}

.english p {
  text-decoration: none;
  color: #ffffff;
  margin: 0;
}

.english svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%) scaleX(-1);
  height: 100%;
}

.english svg:last-child {
  left: auto;
  right: 0;
  transform: translateX(100%);
}

.english:hover {
  padding: 20px 80px;
}

nav {
  position: fixed;
  width: 90%;
  max-width: 1160px;
  border-bottom: 1px solid #000000;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 50px 20px 20px 20px;
  margin: 0px 0px 30px 0px;
  z-index: 10;
  background: rgba(255, 255, 255, 0.85);
}

nav a {
  display: block;
  float: left;
  font-size: 18px;
  color: #000000 !important;
  text-decoration: none !important;
  margin: 0px 50px 0px 0px;
  transition: color 0.25s;
}

nav a img {
  width: 24px;
  transform: translateY(-3px);
}

nav a:hover,
.chosen {
  color: #666666 !important;
}

nav a:nth-child(5),
nav a:nth-child(6),
nav a:nth-child(7) {
  float: right;
  margin: 0px 0px 0px 50px;
}

.logo {
  position: absolute;
  top: 0px;
  width: 274px;
  left: calc(50% - 137px);
  transition: all 0.25s;
}

.minimized .logo,
.always-minimized .logo {
  width: 140px;
  left: calc(50% - 70px);
}

.slide {
  height: 620px;
  background-size: cover;
  background-position: center center;
  text-align: center;
  cursor: pointer;
}

.slide:hover h1 {
  padding: 170px 15% 80px 15%;
}

.slide h1 {
  padding: 170px 15% 70px 15%;
  transition: padding 0.25s;
  text-shadow: -2px 2px 9px rgba(0, 0, 0, 1);
}

.interlude {
  border: 2px solid #000000;
  position: relative;
  text-align: center;
  padding: 80px 100px;
  margin: 80px 100px 40px 100px;
}

.interlude2 {
  margin: 40px 100px 80px 100px;
}

.interlude img {
  position: absolute;
  top: -36px;
  left: calc(50% - 99px);
}

.interlude p {
  margin: 0px;
}

.hr-interlude {
  position: relative;
  height: 1px;
  background-color: #000000;
  margin: 80px 0px;
}

.hr-interlude img {
  position: absolute;
  top: -36px;
  left: calc(50% - 99px);
}

.wrapper {
  width: 90%;
  margin: 0px auto;
  max-width: 1160px;
  text-align: center;
}

.patchwork {
  background-image: url("../graphics/texture.gif");
}

.patchwork .wrapper {
  padding: 100px 0px;
}

.banner {
  background-size: cover;
  background-position: center center;
  height: 520px;
  position: relative;
  text-align: center;
}

hr {
  height: 1px;
  color: #ffffff;
  background-color: #ffffff;
  border: none;
}

.white-border {
  position: absolute;
  top: 35px;
  left: 35px;
  right: 35px;
  bottom: 35px;
  border: 2px solid #ffffff;
}

.banner h1 {
  font-size: 170px;
  text-shadow: -2px 2px 9px rgba(0, 0, 0, 0.5);
  margin: 30px 0px 60px 0px;
}

.banner p {
  font-size: 20px;
  color: #ffffff;
  line-height: 30px;
  text-shadow: -2px 2px 9px rgba(0, 0, 0, 0.5);
  margin: 0px 70px;
}

.foursome {
  width: 100%;
  height: 520px;
}

.foursome td {
  height: 260px;
  position: relative;
  text-align: center;
  background-size: cover;
  background-position: center center;
  background-color: #c2d292;
}

@-moz-document url-prefix() {
  .foursome td {
    height: auto;
  }
}

.foursome td h1 {
  margin: 0px;
  line-height: 50px;
}

.foursome td p {
  margin: 10px 20px 0px 20px;
  color: #ffffff;
  line-height: 26px;
}

.foursome td img {
  margin: 0px 0px 25px 0px;
}

.foursome td:nth-child(even) {
  background-color: #9fb81c;
}

.job {
  padding: 0px 0px 30px 0px;
  margin: 0px 0px 40px 0px;
  border-bottom: 1px solid #000000;
}

.side-content .job:last-of-type {
  border-bottom: none;
  margin: 0px;
}

.centerize {
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

.clear {
  clear: both;
}

.basic {
  padding: 70px 0px 50px 0px;
}

.basic h1 {
  line-height: 70px;
  margin: 0px 0px 50px 0px;
}

.sidenote {
  background-size: cover;
  background-position: center center;
  cursor: pointer;
  height: 700px;
  position: relative;
}

#introduction {
  position: absolute;
  top: -200px;
  left: 0px;
}

.sidenote:hover h1 {
  padding: 100px 0px 40px 0px;
}

.sidenote h1 {
  padding: 100px 0px 30px 0px;
  transition: padding 0.25s;
  text-shadow: -2px 2px 9px rgba(0, 0, 0, 0.5);
}

.item {
  width: calc(25% - 10px);
  position: relative;
  margin: 0px 10px 10px 0px;
  float: left;
  height: 260px;
  cursor: pointer;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}

.item h2 {
  font-size: 32px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 15px 0px;
  transition: opacity 0.25s;
}

.item p {
  color: #ffffff;
  transition: opacity 0.25s;
}

.item hr {
  width: 25%;
}

.item:hover .blinder {
  opacity: 0;
}

.item:hover .popup {
  bottom: 30px;
}

.gallery a {
  display: block;
  float: left;
  width: 25%;
  height: 265px;
  margin: 0px;
  background-size: cover;
  background-position: center center;
  text-decoration: none !important;
}

.ideas {
  width: calc(100% + 20px);
}

.idea {
  width: calc(25% - 20px);
  position: relative;
  margin: 0px 20px 10px 0px;
  float: left;
  height: 330px;
  cursor: pointer;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  text-align: center;
}

.idea p {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  color: #ffffff;
  margin: 0px;
  min-height: 88px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  padding: 15px 20px 17px 20px;
  line-height: 28px;
  background: rgba(0, 0, 0, 0.7);
}

.blinder {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 0.5s;
}

.popup {
  width: 100%;
  position: absolute;
  bottom: -50px;
  color: #000000 !important;
  transition: bottom 0.25s !important;
}

.button {
  display: inline-block;
  font-size: 32px;
  text-decoration: none !important;
  padding: 13px 25px;
  border: 2px solid #000000;
  transition: background-color 0.25s;
}

.button:hover {
  color: #ffffff;
  background-color: #000000;
}

footer p {
  font-size: 16px;
}

.separator {
  margin: 0px 10px;
}

.staff {
  display: inline-block;
  width: calc(25% - 20px);
  text-align: center;
  margin: 30px 20px;
}

.staff-image {
  display: inline-block;
  width: 214px;
  height: 214px;
  margin: 0px 0px 15px 0px;
  border-radius: 214px;
  background-size: cover;
  background-position: center center;
}

.last .wrapper {
  padding: 50px 0px;
  text-align: center;
}

#contact .wrapper {
  padding: 70px 0px 0px 0px;
}

.menu-button {
  position: absolute;
  top: 20px;
  left: -60px;
  width: 50px;
  z-index: 75;
  -webkit-filter: brightness(0%);
  transition: left 0.25s;
}

.page-image {
  max-width: 100%;
}

.page-content h2 {
  font-size: 32px;
  margin: 0px 0px 30px 0px;
}

.page-content p {
  line-height: 30px;
}

.top-padding {
  padding-top: 200px;
}

.receipt {
  width: 100%;
}

.receipt td {
  height: 520px;
  width: 50%;
  background-color: #9fb81c;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 60px;
  background-size: cover;
  background-position: center center;
}

.receipt td:nth-child(odd) {
  color: #ffffff;
}

.receipt td:nth-child(even) {
  background-color: #c2d292;
}

.printable .receipt td {
  background-color: transparent !important;
}

.printable .td-image {
  padding: 0;
}

.printable .td-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.printable .receipt td h2,
.printable .receipt td p {
  color: #000000 !important;
}

.full-image {
  width: 100%;
  height: 640px;
  background-size: cover;
  background-position: center center;
}

.open {
  left: 0px;
}

.open .menu-button {
  left: 10px;
  -webkit-filter: brightness(100%);
}

.black {
  color: #000000;
}

.normal {
  text-decoration: none !important;
}

.side-navigation {
  width: 300px;
  transition: transform 0.25s;
}

.side-navigation a {
  text-decoration: none !important;
}

.scrolled {
  color: #a6a6a6 !important;
}

.side-content {
  width: calc(100% - 340px);
}

#form h1 {
  color: #000000;
  margin: 0px 0px 20px 0px;
}

form h2 {
  font-size: 32px;
  line-height: 48px;
  margin: 50px 0px;
}

.side-content h1 {
  color: #000000;
  font-size: 32px;
  line-height: 48px;
  margin: 0px 0px 10px 0px;
}

.side-content h2 {
  font-size: 22px;
  line-height: 34px;
  margin: 20px 0px 5px 0px;
}

.side-content p {
  font-size: 18px;
  line-height: 30px;
  margin: 0px 0px 15px 0px;
}

.recruit-button {
  position: relative;
  display: inline-block;
  font-size: 28px;
  text-decoration: none !important;
  padding: 15px 45px 15px 20px;
  border: 2px solid #000000;
  margin: 20px 0px;
}

.share-facebook {
  display: inline-block;
  margin: 0px 0px 0px 20px;
  transform: translateY(-5px);
}

svg {
  position: absolute;
  top: 50%;
  right: 10px;
  display: inline-block;
  width: 38px;
  height: 38px;
  transform: translateY(-50%);
  transition: top 0.25s;
}

.recruit-button:hover svg {
  top: 60%;
}

.onion-banner {
  background-size: cover;
  background-image: url("../graphics/sipulit.jpg");
  background-position: center center;
  margin: 60px 100px 60px 100px;
  padding: 80px 0px;
  text-align: center;
  cursor: pointer;
}

.onion-banner h1 {
  margin: 0px 0px 30px 0px;
  text-shadow: -2px 2px 9px rgba(0, 0, 0, 1);
}

.onion-banner a {
  font-size: 28px;
  position: relative;
  display: inline-block;
  border: 2px solid #ffffff;
  color: #ffffff !important;
  padding: 15px 40px 15px 20px;
  margin: 0px;
  text-decoration: none !important;
}

.onion-banner a svg {
  fill: #ffffff;
  top: 10px;
  right: 5px;
  transform: rotate(-90deg);
}

.submit-button {
  font-size: 28px;
  position: relative;
  display: inline-block;
  border: 2px solid #000000;
  padding: 15px 40px 15px 20px;
  margin: 10px 60px 0px 0px;
  text-decoration: none !important;
}

.submit-button svg {
  top: 10px;
  right: 5px;
  transform: rotate(-90deg);
  transition: right 0.25s;
}

.submit-button:hover svg {
  right: 0px;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
.file {
  position: relative;
  width: calc(100% - 30px);
  font-family: "Vidaloka", serif;
  color: #000000;
  font-size: 16px;
  border: 2px solid #000000;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 15px 20px;
}

.missing {
  border: 2px solid #ff0000 !important;
}

.file {
  height: 55px;
  cursor: pointer;
}

.file span {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  padding: 0px 50px 0px 15px;
  background-color: #000000;
  background-image: url("../graphics/upload.gif");
  background-repeat: no-repeat;
  background-position: center right 5px;
  color: #ffffff;
}

.file span p {
  font-size: 28px;
  margin: calc(50% - 10px) 0px 0px 0px;
  transform: translateY(-50%);
}

.file input {
  padding: 15px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 100;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  display: inline-block;
  float: left;
  transform: translateY(12px);
  margin: 0px 14px 0px 0px;
}

label {
  display: block;
  float: left;
  width: calc(50% - 15px);
  margin: 0px 0px 20px 0px;
}

label p {
  margin: 0px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.height5 {
  height: 5px;
}

.height15 {
  height: 15px;
}

.height30 {
  height: 30px;
}

.height60 {
  height: 60px;
}

.height90 {
  height: 90px;
}

.height100 {
  height: 100px;
}

.hidden {
  display: none;
}

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

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

.half {
  width: calc(50% - 15px);
}

a:link,
a:visited,
a:hover,
a:active {
  color: #000000;
  text-decoration: underline;
  outline: 0;
}

.share-link {
  text-decoration: none !important;
  line-height: 40px;
  display: inline-block;
  font-size: 20px;
}

.share-link img {
  margin: 0px 20px 50px 20px;
}

@media only screen and (max-width: 1130px) {
  nav a {
    margin: 0px 30px 0px 0px;
  }

  nav a:nth-child(5),
  nav a:nth-child(6),
  nav a:nth-child(7) {
    margin: 0px 0px 0px 30px;
  }

  .logo {
    width: 140px;
    left: calc(50% - 70px);
  }
}

@media only screen and (max-width: 975px) {
  .item {
    width: calc(33% - 10px);
  }
}

@media only screen and (max-width: 750px) {
  .logo {
    top: 88px;
  }

  .patchwork .half {
    width: 100%;
  }

  .item {
    width: calc(50% - 10px);
  }
}

@media only screen and (max-width: 512px) {
  .desktop {
    display: none;
  }

  .mobile {
    display: block !important;
  }

  .wrapper {
    width: 100%;
  }

  #contact .wrapper {
    padding: 70px 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .ideas {
    width: 100%;
  }

  .logo {
    top: 0px;
    width: 274px;
    left: calc(50% - 137px);
  }

  nav {
    left: 100%;
    position: fixed;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.9);
    padding: 50px 20px;
    z-index: 100;
    transition: left 0.5s;
  }

  nav a {
    font-size: 22px;
    width: 100%;
    color: #ffffff !important;
    margin: 20px 0px !important;
  }

  nav a:hover,
  .chosen {
    color: #ffffff !important;
  }

  .some {
    display: inline-block !important;
    float: none;
    width: auto;
    margin: 30px 10px 0px 10px !important;
  }

  h1 {
    font-size: 42px;
    line-height: 58px;
  }

  .facebook,
  .instagram {
    position: absolute;
  }

  .english {
    display: none;
  }

  .slide:hover h1 {
    padding: 300px 30px 30px 30px;
  }

  .slide h1 {
    padding: 300px 30px 30px 30px;
  }

  .interlude {
    padding: 40px;
    margin: 100px 50px 50px 50px;
  }

  .interlude2 {
    margin: 50px 50px 90px 50px;
  }

  .onion-banner {
    padding: 40px;
    margin: 30px 50px 70px 50px;
  }

  .half {
    width: 100%;
  }

  .basic h1 {
    line-height: 50px;
  }

  .item,
  .idea {
    width: calc(50% - 5px);
    margin: 0px 10px 10px 0px;
    height: 230px;
  }

  .items .item:nth-child(even),
  .ideas .idea:nth-child(even) {
    float: right;
    margin: 0px 0px 10px 0px;
  }

  .sidenote {
    height: 500px;
  }

  .sidenote h1 {
    padding: 80px 0px 10px 0px;
  }

  .gallery a {
    width: 33.3%;
    height: 150px;
  }

  .mobile-padding {
    padding: 0px 30px;
  }

  .mobile-full-padding {
    padding: 50px;
  }

  .staff {
    width: 100%;
    margin: 0px;
  }

  .receipt td {
    display: block;
    width: 100%;
    height: auto;
  }

  .td-image {
    height: 520px !important;
  }

  .full-image {
    height: 520px;
  }

  .sidenote {
    background-position: right 18% center;
  }

  .midget {
    height: 340px;
  }

  .item:hover .blinder {
    opacity: 1;
  }

  .item:hover .popup {
    bottom: -50px;
  }

  .side-navigation {
    width: 100%;
    padding: 200px 50px 20px 50px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .side-content,
  #form {
    width: 100%;
    padding: 0px 50px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .submit-button {
    margin-right: 0px;
  }

  form label,
  form .half {
    width: 100%;
  }

  form label input[type="text"],
  form label input[type="tel"],
  form label input[type="email"],
  form label input[type="number"],
  form label .file {
    width: 100%;
  }
}
