@charset "utf-8";
/*@mixin button($color:$red, $text_color:$white) {
 display: inline-block;
 outline: none;
 cursor: pointer;
 text-align: center;
 text-decoration: none;
 font: 14px/100% Arial, Helvetica, sans-serif;
 padding: .5em 2em .55em;
 text-shadow: 0 1px 1px rgba(0,0,0,.3);
 @include rounded();
 @include box-shadow(0, 1px, 2px, rgba(0, 0, 0, 0.2));
 color: $text_color !important;
 font-weight: bold;
 border: solid 1px darken($color, 18%);
 background: $color;
 @include gradient(saturate($color, 15%), darken($color, 15%));
 &:hover {
 text-decoration: none;
 background: saturate($color, 10%);
 @include gradient(saturate($color, 5%), darken($color, 5%));
 }
 &:active {
 position: relative;
 top: 1px;
 color: saturate($color, 15%);
 @include gradient(saturate($color, 15%), lighten($color, 15%));
 }
 }*/
/*@mixin gradient($from, $to) {
 background: -webkit-gradient(linear, left top, left bottom, from($from), to($to));
 background: -moz-linear-gradient(top,  $from, $to);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#{$from}', endColorstr='#{$to}');
 }*/
/*@media only screen and (max-device-width: 1366px) {
 .parallax {
 background-attachment: scroll;
 }
 }*/
@font-face {
  font-family: 'Open Sans Condensed', sans-serif;
  src: url('../fonts/dakota_regular-webfont.eot');
  src: local('☺'), url('../fonts/dakota_regular-webfont.woff') format('woff'), url('../fonts/dakota_regular-webfont.ttf') format('truetype'), url('../fonts/dakota_regular-webfont.svg#webfont0VwlbJ4G') format('svg');
  font-weight: normal;
  font-style: normal; }
/*.center-a-container { overflow: visible; position: absolute; left: 50%; width: 0; height: 0; }
 .center-a-content-full { position: absolute; top: 0; left: -287px; width: 574px; }*/
.absolute {
  position: absolute;
  top: 0;
  left: 0; }

.invisible-divider.small {
  height: 4px; }

.invisible-divider.medium {
  height: 8px; }

.invisible-divider {
  height: 12px; }

.invisible-divider.tall {
  height: 16px; }

.content-full {
  width: 100%; }

.label-full {
  width: 305px; }

a:link, a:visited {
  color: #ff9a23;
  text-decoration: none; }

a:active, a:hover {
  color: #ffd323;
  text-decoration: underline; }

.clear {
  clear: both; }

.inline {
  display: inline; }

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

.right {
  float: right;
  text-align: right; }

.center {
  text-align: center; }

.pointer {
  cursor: pointer; }

.bold {
  font-weight: bold; }

.italic {
  font-style: italic; }

.green {
  color: #a5c855; }

.brown {
  color: #8f5d69; }

.blue {
  color: #a6c1d2; }

.white {
  color: #fff; }

.light-grey {
  color: #ccc; }

.fo-active {
  color: #a5c855; }

.fo-inactive {
  color: #a6c1d2; }

.fill {
  max-width: 100%;
  min-width: 100%; }

.wax_celestial {
  transition: all 0.5s ease;
  background: #2ed5ff;
  border-top: 1px solid #2ef3ff;
  border-left: 1px solid #2ef3ff;
  border-right: 1px solid #1ba1d9;
  border-bottom: 1px solid #1ba1d9;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
  .wax_celestial:hover {
    transition: all 0.5s ease;
    background: #2ef3ff; }

.wax_celestial_label {
  transition: all 0.5s ease;
  color: #fff;
  text-shadow: 1px 1px 1px #1ba1d9;
  font-weight: bold;
  /*color: $ocean;
   text-shadow:
   1px 1px 0 $cyan,
   -1px -1px 1px $atom;*/ }

.wax_juice {
  transition: all 0.5s ease;
  color: #282c34;
  background: #c1e604;
  border-top: 1px solid #e2ff4d;
  border-left: 1px solid #e2ff4d;
  border-right: 1px solid #97cd2d;
  border-bottom: 1px solid #97cd2d;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.wax_font {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  line-height: 1.25em;
  color: #9da5b4; }

.wax_oilspill {
  background: #282c34;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none; }

.wax_oilspill_header {
  color: #d7dae0;
  text-shadow: 1px 1px 2px #000;
  background: #282c34; }

.wax_oilspill_label {
  color: #9da5b4;
  text-shadow: 1px 1px 2px #000;
  background: #282c34; }

.wax_terminal {
  font-family: "Courier New", Courier, monospace;
  background: #3a3f4b;
  color: #9da5b4; }
  .wax_terminal:focus {
    color: #fff;
    background: #708090; }

.wax_reset {
  border: 0;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none; }

.wax_band, .response.response-notice {
  padding: 20px 30px;
  font-size: 1em;
  line-height: 1em;
  text-align: center; }

* {
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: 0; }

select:focus {
  background-color: #282c34; }

p {
  margin: 10px 0; }

label, label * {
  transition: all 0.25s ease;
  cursor: pointer !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

a, input, button, textarea {
  transition: all 0.5s ease; }
/* -------------------- */
/* Reusable Classes
 /* -------------------- */
.clear, .clear_div {
  clear: both; }

.none {
  display: none; }

.case {
  text-transform: uppercase; }

.nowrap {
  white-space: nowrap; }
/* Easy Width
 .w-10{width:10%;}
 .w-20{width:20%;}
 .w-30{width:30%;}
 .w-40{width:40%;}
 .w-50{width:50%;}
 .w-60{width:60%;}
 .w-70{width:70%;}
 .w-80{width:80%;}
 .w-90{width:90%;}
 .w-100{width:100%;}
 .w-15{width:15%;}
 .w-25{width:25%;}
 .w-35{width:35%;}
 .w-45{width:45%;}
 .w-55{width:55%;}
 .w-65{width:65%;}
 .w-75{width:75%;}
 .w-85{width:85%;}
 .w-95{width:95%;}*/
.w-10px {
  width: 10px; }

.w-20px {
  width: 20px; }

.w-30px {
  width: 30px; }

.w-40px {
  width: 40px; }

.w-50px {
  width: 50px; }

.w-60px {
  width: 60px; }

.w-70px {
  width: 70px; }

.w-80px {
  width: 80px; }

.w-90px {
  width: 90px; }

.w-100px {
  width: 100px; }

.w-110px {
  width: 110px; }

.w-120px {
  width: 120px; }

.w-130px {
  width: 130px; }

.w-140px {
  width: 140px; }

.w-150px {
  width: 150px; }

.w-160px {
  width: 160px; }

.w-170px {
  width: 170px; }

.w-180px {
  width: 180px; }

.w-190px {
  width: 190px; }

.w-200px {
  width: 200px; }
/* HTML 5 compatibility */
header, nav, article, footer, address {
  display: block; }
/* Style Settings */
.scripts_and_styles_holder {
  display: none; }

.left {
  float: left; }

.right {
  float: right; }

.caps {
  text-transform: uppercase; }

.center {
  text-align: center; }

.bold {
  font-weight: bold; }

.none {
  display: none; }
/* Screens */
.wax-screen-loader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  background: transparent url(../../../images/wax_loader.gif) center center no-repeat; }
/* Messages */
.response.response-notice {
  /*background: #83bf21;
   color: #fff;*/
  color: #d7dae0;
  background: #3a3f4b;
  outline-offset: 15px; }
