@charset "UTF-8";
@import url(menu.css);
@import url(aaaaaaa/stylesheet.css);
html {
  -webkit-text-size-adjust: 100%;
  /* Prevent font scaling in landscape while allowing user zoom */ }

::-webkit-scrollbar {
  width: 9px;
  height: 9px;
  border: none;
  background-color: #666; }

::-webkit-scrollbar-track {
  border-radius: 10px; }

::-webkit-scrollbar-thumb {
  border-radius: 10px; }

::-webkit-scrollbar-track {
  background-color: transparent; }

::-webkit-scrollbar-thumb {
  cursor: ns-resize;
  background-color: #222;
  border: 2px solid #666; }

::-webkit-scrollbar-corner {
  background-color: black; }

*, *:before, *:after {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box; }

.features h3, #videos h3 {
  font-size: 12px;
  border-bottom: 1px solid #666;
  border-top: 1px solid #666;
  padding: 12px;
  margin: 1px -1px;
  text-align: left;
  letter-spacing: 2px;
  font-style: bold;
  background-color: #000; }

#videos h3 {
  margin-right: -8px;
  border-right: 1px solid #666; }

.features h3 {
  margin-left: -13px; }

.question, .toggleall {
  color: #fff;
  cursor: pointer;
  transition: color .3s,background-color .3s;
  border-bottom: 1px solid transparent; }

html {
  font-family: aaaaaaa, Lucida Console, Monaco, monospace;
  position: relative;
  min-height: 100%; }

article {
  display: block; }

aside {
  display: block; }

details {
  display: block; }

figcaption {
  display: block; }

figure {
  display: block; }

footer {
  display: block; }

header {
  display: block; }

hgroup {
  display: block; }

p a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid transparent; }
  p a:hover {
    color: #f68;
    border-bottom: 1px solid #f68; }

main {
  display: inline-block;
  text-align: left;
  max-width: 850px;
  border: 1px solid #666;
  border-top: none;
  margin-top: 12px;
  background-color: rgba(20, 20, 25, 0.8);
  z-index: 10; }
  main a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid transparent; }
    main a:hover {
      color: #f68;
      border-bottom: 1px solid #f68; }
  main h2 {
    display: block;
    float: right;
    margin-right: -13px;
    margin-top: -1px;
    margin-left: 6px;
    margin-bottom: 6px;
    padding: 12px 24px;
    border: 1px solid #666;
    border-top: none;
    text-align: center;
    line-height: .8em;
    background-color: #111112;
    line-height: 1em;
    position: relative; }

.slim-main {
  max-width: 588px; }

@media only screen and (max-width: 882px) {
  .slim-main h2 {
    border-right: 1px solid #666; } }
@media only screen and (max-width: 610px) {
  .product-imgs {
    border-left: none;
    border-right: none;
    margin-left: -37px;
    margin-right: -37px; }

  .slim-main h2 {
    border-right: none; } }
nav {
  display: block; }

section {
  display: block; }

summary {
  display: block; }

body {
  margin: 0 0 200px 0;
  font-size: 12px;
  line-height: 1.5em;
  color: #bbb;
  background-color: #000; }

a {
  text-decoration: none;
  transition: color .2s, border-color .2s; }

h1 {
  font-size: 2em;
  line-height: 1.25em;
  font-weight: 400;
  margin-bottom: .5em; }
  h1 a {
    color: inherit;
    border: 0 !important; }

h2 {
  font-size: 2em;
  font-weight: normal; }
  h2 a {
    color: inherit;
    border: 0 !important; }

h3 {
  font-size: 1.4em;
  line-height: 1.5em;
  font-weight: 400;
  margin-bottom: .5em; }
  h3 a {
    color: inherit;
    border: 0 !important; }

h4 {
  border: 1px solid #666;
  border-left: none;
  margin-left: -25px;
  background-color: #000;
  display: inline-block;
  float: left;
  padding: 6px 12px;
  margin-bottom: 12px;
  margin-right: 12px;
  font-size: 1em;
  font-weight: normal;
  font-style: italic;
  letter-spacing: 2px; }
  h4 a {
    color: inherit;
    border: 0 !important; }

.main-wrapper {
  margin: -30px 12px -1px;
  text-align: center;
  padding-bottom: 0;
  z-index: 10;
  position: relative; }

.description {
  display: block;
  padding: 24px; }
  .description p {
    max-width: 800px;
    padding-bottom: 2em; }
    .description p:before {
      content: "";
      min-width: 150px; }

.show_more, .show_less {
  display: block; }

.features {
  display: block;
  text-align: left;
  margin: -1px 12px 0; }
  .features ul {
    text-align: center;
    margin: 0;
    padding: 0; }
  .features li {
    display: block;
    text-align: left;
    margin-top: -1px;
    margin: 0;
    padding: 18px;
    border-bottom: 1px dotted #666; }
    .features li:before {
      content: "";
      width: 80px;
      display: block;
      overflow: hidden; }

.image {
  float: left;
  text-align: center;
  margin-top: -8px;
  margin-bottom: 12px;
  margin-right: 24px;
  margin-left: -1px;
  padding: 24px;
  border: 1px solid #666;
  border-left: none;
  background-color: #000;
  cursor: se-resize; }
  .image img {
    max-width: 300px;
    max-height: 300px;
    margin-bottom: -6px;
    padding: 0; }

.innerimage {
  display: inline-block;
  margin: 0;
  padding: 0;
  background-color: transparent;
  max-width: 100%; }

.expanded {
  float: none;
  cursor: nw-resize;
  margin-right: 12px; }
  .expanded img {
    max-height: 450px;
    max-width: 100%; }
  .expanded ~ .specifications {
    margin-top: -1px; }

.loupe {
  cursor: url(../images/blank.png), url(../images/blank.cur), none;
  background-color: #555;
  background: rgba(0, 0, 0, 0.75);
  border: 1px solid gray;
  border-radius: 50%;
  z-index: 30; }

.specifications {
  float: right;
  padding: 12px 0 24px 12px;
  margin-top: -8px;
  margin-right: -1px;
  margin-left: 12px;
  margin-bottom: 12px;
  border: 1px solid #666;
  border-right: none;
  max-width: 300px;
  background-color: #000;
  height: 100%;
  position: relative; }
  .specifications h3 {
    font-size: 12px;
    border-bottom: 1px dotted #666;
    margin-bottom: 12px;
    padding-bottom: 12px;
    padding-top: 6px;
    text-align: center;
    letter-spacing: 2px;
    font-style: bold; }
  .specifications li {
    list-style: none;
    text-indent: -18px;
    padding-left: 18px;
    line-height: 2em;
    border-bottom: 1px dotted #666; }

.specmargin {
  margin-top: 0; }

.meta {
  margin-bottom: 1.5em; }
  .meta li {
    float: left;
    list-style: none;
    margin-right: 2em;
    color: red; }
    .meta li b {
      font-weight: 400;
      color: #000;
      padding-right: .25em; }

.specifications td {
  padding-top: 12px; }

.specifications form {
  margin-top: 0px; }
  .specifications form em {
    display: block;
    margin: 12px 6px;
    color: #666; }
  .specifications form ul {
    list-style: none;
    max-width: 500px;
    text-align: left;
    padding: 0 0 0;
    display: inline-block;
    background-color: transparent; }
  .specifications form li {
    padding: 0 1em 0 2em;
    border: 1px solid #666 !important;
    border-radius: 2px;
    margin: 0 -8px -1px 0;
    display: inline-block;
    font-size: 1em;
    font-weight: bold;
    background-color: #000;
    color: #666;
    transition: background-color .1s, border-color .1s; }
    form li:hover {
      background-color: #666;
      color: #000; }
    form li:active {
      background-color: #f68;
      color: white;
      border-color: #f68; }

.specifications input[type=submit] {
  font-size: 1.25em;
  padding: .5em 1em;
  background: #000;
  border: 0 none;
  cursor: pointer;
  border: 1px solid #888;
  border-left-width: 3px;
  border-bottom-width: 3px;
  border-radius: 12px;
  font-family: aaaaaaa, Lucida Console, Monaco, monospace;
  color: #888;
  transition: background-color .2s, color .2s, border-color .2s; }
  input[type=submit]:hover {
    background-color: #888;
    color: #000; }
  input[type=submit]:active {
    background-color: #f68;
    color: #000;
    border-color: #f68; }

.specifications label {
  display: block;
  padding: 6px;
  cursor: pointer; }
  label input {
    margin-right: 12px; }


.pagination {
  position: absolute;
  top: 0;
  line-height: 1.5em;
  color: #666;
  padding: 6px 12px 6px 12px;
  margin-bottom: 12px;
  margin-right: 0;
  transition: color .3s,border-color .3s,margin-right .1s;
  z-index: -1;
  display: table-cell;
  vertical-align: bottom; }
  .pagination:hover {
    color: #fff; }
  .pagination:active {
    color: #f68; }

#prev {
  left: 0;
  text-align: left;
  padding-left: 33px;
  transform: rotate(90deg);
  transform-origin: bottom left; }
  #prev:before {
    content: "⥢";
    transform: rotate(-90deg);
    padding: 0 6px;
    font-size: 2em;
    vertical-align: top;
    position: absolute;
    left: 0;
    bottom: 8px; }

#next {
  right: 0;
  text-align: right;
  padding-right: 33px;
  transform: rotate(-90deg);
  transform-origin: bottom right; }
  #next:after {
    transform: rotate(90deg);
    content: "⥤";
    font-size: 2em;
    vertical-align: top;
    padding: 0 6px;
    position: absolute;
    right: 0;
    bottom: 8px; }

.symbol {
  font-size: 2em;
  vertical-align: middle; }

.max-main {
  max-width: 100%;
  margin-bottom: -7px;
  border: none;
  background-color: transparent;
  text-align: right; }

.aquisition {
  list-style: none;
  line-height: 3em;
  float: left;
  margin: 0 6px 12px;
  vertical-align: top;
  width: 320px;
  background-color: rgba(20, 20, 25, 0.8);
  border: 1px solid #666;
  border-bottom: none; }
  .aquisition em {
    display: block;
    text-align: center; }
  .aquisition li {
    border-bottom: 1px solid #666;
    border-top: 1px solid #666;
    transition: background-color .5s, border-color .5s;
    position: relative;
    clear: right;
    margin-top: -1px; }
    .aquisition li:hover {
      background-color: rgba(20, 20, 25, 0.8);
      border-color: #f68;
      z-index: 10; }
      .aquisition li:hover span {
        border-color: #f68; }
  .aquisition span {
    padding: 0 12px;
    float: left;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    transition: border-color .5s; }
  .aquisition a {
    padding: 0 12px;
    display: block;
    border: none;
    display: block; }
    .aquisition a:hover {
      border: none; }

.qa {
  border-bottom: 1px solid #666;
  margin-bottom: -1px; }
  .qa p {
    padding: 12px;
    width: auto; }
  .qa ol {
    padding-left: 36px; }

.question:hover {
  color: #f68; }

.toggleall {
  cursor: pointer;
  padding: 12px;
  text-align: right;
  border-bottom: 1px solid #666;
  font-weight: normal; }
  .toggleall:hover {
    color: #f68;
    background-color: #111112; }

.answer {
  border: 1px dashed #666;
  margin: 12px; }

.company {
  border-bottom: 1px solid #666; }
  .company p {
    padding: 12px;
    text-indent: 3em; }

.about {
  padding: 0; }
  .about h4 {
    margin: 12px 12px 0 -1px;
    display: block;
    float: none;
    font-style: normal;
    text-align: center;
    background-color: transparent;
    border-left: 1px solid #111112;
    padding-left: 24px; }
  .about figure {
    width: 150px;
    height: 150px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    margin: 60px auto;
    display: block; }
  .about img {
    display: inline;
    margin: 0 auto;
    height: 100%;
    width: auto; }
  .about p {
    padding: 24px; }
  .about .column {
    display: inline-block;
    vertical-align: top;
    width: -webkit-calc(50% - 12px);
    width: calc(50% - 12px);
    border-right: 1px solid #666;
    border-left: 1px solid #666;
    border-bottom: 1px solid #666;
    margin-bottom: -1px;
    margin-left: 12px; }
  .about .column:nth-child(even) {
    border-right: none; }
  @media only screen and (max-width: 480px) {
    .about .column {
      width: -webkit-calc(100% - 12px);
      width: calc(100% - 12px);
      border-right: none;
      border-bottom: none; } }

.slides {
  width: auto;
  white-space: nowrap;
  font-size: 0; }
  .slides img {
    border-right: 1px solid #666;
    height: 500px;
    max-width: 100%;
    border-bottom: 1px solid #666;
    opacity: .75;
    transition: opacity .3s; }
  .slides img:hover {
    opacity: 1; }
  .slides img:last-child {
    border-right: none; }

.slides-container {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden; }

@media only screen and (max-width: 800px) {
  .slides img {
    height: 300px; } }
@media only screen and (max-width: 485px) {
  .slides img {
    height: 200px; } }
#tips {
  position: fixed;
  color: border2;
  bottom: 0;
  right: 0;
  font-style: italic; }

.header {
  border-bottom: 1px solid #666;
  margin-bottom: 1.5em;
  width: 100%;
  height: 250px;
  overflow: hidden;
  background-color: #111112;
  background-image: url(../images/menuarrow7.png);
  background-size: 66px 69px;
  background-position: 7px 50px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative; }

.logo {
  position: absolute;
  left: 50%;
  margin-left: -100px;
  top: 80px;
  background-color: transparent;
  text-align: center;
  animation: fadein 2s; }
  .logo img {
    width: 200px; }

.tile-wrapper {
  font-size: 0;
  line-height: 0;
  text-align: center;
  height: 100%;
  margin-top: -100px;
  opacity: 0.37; }

.tiles {
  position: relative;
  display: inline-block;
  width: 75px;
  height: 75px;
  margin: 0;
  text-align: center; }

.tile {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  background-size: 75px 75px;
  background-repeat: no-repeat;
  background-position: center center; }
  .tile img {
    width: 100%;
    height: 100%;
    display: hidden; }

@media only screen and (min-width: 0) {
  .tiles {
    width: 75px;
    height: 75px;
    margin: 0; } }
@media only screen and (min-width: 800px) {
  .tiles {
    width: 75px;
    height: 75px;
    margin-bottom: 24px;
    margin-right: 24px; }

  .tile-wrapper {
    margin-top: 12px; } }
.home-wrapper {
  text-align: center;
  position: relative;
  background-color: #000;
  line-height: 0; }

.feature-home {
  border: none !important; }

.feature {
  position: relative;
  padding: 0;
  margin: -18px auto 0;
  overflow: hidden;
  border: none;
  animation: fadein 2s;
  height: 400px;
  display: block;
  width: 100%;
  max-width: 1920px;
  overflow: hidden;
  text-align: center;
  background-position: center center;
  background-size: cover; }
  .feature img {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    left: 0; }
  .feature figcaption {
    text-align: center;
    font-size: 1.25em;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0px;
    padding: 24px;
    text-align: left;
    line-height: 1.25em;
    opacity: 0; }
    .feature figcaption p {
      margin: 0 auto;
      max-width: 800px; }
  .feature a {
    border: none; }
    .feature a:hover {
      background-color: rgba(20, 20, 25, 0.8);
      border: none;
      color: #fff;
      opacity: 1;
      transition: opacity .4s; }
  .feature strong {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #fff;
    padding: 12px 12px;
    margin-bottom: 18px;
    font-size: 2em;
    border-radius: 3px;
    font-weight: normal; }
  .feature:hover figcaption {
    background-color: rgba(20, 20, 25, 0.8);
    color: #fff;
    transition: opacity .3s;
    opacity: 1; }

/*
@media only screen and(max-width: 400px) {
	figcaption {
		background-color: $trans_back2;
		opacity: 1 !important;
	}
}
*/
@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-ms-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-o-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
#menuarrow {
  position: fixed;
  pointer-events: none;
  top: 65px;
  left: 10px;
  font-size: 1.5em;
  color: #f68;
  transform: rotate(45deg); }

.home {
  width: 100%;
  border: none;
  background-color: transparent; }

.jump {
  display: inline-block;
  line-height: 1.5em;
  position: absolute;
  right: 0px;
  margin-top: -17px;
  border: 1px solid #666;
  color: #666;
  border-right: none;
  padding: 6px 48px 6px 12px;
  margin-bottom: 12px;
  margin-right: 0;
  background-color: #000;
  transition: color .3s,border-color .3s,margin-right .1s;
  z-index: 25; }
  .jump:hover {
    background-color: #111112;
    border-color: #fff;
    color: #fff; }

.position-anchor {
  position: absolute;
  top: -60px; }

.stream-module {
  background-color: #000;
  display: block;
  padding: 24px;
  margin: 0;
  position: relative;
  border: none;
  width: 100%;
  height: 100%;
  line-height: 1.5em; }
  .stream-module:hover {
    border: none; }
  .stream-module .innerimage {
    height: 100%;
    white-space: nowrap; }
  .stream-module .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .stream-module img {
    vertical-align: middle;
    max-height: 250px;
    max-width: 250px; }
  .stream-module h3 {
    display: inline-block;
    padding: 0 12px;
    font-size: 2em;
    border: 1px solid #fff;
    border-radius: 3px; }

.modulestream {
  max-width: 100%;
  border-top: 1px solid #666;
  position: relative;
  margin: 0; }
  .modulestream h2 {
    margin-top: -54px;
    margin-right: 9px;
    font-size: 18px;
    border-color: #666;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    position: absolute;
    top: 0px;
    left: 8px;
    z-index: 15;
    background-color: #000;
    transform: rotate(90deg);
    transform-origin: bottom left; }
    .modulestream h2:before {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 9px 9px;
      position: absolute;
      top: -10px;
      left: -1px;
      border-color: transparent transparent #666 transparent;
      /*width: 14px;
      height: 15px;
      border-top: 1px solid $border2;
      transform: rotate(-45deg);*/
      z-index: -1; }
  .modulestream .stream-wrapper {
    margin: 0 auto;
    display: block; }
  .modulestream ul {
    clear: left;
    display: block;
    list-style: none;
    font-size: 0;
    position: relative;
    padding: 0 0 0 7%;
    margin: -1px 0 -7px;
    text-align: center;
    position: relative;
    overflow-x: hidden;
    border-top: 1px solid #666; }
  .modulestream li {
    display: block;
    float: left;
    height: 300px;
    width: 300px;
    border: 1px solid #666;
    text-align: center;
    font-size: 12px;
    margin-left: -1px;
    margin-top: -1px;
    padding: 0;
    position: relative;
    background-color: #000; }
    .modulestream li:before {
      content: "";
      position: absolute;
      top: -1px;
      bottom: -1px;
      left: -300px;
      width: 300px;
      border-top: 1px solid #666;
      z-index: 0;
      pointer-events: none; }
    .modulestream li:after {
      content: "";
      position: absolute;
      top: -1px;
      bottom: -1px;
      right: -300px;
      width: 300px;
      border: 1px solid #666;
      border-left: none;
      border-right: none;
      z-index: 0;
      pointer-events: none; }
    .modulestream li:last-child:after {
      border: none; }
  .modulestream .legacy {
    display: none;
    opacity: .75; }
    .modulestream .legacy a {
      color: #666;
      font-style: italic; }

.rollover {
  position: absolute;
  left: -6px;
  right: -6px;
  top: -1px;
  bottom: -1px;
  opacity: 0;
  padding: 24px;
  text-align: left;
  z-index: 10;
  transition: opacity .4s;
  white-space: normal; }
  .rollover:hover {
    background-color: rgba(20, 20, 25, 0.8);
    border: 1px solid #666;
    color: #fff;
    opacity: 1; }

.footer {
  clear: all;
  text-align: left;
  padding: 0;
  width: 100%;
  margin: 60px 0 0 0;
  position: absolute;
  left: 0;
  border-top: 1px solid #666;
  bottom: 0;
  height: 200px;
  color: #666;
  background-color: #101014;
  z-index: 25; }
  .footer .copyright {
    margin: 24px 0 0 200px; }

.socialmedia {
  color: #666;
  position: absolute;
  bottom: 12px;
  right: 12px;
  text-align: right; }
  .socialmedia a {
    opacity: 0.37;
    display: block;
    height: 32px;
    width: 36px;
    margin-bottom: 1px;
    transition: background-position .1s, opacity .1s;
    background-size: 32px 32px;
    background-position: top right;
    background-repeat: no-repeat; }
  .socialmedia a:hover {
    background-position: top left;
    opacity: 1; }
  .socialmedia div {
    position: absolute;
    right: 12px;
    margin-left: -100px;
    top: -20px;
    pointer-events: none;
    text-align: right; }

#footer--background {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -10; }
  #footer--background #footer_cable {
    position: absolute;
    z-index: 2;
    height: 70px;
    width: -webkit-calc(100% - 150px);
    width: calc(100% - 150px);
    left: 75px;
    top: 75px;
    display: none; }
  #footer--background #footer_vortex {
    float: left;
    width: 161px;
    height: 161px;
    position: absolute;
    left: 19px;
    top: 19px;
    z-index: 1; }
  #footer--background #footer_hand {
    position: absolute;
    right: 45px;
    top: 40px;
    height: 125px;
    z-index: 3; }

@media only screen and (max-width: 882px) {
  main h2 {
    border-right: none; } }
@media only screen and (max-width: 640px) {
  .main-wrapper {
    background-position: center 40px;
    margin-top: -27px; }

  body {
    font-size: .6em; }

  .specifications {
    margin-top: -1px; }

  .image {
    float: none;
    cursor: nw-resize;
    margin-right: 12px; }
    .image img {
      max-height: 450px;
      max-width: 100%; }

  .copyright {
    margin: 24px 0 0 100px; } }
@media only screen and (max-width: 400px) {
  #footer_hand {
    left: 45px; } }
.cf:after {
  content: "";
  display: table;
  clear: both; }

#videos h3 {
  border-top: 1px solid #666;
  margin-bottom: 6px; }

.video {
  margin: 18px -6px;
  border: 1px dotted #f68;
  background-color: #000;
  position: relative; }
  .video:before {
    content: "⇑ ⊪";
    font-size: 1.5em;
    position: absolute;
    top: -3px;
    left: -28px;
    text-align: right;
    transform: rotate(90deg);
    transform-origin: bottom left;
    color: #666; }

.vid figcaption {
  margin: 0 24px 24px;
  padding: 0; }

.colophon a b {
  color: red;
  padding-left: .25em; }

/*# sourceMappingURL=main.css.map */
