@import url(fontawesome-all.min.css);
/* @import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,700,900"); */

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section
{
	display: block;
}

#header, #footer {
  color: #ffffff;
  font-weight: 600;
}

/* Iron Man palette: #4b0908 |#6a0c0b | #fbca03 | #b97d10 */
body {
  line-height: 1;
  -webkit-text-size-adjust: none;
  -ms-overflow-style: scrollbar;
  background: #353535; /* #373434  #333 #2a2a2a #ffffee;  #1d2228; */
  color: #d0d0d0;
  font-family: Helvetica, sans-serif;
  font-size: 16pt;
  font-weight: 400;
  line-height: 1.75;
}

ol, ul {
	list-style: none;
}

#navmenu table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-left: 94px;
}

/*
  @media screen and (min-device-width:320px) {
    #navmenu table {
      border-collapse: collapse;
      border-spacing: 0;
	  margin-left: 2px;
  }
*/

#navmenu table td{
  padding-right: 1.75em;
}

#crypto {
	border-collapse: collapse;
	border-spacing: 0;
  display: flex;
  justify-content: left;
}

#crypto td{
  padding-right: 0em;
}

#crypto .qr{
  text-align: left;
}

#crypto .caddr{
  font-weight: 800;
  font-size: small;
  vertical-align: middle;
}



/* Basic */
@-ms-viewport {
	width: device-width;
}

@media screen and (max-width: 480px) {
	html, body {
		min-width: 320px;
	}
}

html {
	box-sizing: border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
}

/* Type */
	@media screen and (max-width: 1680px) {
		body, input, select, textarea {
			font-size: 14pt;
		}
	}

	@media screen and (max-width: 1280px) {
		body, input, select, textarea {
			font-size: 12pt;
		}
	}

a {
	-moz-transition: border-bottom-color 0.2s ease, color 0.2s ease;
	-webkit-transition: border-bottom-color 0.2s ease, color 0.2s ease;
	-ms-transition: border-bottom-color 0.2s ease, color 0.2s ease;
	transition: border-bottom-color 0.2s ease, color 0.2s ease;
	text-decoration: none;
	color: #fc7616;  /* e7ad6b */
  font-weight: 600;
	border-bottom: dotted 1px rgba(88, 88, 88, 0.5);
}

a:hover {
		border-bottom-color: transparent;
		color: #faa569 !important;  /* e7ad6b  f8dec0 */
}

#downloads a:hover, section a:hover, p a:hover {
  border-bottom: dotted 1px rgba(88, 88, 88, 0.5);
  color: #faa569 !important;  /* f1d2ab */
}

strong, b {
	font-weight: 900;
}

em, i {
	font-style: italic;
}

p {
	margin: 0 0 1em 0;
}

h1 {
  color: #fcb900;    /* #ff6900  #a18787  #8ee4af */
	font-size: 3em;
	font-weight: 900;
	line-height: 1.3;
	margin: 1.75em 0 0.75em 0;
	letter-spacing: -0.035em;
}

h1 a {
	color: inherit;
}

@media screen and (max-width: 736px) {
		h1 {
			font-size: 2em;
			margin: 1.75em 0 0.75em 0;
		}
	}

@media screen and (max-width: 360px) {
		h1 {
			font-size: 1.75em;
		}
	}

h2, h4, h5, h6 {
  color: #ff6b01;   /* #e55538  #b3a69a */
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 0.5em 0;
}

h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}

h2 {
	font-size: 1.5em;
}

h3 {
  color: #d0d0d0;
	font-size: 1.25em;
}

h4 {
	font-size: 1.0em;
}

h5 {
	font-size: 0.8em;
}

h6 {
	font-size: 0.8em;
}

@media screen and (max-width: 980px) {
	h1 br, h2 br, h3 br, h4 br, h5 br, h6 br {
		display: none;
	}
}

@media screen and (max-width: 736px) {
	h2 {
		font-size: 1em;
	}

	h3 {
		font-size: 0.8em;
	}

}

hr {
	border: 0;
	border-bottom: solid 1px #c9c9c9;
	margin: 2em 0;
}

hr.major {
	margin: 3em 0;
}

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

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

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

/* Column */
.column {
  flex: 50%;
}

/* Row */
.row {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	align-items: stretch;
}

.row > * {
  box-sizing: border-box;
}

/* Section/Article */

section.special, article.special {
	text-align: center;
}

header p {
	margin-top: -1em;
}

@media screen and (max-width: 736px) {
	header p {
		margin-top: 0;
	}
}

/* Icon */
.icon {
	text-decoration: none;
	border-bottom: none;
	position: relative;
}

.icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-transform: none !important;
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.icon > .label {
  display: none;
}

.icon:before {
  line-height: inherit;
}

.icon.solid:before {
  font-weight: 900;
}

.icon.brands:before {
  font-family: 'Font Awesome 5 Brands';
}

.icon.style2 {
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  background-color: transparent;
  border: solid 1px #c9c9c9;
  border-radius: 4px;
  width: 2.65em;
  height: 2.65em;
  display: inline-block;
  text-align: center;
  line-height: 2.65em;
  color: inherit;
}

.icon.style2:before {
  font-size: 1.1em;
}

.icon.style2:hover {
  color: #f2c684;
  border-color:#f8a84c;  /* #f2849e */
}

.icon.style2:active {
  background-color: rgba(242, 132, 158, 0.1);
}


/* Icons */
ul.icons {
  cursor: default;
  list-style: none;
  padding-left: 0;
  /* margin: -1em 0 2em -1em; */
}

ul.icons li {
  display: inline-block;
  padding: 1em 0 0 1em;
}

/* List */
ol {
	list-style: decimal;
	margin: 0 0 2em 0;
	padding-left: 1.25em;
}

	ol li {
		padding-left: 0.25em;
	}

ul {
	list-style: none;
	margin: 0 0 2em 0;
	padding-left: 1em;
}

ul li {
	padding-left: 0.5em;
}

/* Misc. */
label {
	display: block;
	font-size: 0.9em;
	font-weight: 900;
	margin: 0 0 1em 0;
}

/* Image */

.image {
	border-radius: 4px;
	border: 0;
	display: inline-block;
	position: relative;
}

.image img {
  border-radius: 4px;
  display: block;
}

.image.left, .image.right {
  max-width: 40%;
}

.image.left img, .image.right img {
  width: 100%;
}

.image.left {
float: left;
padding: 0 1.5em 1em 0;
top: 0.25em;
}

.image.right {
  float: right;
  padding: 0 0 1em 1.5em;
  top: 0.25em;
}

.image.main {
  display: block;
  margin: 0 0 0.5em 0;
  width: 100%;
}

.image.main img {
  width: 100%;
}

@media screen and (max-width: 736px) {
  .image.main {
    margin: 0 0 2em 0;
  }
}

/* Tiles */
.tiles {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	margin: -2.5em 0 0 -2.5em;
}

.tiles article {
  -moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  position: relative;
  width: calc(33.33333% - 2.5em);
  margin: 2.5em 0 0 2.5em;
}

.tiles article > .image {
  -moz-transition: -moz-transform 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease;
  transition: transform 0.5s ease;
  position: relative;
  display: block;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}

.tiles article > .image img {
  display: block;
  width: 100%;
}

.tiles article > .image:before {
  pointer-events: none;
  -moz-transition: background-color 0.5s ease, opacity 0.5s ease;
  -webkit-transition: background-color 0.5s ease, opacity 0.5s ease;
  -ms-transition: background-color 0.5s ease, opacity 0.5s ease;
  transition: background-color 0.5s ease, opacity 0.5s ease;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1.0;
  z-index: 1;
  opacity: 0.8;
}

.tiles article > .image:after {
  pointer-events: none;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 0.25;
  z-index: 2;
}

.tiles article > a {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -moz-transition: background-color 0.5s ease, -moz-transform 0.5s ease;
  -webkit-transition: background-color 0.5s ease, -webkit-transform 0.5s ease;
  -ms-transition: background-color 0.5s ease, -ms-transform 0.5s ease;
  transition: background-color 0.5s ease, transform 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1em;
  border-radius: 4px;
  border-bottom: 0;
  color: #ffffff;
  /* text-align: center; */
  text-decoration: none;
  z-index: 3;
}

.tiles article > a > :last-child {
  margin: 0;
}

.tiles article > a:hover {
  color: #ffffff !important;
}

.tiles article > a h2 {
  margin: 0;
}

.tiles article > a .content {
  -moz-transition: max-height 0.5s ease, opacity 0.5s ease;
  -webkit-transition: max-height 0.5s ease, opacity 0.5s ease;
  -ms-transition: max-height 0.5s ease, opacity 0.5s ease;
  transition: max-height 0.5s ease, opacity 0.5s ease;
  width: 100%;
  max-height: 0;
  line-height: 1.5;
  margin-top: 0.35em;
  opacity: 0;
}

.tiles article > a .content > :last-child {
  margin-bottom: 0;
}

.tiles article > .image:before {
  background-color: #717171;
}
/*
.tiles article.style1 > .image:before {
  background-color: #555555;
}

.tiles article.style2 > .image:before {
  background-color: #7ecaf6;
}
*/
.tiles article.style3 > .image:before {
  background-color: #7bd0c1;
}

.tiles article.style4 > .image:before {
  background-color: #c75b9b;
}

.tiles article.style5 > .image:before {
  background-color: #ae85ca;
}

.tiles article.style6 > .image:before {
  background-color: #8499e7;
}

body:not(.is-touch) .tiles article:hover > .image {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

body:not(.is-touch) .tiles article:hover > .image:before {
  background-color: #333333;
  opacity: 0.35;
}

body:not(.is-touch) .tiles article:hover > .image:after {
  opacity: 0;
}

body:not(.is-touch) .tiles article:hover .content {
  max-height: 15em;
  opacity: 1;
}

* + .tiles {
  margin-top: 2em;
}

body.is-preload .tiles article {
  -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
}

body.is-touch .tiles article .content {
  max-height: 15em;
  opacity: 1;
}

@media screen and (max-width: 1280px) {
  .tiles {
    margin: -1.25em 0 0 -1.25em;
  }

.tiles article {
  width: calc(33.33333% - 1.25em);
  margin: 1.25em 0 0 1.25em;
}
}

@media screen and (max-width: 980px) {
  .tiles {
    margin: -2.5em 0 0 -2.5em;
  }

  .tiles article {
    width: calc(50% - 2.5em);
    margin: 2.5em 0 0 2.5em;
  }
}

@media screen and (max-width: 736px) {
  .tiles {
    margin: -1.25em 0 0 -1.25em;
  }

  .tiles article {
    width: calc(50% - 1.25em);
    margin: 1.25em 0 0 1.25em;
  }

  .tiles article:hover > .image {
    -moz-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
  }
}

@media screen and (max-width: 480px) {
  .tiles {
    margin: 0;
  }

  .tiles article {
    width: 100%;
    margin: 1.25em 0 0 0;
  }
}

/* Header */
#header {
  /* padding: 8em 0 0.1em 0 ; */
  overflow: hidden;
  position: fixed;
  z-index: 100;
  top: 0px;
  width: 100%;
  background-color: #252222;
  /* background-image: url(../../images/vinylD.jpg); */
  /* background-image: url('../../images/header_bg.jpg'); */
  background-repeat: no-repeat;
  width: 3000px;
  height: 45px;
}
/*
  #header #logo a {
    color: #ffffff;
  }

@media (min-device-width:960px) {
    img[data-src-1260px] {
        content: attr(data-src-1260px, url);
    }
}

@media screen and (max-width: 390px) {
  #header {
    padding: 4em 0 0.1em 0 ;
    background-image: url(../../images/vinylM.jpg);
  }
}

@media screen and (max-width: 736px) {
  #header {
    padding: 4em 0 0.1em 0 ;
	background-image: url(../../images/vinylM.jpg);
  }
}
*/

/* Menu */
#navmenu {
  position: fixed;
  top: 20px;
}

.navlinks {
  color: #ddd;  /* fcc632 */
}

#wrapper {
	-moz-transition: opacity 0.45s ease;
	-webkit-transition: opacity 0.45s ease;
	-ms-transition: opacity 0.45s ease;
	transition: opacity 0.45s ease;
	opacity: 1;
}

/* Main */
#main {
	padding: 0em 0 9em 0;
  margin-top: 65px;
}

@media screen and (max-width: 736px) {
  #main {
    padding: 0em 0 4em 0;
  }
}

/* Footer */
#footer {
  /* padding: 5em 0 6em 0 ; */
  background-color: #252222;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 3;
  height: 110px;
}

#footer > .inner {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

#footer > .inner > * > :last-child {
  margin-bottom: 0;
}

#footer > .inner section:nth-child(1) {
  width: calc(66% - 2.5em);
  margin-right: 2.5em;
}

#footer > .inner section:nth-child(2) {
  width: calc(33% - 2.5em);
  margin-left: 2.5em;
}

#footer > .inner .copyright {
  width: 100%;
  padding: 0;
  text-align: center;
  /* margin-top: 5em; */
  list-style: none;
  font-size: 0.8em;
  /* color: rgba(88, 88, 88, 0.5); */
}

#footer > .inner .copyright a {
  color: inherit;
}

#footer > .inner .copyright li {
  display: inline-block;
  border-left: solid 1px rgba(88, 88, 88, 0.15);
  line-height: 1;
  padding: 0 0 0 1em;
  margin: 0 0 0 1em;
}

#footer > .inner .copyright li:first-child {
  border-left: 0;
  padding-left: 0;
  margin-left: 0;
}

@media screen and (max-width: 1280px) {
  /*
  #footer {
    padding: 5em 0 3em 0 ;
  }
  */

  #footer > .inner section:nth-child(1) {
    width: calc(66% - 1.25em);
    margin-right: 1.25em;
  }

  #footer > .inner section:nth-child(2) {
    width: calc(33% - 1.25em);
    margin-left: 1.25em;
  }
}

@media screen and (max-width: 980px) {
  #footer > .inner section:nth-child(1) {
    width: 66%;
    margin-right: 0;
  }

  #footer > .inner section:nth-child(2) {
    width: calc(33% - 2.5em);
    margin-left: 2.5em;
  }
}

@media screen and (max-width: 736px) {
  #footer {
    padding: 3em 0 1em 0 ;
  }

  #footer > .inner {
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #footer > .inner section:nth-child(1) {
    width: 100%;
    margin-right: 0;
    margin: 3em 0 0 0;
  }

  #footer > .inner section:nth-child(2) {
    -moz-order: -1;
    -webkit-order: -1;
    -ms-order: -1;
    order: -1;
    width: 100%;
    margin-left: 0;
  }

  #footer > .inner .copyright {
    margin-top: 3em;
  }
}

@media screen and (max-width: 480px) {
  #footer > .inner .copyright {
    margin-top: 3em;
  }

  #footer > .inner .copyright li {
    border-left: 0;
    padding-left: 0;
    margin: 0.75em 0 0 0;
    display: block;
    line-height: inherit;
  }

    #footer > .inner .copyright li:first-child {
      margin-top: 0;
    }
}

/* Wrapper */
#wrapper > * > .inner {
	width: 100%;
	max-width: 74em;
	margin: 0 auto;
	padding: 0 0.5em;
}

@media screen and (max-width: 736px) {
  #wrapper > * > .inner {
    padding: 0 1.25em;
  }
}

/* waveform */
#audio-player, #audio-waveform {
  position: relative; 
  width: 100%;
  height: 190px;
}

/* audio file download links */
td.audio-file-download {
  border: 2px;
  border-color: #fff;
}

td.audio-file-nolist {
  display:block;
}

#download-links {
  border-radius: 30px;
  border-right-width: 20px;
  border-left: 15px groove;
  border-right: 15px groove;
}

#audio-loading {
  position: absolute;
  top: 44px;
  left: 232px;
  color: #eeeeee;
  font-weight: 500;
  transition: width 0.1s ease;
  z-index: 10;
}

#progress-container {
  position: absolute;
  top: 49px;
  left: 137px;
  width: 60%;
  height: 25px;
  background-color: #444;
  border-radius: 15px;
  overflow: hidden;
  display: none;
  transition: opacity 0.5s ease;
  z-index: 5;
}

#progress-bar {
  width: 0%;
  height: 100%;
  background-color: darkorange;
  transition: width 0.1s ease;
}

.oscilloscope {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.oscilloscope-hide {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}