<? header('Content-type: text/css'); ?>

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  generica
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

* {
	margin: 0px;
	padding: 0px;
  outline: none;
}

@font-face {
  font-family: 'pnr';
  src: url('https://grayscale.info/inc/pnr.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'pnri';
  src: url('https://grayscale.info/inc/pnri.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'pnsb';
  src: url('https://grayscale.info/inc/pnsb.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body {
  background: #fff;
  font: 15px/24px 'pnr', sans-serif;
  color: #333;
  -webkit-text-size-adjust: none;
  overflow-y: auto;
}
body.bigpic {
  /* permutation */
  /* background: #000 url('https://grayscale.info/img/photos/D800_19706.jpg') no-repeat; */

  /* synapse/A4 */
  /* background: #000 url('https://grayscale.info/img/photos/D800_11707.jpg') no-repeat; */

  /* supercell */
  background: #111 url('https://grayscale.info/img/photos/D800_28305_fade.jpg') no-repeat;

  background-size: cover;
}

body.bigpic a,
body.bigpic a:visited {
  color: white;
}

a,
a:visited {
  color: #000;
  text-decoration: none;
}
p a,
.w600 li a {
  border-bottom: solid 1px #ddd;
}
p a:hover,
.w600 li a:hover {
  /* background: #ffc; */
  border-bottom: solid 1px black;
}
p.borderless a,
p.borderless a:hover,
p a.borderless,
p a.borderless:hover,
p a.borderless img,
p a.borderless:hover img {
  border-bottom: 0;
}

.clear {
  clear: both;
}

.left {
  float: left;
}
.right {
  float: right;
}

.hidden {
  display: none;
}

.float.left {
  float: left;
  margin-right: 30px;
}
.float.right {
  float: right;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}

.centered {
	text-align: left;
	width: 960px;
	margin: 0px auto;
}

.desktop {
  width: 600px;
}
.desktop p {
  width: 600px;
  max-width: 600px;
  font-size: 1.1em;
  line-height: 1.5em;
}
.desktop p.note {
  color: #888;
  font-size: 1em;
}

.desktop table {
  margin-bottom: 40px;
  width: 100% !important;
}

hr {
  width: 600px;
  border: 0;
  border-top: solid 1px #ccc;
  margin: 20px 0 10px;
  padding: 0 0 20px;
}
p + hr {
  padding-top: 10px;
}
form + hr {
  margin-top: 40px;
}
hr + h1 {

}

#banner {
  background: #f8f8f8;
  padding: 20px 20px 20px 40px;
  border-bottom: solid 1px #eee;
  color: #666;
}
#banner a {
  color: #666;
}
#banner a:hover {
  color: #000;
}
body.bigpic #banner {
  display: none;
  /*
  background: rgba(0,0,0,0.666);
  border-bottom: solid 1px #444;
  color: #ccc;
  */
}
body.bigpic #offer a {
  color: #ccc;
}
body.bigpic #offer a:hover {
  color: #fff;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  nav
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#nav {
	position: fixed;
  width: 110px;
  padding: 30px 30px 0 40px;
  z-index: 2;
  text-align: center;
  /* background: rgba(255,255,255,0.8); */
}

#nav a {
  color: #555;
}
body.bigpic #nav a {
  color: #ccc;
}
body.bigpic #nav a:hover {
  color: #fff;
}

#nav a:hover {
  color: #000;
}
#logo {
  margin: 10px 0 28px;
  text-align: left;
}
#logo img {
  width: 105px;
  height: 27px;
}
#logo a {
  opacity: 0.7;
  display: block;
  width: 115px;
  height: 30px;
  overflow: hidden;
}
#logo a:hover {
  opacity: 1.0;
}
body.bigpic #logo a {
  opacity: 1.0;
}


.main_nav + .main_nav {
  margin-top: -5px;
}
#nav ul {
  margin-bottom: 30px;
  padding-left: 0;
}
#nav ul li {
  font-size: 15px;
  line-height: 24px;
  list-style: none;
  margin-right: -5px;
  text-align: left;
  margin-bottom: 1px;
}
#nav #filters {
  margin-top: 0px;
}
#nav #alt_view {
  margin-top: -11px;
}
#nav #filters li,
#nav #alt_view li,
#nav ul li.social {
  font-size: 13px;
  line-height: 22px;
}
#nav ul a {
  color: #bbb;
}
#nav ul li.current a,
#nav ul a:hover {
  color: black;
  background: transparent;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  content
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#content {
  margin-left: 200px;
	text-align: left;
  padding: 30px 40px 0 0;
  font-size: 15px;
}

#content.static {
  margin-left: 50px;
}

.info {
  width: 450px;
  float: left;
  padding: 0 60px 40px 0;
}
.info img {
  max-width: 450px;
}

img.limit_height {
  max-height: 600px;
}

#module_title {
  font-size: 25px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

#switch {
  margin: -20px 0 15px;
  text-transform: uppercase;
}
#switch li {
  float: left;
  margin-right: 30px;
  font-size: 13px;
}
#switch a {
  color: #aaa;
}
#switch .current a,
#switch a:hover {
  color: black;
}
#details,
#features {
  margin-top: 0;
}
#media,
#photos {
  margin-top: 2em;
}

#features ul {
  color: #888;
  margin-left: 15px;
  margin-left: 0px;
}
#features li {
  list-style: circle;
  list-style: none;
}

.notice {
  background: #edf4f9;
  background: #f6f6f6;
  padding: 10px 15px;
  border-radius: 2px;
}

.specs {
  width: 450px;
  padding-top: 5px;
}
.specs div {
  float: left;
  width: 200px;
}
.desktop table,
.specs table {
  width: 250px;
  font-size: 14px;
  font-weight: 300;
  background: #fff;
  margin-top: -10px;
  line-height: 23px;
  border-spacing: 0px;
  border-collapse: collapse;
  border-top: solid 1px #e6e6e6;
  float: left;
}
.desktop table td,
.specs table td {
  vertical-align: top;
  padding: 5px 10px;
  border-bottom: solid 1px #e6e6e6;
  color: #888;
}
.specs table tr td:first-child {
  font-weight: 600;
  width: 65px;
  color: black;
}
.specs table.module tr td:first-child {
  width: 50px;
}

a.button {
  display: inline-block;
}
a.button,
.specs button,
button[type=submit],
input[type=submit] {
  font: 18px 'pnr', sans-serif;
  padding: 15px 57px 14px 14px;
  border-radius: 5px;
  border: 0px;
  color: white;
  /*
  background: #93c830 url('https://grayscale.info/img/button_arrow.svg') 108px 14px no-repeat;
  background: #333 url('https://grayscale.info/img/button_arrow.svg') 110px 14px no-repeat;
  background: #ef5e29 url('https://grayscale.info/img/button_arrow.svg') 88% 14px no-repeat;
  background: #f47016 url('https://grayscale.info/img/button_arrow.svg') 88% 14px no-repeat; 
  */
  background: #333 url('https://grayscale.info/img/button_arrow.svg') 85% 12px no-repeat; 
  -webkit-appearance: none;
}
.specs button span {
  opacity: 0.4;
  padding: 0 0 0 3px;
  font-weight: normal;
}
.specs button.wide {
  /*
  background: #93c830 url('https://grayscale.info/img/button_arrow.svg') 117px 14px no-repeat;
  background: #333 url('https://grayscale.info/img/button_arrow.svg') 119px 14px no-repeat;
  background: #ef5e29 url('https://grayscale.info/img/button_arrow.svg') 119px 14px no-repeat;
  background: #93c830 url('https://grayscale.info/img/button_arrow.svg') 119px 14px no-repeat;
  */
  background: #333 url('https://grayscale.info/img/button_arrow.svg') 110px 14px no-repeat;
}
.specs button:hover,
input[type=submit]:hover,
button[type=submit]:hover {
  background-color: #87c219;
  background-color: black;
  background-color: #e54a22;
  background-color: #93c830;
  background-color: #f47016;
  background-color: #93c830;
  background-color: #000;
  cursor: pointer;
  opacity: 1.0;
}
.specs button:hover span,
input[type=submit]:hover span {
  opacity: 0.4;
}

form.options select,
form.options option {
  width: 180px;
}
form.options {
  margin-top: -15px !important;
}
a.button,
form.options button {
  font: 16px 'pnr', sans-serif;
  padding: 162px 54px 12px 11px;
  border-radius: 4px;
  border: 0px;
  color: white;
  /*
  background: #93c830 url('https://grayscale.info/img/button_arrow.svg') 120px 13px no-repeat;
  background: #333 url('https://grayscale.info/img/button_arrow.svg') 120px 13px no-repeat;
  background: #ef5e29 url('https://grayscale.info/img/button_arrow.svg') 120px 13px no-repeat;
  background: #93c830 url('https://grayscale.info/img/button_arrow.svg') 120px 13px no-repeat;
  */
  background: #333 url('https://grayscale.info/img/button_arrow.svg') 120px 13px no-repeat;
  margin: 15px 0 10px;
}
form[target=paypal] {
  opacity: 0.9;
}
form[target=paypal]:hover {
  opacity: 1.0;
}
.inventory {
  font-size: 18px;
  margin-top: -2px;
  width: 180px;
}
.inventory span {
  /* subtext */
  display: block;
  font-size: 14px;
  padding-top: 7px;
  color: #888;
  line-height: 20px;
}
.inventory.pending span,
.inventory.sold_out span {
  padding-top: 15px;
}

iframe {
  border: 0;
}
.additional {
  margin-top: 40px;
}
.expander {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}
.expander iframe,
.expander embed,
.expander object {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
#videos iframe {
  width: 640px;
  height: 360px;
}
p.inline_video iframe,
iframe.video {
  margin: 0 0 30px 0;
  padding: 0;
  width: 600px;
  height: 336px;
}
iframe.video.square {
  height: 600px;
}

.instagram {
  /* IG video embeds */
  margin-bottom: 35px;
}

iframe.soundcloud {
  width: 100%;
  height: 166px;
  margin: 0 0 30px 0;
}
iframe.soundcloud.taller {
  width: 100%;
  height: 200px;
}




.w600 iframe {
  width: 600px;
}

.module_photos img {
  max-width: 450px;
}

.image {
  display: block;	
  float: left;
  padding: 18px 0 30px;
  height: 500px;
  max-height: 500px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 500px;
}
.image:hover {
  cursor: crosshair;
  background-position: right 0;
}
.image.static:hover {
  background-position: left 0;
}

/* panel images */

.image.algo_black {
  width: 236px;
  background-size: 472px 500px;
  background-image: url('https://grayscale.info/img/panels/algo_black_500.jpg');
}
.image.ampmix {
  width: 157px;
  background-image: url('https://grayscale.info/img/panels/ampmix_500.jpg');
}
.image.aperture {
  width: 157px;
  background-size: 314px 500px;
  background-image: url('https://grayscale.info/img/panels/aperture_500.jpg');
}
.image.ardcore {
  width: 197px;
  background-image: url('https://grayscale.info/img/panels/ardcore_500.jpg');
}
.image.blinds {
  width: 236px;
  background-size: 472px 500px;  
  background-image: url('https://grayscale.info/img/panels/blinds_500.jpg');
}
.image.braids {
  width: 315px;
  background-image: url('https://grayscale.info/img/panels/braids_500.jpg');
}
.image.branches {
  width: 118px;
  background-image: url('https://grayscale.info/img/panels/branches_500.jpg');
}
.image.bytes {
  width: 78px;
  background-image: url('https://grayscale.info/img/panels/bytes_500.jpg');
}
.image.bytes_bundle {
  width: 320px;
  background-image: url('https://grayscale.info/img/panels/bytes_bundle_500.jpg');
}
.image.bytes_pcb {
  width: 221px;
  background-image: url('https://grayscale.info/img/panels/bytes_pcb_500.jpg');
}
.image.chaos {
  width: 196px;
  background-image: url('https://grayscale.info/img/panels/chaos_500.jpg');
}
.image.choices {
  width: 275px;
  background-image: url('https://grayscale.info/img/panels/choices_500.jpg');
}
.image.chronoblob {
  width: 198px;
  background-size: 396px 500px;
  background-image: url('https://grayscale.info/img/panels/chronoblob_500.jpg');
}
.image.circadian {
  width: 711px;
  background-image: url('https://grayscale.info/img/panels/circadian_500.jpg');
}
.image.clouds {
  width: 355px;
  background-image: url('https://grayscale.info/img/panels/clouds_500.jpg');
}
.image.coast {
  width: 880px;
  background-size: 1760px 500px;
  background-image: url('https://grayscale.info/img/panels/coast_500.jpg');
}
.image.coast_black {
  width: 880px;
  background-size: 1760px 500px;
  background-image: url('https://grayscale.info/img/panels/coast_black_500.jpg');
}
.image.contour_black {
  width: 157px;
  background-size: 314px 500px;
  background-image: url('https://grayscale.info/img/panels/contour_black_500.jpg');
}
.image.ctgvc_green {
  width: 275px;
  background-image: url('https://grayscale.info/img/panels/ctgvc_500.jpg');
}
.image.cyclebox {
  width: 315px;
  background-image: url('https://grayscale.info/img/panels/cyclebox_b_500.jpg');
}
.image.d0 {
  width: 236px;
  background-image: url('https://grayscale.info/img/panels/d0_500.jpg');
}
.image.dfg {
  width: 315px;
  background-image: url('https://grayscale.info/img/panels/dfg_500.jpg');
}
.image.disting {
  width: 78px;
  background-image: url('https://grayscale.info/img/panels/disting_500.jpg');
}
.image.disting_mk3 {
  width: 79px;
  background-image: url('https://grayscale.info/img/panels/disting_mk3_500.jpg');
}
.image.disting_mk4 {
  width: 79px;
  background-size: 158px 500px;
  background-image: url('https://grayscale.info/img/panels/disting_mk4_500.jpg');
}
.image.dld {
  width: 395px;
  background-image: url('https://grayscale.info/img/panels/dld_500.jpg');
  background-size: 790px 500px;  
}
.image.dlpg {
  width: 198px;
  background-image: url('https://grayscale.info/img/panels/dlpg_500.jpg');
}
.image.dpo {
  width: 552px;
  background-image: url('https://grayscale.info/img/panels/dpo_500.jpg');
}
.image.dpo_black {
  width: 552px;
  background-size: 1104px 500px;
  background-image: url('https://grayscale.info/img/panels/dpo_black_500.jpg');
}
.image.dreamboat {
  width: 157px;
  background-image: url('https://grayscale.info/img/panels/dreamboat_500.jpg');
}
.image.dronebank {
  width: 236px;
  background-image: url('https://grayscale.info/img/panels/dronebank_500.jpg');
}
.image.dynamix_black {
  width: 197px;
  background-size: 394px 500px;
  background-image: url('https://grayscale.info/img/panels/dynamix_black_500.jpg');
}
.image.echophon {
  width: 394px;
  background-image: url('https://grayscale.info/img/panels/echophon_500.jpg');
}
.image.echophon_black {
  width: 394px;
  background-size: 788px 500px;
  background-image: url('https://grayscale.info/img/panels/echophon_black_500.jpg');
}
.image.edges {
  width: 394px;
  background-image: url('https://grayscale.info/img/panels/edges_500.jpg');
}
.image.elements {
  width: 671px;
  background-image: url('https://grayscale.info/img/panels/elements_500.jpg');
}
.image.erbeverb {
  width: 394px;
  background-image: url('https://grayscale.info/img/panels/erbeverb_500.jpg');
}
.image.erbeverb_black {
  width: 394px;
  background-size: 788px 500px;
  background-image: url('https://grayscale.info/img/panels/erbeverb_black_500.jpg');
}
.image.es3 {
  width: 157px;
  background-image: url('https://grayscale.info/img/panels/es3_500.jpg');
}
.image.es3_mk3 {
  width: 157px;
  background-image: url('https://grayscale.info/img/panels/es3_mk3_500.jpg');
}
.image.es4 {
  width: 157px;
  background-image: url('https://grayscale.info/img/panels/es4_500.jpg');
}
.image.es5 {
  width: 78px;
  background-image: url('https://grayscale.info/img/panels/es5_500.jpg');
}
.image.es6 {
  width: 117px;
  background-image: url('https://grayscale.info/img/panels/es6_500.jpg');
}
.image.filterbank {
  width: 552px;
  background-image: url('https://grayscale.info/img/panels/filterbank_500.jpg');
}
.image.frames {
  width: 355px;
  background-image: url('https://grayscale.info/img/panels/frames_500.jpg');
}
.image.function {
  width: 157px;
  background-image: url('https://grayscale.info/img/panels/function_500.jpg');
}
.image.function_black {
  width: 157px;
  background-size: 314px 500px;
  background-image: url('https://grayscale.info/img/panels/function_black_500.jpg');
}
.image.further {
  width: 592px;
  background-image: url('https://grayscale.info/img/panels/further_500.jpg');
}
.image.fxdf_black {
  width: 79px;
  background-size: 158px 500px;
  background-image: url('https://grayscale.info/img/panels/fxdf_black_500.jpg');
}
.image.g0 {
  width: 236px;
  background-image: url('https://grayscale.info/img/panels/g0_500.jpg');
}
.image.geiger {
  width: 197px;
  background-image: url('https://grayscale.info/img/panels/geiger_500.jpg');
}
.image.gamma {
  width: 236px;
  background-image: url('https://grayscale.info/img/panels/gamma_500.jpg');
}
.image.hertz {
  width: 355px;
  background-image: url('https://grayscale.info/img/panels/hertz_500.jpg');
}
.image.grids {
  width: 315px;
  background-image: url('https://grayscale.info/img/panels/grids_500.jpg');
}
.image.jackomix {
  width: 118px;
  background-image: url('https://grayscale.info/img/panels/jackomix_500.jpg');
}
.image.juno {
  width: 236px;
  background-image: url('https://grayscale.info/img/panels/juno_500.jpg');
}
.image.kinks {
  width: 79px;
  background-size: 158px 500px;  
  background-image: url('https://grayscale.info/img/panels/kinks_500.jpg');
}
.image.links {
  width: 79px;
  background-image: url('https://grayscale.info/img/panels/links_500.jpg');
}
.image.lxd_black {
  width: 78px;
  background-size: 156px 500px;
  background-image: url('https://grayscale.info/img/panels/lxd_black_500.jpg');
}
.image.maths1 {
  width: 393px;
  background-image: url('https://grayscale.info/img/panels/maths1_500.jpg');
}
.image.maths2 {
  width: 394px;
  background-size: 788px 500px;
  background-image: url('https://grayscale.info/img/panels/maths2_500.jpg');
}
.image.maths2_black {
  width: 395px;
  background-size: 790px 500px;
  background-image: url('https://grayscale.info/img/panels/maths2_black_500.jpg');
}
.image.mfbdlfo {
  width: 157px;
  background-image: url('https://grayscale.info/img/panels/mfbdlfo_500.jpg');
}
.image.mimeophon {
  width: 315px;
  background-size: 630x 500px;
  background-image: url('https://grayscale.info/img/panels/mimeophon_500.jpg');
}
.image.mimeophon_black {
  width: 315px;
  background-size: 630x 500px;
  background-image: url('https://grayscale.info/img/panels/mimeophon_black_500.jpg');
}
.image.minipwr {
  width: 78px;
  background-image: url('https://grayscale.info/img/panels/minipwr_500.jpg');
}
.image.mmf1 {
  width: 276px;
  background-image: url('https://grayscale.info/img/panels/mmf1_500.jpg');
}
.image.mmf1s {
  width: 394px;
  background-size: 788px 500px;
  background-image: url('https://grayscale.info/img/panels/mmf1s_500.jpg');
}
.image.mmf2 {
  width: 513px;
  background-image: url('https://grayscale.info/img/panels/mmf2_500.jpg');
}
.image.mmf6_green {
  width: 276px;
  background-image: url('https://grayscale.info/img/panels/mmf6_500.jpg');
}
.image.mmg {
  width: 236px;
  background-image: url('https://grayscale.info/img/panels/mmg_500.jpg');
}
.image.mmg_black {
  width: 236px;
  background-size: 472px 500px;
  background-image: url('https://grayscale.info/img/panels/mmg_black_500.jpg');
}
.image.moddemix {
  width: 117px;
  background-size: 234px 500px;
  background-image: url('https://grayscale.info/img/panels/moddemix_500.jpg');
}
.image.moddemix_black {
  width: 118px;
  background-size: 236px 500px;
  background-image: url('https://grayscale.info/img/panels/moddemix_black_500.jpg');
}
.image.morphagene {
  width: 394px;
  background-size: 788px 500px;
  background-image: url('https://grayscale.info/img/panels/morphagene_500.jpg');
}
.image.morphagene_black {
  width: 395px;
  background-size: 790px 500px;
  background-image: url('https://grayscale.info/img/panels/morphagene_black_500.jpg');
}
.image.mx4s {
  width: 395px;
  background-image: url('https://grayscale.info/img/panels/mx4s_500.jpg');
}
.image.mysteron {
  width: 275px;
  background-image: url('https://grayscale.info/img/panels/mysteron_500.jpg');
}
.image.mysteron_black {
  width: 277px;
  background-size: 554px 500px;
  background-image: url('https://grayscale.info/img/panels/mysteron_black_500.jpg');
}
.image.one {
  width: 78px;
  background-size: 156px 500px;
  background-image: url('https://grayscale.info/img/panels/one_500.jpg');
}
.image.optodist {
  width: 117px;
  background-image: url('https://grayscale.info/img/panels/optodist_500.jpg');
}
.image.optomix {
  width: 158px;
  background-image: url('https://grayscale.info/img/panels/optomix_500.jpg');
}
.image.optomix_black {
  width: 159px;
  background-size: 318px 500px;
  background-image: url('https://grayscale.info/img/panels/optomix_black_500.jpg');
}
.image.orgy {
  width: 315px;
  background-image: url('https://grayscale.info/img/panels/orgy_500.jpg');
}
.image.ornament {
  width: 276px;
  background-size: 552px 500px;
  background-image: url('https://grayscale.info/img/panels/ornament_500.jpg');
}
.image.ornament_micro {
  width: 158px;
  background-size: 316px 500px;
  background-image: url('https://grayscale.info/img/panels/ornament_micro_500.jpg');
}
.image.ornament_micro_black {
  width: 158px;
  background-size: 316px 500px;
  background-image: url('https://grayscale.info/img/panels/ornament_micro_black_500.jpg');
}
.image.ornament_pcb {
  width: 158px;
  background-size: 316px 500px;
  background-image: url('https://grayscale.info/img/panels/ornament_pcb_500.jpg');  
}
.image.ornament_pcb:hover {
  background-position: 0 0;
}
.image.pacemaker {
  width: 354px;
  background-image: url('https://grayscale.info/img/panels/pacemaker_500.jpg');
}
.image.pacemaker:hover {
  background-position: 0 0;
}
.image.plague3 {
  width: 157px;
  background-image: url('https://grayscale.info/img/panels/pb3_500.jpg');
}
.image.plague4 {
  width: 157px;
  background-image: url('https://grayscale.info/img/panels/pb4_500.jpg');
}
.image.peaks {
  width: 158px;
  background-image: url('https://grayscale.info/img/panels/peaks_500.jpg');
}
.image.peg {
  width: 394px;
  background-size: 788px 500px;
  background-image: url('https://grayscale.info/img/panels/peg_500.jpg');
}
.image.ph8 {
  width: 395px;
  background-size: 790px 500px;
  background-image: url('https://grayscale.info/img/panels/ph8_500.jpg');
}
.image.phonogene {
  width: 394px;
  background-image: url('https://grayscale.info/img/panels/phonogene_500.jpg');
}
.image.phonogene_black {
  width: 395px;
  background-size: 790px 500px;
  background-image: url('https://grayscale.info/img/panels/phonogene_black_500.jpg');
}
.image.piston {
  width: 315px;
  background-image: url('https://grayscale.info/img/panels/piston_500.jpg');
}
.image.piston2 {
  width: 355px;
  background-image: url('https://grayscale.info/img/panels/piston2_500.jpg');
}
.image.pulses {
  width: 78px;
  background-image: url('https://grayscale.info/img/panels/pulses_500.jpg');
}
.image.qcd {
  width: 196px;
  background-image: url('https://grayscale.info/img/panels/qcd_500.jpg');
}
.image.qcdx {
  width: 236px;
  background-image: url('https://grayscale.info/img/panels/qcdx_500.jpg');
}
.image.qmmf4 {
  width: 908px;
  background-size: 1816px 500px;
  background-image: url('https://grayscale.info/img/panels/qmmf4_500.jpg');
}
.image.qmmg {
  width: 473px;
  background-image: url('https://grayscale.info/img/panels/qmmg_500.jpg');
}
.image.qpas {
  width: 355px;
  background-size: 710px 500px;
  background-image: url('https://grayscale.info/img/panels/qpas_500.jpg');
}
.image.qpas_black {
  width: 355px;
  background-size: 710px 500px;
  background-image: url('https://grayscale.info/img/panels/qpas_black_500.jpg');
}
.image.qplfo {
  width: 237px;
  background-image: url('https://grayscale.info/img/panels/qplfo_500.jpg');
}
.image.r51 {
  width: 433px;
  background-image: url('https://grayscale.info/img/panels/r51_500.jpg');
}
.image.r52 {
  width: 433px;
  background-image: url('https://grayscale.info/img/panels/r52_500.jpg');
}
.image.r53 {
  width: 433px;
  background-image: url('https://grayscale.info/img/panels/r53_500.jpg');
}
.image.r54_mk1 {
  width: 433px;
  background-image: url('https://grayscale.info/img/panels/r54_mk1_500.jpg');
}
.image.r54_mk2 {
  width: 433px;
  background-image: url('https://grayscale.info/img/panels/r54_mk2_500.jpg');
}
.image.radiomusic {
  width: 78px;
  background-image: url('https://grayscale.info/img/panels/radiomusic_500.jpg');
}
.image.radiomusic_pcb {
  width: 186px;
  background-image: url('https://grayscale.info/img/panels/radiomusic_pcb_500.jpg');
}
.image.rcd {
  width: 79px;
  background-image: url('https://grayscale.info/img/panels/rcd_500.jpg');
}
.image.rcdb {
  width: 79px;
  background-image: url('https://grayscale.info/img/panels/rcdb_500.jpg');
}
.image.res4 {
  width: 473px;
  background-image: url('https://grayscale.info/img/panels/res4_500.jpg');
}
.image.rg6_green {
  width: 315px;
  background-image: url('https://grayscale.info/img/panels/rg6_500.jpg');
}
.image.rings {
  width: 276px;
  background-image: url('https://grayscale.info/img/panels/rings_500.jpg');
}
.image.ripples {
  width: 158px;
  background-image: url('https://grayscale.info/img/panels/ripples_500.jpg');
}
.image.rosie {
  width: 157px;
  background-size: 314px 500px;
  background-image: url('https://grayscale.info/img/panels/rosie_500.jpg');
}
.image.rosie_black {
  width: 158px;
  background-size: 316px 500px;
  background-image: url('https://grayscale.info/img/panels/rosie_black_500.jpg');
}
.image.rxmx {
  width: 394px;
  background-size: 788px 500px;
  background-image: url('https://grayscale.info/img/panels/rxmx_500.jpg');
}
.image.rxmx_black {
  width: 395px;
  background-size: 790px 500px;
  background-image: url('https://grayscale.info/img/panels/rxmx_black_500.jpg');
}
.image.scm {
  width: 80px;
  background-image: url('https://grayscale.info/img/panels/scm_500.jpg');
}
.image.scmb1 {
  width: 158px;
  background-image: url('https://grayscale.info/img/panels/scmb1_500.jpg');
}
.image.scmb2 {
  width: 158px;
  background-image: url('https://grayscale.info/img/panels/scmb2_500.jpg');
}
.image.seqswitch {
  width: 117px;
  background-image: url('https://grayscale.info/img/panels/seqswitch_500.jpg');
}
.image.seqswitch_pcb {
  width: 205px;
  background-image: url('https://grayscale.info/img/panels/seqswitch_pcb_500.jpg');
}
.image.seqswitch_pcb:hover {
  background-position: 0 0;
}
.image.shades {
  width: 118px;
  background-image: url('https://grayscale.info/img/panels/shades_500.jpg');
}
.image.sheep {
  width: 276px;
  background-image: url('https://grayscale.info/img/panels/sheep_500.jpg');
}
.image.shelves {
  width: 315px;
  background-image: url('https://grayscale.info/img/panels/shelves_500.jpg');
}
.image.shortbus {
  width: 118px;
  background-image: url('https://grayscale.info/img/panels/shortbus_500.jpg');
}
.image.sism {
  width: 236px;
  background-image: url('https://grayscale.info/img/panels/sism_500.jpg');
}
.image.smr {
  width: 514px;
  background-image: url('https://grayscale.info/img/panels/smr_500.jpg');
}
.image.sos {
  width: 236px;
  background-image: url('https://grayscale.info/img/panels/sos_500.jpg');
}
.image.sto {
  width: 157px;
  background-size: 314px 500px;
  background-image: url('https://grayscale.info/img/panels/sto_500.jpg');
}
.image.sto_black {
  width: 159px;
  background-size: 318px 500px;
  background-image: url('https://grayscale.info/img/panels/sto_black_500.jpg');
}
.image.streams {
  width: 235px;
  background-image: url('https://grayscale.info/img/panels/streams_500.jpg');
}
.image.submix7 {
  width: 118px;
  background-image: url('https://grayscale.info/img/panels/submix7_500.jpg');
}
.image.telharmonic {
  width: 275px;
  background-image: url('https://grayscale.info/img/panels/telharmonic_500.jpg');
}
.image.telharmonic_black {
  width: 275px;
  background-size: 550px 500px;
  background-image: url('https://grayscale.info/img/panels/telharmonic_black_500.jpg');
}
.image.tempi {
  width: 196px;
  background-image: url('https://grayscale.info/img/panels/tempi_500.jpg');
}
.image.tempi_black {
  width: 196px;
  background-size: 392px 500px;
  background-image: url('https://grayscale.info/img/panels/tempi_black_500.jpg');
}
.image.temps {
  width: 276px;
  background-size: 552px 500px;
  background-image: url('https://grayscale.info/img/panels/temps_500.jpg');
}
.image.temps_micro {
  width: 158px;
  background-size: 316px 500px;
  background-image: url('https://grayscale.info/img/panels/temps_micro_500.jpg');
}
.image.temps_micro_black {
  width: 158px;
  background-size: 316px 500px;
  background-image: url('https://grayscale.info/img/panels/temps_micro_black_500.jpg');
}
.image.temps_pcb {
  width: 320px;
  background-size: 320px 500px;
  background-image: url('https://grayscale.info/img/panels/temps_pcb_500.jpg');
}
.image.temps_pcb:hover {
  background-position: 0 0;
}
.image.tides {
  width: 276px;
  background-image: url('https://grayscale.info/img/panels/tides_500.jpg');
}
.image.trig {
  width: 78px;
  background-image: url('https://grayscale.info/img/panels/trig_500.jpg');
}
.image.twf {
  width: 315px;
  background-image: url('https://grayscale.info/img/panels/twf_500.jpg');
}
.image.turing {
  width: 197px;
  background-image: url('https://grayscale.info/img/panels/turing_500.jpg');
}
.image.turing_hybrid {
  width: 512px;
  background-image: url('https://grayscale.info/img/panels/turing_hybrid_500.jpg');
}
.image.turing_hybrid_v2 {
  width: 513px;
  background-image: url('https://grayscale.info/img/panels/turing_hybrid_v2_500.jpg');
}
.image.turing_hybrid_v2_micro {
  width: 356px;
  background-image: url('https://grayscale.info/img/panels/turing_hybrid_v2_micro_500.jpg');
}
.image.turing_pcb_set {
  width: 281px;
  background-image: url('https://grayscale.info/img/panels/turing_pcb_set_500.jpg');
}
.image.turing_pcb_set:hover {
  background-position: 0 0;
}
.image.turing_pulses_v2_pcb {
  width: 90px;
  background-image: url('https://grayscale.info/img/panels/turing_pulses_v2_pcb_500.jpg');
}
.image.turing_pulses_v2_pcb:hover {
  background-position: 0 0;
}
.image.turing_v2 {
  width: 197px;
  background-image: url('https://grayscale.info/img/panels/turing_v2_500.jpg');
}
.image.turing_v2_pcb {
  width: 486px;
  background-image: url('https://grayscale.info/img/panels/turing_v2_pcb_500.jpg');
}
.image.turing_v2_pcb:hover {
  background-position: 0 0;
}
.image.turing_pulses_v2 {
  width: 79px;
  background-image: url('https://grayscale.info/img/panels/turing_pulses_v2_500.jpg');
}
.image.turing_volts {
  width: 78px;
  background-image: url('https://grayscale.info/img/panels/turing_volts_500.jpg');
}
.image.turing_volts_pcb {
  width: 90px;
  background-image: url('https://grayscale.info/img/panels/turing_volts_pcb_500.jpg');
}
.image.turing_volts_pcb:hover {
  background-position: 0 0;
}
.image.uhc {
  width: 315px;
  background-image: url('https://grayscale.info/img/panels/uhc_500.jpg');
}
.image.vacmix {
  width: 197px;
  background-image: url('https://grayscale.info/img/panels/vacmix_500.jpg');
}
.image.vacmix_pcb {
  width: 255px;
  background-image: url('https://grayscale.info/img/panels/vacmix_pcb_500.jpg');
}
.image.vca4mx {
  width: 197px;
  background-image: url('https://grayscale.info/img/panels/vca4mx_500.jpg');
}
.image.vcam {
  width: 513px;
  background-image: url('https://grayscale.info/img/panels/vcam_500.jpg');
}
.image.vcamix {
  width: 236px;
  background-image: url('https://grayscale.info/img/panels/vcamix_500.jpg');
}
.image.vcseq {
  width: 196px;
  background-image: url('https://grayscale.info/img/panels/vcseq_500.jpg');
}
.image.vco2rm {
  width: 395px;
  background-image: url('https://grayscale.info/img/panels/vco2rm_500.jpg');
}
.image.veils {
  width: 236px;
  background-size: 472px 500px;
  background-image: url('https://grayscale.info/img/panels/veils_500.jpg');
}
.image.vertmix {
  width: 117px;
  background-image: url('https://grayscale.info/img/panels/vertmix_500.jpg');
}
.image.vgates {
  width: 197px;
  background-image: url('https://grayscale.info/img/panels/vgates_500.jpg');
}
.image.voltages {
  width: 236px;
  background-image: url('https://grayscale.info/img/panels/voltages_pcb_500.jpg');
}
.image.voltages_pcb {
  width: 300px;
  background-size: 300px 500px;
  background-image: url('https://grayscale.info/img/panels/voltages_pcb_500.jpg');
}
.image.warps {
  width: 197px;
  background-image: url('https://grayscale.info/img/panels/warps_500.jpg');
}
.image.waveanim {
  width: 117px;
  background-image: url('https://grayscale.info/img/panels/waveanim_500.jpg');
}
.image.wogglebug {
  width: 275px;
  background-size: 550px 500px;
  background-image: url('https://grayscale.info/img/panels/wogglebug_500.jpg');
}
.image.wogglebug_black {
  width: 275px;
  background-size: 550px 500px;
  background-image: url('https://grayscale.info/img/panels/wogglebug_black_500.jpg');
}
.image.wogglebug2 {
  width: 196px;
  background-image: url('https://grayscale.info/img/panels/wogglebug2_500.jpg');
}
.image.wogglebug2_black {
  width: 196px;
  background-size: 392px 500px;
  background-image: url('https://grayscale.info/img/panels/wogglebug2_black_500.jpg');
}
.image.wow {
  width: 236px;
  background-image: url('https://grayscale.info/img/panels/wow_500.jpg');
}
.image.xpan {
  width: 197px;
  background-size: 394x 500px;
  background-image: url('https://grayscale.info/img/panels/xpan_500.jpg');
}
.image.xpan_black {
  width: 197px;
  background-size: 394x 500px;
  background-image: url('https://grayscale.info/img/panels/xpan_black_500.jpg');
}
.image.x0x {
  width: 355px;
  background-image: url('https://grayscale.info/img/panels/x0x_500.jpg');
}
.image.yarns {
  width: 237px;
  background-image: url('https://grayscale.info/img/panels/yarns_500.jpg');
}

/* module images */

.grid li.unavailable {
  opacity: 0.3;
}

.grid .algo a,
.image.algo {
  width: 236px;
  background-size: 472px 500px;
  background-image: url('https://grayscale.info/img/modules/algorhythm_500_new.jpg');
}
.grid .algo_diy a,
.image.algo_diy {
  width: 236px;
  background-size: 472px 500px;
  background-image: url('https://grayscale.info/img/modules/algorhythm_diy_new_500.jpg');
}
.grid .binary a,
.image.binary {
  width: 117px;
  background-image: url('https://grayscale.info/img/modules/binary_500.jpg');
}
.grid .binary_diy a,
.image.binary_diy {
  width: 117px;
  background-image: url('https://grayscale.info/img/modules/binary_diy_500.jpg');
}
.grid .synapse a,
.image.synapse {
  width: 117px;
  background-image: url('https://grayscale.info/img/modules/synapse_500.jpg');
}
.grid .new a {
  width: 117px;
  background-image: url('https://grayscale.info/img/modules/new_500.jpg');
}

.sidebar {
  width: 400px;
  padding-left: 20px;
}
.sidebar img {
  max-width: 400px;
} 

.note {
  font-size: 14px;
}
.highlight {
  background: #ffb;
  background: #feeeb3;
  border-radius: 5px;
}
.note.highlight a,
.highlight a {
  border-bottom: solid 1px black;
}
p.highlight.inner {
  background: transparent;
}
p.highlight.inner span {
  background: #ffb;
}
.note.padded,
.highlight.padded {
  padding: 15px;
}

.status {
  margin-bottom: -10px;
}
.status_list li {
  margin-bottom: 10px;
}
.status_list li h2,
.status_list li > div {
  float: left;
  display: inline-block;
}
.status_list li h2 {
  margin: 6px 20px 0 0 ;
  width: 90px;
  font-size: 14px;
  line-height: 14px;
  font-weight: normal;
}
.status_list li h2 a {
  display: inline-block;
  padding: 3px 0;
  text-transform: none;
}
.status_list li h2 span {
  color: #aaa;
  margin-left: -2px;
}
.status_list li > div {
  /* this is the background */
  margin: 5px 0 0;
  height: 20px;
  background: #eee url('https://grayscale.info/img/status_threshold.png') no-repeat;
  background: #eee;
  width: 150px;
}
.status_list li > div span {
  /* this is the color bar */
  float: left;
  height: 20px;
  display: block;
  overflow: hidden;
}
.status_list li[data-type=available] div span {
  background-color: #93c830;
  background-color: #333;
}
.status_list li[data-type=sold_out] div span {
  background-color: #999;
}
.status_list li[data-type=sold_out] div span {
  /* background-color: #dbedbb; */
  /* light w */
}
.status_list li[data-type=preorder] div span {
  background-color: #f09a2d;
}
.status_list li[data-type=canceled] .graph {
  /* no orders, must set width manually */
  min-width: 260px !important;
}
.status_list li[data-type=canceled] div span,
.status_list li[data-type=sold_out] div span {
  background-image: url('https://grayscale.info/img/diagonal.png');
}
.graph {
  min-width: 1000px;
}
.status_list .success {
  background-color: #333;
  background-color: #93c830;
}
.status_list .pending {
  background-color: #333;
  background-color: #ccc;
}

.gray,
.sold_out,
.sold_out a {
  color: #aaa;
}
.strike,
.strike a {
  color: #aaa !important;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  elements
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

img {
	border: 0px;
}

h1 {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}
h2 {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
}
h1 span,
h2 span {
  display: inline-block;
  padding: 0 3px 0 5px;
}
.date {
  margin-top: -30px;
  font: 12px 'pnr', sans-serif;
  color: #888;
}

p {
  max-width: 450px;
}
div.wider p,
p.wider {
  max-width: 600px;
}

.w600 {
  width: 600px;
  max-width: 600px;
}

.w600 p,
.w600 img {
  max-width: 600px;
}
.w600 .info {
  float: none;
}

p.pad_top {
  padding-top: 10px;
}

b {
  font-weight: 600;
}

h1,
h2,
p,
ul {
  margin-bottom: 45px;
}
h1 + p,
h1 + ul,
h2 + p,
h2 + ul,
p + p,
ul + ul,
ul + p,
p + ul,
p + h1 {
  margin-top: -25px;
}
form {
  margin: -10px 0 20px;
}
button:focus,
form:focus {
  outline: none;
}
p.spaced {
  margin-top: -5px;
}

ul {
  list-style: none;
  padding-left: 0;
}
li:not(:last-child) {
  margin-bottom: 5px;
}
ul#all_panels li {
  margin-bottom: 2px;
}
ul.constrain {
  max-width: 600px;
  padding-left: 20px;
}
ul.constrain li:not(last-child),
ul.bullets li:not(last-child) {
  margin-bottom: 15px;
}
ul.bullets {
  list-style: disc;
}

form.radio {
  margin-top: -20px;
}
form.radio button {
  margin-top: 30px;
}
form.radio label {
  margin: 10px 0;
}
label.disabled {
  /* sold out, etc */
  color: #aaa;
}

table.data {
  margin: -20px 0 20px; 
  width: 100%; 
  width: 500px; 
  border-spacing: 0px;
  border-collapse: collapse;
  font-size: 95%;
}
table.data a, {
  font-weight: 500;
}
table.data th {
  font-weight: 300;
  font-size: inherit;
  color: #888;
}

table.dealers .name {
  width: 38%;
}
table.dealers .location {
  width: 42%;
}
table.dealers .modules {
  width: 10%;
}
table.dealers .panels {
  width: 10%;
}

table.data.features {
  width: 600px; 
}
table.features .feature {
  width: 40%;
}
table.features .version {
  width: 20%;
}

table.data th,
table.data td {
  vertical-align: middle;
  padding: 5px 10px 5px;
  border-bottom: solid 1px #e6e6e6;
}
table.data th:first-child,
table.data td:first-child {
  padding-left: 2px;
}
table.data td:first-child a {
  font-family: 'pnsb', sans-serif;
}
table.data .center {
  text-align: center;
}
table.data td.center {
  color: #666;
}
table.data span.dot {
  display: block;
  width: 100%;
  height: 20px;
  background-position: center center;
  background-repeat: no-repeat;
}
table.data .yes {
  background-image: url('https://grayscale.info/img/stock_yes.svg');
  background-size: 20px 20px;
  opacity: 0.6;
}
table.data .no {
  background-image: url('https://grayscale.info/img/stock_no.svg');
  background-size: 20px 20px;
  opacity: 0.2;
}

table.border-top {
  border-top: solid 1px #e6e6e6;
}
table.bold-first td:first-child {
  font-weight: bold;
}




input[type=image] {
  border: 0;
  padding: 0;
  width: auto;
}

#content #cycle a {
  border-bottom: solid 1px #ddd;
}
#content #cycle a:hover {
  border-bottom: solid 1px black;
}
#content #cycle p {
  font-size: 14px;
}

#checkout,
#checkout input[name=submit] {
  visibility: hidden !important;
}
img.hidden {
  position: absolute;
  left: -5000px;
  top: -5000px;
}

label {
  margin-bottom: -23px;
  display: block;
}
input[type=email] {
  border: 0px;
  background: #eee;
  font: 300 14px 'pnr', sans-serif;
  padding: 10px;
  width: 250px;
  margin-bottom: 12px;
  border-radius: 2px;
}
input[type=email]:focus {
  background: #f6f6f6;
}
input[type=submit] {
  padding: 9px 13px 8px 12px;
  background-image: none;
  font: 600 18px 'pnr', sans-serif;
}
input[type=submit]:hover { 
  background-color: #87c219;
  background-color: black;
  background-color: #e54a22;
  background-color: #93c830;
  background-color: #000;  
  cursor: pointer;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  grid
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.grid {
  position: relative;
}
.grid h2 {
  color: black;
  padding: 10px 0 20px;
  margin-bottom: -40px;
}
.grid li {
  float: left;
  margin: 0 40px 40px 0;
  color: #888;
  font-size: 14px;
  position: relative;
}
.grid li span {
  color: black;
  font-size: 15px;
  line-height: 16px;
  display: block;
  margin: -13px 0 -25px;
}
.grid li.pending {
  /* opacity: 0.33; */
}
.grid li a {
  display: block;
  height: 300px;
  overflow: hidden;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 300px;
}
.grid li .sticker {
  position: absolute;
  top: 0px;
  left: -13px;
  width: 26px;
  height: 26px;
  background: gold;
  background: #E7311A;
  opacity: 1;
  border-radius: 50%;
  display: none;
}

.grid.modules li {
  margin-bottom: 0;
}
.grid.modules li a {
  height: 500px;
  background-size: auto 500px;
}
.grid li a:hover,
a.no_bg {
  background-color: transparent;
}

.grid a:hover {
  background-position: right 0;
}
.grid.alt_view a {
  background-position: right 0;
}
.grid.alt_view a:hover {
  background-position: left 0;
}

.grid .algo_black a {
  width: 142px;
  background-size: 284px 300px;
  background-image: url('https://grayscale.info/img/panels/algo_black_300.jpg');
}
.grid .ampmix a {
  width: 94px;
  background-image: url('https://grayscale.info/img/panels/ampmix_300.jpg');
}
.grid .aperture a {
  width: 94px;
  background-size: 188px 300px;
  background-image: url('https://grayscale.info/img/panels/aperture_300.jpg');
}
.grid .blinds a {
  width: 142px;
  background-size: 284px 300px;  
  background-image: url('https://grayscale.info/img/panels/blinds_300.jpg');
}
.grid .braids a {
  width: 189px;
  background-image: url('https://grayscale.info/img/panels/braids_300.jpg');
}
.grid .branches a {
  width: 71px;
  background-image: url('https://grayscale.info/img/panels/branches_300.jpg');
}
.grid .bytes a {
  width: 47px;
  background-image: url('https://grayscale.info/img/panels/bytes_300.jpg');
}
.grid .bytes_bundle a {
  width: 192px;
  background-image: url('https://grayscale.info/img/panels/bytes_bundle_300.jpg');
}
.grid .bytes_pcb a {
  width: 133px;
  background-image: url('https://grayscale.info/img/panels/bytes_pcb_300.jpg');
}
.grid .ardcore a {
  width: 118px;
  background-image: url('https://grayscale.info/img/panels/ardcore_300.jpg');
}
.grid .chaos a {
  width: 118px;
  background-image: url('https://grayscale.info/img/panels/chaos_300.jpg');
}
.grid .choices a {
  width: 165px;
  background-image: url('https://grayscale.info/img/panels/choices_300.jpg');
}
.grid .chronoblob a {
  width: 119px;
  background-size: 238px 300px;
  background-image: url('https://grayscale.info/img/panels/chronoblob_300.jpg');
}
.grid .circadian a {
  width: 427px;
  background-image: url('https://grayscale.info/img/panels/circadian_300.jpg');
}
.grid .clouds a {
  width: 213px;
  background-image: url('https://grayscale.info/img/panels/clouds_300.jpg');
}
.grid .coast a {
  width: 528px;
  background-size: 1056px 300px;
  background-image: url('https://grayscale.info/img/panels/coast_300.jpg');
}
.grid .coast_black a {
  width: 528px;
  background-size: 1056px 300px;
  background-image: url('https://grayscale.info/img/panels/coast_black_300.jpg');
}
.grid .contour_black a {
  width: 94px;
  background-size: 188px 300px;
  background-image: url('https://grayscale.info/img/panels/contour_black_300.jpg');
}
.grid .ctgvc_green a {
  width: 165px;
  background-image: url('https://grayscale.info/img/panels/ctgvc_300.jpg');
}
.grid .cyclebox a {
  width: 189px;
  background-image: url('https://grayscale.info/img/panels/cyclebox_b_300.jpg');
}
.grid .d0 a {
  width: 142px;
  background-image: url('https://grayscale.info/img/panels/d0_300.jpg');
}
.grid .dfg a {
  width: 189px;
  background-image: url('https://grayscale.info/img/panels/dfg_300.jpg');
}
.grid .disting a {
  width: 47px;
  background-image: url('https://grayscale.info/img/panels/disting_300.jpg');
}
.grid .disting_mk3 a {
  width: 48px;
  background-image: url('https://grayscale.info/img/panels/disting_mk3_300.jpg');
}
.grid .disting_mk4 a {
  width: 48px;
  background-size: 96px 300px;
  background-image: url('https://grayscale.info/img/panels/disting_mk4_300.jpg');
}
.grid .dld a {
  width: 238px;
  background-size: 476px 300px;
  background-image: url('https://grayscale.info/img/panels/dld_300.jpg');
}
.grid .dlpg a {
  width: 119px;
  background-image: url('https://grayscale.info/img/panels/dlpg_300.jpg');
}
.grid .dpo a {
  width: 331px;
  background-image: url('https://grayscale.info/img/panels/dpo_300.jpg');
}
.grid .dpo_black a {
  width: 332px;
  background-size: 664px 300px;
  background-image: url('https://grayscale.info/img/panels/dpo_black_300.jpg');
}
.grid .dreamboat a {
  width: 94px;
  background-image: url('https://grayscale.info/img/panels/dreamboat_300.jpg');
}
.grid .dronebank a {
  width: 142px;
  background-image: url('https://grayscale.info/img/panels/dronebank_300.jpg');
}
.grid .dynamix_black a {
  width: 118px;
  background-size: 236px 300px;
  background-image: url('https://grayscale.info/img/panels/dynamix_black_300.jpg');
}
.grid .echophon a {
  width: 237px;
  background-image: url('https://grayscale.info/img/panels/echophon_300.jpg');
}
.grid .echophon_black a {
  width: 237px;
  background-size: 474px 300px;
  background-image: url('https://grayscale.info/img/panels/echophon_black_300.jpg');
}
.grid .edges a {
  width: 237px;
  background-image: url('https://grayscale.info/img/panels/edges_300.jpg');
}
.grid .elements a {
  width: 403px;
  background-image: url('https://grayscale.info/img/panels/elements_300.jpg');
}
.grid .erbeverb a {
  width: 237px;
  background-image: url('https://grayscale.info/img/panels/erbeverb_300.jpg');
}
.grid .erbeverb_black a {
  width: 237px;
  background-size: 474px 300px;
  background-image: url('https://grayscale.info/img/panels/erbeverb_black_300.jpg');
}
.grid .es3 a {
  width: 94px;
  background-image: url('https://grayscale.info/img/panels/es3_300.jpg');
}
.grid .es3_mk3 a {
  width: 94px;
  background-image: url('https://grayscale.info/img/panels/es3_mk3_300.jpg');
}
.grid .es4 a {
  width: 94px;
  background-image: url('https://grayscale.info/img/panels/es4_300.jpg');
}
.grid .es5 a {
  width: 47px;
  background-image: url('https://grayscale.info/img/panels/es5_300.jpg');
}
.grid .es6 a {
  width: 70px;
  background-image: url('https://grayscale.info/img/panels/es6_300.jpg');
}
.grid .filterbank a {
  width: 331px;
  background-image: url('https://grayscale.info/img/panels/filterbank_300.jpg');
}
.grid .frames a {
  width: 213px;
  background-image: url('https://grayscale.info/img/panels/frames_300.jpg');
}
.grid .function a {
  width: 94px;
  background-image: url('https://grayscale.info/img/panels/function_300.jpg');
}
.grid .function_black a {
  width: 94px;
  background-size: 188px 300px;
  background-image: url('https://grayscale.info/img/panels/function_black_300.jpg');
}
.grid .further a {
  width: 355px;
  background-image: url('https://grayscale.info/img/panels/further_300.jpg');
}
.grid .fxdf_black a {
  width: 47px;
  background-size: 94px 300px;
  background-image: url('https://grayscale.info/img/panels/fxdf_black_300.jpg');
}
.grid .g0 a {
  width: 142px;
  background-image: url('https://grayscale.info/img/panels/g0_300.jpg');
}
.grid .geiger a {
  width: 118px;
  background-image: url('https://grayscale.info/img/panels/geiger_300.jpg');
}
.grid .gamma a {
  width: 142px;
  background-image: url('https://grayscale.info/img/panels/gamma_300.jpg');
}
.grid .grids a {
  width: 189px;
  background-image: url('https://grayscale.info/img/panels/grids_300.jpg');
}
.grid .hertz a {
  width: 213px;
  background-image: url('https://grayscale.info/img/panels/hertz_300.jpg');
}
.grid .jackomix a {
  width: 71px;
  background-image: url('https://grayscale.info/img/panels/jackomix_300.jpg');
}
.grid .juno a {
  width: 142px;
  background-image: url('https://grayscale.info/img/panels/juno_300.jpg');
}
.grid .kinks a {
  width: 47px;
  background-size: 94px 300px;
  background-image: url('https://grayscale.info/img/panels/kinks_300.jpg');
}
.grid .links a {
  width: 48px;
  background-image: url('https://grayscale.info/img/panels/links_300.jpg');
}
.grid .lxd_black a {
  width: 47px;
  background-size: 94px 300px;
  background-image: url('https://grayscale.info/img/panels/lxd_black_300.jpg');
}
.grid .maths1 a {
  width: 236px;
  background-image: url('https://grayscale.info/img/panels/maths1_300.jpg');
}
.grid .maths2 a {
  width: 237px;
  background-size: 474px 300px;
  background-image: url('https://grayscale.info/img/panels/maths2_300.jpg');
}
.grid .maths2_black a {
  width: 237px;
  background-size: 474px 300px;
  background-image: url('https://grayscale.info/img/panels/maths2_black_300.jpg');
}
.grid .mfbdlfo a {
  width: 94px;
  background-image: url('https://grayscale.info/img/panels/mfbdlfo_300.jpg');
}
.grid .mimeophon a {
  width: 189px;
  background-size: 378px 300px;
  background-image: url('https://grayscale.info/img/panels/mimeophon_300.jpg');
}
.grid .mimeophon_black a {
  width: 189px;
  background-size: 378px 300px;
  background-image: url('https://grayscale.info/img/panels/mimeophon_black_300.jpg');
}
.grid .minipwr a {
  width: 47px;
  background-image: url('https://grayscale.info/img/panels/minipwr_300.jpg');
}
.grid .mmf1 a {
  width: 166px;
  background-image: url('https://grayscale.info/img/panels/mmf1_300.jpg');
}
.grid .mmf1s a {
  width: 236px;
  background-size: 472px 300px;
  background-image: url('https://grayscale.info/img/panels/mmf1s_300.jpg');
}
.grid .mmf2 a {
  width: 308px;
  background-image: url('https://grayscale.info/img/panels/mmf2_300.jpg');
}
.grid .mmf6_green a {
  width: 166px;
  background-image: url('https://grayscale.info/img/panels/mmf6_300.jpg');
}
.grid .mmg a {
  width: 142px;
  background-image: url('https://grayscale.info/img/panels/mmg_300.jpg');
}
.grid .mmg_black a {
  width: 142px;
  background-size: 284px 300px;
  background-image: url('https://grayscale.info/img/panels/mmg_black_300.jpg');
}
.grid .moddemix a {
  width: 70px;
  background-size: 140px 300px;
  background-image: url('https://grayscale.info/img/panels/moddemix_300.jpg');
}
.grid .moddemix_black a {
  width: 71px;
  background-size: 142px 300px;
  background-image: url('https://grayscale.info/img/panels/moddemix_black_300.jpg');
}
.grid .morphagene a {
  width: 236px;
  background-size: 472px 300px;
  background-image: url('https://grayscale.info/img/panels/morphagene_300.jpg');
}
.grid .morphagene_black a {
  width: 237px;
  background-size: 474px 300px;
  background-image: url('https://grayscale.info/img/panels/morphagene_black_300.jpg');
}
.grid .mx4s a {
  width: 237px;
  background-image: url('https://grayscale.info/img/panels/mx4s_300.jpg');
}
.grid .mysteron a {
  width: 165px;
  background-image: url('https://grayscale.info/img/panels/mysteron_300.jpg');
}
.grid .mysteron_black a {
  width: 166px;
  background-size: 332px 300px;
  background-image: url('https://grayscale.info/img/panels/mysteron_black_300.jpg');
}
.grid .one a {
  width: 47px;
  background-size: 94px 300px;
  background-image: url('https://grayscale.info/img/panels/one_300.jpg');
}
.grid .optodist a {
  width: 70px;
  background-image: url('https://grayscale.info/img/panels/optodist_300.jpg');
}
.grid .optomix a {
  width: 95px;
  background-image: url('https://grayscale.info/img/panels/optomix_300.jpg');
}
.grid .optomix_black a {
  width: 95px;
  background-size: 190px 300px;
  background-image: url('https://grayscale.info/img/panels/optomix_black_300.jpg');
}
.grid .orgy a {
  width: 189px;
  background-image: url('https://grayscale.info/img/panels/orgy_300.jpg');
}
.grid .ornament a {
  width: 166px;
  background-image: url('https://grayscale.info/img/panels/ornament_300.jpg');
}
.grid .ornament_micro a {
  width: 95px;
  background-size: 190px 300px;
  background-image: url('https://grayscale.info/img/panels/ornament_micro_300.jpg');
}
.grid .ornament_micro_black a {
  width: 95px;
  background-size: 190px 300px;
  background-image: url('https://grayscale.info/img/panels/ornament_micro_black_300.jpg');
}
.grid .ornament_pcb a {
  width: 192px;
  background-image: url('https://grayscale.info/img/panels/ornament_pcb_300.jpg');
}
.grid .ornament_pcb a {
  background-position: 0 0;
}
.grid .pacemaker a {
  width: 212px;
  background-image: url('https://grayscale.info/img/panels/pacemaker_300.jpg');
}
.grid .plague3 a {
  width: 94px;
  background-image: url('https://grayscale.info/img/panels/pb3_300.jpg');
}
.grid .plague4 a {
  width: 94px;
  background-image: url('https://grayscale.info/img/panels/pb4_300.jpg');
}
.grid .peaks a {
  width: 95px;
  background-image: url('https://grayscale.info/img/panels/peaks_300.jpg');
}
.grid .peg a {
  width: 237px;
  background-image: url('https://grayscale.info/img/panels/peg_300.jpg');
}
.grid .ph8 a {
  width: 237px;
  background-size: 474px 300px;
  background-image: url('https://grayscale.info/img/panels/ph8_300.jpg');
}
.grid .phonogene a {
  width: 237px;
  background-image: url('https://grayscale.info/img/panels/phonogene_300.jpg');
}
.grid .phonogene_black a {
  width: 237px;
  background-size: 474px 300px;
  background-image: url('https://grayscale.info/img/panels/phonogene_black_300.jpg');
}
.grid .piston a {
  width: 189px;
  background-image: url('https://grayscale.info/img/panels/piston_300.jpg');
}
.grid .piston2 a {
  width: 213px;
  background-image: url('https://grayscale.info/img/panels/piston2_300.jpg');
}
.grid .pulses a {
  width: 47px;
  background-image: url('https://grayscale.info/img/panels/pulses_300.jpg');
}
.grid .qcd a {
  width: 118px;
  background-image: url('https://grayscale.info/img/panels/qcd_300.jpg');
}
.grid .qcdx a {
  width: 142px;
  background-image: url('https://grayscale.info/img/panels/qcdx_300.jpg');
}
.grid .qmmf4 a {
  width: 545px;
  background-size: 1090px 300px;
  background-image: url('https://grayscale.info/img/panels/qmmf4_300.jpg');
}
.grid .qmmg a {
  width: 284px;
  background-image: url('https://grayscale.info/img/panels/qmmg_300.jpg');
}
.grid .qpas a {
  width: 213px;
  background-size: 426px 300px;
  background-image: url('https://grayscale.info/img/panels/qpas_300.jpg');
}
.grid .qpas_black a {
  width: 213px;
  background-size: 426px 300px;
  background-image: url('https://grayscale.info/img/panels/qpas_black_300.jpg');
}
.grid .qplfo a {
  width: 142px;
  background-image: url('https://grayscale.info/img/panels/qplfo_300.jpg');
}
.grid .r51 a {
  width: 260px;
  background-image: url('https://grayscale.info/img/panels/r51_300.jpg');
}
.grid .r52 a {
  width: 260px;
  background-image: url('https://grayscale.info/img/panels/r52_300.jpg');
}
.grid .r53 a {
  width: 260px;
  background-image: url('https://grayscale.info/img/panels/r53_300.jpg');
}
.grid .r54_mk1 a {
  width: 260px;
  background-image: url('https://grayscale.info/img/panels/r54_mk1_300.jpg');
}
.grid .r54_mk2 a {
  width: 260px;
  background-image: url('https://grayscale.info/img/panels/r54_mk2_300.jpg');
}
.grid .radiomusic a {
  width: 47px;
  background-image: url('https://grayscale.info/img/panels/radiomusic_300.jpg');
}
.grid .radiomusic_pcb a {
  width: 112px;
  background-image: url('https://grayscale.info/img/panels/radiomusic_pcb_300.jpg');
}
.grid .rcd a {
  width: 48px;
  background-image: url('https://grayscale.info/img/panels/rcd_300.jpg');
}
.grid .rcdb a {
  width: 48px;
  background-image: url('https://grayscale.info/img/panels/rcdb_300.jpg');
}
.grid .res4 a {
  width: 284px;
  background-image: url('https://grayscale.info/img/panels/res4_300.jpg');
}
.grid .rg6_green a {
  width: 189px;
  background-image: url('https://grayscale.info/img/panels/rg6_300.jpg');
}
.grid .rings a {
  width: 166px;
  background-image: url('https://grayscale.info/img/panels/rings_300.jpg');
}
.grid .ripples a {
  width: 95px;
  background-image: url('https://grayscale.info/img/panels/ripples_300.jpg');
}
.grid .rosie a {
  width: 94px;
  background-size: 188px 300px;  
  background-image: url('https://grayscale.info/img/panels/rosie_300.jpg');
}
.grid .rosie_black a {
  width: 94px;
  background-size: 188px 300px;  
  background-image: url('https://grayscale.info/img/panels/rosie_black_300.jpg');
}
.grid .rxmx a {
  width: 237px;
  background-size: 474px 300px;
  background-image: url('https://grayscale.info/img/panels/rxmx_300.jpg');
}
.grid .rxmx_black a {
  width: 237px;
  background-size: 474px 300px;
  background-image: url('https://grayscale.info/img/panels/rxmx_black_300.jpg');
}
.grid .scm a {
  width: 48px;
  background-image: url('https://grayscale.info/img/panels/scm_300.jpg');
}
.grid .scmb1 a {
  width: 95px;
  background-image: url('https://grayscale.info/img/panels/scmb1_300.jpg');
}
.grid .scmb2 a {
  width: 95px;
  background-image: url('https://grayscale.info/img/panels/scmb2_300.jpg');
}
.grid .seqswitch a {
  width: 70px;
  background-image: url('https://grayscale.info/img/panels/seqswitch_300.jpg');
}
.grid .seqswitch_pcb a {
  width: 123px;
  background-image: url('https://grayscale.info/img/panels/seqswitch_pcb_300.jpg');
}
.grid .seqswitch_pcb a:hover {
  background-position: 0 0;
}
.grid .shades a {
  width: 71px;
  background-image: url('https://grayscale.info/img/panels/shades_300.jpg');
}
.grid .sheep a {
  width: 166px;
  background-image: url('https://grayscale.info/img/panels/sheep_300.jpg');
}
.grid .shelves a {
  width: 189px;
  background-image: url('https://grayscale.info/img/panels/shelves_300.jpg');
}
.grid .shortbus a {
  width: 71px;
  background-image: url('https://grayscale.info/img/panels/shortbus_300.jpg');
}
.grid .sism a {
  width: 142px;
  background-image: url('https://grayscale.info/img/panels/sism_300.jpg');
}
.grid .smr a {
  width: 309px;
  background-image: url('https://grayscale.info/img/panels/smr_300.jpg');
}
.grid .sos a {
  width: 142px;
  background-image: url('https://grayscale.info/img/panels/sos_300.jpg');
}
.grid .sto a {
  width: 95px;
  background-size: 190px 300px;
  background-image: url('https://grayscale.info/img/panels/sto_300.jpg');
}
.grid .sto_black a {
  width: 95px;
  background-size: 190px 300px;
  background-image: url('https://grayscale.info/img/panels/sto_black_300.jpg');
}
.grid .streams a {
  width: 141px;
  background-image: url('https://grayscale.info/img/panels/streams_300.jpg');
}
.grid .submix7 a {
  width: 71px;
  background-image: url('https://grayscale.info/img/panels/submix7_300.jpg');
}
.grid .telharmonic a {
  width: 165px;
  background-image: url('https://grayscale.info/img/panels/telharmonic_300.jpg');
}
.grid .telharmonic_black a {
  width: 166px;
  background-size: 332px 300px;
  background-image: url('https://grayscale.info/img/panels/telharmonic_black_300.jpg');
}
.grid .tempi a {
  width: 118px;
  background-image: url('https://grayscale.info/img/panels/tempi_300.jpg');
}
.grid .tempi_black a {
  width: 118px;
  background-size: 236px 300px;  
  background-image: url('https://grayscale.info/img/panels/tempi_black_300.jpg');
}
.grid .temps a {
  width: 165px;
  background-size: 330px 300px;  
  background-image: url('https://grayscale.info/img/panels/temps_300.jpg');
}
.grid .temps_micro a {
  width: 95px;
  background-size: 190px 300px;
  background-image: url('https://grayscale.info/img/panels/temps_micro_300.jpg');
}
.grid .temps_micro_black a {
  width: 95px;
  background-size: 190px 300px;
  background-image: url('https://grayscale.info/img/panels/temps_micro_black_300.jpg');
}
.grid .temps_pcb a {
  width: 192px;
  background-size: 192px 300px;  
  background-image: url('https://grayscale.info/img/panels/temps_pcb_300.jpg');
}
.grid .twf a {
  width: 189px;
  background-image: url('https://grayscale.info/img/panels/twf_300.jpg');
}
.grid .tides a {
  width: 166px;
  background-image: url('https://grayscale.info/img/panels/tides_300.jpg');
}
.grid .trig a {
  width: 47px;
  background-image: url('https://grayscale.info/img/panels/trig_300.jpg');
}
.grid .turing a {
  width: 118px;
  background-image: url('https://grayscale.info/img/panels/turing_300.jpg');
}
.grid .turing_hybrid a {
  width: 307px;
  background-image: url('https://grayscale.info/img/panels/turing_hybrid_300.jpg');
}
.grid .turing_hybrid_v2 a {
  width: 308px;
  background-image: url('https://grayscale.info/img/panels/turing_hybrid_v2_300.jpg');
}
.grid .turing_hybrid_v2_micro a {
  width: 214px;
  background-image: url('https://grayscale.info/img/panels/turing_hybrid_v2_micro_300.jpg');
}
.grid .turing_v2 a {
  width: 118px;
  background-image: url('https://grayscale.info/img/panels/turing_v2_300.jpg');
}
.grid .turing_v2_pcb a {
  width: 292px;
  background-image: url('https://grayscale.info/img/panels/turing_v2_pcb_300.jpg');
}
.grid .turing_v2_pcb a:hover {
  background-position: 0 0;
}
.grid .turing_pulses_v2 a {
  width: 48px;
  background-image: url('https://grayscale.info/img/panels/turing_pulses_v2_300.jpg');
}
.grid .turing_pulses_v2_pcb a {
  width: 54px;
  background-image: url('https://grayscale.info/img/panels/turing_pulses_v2_pcb_300.jpg');
}
.grid .turing_pulses_v2_pcb:hover {
  background-position: 0 0;
}
.grid .turing_volts a {
  width: 47px;
  background-image: url('https://grayscale.info/img/panels/turing_volts_300.jpg');
}
.grid .turing_volts_pcb a {
  width: 54px;
  background-image: url('https://grayscale.info/img/panels/turing_volts_pcb_300.jpg');
}
.grid .turing_volts_pcb:hover {
  background-position: 0 0;
}
.grid .uhc a {
  width: 189px;
  background-image: url('https://grayscale.info/img/panels/uhc_300.jpg');
}
.grid .vacmix a {
  width: 118px;
  background-image: url('https://grayscale.info/img/panels/vacmix_300.jpg');
}
.grid .vacmix_pcb a {
  width: 153px;
  background-image: url('https://grayscale.info/img/panels/vacmix_pcb_300.jpg');
}
.grid .vca4mx a {
  width: 118px;
  background-image: url('https://grayscale.info/img/panels/vca4mx_300.jpg');
}
.grid .vcam a {
  width: 308px;
  background-image: url('https://grayscale.info/img/panels/vcam_300.jpg');
}
.grid .vcamix a {
  width: 142px;
  background-image: url('https://grayscale.info/img/panels/vcamix_300.jpg');
}
.grid .vcseq a {
  width: 118px;
  background-image: url('https://grayscale.info/img/panels/vcseq_300.jpg');
}
.grid .vco2rm a {
  width: 237px;
  background-image: url('https://grayscale.info/img/panels/vco2rm_300.jpg');
}
.grid .veils a {
  width: 142px;
  background-size: 284px 300px;
  background-image: url('https://grayscale.info/img/panels/veils_300.jpg');
}
.grid .vertmix a {
  width: 70px;
  background-image: url('https://grayscale.info/img/panels/vertmix_300.jpg');
}
.grid .vgates a {
  width: 118px;
  background-image: url('https://grayscale.info/img/panels/vgates_300.jpg');
}
.grid .voltages a {
  width: 142px;
  background-image: url('https://grayscale.info/img/panels/voltages_300.jpg');
}
.grid .voltages_pcb a {
  width: 180px;
  background-size: 180px 300px;
  background-image: url('https://grayscale.info/img/panels/voltages_pcb_300.jpg');
}
.grid .warps a {
  width: 118px;
  background-image: url('https://grayscale.info/img/panels/warps_300.jpg');
}
.grid .waveanim a {
  width: 70px;
  background-image: url('https://grayscale.info/img/panels/waveanim_300.jpg');
}
.grid .wogglebug a {
  width: 165px;
  background-size: 330px 300px;
  background-image: url('https://grayscale.info/img/panels/wogglebug_300.jpg');
}
.grid .wogglebug_black a {
  width: 165px;
  background-size: 330px 300px;
  background-image: url('https://grayscale.info/img/panels/wogglebug_black_300.jpg');
}
.grid .wogglebug2 a {
  width: 118px;
  background-image: url('https://grayscale.info/img/panels/wogglebug2_300.jpg');
}
.grid .wogglebug2_black a {
  width: 118px;
  background-size: 236px 300px;
  background-image: url('https://grayscale.info/img/panels/wogglebug2_black_300.jpg');
}
.grid .wow a {
  width: 142px;
  background-image: url('https://grayscale.info/img/panels/wow_300.jpg');
}
.grid .xpan a {
  width: 118px;
  background-size: 236px 300px;
  background-image: url('https://grayscale.info/img/panels/xpan_300.jpg');
}
.grid .xpan_black a {
  width: 118px;
  background-size: 236px 300px;
  background-image: url('https://grayscale.info/img/panels/xpan_black_300.jpg');
}
.grid .x0x a {
  width: 213px;
  background-image: url('https://grayscale.info/img/panels/x0x_300.jpg');
}
.grid .yarns a {
  width: 142px;
  background-image: url('https://grayscale.info/img/panels/yarns_300.jpg');
}

.supercell {
  width: 100%;
  height: 430px;
	background-size: contain;
  background-repeat: no-repeat;
  margin-top: -40px;
}
.supercell:hover {
  cursor: pointer;
}

.supercell.alum {
  background-image: url('https://grayscale.info/img/modules/supercell_alum.jpg');
}
.supercell.black {
  background-image: url('https://grayscale.info/img/modules/supercell_black.jpg');
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  cycle
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#cycle_nav {
  background: rgba(255,255,255,0.2);
  padding: 15px;
  width: 65px;
  height: 25px;
  position: absolute;
  z-index: 2;
}
#cycle_nav li {
  float: left;
  position: relative;
}
#cycle_nav li a {
  opacity: 0.33;
}
#cycle_nav li a:hover {
  opacity: 0.9;
}
#cycle_nav li a:active {
  opacity: 1.0;
}
#cycle_nav #prev,
#cycle_nav #next {
  position: absolute;
  width: 25px;
  height: 25px;
}
#cycle_nav #prev {
  background: url('https://grayscale.info/img/slideshow_arrows.svg') no-repeat;
}
#cycle_nav #next {
  left: 40px;
  background: url('https://grayscale.info/img/slideshow_arrows.svg') -25px 0px;
}

#cycle {
  z-index: 1;
  position: relative;
}
#cycle p {
  font-size: 13px;
  max-width: 800px;
}
#cycle img {
  margin-bottom: -20px;
}
#cycle a {
  border-bottom: 0;
  z-index: 1;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  Webkit
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

@media screen and (-webkit-min-device-pixel-ratio:0) {

input:focus::-webkit-input-placeholder {
  color: transparent !important;
}
a.button,
.specs button,
input[type=submit] {
  /*
  background: #93c830 url('https://grayscale.info/img/button_arrow.svg') 100px 12px no-repeat;
  background: #333 url('https://grayscale.info/img/button_arrow.svg') 100px 12px no-repeat;
  background: #ef5e29 url('https://grayscale.info/img/button_arrow.svg') 100px 12px no-repeat;
  background: #93c830 url('https://grayscale.info/img/button_arrow.svg') 100px 12px no-repeat;
  background: #f47016 url('https://grayscale.info/img/button_arrow.svg') 100px 12px no-repeat;
  */
  background: #333 url('https://grayscale.info/img/button_arrow.svg') 90px 12px no-repeat;
}
.specs button span {
  opacity: 0.33;
  padding: 0 2px;
  padding: 0;
}
.specs button.wide {
  /*
  background: #93c830 url('https://grayscale.info/img/button_arrow.svg') 110px 12px no-repeat;
  background: #333 url('https://grayscale.info/img/button_arrow.svg') 110px 12px no-repeat;
  background: #ef5e29 url('https://grayscale.info/img/button_arrow.svg') 110px 12px no-repeat;
  background: #93c830 url('https://grayscale.info/img/button_arrow.svg') 110px 12px no-repeat;
  background: #f47016 url('https://grayscale.info/img/button_arrow.svg') 110px 12px no-repeat;
  */
  background: #333 url('https://grayscale.info/img/button_arrow.svg') 100px 12px no-repeat;
}

.mailchimp.button {
	background-image: none;	
}


}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  tablet
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {

a.button,
.specs button,
.specs button.wide,
input[type=submit] {
  padding: 13px 18px 17px;
  background-image: none;
}
.inventory span {
  padding-top: 0px;
}
#photos ul,
#photos li,
#photos img {
  width: 100%;
}
.info {
  width: 100%;
  float: none;
}
p {
  max-width: 100%;
}
.specs {
  margin-bottom: -40px;
  width: 100%;
}
.specs table {
  width: 350px;
  font-size: 0.9em;
  margin-bottom: 35px;
}
#cycle p {
  padding-top: 5px;
  font-size: 0.8em;
}
#cycle img {
  width: 100%;
}

.sidebar {
  padding-left: 00px;
}

}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  mobile
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 768px) {

* {
  -webkit-text-size-adjust: 100%;
}
#nav ul li {
  font-size: 1.3em;
  margin-bottom: 6px;
}
#nav ul a {
  color: #666;
}
#content {
  font-size: 1.4em;
  line-height: 1.8em;
  border-top: solid 1px #eee;
}
#content h1,
#content h2 {
  font-size: 1.35em;
}
iframe + a,
p a {
  border-bottom: solid 1px #888 !important;
}



.grid li {
  line-height: 1.6em;
  font-size: 0.8em;
}
#switch {
  padding: 10px 0;
}
#switch li,
.inventory {
  font-size: 1em;
}
.inventory span {
  font-size: 0.8em;
  padding-top: 0px;
}
.info,
.specs {
  width: 600px;
}
.info {
  width: 100%;
  float: none;
}
p {
  max-width: 100%;
}
.specs {
  margin-bottom: -40px;
  width: 100%;
}
.specs table {
  width: 350px;
  font-size: 0.9em;
  margin-bottom: 35px;
}
.specs table td {
  padding: 10px 15px;
}
#photos ul,
#photos li,
#photos img {
  width: 100%;
}
#cycle p {
  padding-top: 5px;
  font-size: 0.8em;
}
#cycle img {
  width: 100%;
}
.sidebar {
  display: none;
}
input[type=email] {
  font-size: 18px;
  padding: 12px;
  width: 300px;
  margin-bottom: 20px;
}
input[type=email]:focus {
  background: #f6f6f6;
}
a.button,
.specs button,
.specs button.wide,
input[type=submit] {
  font-size: 23px;
  padding: 13px 18px;
  background: #93c830;
  background: #333;
  background: #93c830;
  background: #ef5e29;
  background-image: none;
  border-radius: 8px;
}
input[type=submit] {
  padding: 20px;
}

}
