html, body, div, span, applet, object,
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, content, 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;
text-align: left;
}

table {
    background-color: transparent;
    border-collapse:collapse;
}

th {
    text-align:left
}

.dcf-txt-center {
      text-align: center!important
    }

    .dcf-txt-left {
      text-align: left!important
    }

    .dcf-txt-right {
      text-align: right!important
    }


    @media only screen and (max-width:42.09em) {
      .dcf-table-responsive tr {
        display: block
      }
      .dcf-table-responsive td {
        -webkit-column-gap: 3.16vw;
        -moz-column-gap: 3.16vw;
        column-gap: 3.16vw;
        display: grid;
        grid-template-columns: 1fr 2fr;
        text-align: left!important
      }
      .dcf-table-responsive.dcf-table-bordered, .dcf-table-responsive.dcf-table-bordered thead th {
        border-width: 0
      }
      .dcf-table-responsive.dcf-table-bordered tbody td {
        border-top-width: 0
      }
      .dcf-table-responsive:not(.dcf-table-bordered) tbody td {
        padding-bottom: 0
      }
      .dcf-table-responsive:not(.dcf-table-bordered):not(.dcf-table-striped) tbody td {
        padding-right: 0
      }
      .dcf-table-responsive.dcf-table-bordered tbody tr:last-child td:last-child {
        border-bottom-width: 0
      }
      .dcf-table-responsive tbody td:before {
        float: left;

      }
    }

.dcf-overflow-x-auto {
      overflow-x: auto!important;
      -webkit-overflow-scrolling: touch
    }
    
.dcf-w-100\% {
  width: 100%!important;
		}

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


ol, ul {
list-style: none;
}


input, select, textarea {
-moz-appearance: none;
-webkit-appearance: none;
-ms-appearance: none;
appearance: none;
}

/* Basic */

html{
height:100%;
}

body {
background-image: url("https://916scanner.com/assets/img/bg8.jpg");
background-position: 50% 100%;;
background-repeat: no-repeat;
background-size: cover;
overflow: hidden;
color: #fff;
font-family: 'Helvetica Nueue', sans-serif;
font-size: 20px;
font-weight: 300;
line-height: 1.75em;

}


a {
color: inherit;
outline: 0;
text-decoration: none;
}

a:hover {
border-color: transparent;
}

/* Icon */

.icon {
text-decoration: none;
position: relative;
}

.icon:before {
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.solid:before {
font-weight: 900;
}

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


#main{
text-align: center;
width: 100%;
}

#overlay{ 
display: block;
position: absolute;
height: 100%;
top: 0;
left: 0;
right: 0;
background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.77) 50%, rgba(0, 0, 0, 0));
}

/* Ko-Fi */
#kofi{
position: fixed;
bottom:0;
left:0;
padding:15px 15px;
text-align: left;
}		

#kofi p{
font-size: 14px;
line-height: 1em;
font-weight: 500;
}

#kofi a{
opacity:50%;
}

#kofi a:hover{
opacity:80%;
}

#feedback{
position: fixed;
bottom:0;
right:0;
padding:15px 15px;
text-align: right;
}	

#feedback a{
font-size: 14px;
line-height: 1em;
opacity:50%;
font-weight: 500;
}

#feedback a:hover{
opacity:80%;
}

#grow{
animation: textgrowth 1.5s;
animation-delay: 20s;
animation-fill-mode: forwards;
padding-right:2px;
}
@keyframes textgrowth {
0% {
font-size: 14px;
color:#fff;
}
20% {
font-size: 14px;
color:#fff;
}
40% {
font-size: 30px;
color:red;
}
60% {
font-size: 14px;
color:red;
}
80% {
font-size: 30px;
color:red;
}
100% {
font-size: 14px;
color:red;
}
}

/* content */

#content {
cursor: default;
display: inline-block;
margin: 0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
}

.descrip{
max-width: 600px;
margin-left:auto;
margin-right:auto;
margin-top:1em;
text-align: center;
padding: 0 30px;
letter-spacing: -0.01em;
}


.descrip h1 {
font-size: .9em;
font-weight: 500;
margin: 0 0 1em 0;
line-height: 1.6em;
text-align: center;
opacity:80%;
}


.descrip h2 {
font-size: .9em;
font-weight: 500;
margin: 0.5em 0 1em 0;
line-height: 1.6em;
text-align: center;
opacity:80%;
}

.descrip ul{
text-align: center;
}

.descrip nav {
margin: 1em 0 0 0;
text-align: center;
}

.descrip nav li {
display: inline-block;
position: relative;
top: 0;
width: 3.35em;
text-align: center;
}

.descrip nav a {
border: 0;
display: block;
font-size: 1.75em;
position: relative;
text-align: center;
top: 0;
opacity:80%;
}

.descrip nav a:hover {
opacity:100%;
}


.descrip nav a span {
display: none;
}

.message-container{
margin-left: auto;
margin-right: auto;
margin-top: 0;
max-width: 100%;
padding: 15px 20px;
border-radius: 0;
color: #fff;
animation: fadein .5s;
}

@keyframes fadein {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.message{
max-width:600px;
margin: 0 auto;
}

.warn{
background-color: rgba(199, 31, 31, 0.92);
}

.notice{
background-color: rgba(241, 162, 48, 0.92);
}

.success{
background-color: rgba(27, 152, 68, 0.92);
}

.message-container h3{
color: #fff;
font-weight: 600;
font-size:16px;
line-height: 1;
margin-bottom: 10px;
}
.message-container p{
color: #fff;
font-weight: 500;
font-size:16px;
line-height: 1.2em;
}

.radio-container{
margin-left:auto;
margin-right:auto;
min-width: 375px;
}


@media screen and (max-width: 500px) {

#content nav a {
font-size: 1.4em;
}

#content nav li {
display: inline-block;
position: relative;
top: 0;
width: 2.25em;
}

#content h2 {
font-size: .65em;
line-height: 1.45em;
}
}

*, *::after, *::before {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

/********* Player Style *********/ 
.radio-player {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  max-width: 600px;
  background-image:linear-gradient(193deg, rgba(30, 30, 30, 0.8), rgba(67, 67, 67, 0.8) 60.5%, rgba(58, 57, 57, 0.8));
  box-shadow: -3.5px 3.5px 9px -2px rgba(0, 0, 0, 0.6);
  padding: 30px;
  border-radius: 20px;
  text-align: left;
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  .radio-player {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
  
  .message-container{
   -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
}


@media only screen and (min-width: 0px) {
.radio-player {
border-radius: 0;
max-width: 100%;
box-shadow: none;
}
.radio-player-offline {
border-radius: 0;
max-width: 100%;
}
}

@media only screen and (min-width: 800px) {
.radio-player {
border-radius: 20px;
max-width: 600px;
box-shadow: 0px 3.5px 9px -2px rgba(0, 0, 0, 0.6);
}
.radio-player-offline {
border-radius: 20px;
max-width: 600px;
}
}

@media only screen and (min-width: 1024px) {
.radio-player {
border-radius: 20px;
max-width: 600px;
box-shadow: 0px 3.5px 9px -2px rgba(0, 0, 0, 0.6);
}
.radio-player-offline {
border-radius: 20px;
max-width: 600px;
}
}


@media (hover: hover) {
    .button:hover{
	background-color: #06a1e9;
	transition: 0.2s;
	}
}

.play-pause-button {
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  background-color: #1a91c9;
  color: #fff;
  border-radius: 100%;
  transition: 0.2s;
  width: 70px;
  height: 70px;
  min-width:70px;
  font-size: 30px;
  margin-right: 24px;
}

.play-pause-button-offline {
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: #af4242;
  color: #fff;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  font-size: 30px;
  margin-right: 24px;
}

.fa-play{
padding-left: 4px;
}

.mute-button {
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  background-color: #1a91c9;
  color: #fff;
  border-radius: 100%;
  transition: 0.2s;
  width: 30px;
  height: 30px;
  margin-right: 12px;
}
.player-controls {
  display: flex;
  align-items: center;
}
.currently-playing {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
}
.volume-controls {
  align-items: center;
}

@supports (-webkit-touch-callout: none) {
.volume-controls {
  display: none;
}
}

@supports not (-webkit-touch-callout: none) {
.volume-controls {
  display: flex;
}
}

.currently-playing-label {
    font-size: 12px;
    font-weight: 300;
    line-height: 2.5;
    padding-left:1px;
}
.currently-playing-channel {
    font-size: 22px;
    font-weight: 500;
    line-height: 1em;
}

.currently-playing-dept {
    font-size: 17px;
    font-weight: 500;
    line-height: 1em;
    margin-top:5px;
}

.volume {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-radius: 50px;
  background: #fff;
  overflow: hidden; /* This will help with styling the thumb */
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 15px;
  width: 15px;
  cursor: ew-resize;
  background: #1a91c9;
  box-shadow: -398px 0 0 390px #46c3ff;
  border-radius: 50%;
}

input[type="range"]::-moz-range-thumb {
  -moz-appearance: none;
  appearance: none;
  height: 15px;
  width: 15px;
  cursor: ew-resize;
  background: #1a91c9;
  box-shadow: -398px 0 0 390px #46c3ff;
  border-radius: 50%;
  border: solid 1px #1a91c9;
}

input[type="range"]::-ms-thumb {
  -ms-appearance:none;
  appearance: none;
  height: 15px;
  width: 15px;
  cursor: ew-resize;
  background: #1a91c9;
  box-shadow: -398px 0 0 390px #46c3ff;
  border-radius: 50%;
}

/******* Slider Panel Style ********/

.cd-btn {
position: relative;
display: inline-block;
background-color: #1a91c9;
color: #fff;
font-size:.8em;
font-weight: 600;
border-radius: 1.5em;
text-decoration: none;
border: none;
line-height: 1em;
padding: 10px 16px;
letter-spacing: 0em;
transition: 0.2s;
margin: 0 4px;
min-width: 200px;
text-align: center;
cursor: pointer;
}

@media (hover: hover) {
    .cd-btn:hover {
	background-color: #06a1e9;
	transition: 0.2s;
}
}

.cd-panel {
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
visibility: hidden;
-webkit-transition: visibility 0s 0.6s;
transition: visibility 0s 0.6s;
}

.cd-panel::after {
/* overlay layer */
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: transparent;
cursor: pointer;
-webkit-transition: background 0.3s 0.3s;
transition: background 0.3s 0.3s;
}

.cd-panel.cd-panel--is-visible {
visibility: visible;
-webkit-transition: visibility 0s 0s;
transition: visibility 0s 0s;
}

.cd-panel.cd-panel--is-visible::after {
background: rgba(0, 0, 0, 0.75);
-webkit-transition: background 0.3s 0s;
transition: background 0.3s 0s;
}

.cd-panel__header {
position: fixed;
width: 90%;
height: 50px;
line-height: 50px;
background: #000;
z-index: 2;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
-webkit-transition: -webkit-transform 0.3s 0s;
transition: -webkit-transform 0.3s 0s;
transition: transform 0.3s 0s;
transition: transform 0.3s 0s, -webkit-transform 0.3s 0s;
-webkit-transform: translateY(-50px);
-ms-transform: translateY(-50px);
transform: translateY(-50px);
}

.cd-panel__header h2 {
color: #ffffff;
padding-left: 5%;
font-weight: 400;
}

.cd-panel--from-right .cd-panel__header {
right: 0;
}

.cd-panel--from-left .cd-panel__header {
left: 0;
}

.cd-panel--is-visible .cd-panel__header {
-webkit-transition: -webkit-transform 0.3s 0.3s;
transition: -webkit-transform 0.3s 0.3s;
transition: transform 0.3s 0.3s;
transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
-webkit-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
}

@media only screen and (min-width: 0px) {
.cd-panel__header {
width: 100%;
}
}

@media only screen and (min-width: 768px) {
.cd-panel__header {
width: 50%;
}
}

@media only screen and (min-width: 1024px) {
.cd-panel__header {
width: 40%;
}
}

.cd-panel__close {
position: absolute;
top: 0;
right: 0;
height: 100%;
width: 60px;
/* image replacement */
display: inline-block;
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
}

.cd-panel__close::before, .cd-panel__close::after {
/* close icon created in CSS */
content: '';
position: absolute;
top: 22px;
left: 20px;
height: 3px;
width: 20px;
background-color: #424f5c;
/* this fixes a bug where pseudo elements are slighty off position */
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}

.cd-panel__close::before {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}

.cd-panel__close::after {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.cd-panel__close:hover {
background-color: #424f5c;
}

.cd-panel__close:hover::before, .cd-panel__close:hover::after {
background-color: #ffffff;
}


.cd-panel--is-visible .cd-panel__close::before {
-webkit-animation: cd-close-1 0.6s 0.3s;
animation: cd-close-1 0.6s 0.3s;
}

.cd-panel--is-visible .cd-panel__close::after {
-webkit-animation: cd-close-2 0.6s 0.3s;
animation: cd-close-2 0.6s 0.3s;
}

@-webkit-keyframes cd-close-1 {
0%, 50% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
}

@keyframes cd-close-1 {
0%, 50% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
}

@-webkit-keyframes cd-close-2 {
0%, 50% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
}

@keyframes cd-close-2 {
0%, 50% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
}

.cd-panel__container {
position: fixed;
width: 90%;
height: 100%;
top: 0;
background: #ececec;
z-index: 1;
-webkit-transition: -webkit-transform 0.3s 0.3s;
transition: -webkit-transform 0.3s 0.3s;
transition: transform 0.3s 0.3s;
transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}

.cd-panel--from-right .cd-panel__container {
right: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}

.cd-panel--from-left .cd-panel__container {
left: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}

.cd-panel--is-visible .cd-panel__container {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition-delay: 0s;
transition-delay: 0s;
}

@media only screen and (min-width: 0px) {
.cd-panel__container {
width: 100%;
}
.cd-panel__content p {
font-size: 1.6rem;
line-height: 1.6;
}
}

@media only screen and (min-width: 768px) {
.cd-panel__container {
width: 50%;
}
}

@media only screen and (min-width: 1024px) {
.cd-panel__container {
width: 40%;
}
}

.cd-panel__content {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 70px 5% 5% 5%;
overflow: auto;
/* smooth scrolling on touch devices */
-webkit-overflow-scrolling: touch;
}

.cd-panel__content table {
font-size: .8em;
font-weight: 400;
color: #05334d;
line-height: 1.4;
}
.code-list {
border:none;
border-collapse:collapse;
padding:5px;
width: 100%;
}
.code-list th {
border:none;
padding:5px;
}
.code-list td {
border:none;
padding:3px 10px;
}

.code-list tr:nth-child(odd){
background-color: rgba(40, 40, 40, 0.4);
}

.code-list .code{
font-family: 'Courier New';
font-weight:600;
}

.cd-panel__content p:first-of-type {
margin-top: 0;
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  .cd-panel__container{
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255,.4);
  }
  .cd-panel__content table{
  color:#fff;
  }
}

/******* Details Panel ********/
#details_panel{
display:none;
}

.radio_details_container{
border-top: solid 1px #fff;
padding-top: 22px;
margin-top: 25px;
font-size: 15px;
font-weight: 500;
line-height: 1em;
}

table.radio_details_content td{
padding: 5px 0;
}

.detail_label{
font-weight: 700;
}

.breweries > ul {

}

#dept{
display:none;
}

@media only screen and (max-width: 799px) {
#content {
cursor: default;
display: inline-block;
margin: 0;
position: relative !important;
top: inherit !important;
left: inherit !important;
transform: none !important;
width: 100%;
height: auto;
overflow-y:auto
}

}

@media only screen and (max-height: 500px) {
#descrip{
display: none;}
}

@media only screen and (max-width: 490px) {
.cd-btn{
margin-bottom:15px;
}

}


.hide{
display:none;
}




