@import url(http://fonts.googleapis.com/css?family=Roboto:500,300,300italic,500italic);
@font-face {
  font-family: icon;
  src: url('fonts/jaws.eot?1k6jvy');
  src: url('fonts/jaws.eot?#iefix1k6jvy') format('embedded-opentype'), url('fonts/jaws.woff?1k6jvy') format('woff'), url('fonts/jaws.ttf?1k6jvy') format('truetype'), url('fonts/jaws.svg?1k6jvy#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
* {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
html,
body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 100%;
}
html {
  background: rgba(0, 0, 0, 0.8);
}
body {
  font-family: Roboto, georgia, serif;
  font-size: 12px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#tutorial-guard {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9999999;
}
#wrapper {
  background: #292829;
  min-height: 100%;
  position: relative;
  margin: 0 auto;
  max-width: 768px;
}
#dylan {
  font-size: 12;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
p {
  font-size: 13px;
  line-height: 1.4em;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
}
h1 {
  width: 100%;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  font-family: "museo-slab", georgia, serif;
  font-size: 20px;
  z-index: 4;
}
footer {
  height: 50px;
  text-align: center;
  width: 100%;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.6);
  bottom: 0px;
  position: absolute;
}
footer .button {
  height: 18px;
  line-height: 19px;
  border-radius: 6px;
  width: auto;
  display: inline-block;
  padding: 0 10px;
  margin-left: 10px;
  font-size: 11px;
}
#frame-loader {
  overflow: hidden;
  position: relative;
  height: 100%;
  z-index: 9999;
  bottom: 3px;
}
#frame-loader img {
  width: 100%;
  bottom: 0;
  position: absolute;
}
.icon {
  font-family: icon;
}
.button {
  width: auto;
  height: 30px;
  margin: 0 10px;
  line-height: 30px;
  border: 1px solid #666666;
  border-radius: 7px;
  color: rgba(255, 255, 255, 0.6);
  margin: 10px 5px;
  cursor: pointer;
  padding: 0 10px;
}
#header {
  position: fixed;
  width: 100%;
  top: 0;
  max-width: 768px;
  height: 50px;
  background: #222222;
  z-index: 4;
}
#header #logo {
  cursor: pointer;
  line-height: 50px;
  top: 0;
  font-weight: 300;
  padding-left: 4%;
  font-size: 150px;
  color: rgba(255, 255, 255, 0.6);
}
#header #logo span {
  font-weight: 700;
}
#share {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 50px;
}
#share .icon {
  float: right;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  color: rgba(102, 102, 102, 0.8);
  font-size: 20px;
}
#share .icon#about-toggle {
  font-size: 22px;
}
.port-highlight {
  color: #ae1b1f;
}
.starboard-highlight {
  color: #33913c;
}
.mid-highlight {
  display: inline-block;
  position: relative;
  background: url('../img/wavy.png') bottom repeat-x;
}
#about-text,
#interact-text,
#finish-text {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(50, 50, 50, 0.9);
  height: 100%;
  width: 100%;
  display: none;
  z-index: 50;
}
#interact-con {
  position: absolute;
  background: #141414;
  border-radius: 12px;
  z-index: 6;
  margin: 20px 5%;
  padding: 15px 5%;
  color: white;
  border: 2px solid rgba(102, 102, 102, 0.7);
  bottom: 0;
  width: 80%;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
#interact-con .icon {
  opacity: .8;
  text-align: center;
  margin: 20px 0;
  font-size: 35px;
}
#interact-con p {
  margin: 20px 0;
}
#finish-text-con {
  position: relative;
  top: 50%;
  left: 50%;
  margin-top: -90px;
  margin-left: -170px;
  width: 300px;
  height: 185px;
  background: #141414;
  border-radius: 12px;
  z-index: 5;
  padding: 20px;
  color: white;
  border: 2px solid rgba(102, 102, 102, 0.7);
  text-align: center;
}
#finish-text-con h1 {
  text-transform: uppercase;
  margin: 5px 0 20px 0;
}
#finish-text-con p {
  margin: 10px 0;
}
#finish-text-con .icon {
  display: inline-block;
  font-size: 25px;
  color: rgba(255, 255, 255, 0.6);
  margin: 10px 15px;
}
#about-con {
  position: relative;
  top: 10%;
  margin-top: -200px;
  max-width: 300px;
  background: #141414;
  border-radius: 12px;
  z-index: 5;
  padding: 20px;
  color: rgba(255, 255, 255, 0.6);
  border: 2px solid rgba(102, 102, 102, 0.7);
  margin: auto;
}
#about-con .icon {
  opacity: .8;
  text-align: center;
  margin: 20px 0;
  font-size: 35px;
}
#about-con .icon#logotype {
  font-size: 150px;
  line-height: 20px;
}
#about-con p {
  font-family: "museo-slab", georgia, serif;
  font-size: 20px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
  text-align: left;
  margin: 10px 0;
}
#about-con p.caption {
  font-family: "museo-slab", georgia, serif;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 20px;
}
#about-con img {
  width: 80%;
  margin: 5px 10%;
}
#about-con .button {
  position: relative;
  margin: 0 auto;
  width: 100px;
  text-align: center;
}
#outer-container {
  max-width: 768px !important;
  position: fixed !important;
  top: 50px;
  padding: 0px 0px 0px 0px;
  z-index: 5;
}
#frame-container {
  position: relative;
}
#frame-container:hover {
  cursor: pointer;
}
#frame-container #tutorial-dirs {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20px;
  color: rgba(255, 255, 255, 0.5);
  font-family: Roboto;
  font-size: 18px;
  text-align: center;
  z-index: 999;
  opacity: 0;
}
#border-port {
  position: absolute;
  height: 100%;
  left: 0;
  right: 50%;
  top: 0px;
  background: #ae1b1f;
  opacity: 0;
  z-index: 100;
  webkit-transition: opacity 250ms ease-in-out;
  -moz-transition: opacity 250ms ease-in-out;
  -o-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
}
#border-starboard {
  position: absolute;
  height: 100%;
  right: 0;
  left: 50%;
  top: 0;
  background: #33913c;
  opacity: 0;
  z-index: 100;
  webkit-transition: opacity 250ms ease-in-out;
  -moz-transition: opacity 250ms ease-in-out;
  -o-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
}
#border-balanced {
  position: absolute;
  height: 100%;
  top: 0px;
  left: 0;
  right: 0;
  background: transparent url('../img/jaws-large-waves.svg') center center;
  background-size: 251%;
  opacity: 0;
  width: 30%;
  left: 50%;
  margin-left: -15%;
  z-index: 100;
  webkit-transition: opacity 250ms ease-in-out;
  -moz-transition: opacity 250ms ease-in-out;
  -o-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
}
#border-balanced.visible,
#border-starboard.visible,
#border-port.visible {
  display: block !important;
  opacity: 0.4 !important;
  webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
#border-balanced.slow,
#border-starboard.slow,
#border-port.slow {
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}
body.USER_VIEW.NO_TOUCH #border-balanced:hover,
body.USER_VIEW.NO_TOUCH #border-starboard:hover,
body.USER_VIEW.NO_TOUCH #border-port:hover {
  display: block !important;
  opacity: 0.4 !important;
  webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
/*#border-balanced .left-half {
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: 0;
  right: 52%;
  background: rgba(255,255,255,0.8);
}

#border-balanced .right-half {
  position: absolute;
  top: -5px;
  bottom: -5px;
  right: 0;
  left: 52%;
  background: rgba(255,255,255,0.8);
  }*/
#frame-counter {
  text-align: right;
  color: rgba(255, 255, 255, 0.3);
  margin: 3px 0 10px 0;
  font-size: 15px;
  display: none;
}
#filter-balanced {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 10;
}
#left-half {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 52%;
  background: rgba(255, 255, 255, 0.3);
}
#right-half {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 52%;
  background: rgba(255, 255, 255, 0.3);
}
#filter-port {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 50%;
  background: rgba(174, 27, 31, 0.3);
  display: none;
  z-index: 10;
}
#filter-starboard {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(51, 145, 60, 0.3);
  display: none;
  z-index: 10;
}
#buttons {
  position: relative;
  top: -2px;
  color: #fff;
  height: 26px;
  background: #000;
  width: 100%;
  z-index: 11;
  cursor: pointer;
  z-index: 200;
}
#toggle-port {
  position: absolute;
  left: 0;
  right: 50%;
  top: 0;
  bottom: 0;
  background: #ae1b1f;
  box-sizing: border-box;
  padding: 0px 5px 0px 30px;
  line-height: 26px;
  z-index: 2;
}
#toggle-port .icon {
  position: absolute;
  font-size: 20px;
  left: 5px;
  opacity: .7;
  margin-top: -1px;
}
#toggle-starboard {
  position: absolute;
  right: 0;
  left: 50%;
  top: 0;
  bottom: 0;
  text-align: right;
  background: #33913c;
  box-sizing: border-box;
  padding: 0px 30px 0px 5px;
  line-height: 26px;
  z-index: 2;
}
#toggle-starboard .icon {
  position: absolute;
  font-size: 20px;
  right: 5px;
  opacity: .7;
  margin-top: -1px;
}
#toggle-balanced {
  position: absolute;
  text-align: center;
  left: 35%;
  right: 35%;
  top: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 5px;
  line-height: 26px;
  z-index: 2;
  background: transparent url('../img/jaws-large-waves.svg') no-repeat center center;
  background-size: 251%;
  opacity: .4;
}
#center-p {
  position: relative;
  text-align: center;
  line-height: 26px;
  z-index: 1000;
  pointer-events: none;
}
#current-frame,
#old-frame {
  max-width: 768px !important;
  width: 512px;
  /*display: none;*/
  display: block;
  opacity: 0;
  height: 217px;
  position: absolute;
  top: 0;
  left: 0;
}
#current-frame {
  z-index: 10;
}
#current-frame-preload {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #222;
  color: rgba(255, 255, 255, 0.4);
  z-index: 11;
}
#current-frame-preload::before {
  content: "Loading";
  font-family: Roboto;
  font-size: 13px;
  height: 13px;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#old-frame {
  z-index: 11;
}
#minis:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
#minis {
  position: relative;
  margin: 12px 1% 0 1%;
  display: inline-block;
  cursor: pointer;
}
#minis .mini-frame-column {
  display: inline-block;
  width: 8%;
  margin: 0 1%;
}
#minis #mini-frame-touch {
  display: none;
}
* html #minis {
  height: 1%;
}
#minis {
  display: block;
  /*margin: 350px 10px 0 10px;*/
}
#minis-title {
  color: rgba(255, 255, 255, 0.5);
  /*padding: 10px 0;*/
}
#minis-container {
  position: relative;
  margin-top: 0 !important;
  margin-left: 0% !important;
  width: 100%;
  padding-top: 50px;
}
#minis-container #fake-frame {
  width: 100%;
  margin-bottom: 20px;
}
#your-selections {
  display: none;
  background: #141414;
  padding: 3px 0 10px 0;
}
.starboard-results {
  position: relative;
  background: #33913c;
  color: #d1d3d4;
  margin: 3px 10px;
  padding: 2px 0px 3px 15px;
}
.port-results {
  position: relative;
  background: #ae1b1f;
  color: #d1d3d4;
  margin: 3px 10px;
  padding: 2px 0px 3px 15px;
}
.balanced-results {
  position: relative;
  background: rgba(255, 255, 255, 0.5);
  color: #d1d3d4;
  margin: 3px 10px;
  padding: 2px 0px 3px 15px;
}
.total-results {
  position: relative;
  /*background: rgba(255,255,255,0.5);*/
  color: #a7a9ac;
  margin: 3px 10px;
  padding: 2px 0px 3px 15px;
}
.value {
  position: absolute;
  right: 10px;
  top: 2px;
}
.def {
  font-style: italic;
}
.results-title {
  color: #a7a9ac;
  font-weight: 500;
  padding: 0 10px;
}
.results-try {
  text-align: center;
  color: #d1d3d4;
  font-weight: 500;
}
#do-you,
#do-you-reset,
#reset-jaws,
#show-you {
  margin-top: 20px;
}
.action-box {
  background: rgba(0, 0, 0, 0.3);
  margin: 4%;
  border-radius: 7px;
  padding: 4%;
  text-align: center;
}
.action-box h1 {
  font-size: 14px;
}
.action-box h1 span {
  font-weight: 300;
}
.action-box .button {
  height: 25px;
  line-height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: auto;
  padding: 0 10px;
  margin: 15px 0 0 0;
  background: rgba(0, 0, 0, 0.5);
}
#do-you-reset,
#show-you {
  display: none;
}
#reset-jaws {
  display: none;
}
.mini-frame {
  position: relative;
  width: 100%;
  height: 8px;
  margin: 2px 0px;
  opacity: 0.3;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0);
}
.mini-frame div {
  width: 50%;
  height: 100%;
  position: absolute;
}
.mini-frame.port div {
  background: rgba(174, 27, 31, 0.9);
}
.mini-frame.starboard div {
  background: rgba(51, 145, 60, 0.9);
  right: 0;
}
.mini-frame.balanced div {
  background: rgba(255, 255, 255, 0.7);
  background-size: 1700%;
  left: 50%;
  margin-left: -25%;
  opacity: 0.5;
}
.mini-frame.active {
  opacity: 1;
}
.mini-frame.current {
  border: 1px solid rgba(255, 255, 255, 0.9);
}
#doughnuts-container {
  position: relative;
  margin: 0 auto;
  width: 300px;
  height: 150px;
  padding: 40px 0 15px 0;
}
#all-counts {
  width: 170px;
  position: absolute;
  left: 50%;
  margin-left: -82px;
}
#user-info-container {
  width: 75px;
  float: left;
}
#quint-info-container {
  width: 75px;
  float: right;
}
#user-category-names,
#quint-category-names {
  pointer-events: none;
  height: 100%;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 11px;
  position: absolute;
  width: 100%;
}
#user-category-names div,
#quint-category-names div {
  margin: 7px 0;
}
#user-category-counts {
  position: relative;
  float: left;
  text-align: right;
}
#quint-category-counts {
  float: right;
}
#user-category-counts,
#quint-category-counts {
  width: 50px;
  height: 100%;
  color: rgba(255, 255, 255, 0.8);
  opacity: 0.5;
  font-size: 11px;
}
#user-category-counts div,
#quint-category-counts div {
  margin: 7px 0 7px 28px;
  width: 18px;
  text-align: right;
  padding-right: 4px;
}
#user-category-counts div#user-port-count,
#quint-category-counts div#user-port-count,
#user-category-counts div#quint-port-count,
#quint-category-counts div#quint-port-count {
  background-color: #ae1b1f;
}
#user-category-counts div#user-starboard-count,
#quint-category-counts div#user-starboard-count,
#user-category-counts div#quint-starboard-count,
#quint-category-counts div#quint-starboard-count {
  background-color: #33913c;
}
#user-category-counts div#user-midship-count,
#quint-category-counts div#user-midship-count,
#user-category-counts div#quint-midship-count,
#quint-category-counts div#quint-midship-count {
  background-color: #666666;
}
#user-category-counts div#user-current-frame-count,
#quint-category-counts div#user-current-frame-count {
  position: absolute;
  width: 100px;
  right: 0;
  bottom: -20px;
  margin-left: 0;
  padding-right: 0;
}
#quint-category-counts div {
  margin-left: 0;
}
#user-info-container.active #user-category-names,
#quint-info-container.active #quint-category-names {
  opacity: 1;
}
#reset-picks {
  display: none;
  color: rgba(255, 255, 255, 0.8);
  font-size: 10px;
  opacity: .5;
  padding: 5px;
  cursor: pointer;
  z-index: 11;
}
#user-category-counts.active #reset-picks {
  display: inline;
}
.pie-legend {
  position: relative;
  height: 100px;
  color: rgba(255, 255, 255, 0.8);
}
.pie-legend#quint-legend {
  margin-left: 10px;
}
.pie-legend #user-view-button {
  left: -2px;
}
.pie-legend #quint-view-button {
  right: -7px;
}
.pie-legend #user-doughnut-container,
.pie-legend #quint-doughnut-container {
  position: relative;
  height: 100%;
  text-align: center;
  margin-top: 5px;
}
.pie-legend #user-doughnut-container #user-doughnut-caption,
.pie-legend #quint-doughnut-container #user-doughnut-caption,
.pie-legend #user-doughnut-container #quint-doughnut-caption,
.pie-legend #quint-doughnut-container #quint-doughnut-caption {
  opacity: 0.5;
  margin-top: 5px;
  font-size: 11px;
}
.pie-legend #user-doughnut-container #user-view-button,
.pie-legend #quint-doughnut-container #user-view-button,
.pie-legend #user-doughnut-container #quint-view-button,
.pie-legend #quint-doughnut-container #quint-view-button {
  position: absolute;
  width: 75px;
  top: -25px;
  cursor: pointer;
  font-size: 11px;
  border-radius: 7px;
  padding: 1px 0;
  color: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: none;
}
#user-info-container.active .pie-legend #user-doughnut-container #user-view-button,
#user-info-container.active .pie-legend #quint-doughnut-container #user-view-button,
#user-info-container.active .pie-legend #user-doughnut-container #quint-view-button,
#user-info-container.active .pie-legend #quint-doughnut-container #quint-view-button,
#quint-info-container.active .pie-legend #user-doughnut-container #user-view-button,
#quint-info-container.active .pie-legend #quint-doughnut-container #user-view-button,
#quint-info-container.active .pie-legend #user-doughnut-container #quint-view-button,
#quint-info-container.active .pie-legend #quint-doughnut-container #quint-view-button {
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0);
}
.pie-legend #user-doughnut-container #quint-doughnut,
.pie-legend #quint-doughnut-container #quint-doughnut,
.pie-legend #user-doughnut-container #user-doughnut,
.pie-legend #quint-doughnut-container #user-doughnut {
  position: relative;
  opacity: 0.3;
}
.pie-legend #user-doughnut-container #quint-play-pause-button,
.pie-legend #quint-doughnut-container #quint-play-pause-button,
.pie-legend #user-doughnut-container #user-play-pause-button,
.pie-legend #quint-doughnut-container #user-play-pause-button {
  position: absolute;
  top: 17px;
  left: 30px;
  font-size: 15px;
  margin: auto;
  line-height: 26px;
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
}
.pie-legend #user-doughnut-container #quint-play-pause-button.now-pausing,
.pie-legend #quint-doughnut-container #quint-play-pause-button.now-pausing,
.pie-legend #user-doughnut-container #user-play-pause-button.now-pausing,
.pie-legend #quint-doughnut-container #user-play-pause-button.now-pausing {
  color: rgba(255, 255, 255, 0.4);
}
.pie-legend #user-doughnut-container #quint-play-pause-button,
.pie-legend #quint-doughnut-container #quint-play-pause-button {
  left: 25px;
}
.pie-legend #user-doughnut-container #user-play-pause-button,
.pie-legend #quint-doughnut-container #user-play-pause-button {
  display: none;
}
#quint-category-counts.active,
#user-category-counts.active {
  opacity: 1;
}
#user-info-container.active #user-doughnut,
#quint-info-container.active #user-doughnut,
#user-info-container.active #quint-doughnut,
#quint-info-container.active #quint-doughnut,
#user-info-container.active #quint-doughnut-caption,
#quint-info-container.active #quint-doughnut-caption,
#user-info-container.active #user-doughnut-caption,
#quint-info-container.active #user-doughnut-caption {
  opacity: 1;
}
#comparisons {
  height: 100px;
  font-size: 18px;
  line-height: 24px;
}
#comparison-port {
  color: #ae1b1f;
  display: none;
  padding: 10px;
}
#comparison-starboard {
  color: #33913c;
  display: none;
  padding: 10px;
}
#comparison-balanced {
  color: #fff;
  display: none;
  padding: 10px;
}
