@font-face {
  font-family: "pirulen";
  src: url("../fonts/pirulen/PirulenRg-Regular.eot");
  src: url("../fonts/pirulen/PirulenRg-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/pirulen/PirulenRg-Regular.woff2") format("woff2"), url("../fonts/pirulen/PirulenRg-Regular.woff") format("woff"), url("../fonts/pirulen/PirulenRg-Regular.ttf") format("truetype"), url("../fonts/pirulen/PirulenRg-Regular.svg#PirulenRg-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "monitorica";
  src: url("../fonts/monitorica/Monitorica.eot");
  src: url("../fonts/monitorica/Monitorica.eot?#iefix") format("embedded-opentype"), url("../fonts/monitorica/Monitorica.woff2") format("woff2"), url("../fonts/monitorica/Monitorica.woff") format("woff"), url("../fonts/monitorica/Monitorica.ttf") format("truetype"), url("../fonts/monitorica/Monitorica.svg#Monitorica") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "alien";
  src: url("../fonts/thecalling/TheCalling.eot");
  src: url("../fonts/thecalling/TheCalling.eot?#iefix") format("embedded-opentype"), url("../fonts/thecalling/TheCalling.woff2") format("woff2"), url("../fonts/thecalling/TheCalling.woff") format("woff"), url("../fonts/thecalling/TheCalling.ttf") format("truetype"), url("../fonts/thecalling/TheCalling.svg#TheCalling") format("svg");
  font-weight: 300;
  font-style: normal;
}
@-webkit-keyframes fadein {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-o-keyframes fadein {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
html, body {
  padding: 0;
  margin: 0;
  color: #ffffff;
  text-shadow: 0 0 10px black;
}

ul {
  font-family: "pirulen", sans-serif;
}

.ar-onepage {
  position: relative;
}
.ar-onepage section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: none;
  opacity: 0;
}
.ar-onepage section.active {
  display: block;
  opacity: 1;
  animation: fadein 1s 1 forwards;
}

.ar-navbar {
  list-style: none;
  position: fixed;
  top: 50%;
  right: 40px;
  width: 13px;
  padding: 0;
  margin: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.ar-navbar li {
  position: relative;
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 4px auto;
  vertical-align: top;
  text-align: center;
  cursor: pointer;
}
.ar-navbar li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 9px;
  height: 9px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #cccccc;
  opacity: 0.6;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.ar-navbar li.active:before {
  width: 16px;
  height: 16px;
  opacity: 1;
}

h1 {
  font: normal 4vw/1.2em "pirulen";
}

h2 {
  font: normal 4vw/1.2em "monitorica";
}
h2.title {
  font: normal 1.8vw/1.2em "pirulen";
}

h3.title {
  font: normal 1.4vw/1.4em "pirulen";
}

p {
  font: normal 2vw/1.4em "monitorica";
}

h1,
.title {
  position: relative;
}
h1:before,
.title:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 50%;
  height: 2px;
  background: #85f6ea;
  background: -webkit-radial-gradient(center, #85f6ea, rgba(255, 255, 255, 0));
  background: -moz-radial-gradient(center, #85f6ea, rgba(255, 255, 255, 0));
  background: radial-gradient(ellipse at center, #85f6ea, rgba(255, 255, 255, 0));
  opacity: 0.5;
}
h1:after,
.title:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background: #85f6ea;
  -webkit-box-shadow: 0 0 30px #85f6ea;
  -moz-box-shadow: 0 0 30px #85f6ea;
  -ms-box-shadow: 0 0 30px #85f6ea;
  -o-box-shadow: 0 0 30px #85f6ea;
  box-shadow: 0 0 30px #85f6ea;
}

.fixed {
  position: fixed;
  z-index: 9;
  bottom: 30px;
  right: 30px;
}

.button-flex {
  display: flex;
  -webkit-display: flex;
}
.button-flex .fa {
  width: 21px;
  height: 21px;
  margin: 0 3px;
  padding: 7px;
  background: rgba(133, 246, 234, 0.3);
  border-radius: 50%;
  color: #ffffff;
  text-decoration: none;
  font-size: 21px;
  line-height: 21px;
  text-align: center;
  text-shadow: none;
  cursor: pointer;
  transition: all 0.3s;
}
.button-flex .fa:hover {
  background: rgba(255, 255, 255, 0.9);
  color: #0a8b7e;
}
.button-flex .volume input {
  display: none;
}
.button-flex .volume #volume-off:checked ~ label[for=volume-off] {
  display: none;
}
.button-flex .volume #volume-off:checked ~ label[for=volume-up] {
  display: inline-block;
}
.button-flex .volume #volume-up:checked ~ label[for=volume-up] {
  display: none;
}
.button-flex .volume #volume-up:checked ~ label[for=volume-off] {
  display: inline-block;
}

.box1 {
  border: 2px solid rgba(133, 246, 234, 0.3);
  background-color: rgba(13, 35, 32, 0.45);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.8);
  -ms-box-shadow: 0 0 50px rgba(0, 0, 0, 0.8);
  -o-box-shadow: 0 0 50px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.8);
}
.box1:before {
  content: "WSB";
  position: absolute;
  top: -22px;
  left: 20px;
  width: 200px;
  height: 10px;
  border-bottom: 10px solid rgba(133, 246, 234, 0.35);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  font: normal 8px/4em "pirulen";
  letter-spacing: 0.8vw;
  color: rgba(13, 35, 32, 0.35);
  text-shadow: none;
}
.box1:after {
  content: "";
  position: absolute;
  bottom: -22px;
  right: 10px;
  width: 100px;
  height: 10px;
  margin-top: -10px;
  border-top: 10px solid #0d2320;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.box1-inner {
  position: relative;
  padding: 20px 40px;
  margin: 10px;
  border: 3px double rgba(13, 35, 32, 0.8);
  outline: 10px solid rgba(13, 35, 32, 0.3);
  background-image: url(../images/pattern.png);
  background-repeat: repeat;
}
.box1-inner:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  height: 10px;
  border-top: 10px solid #da7c1b;
  border-right: 10px solid transparent;
  animation: blink 6s infinite;
}
.box1-inner:after {
  content: "W .  S  . B";
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 100px;
  height: 10px;
  border-bottom: 5px dotted #da7c1b;
  font: normal 8px/1em "pirulen";
  color: rgba(218, 124, 27, 0.5);
  text-shadow: none;
  animation: blink 6s infinite;
}

.ar-table {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 90%;
}
.ar-table .ar-cell {
  position: relative;
  display: inline-block;
  width: 45%;
  margin: 1% 2%;
  vertical-align: top;
  border: 1px solid #0d2320;
  -webkit-border-radius: 4px 4px 4px 0;
  -moz-border-radius: 4px 4px 4px 0;
  -ms-border-radius: 4px 4px 4px 0;
  -o-border-radius: 4px 4px 4px 0;
  border-radius: 4px 4px 4px 0;
  background: rgba(13, 35, 32, 0.6);
  box-sizing: border-box;
}
.ar-table .ar-cell:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 10px;
  width: 10vw;
  height: 5px;
  border-bottom: 5px solid #0d2320;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.ar-table .ar-cell:after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 5px;
  width: 6vw;
  height: 5px;
  margin-top: -5px;
  border-top: 5px solid #0d2320;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.ar-table .ar-cell h4 {
  font: normal 1.4vw/0.1em "pirulen";
}
.ar-table .ar-cell p {
  font: normal 1.2vw/0.1em Arial, sans-serif;
}
.ar-table .ar-cell .ar-inner {
  position: relative;
  padding: 0.3vw 1vw;
  margin: 0.6vw;
  border: 3px double rgba(133, 246, 234, 0.5);
  outline: 0.6vw solid rgba(13, 35, 32, 0.5);
  background: url(../images/pattern.png) repeat left top;
}
.ar-table .ar-cell .ar-inner.small h4, .ar-table .ar-cell .ar-inner.small p {
  font-size: 95%;
  line-height: 1.3em;
}
.ar-table .ar-cell .ar-inner:after {
  content: "";
  position: absolute;
  bottom: 0.3vw;
  right: 0.3vw;
  width: 6vw;
  height: 0.6vw;
  border-bottom: 0.3vw dotted #da7c1b;
}

.ar-flexbox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: flex;
  -webkit-display: flex;
  width: 80%;
}
.ar-flexbox .ar-flex {
  position: relative;
  flex: 1;
  margin: 20px;
  border: 1px solid #0d2320;
  -webkit-border-radius: 4px 4px 4px 0;
  -moz-border-radius: 4px 4px 4px 0;
  -ms-border-radius: 4px 4px 4px 0;
  -o-border-radius: 4px 4px 4px 0;
  border-radius: 4px 4px 4px 0;
  background: rgba(13, 35, 32, 0.6);
  box-sizing: border-box;
}
.ar-flexbox .ar-flex:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 10px;
  width: 10vw;
  height: 5px;
  border-bottom: 5px solid #0d2320;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.ar-flexbox .ar-flex:after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 5px;
  width: 6vw;
  height: 5px;
  margin-top: -5px;
  border-top: 5px solid #0d2320;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.ar-flexbox .ar-flex p {
  font: normal 1.4vw/1.2em Arial, sans-serif;
}
.ar-flexbox .ar-flex .ar-inner {
  position: relative;
  height: 90%;
  padding: 0.3vw 1vw;
  margin: 0.6vw;
  box-sizing: border-box;
  border: 3px double rgba(133, 246, 234, 0.5);
  outline: 0.6vw solid rgba(13, 35, 32, 0.5);
  background: url(../images/pattern.png) repeat left top;
}
.ar-flexbox .ar-flex .ar-inner:after {
  content: "";
  position: absolute;
  bottom: 0.3vw;
  right: 0.3vw;
  width: 6vw;
  height: 0.6vw;
  border-bottom: 0.3vw dotted #da7c1b;
}

.ar-button {
  display: inline-block;
  padding: 10px 13px;
  margin: 10px;
  border: 1px solid #163d39;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #da7c1b;
  color: #ffffff;
  font-size: 80%;
  font-family: "pirulen", sans-serif;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.ar-button:hover {
  border-color: #194440;
  background: #e99d4e;
}

.ar-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}

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

.accent {
  color: #85f6ea;
}

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

.spacer {
  display: block;
  width: 100%;
  height: 10px;
}
.spacer-20 {
  height: 20px;
}

@media only screen and (max-width: 768px) {
  .ar-container {
    width: 100%;
    max-width: 100%;
  }
  .ar-table .ar-cell {
    display: block;
    width: 100%;
    margin: 2% 0;
  }
  .ar-flexbox {
    display: block;
    width: 60%;
  }
  .ar-flexbox .ar-flex {
    display: block;
  }
  .box1 {
    width: 75%;
  }
  .ar-navbar {
    right: 16px;
  }
  h1, h2 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
    font-size: 21px;
    line-height: 1.3em !important;
  }
  h1.title, h2.title {
    font-size: 21px;
    line-height: 1.3em !important;
  }
  h3 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
    font-size: 17px !important;
    line-height: 1.3em !important;
  }
  h3.title {
    font-size: 17px !important;
    line-height: 1.3em !important;
  }
  h4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
    font-size: 14px !important;
    line-height: 1.2em !important;
  }
  h4.title {
    font-size: 14px !important;
    line-height: 1.2em !important;
  }
  p {
    font-size: 15px;
    line-height: 1.3em !important;
  }
  .phone-16 {
    font-size: 16px !important;
    line-height: 1.3em !important;
  }
  .phone-11 {
    font-size: 11px !important;
    line-height: 1.3em !important;
  }
  .phone-hide {
    display: none !important;
  }
}/*# sourceMappingURL=master.css.map */