   
   /* MAIN */
   
   body, html {
	   height: 100%;
	   margin: 0;
	   font-family: "Source Sans Pro", sans-serif;
	   font-size: 16pt;
	}
	
	body{
		/*background-color:#000;*/
	}
	
	h1{
		font-size: 3em;
		font-weight: 900;
		margin: 0;
		color: #fff;
	}
	
	h2{
		font-size: 2em;
		font-weight: 100;
		margin: 0;
	}
	
	h4{
		font-size: 1em;
		font-weight: 900;
		color: #585858;
		margin: 0;
	}
	
	p{
		margin:0;
	}
	
	ul li {
		text-decoration: none;
		display: inline;
		padding: 0;
	}
	
	ul{
		padding:0;
		margin:0;
	}
	
	a{
		color: #028090;
	}
	
	a:hover{
		color:#F45B69;
		transition: 0.1s;
		cursor: pointer;
	}
	
	a:link {
		text-decoration: none;
		/* color: #555; */\
	}
	
	a.active {
		color:#fff;
	}
	
	a:hover.active{
		color:#114B5F;
	}
	
	.active{
		color:#fff;
	}
	
	.wh1{
	  color: #585858;
	}
	
	.red{
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		border-radius: 5px;
		border: solid 1px #F45B69;
		color:#F45B69;
	}
	
	.red:link {
		color:#F45B69;
	}
	
	.button:hover{
		background-color:#F45B69;
		color:#fff;
		cursor: pointer;
	}
	
	.top{
		border-radius: 5px;
		background-color:#028090;
		margin-top:20px;
	}
	
	.top_menu{
		/* background-color:#114B5F; */
	}
	
	.top_menu a{
	  padding: 0 1.25em;
	  border-right: solid 1px rgba(144, 144, 144, 0.3);
	  display: inline-block;
	}
	
	.top_menu a:hover{
	  background-color:#F45B69;
	  color:#fff;
	}
	
	.inner {
		padding:20px 0;
		max-width: 70%;
		margin: 0 auto;
		text-align: center;
	}
	
	.dash{
		background-color:#fff;
	}
	
	.row {
		padding: 10px;
		margin:10px 0;
	}
	
	.tabs {
		overflow: hidden;
		margin: 5px 0;
	}
	
	.space {
		margin: 1em 0;
	}
	
	.dark {
		border-radius: 5px;
		color: #fff;
		background-color: #114B5F;
	}
	
	.slider {
		-webkit-appearance: none;
		width: 100%;
		height: 5em;
		background: #d3d3d3;
		outline: none;
		opacity: 0.7;
		-webkit-transition: .2s;
		transition: opacity .2s;
	}
	
	.slider:hover {
		opacity: 1;
	}
	
	.slider::-webkit-slider-thumb {
		-webkit-appearance: none;
		appearance: none;
		width: 25px;
		height: 5em;
		background: #4CAF50;
		cursor: pointer;
	}
	
	.slider::-moz-range-thumb {
		width: 25px;
		height: 5em;
		background: #4CAF50;
		cursor: pointer;
	}
	
	input.app{
		height: 3em;
		box-shadow: none;
		color: 000;
		-webkit-appearance: none;
		background-color: transparent;
		border: none;
		border-radius: 5px;
		border: solid 1px #c9c9c9;
		color: inherit;
		display: block;
		outline: 0;
		text-decoration: none;
		width: 100%;
		font-size: inherit;
		box-sizing: border-box;
		text-align: center;
		margin-bottom: 0.5em;
		/* margin-bottom: 0.5em; */
	}
	
	input[type="submit"], input[type="reset"], input[type="button"], button, .button {
		transition: 0.1s;
		cursor: pointer;
	}
	
	label {
		height: 3em;
		line-height: 3em;
		display: block;
		font-size: inherit;
		font-weight: 100;
	}
	
	select {
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		background-color: transparent;
		border-radius: 5px;
		border: solid 1px #c9c9c9;
		padding: 0 10px;
		cursor: pointer;
		display: inline-block;
		height: 3em;
		line-height: 3em;
		min-width: 12em;
		font-size: inherit;
		box-sizing: border-box;
		text-transform: uppercase;
		outline: 0;
		text-decoration: none;
		width: 100%;
		text-align: -webkit-center;
		text-align-last: center;
	}
	
	#online{
		background: #114B5F;
		border-radius: 100px;
		width: 120px;
		height: 80px;
		padding-top: 20px;
		padding-bottom: 20px;
		margin: 0 auto;
		font-size: 60px;
		color: #fff;
	}
	
	#bitrate{
		background: #114B5F;
		border-radius: 5px;
		/* width: 80px; */
		/* height: 80px; */
		margin: 0 auto;
		color: #fff;
		font-size: 40px;
		padding:10px;
	}
	
	#nowplay{
		background: #114B5F;
		border-radius: 5px;
		/* width: 80px; */
		/* height: 80px; */
		margin: 0 auto;
		color: #fff;
		font-size: 40px;
		padding:10px;
	}
	
	audio::-webkit-media-controls-enclosure {
		display:none !important;
	}
	
	.controls-play{
		float:left;
		width:70%;
	}
	
	.controls-mute{
		float:left;
	}
	
	.controls-volume{
		float:left;
		width:20%;
	}
	
	.topapp{
		padding: 10px 40px;
		overflow: hidden;
		position:absolute;
		top:0;
		left:0;
		right:0;
	}
	
	#hashdiv{
		float: left;
		width: 50%;
	}
	
	#bitratediv{
		float: left;
		/* padding: 10px; */
		width: 50%;
		/* margin-right: 18px; */
		text-align: right;
	}
	
	#listeners{
		padding:10px;
		padding-left: 40px;
		font-size:14px;
		color:#fff;
		/*	background-color: rgba(255, 0, 0, 0.5);*/
	}
	
	.cover{
		z-index: 2147483647;
		width:100%;
		background-color:rgba(0, 0, 0, 0.3);
	}
	
	#producer{
		text-align: center;
		padding:10px
	}
	
	#artist{
		padding:10px;
	}
	
	.feed{
		background-color: rgba(255, 255, 255, 0.6);
		text-align: center;
	}
	
	#adbg{
		background-image:url('');
		height: 100%;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	#audio-container {
		/*	background-image:url('/img/cov2.jpg');
		height: 100%;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;*/
	}
	
	.low-container{
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}
	
	.low-container h1{
		color: #fff;
	}
	
	.low-container h2{
		color: #fff;
	}
	
	#audio-controls {
		padding: 30px 0;
		overflow: hidden;
		z-index: 2147483647;
		width:100%;
		/*	opacity: 0; */
		-webkit-transition: opacity .3s;
		-moz-transition: opacity .3s;
		-o-transition: opacity .3s;
		-ms-transition: opacity .3s;
		transition: opacity .3s;
		background-color: rgba(0, 0, 0, 0.5);
	}
	
	#livefeed:hover {
		cursor: pointer;
	}
	
	#audio-container:hover #video-controls {
		opacity: .9;
	}
	
	.fa, .fas {
		font-size:5em;
	}
	
	button {
		background:none;
		border: 0;
		color: #fff;
		outline: none;
		cursor:pointer;
	}
	
	button:hover {
		cursor: pointer;
	}
	
	#play-pause{
		padding-left:40px;
	}
	
	#volume-bar {
		width: 90%;
	}
	
	.top_space{
		padding:2em 0;
	}

    /* HEADER */
	
	.top_header {
       background: #fff;
	   border-bottom: solid 1px rgba(144, 144, 144, 0.3);
	   color: #555;
	   height: 3.25em;
	   left: 0;
	   line-height: 3.25em;
	  /* position: relative; */
	   text-align: right;
	   text-transform: uppercase;
	   top: 0;
	   width: 100%;
	   z-index: 10001;
	}
	
	/*  SWICHER */
	
	/* The switch - the box around the slider */
    
    .switch {
      position: relative;
      display: inline-block;
      width: 60px;
      height: 34px;
      }
   
    /* Hide default HTML checkbox */
    
    .switch input {
      opacity: 0;
      width: 0;
      height: 0;
    }
    
    
    /* The slider */
    
    .slider_check {
      position: absolute;
      cursor: pointer;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #ccc;
      -webkit-transition: .4s;
      transition: .4s;
    }
    
    .slider_check:before {
      position: absolute;
      content: "";
      height: 26px;
      width: 26px;
      left: 4px;
      bottom: 4px;
      background-color: white;
      -webkit-transition: .4s;
      transition: .4s;
   }
   
   input:checked + .slider_check {
     background-color: #028090;
   }
   
   input:focus + .slider_check {
     box-shadow: 0 0 1px #2196F3;
   }
   
   input:checked + .slider_check:before {
     -webkit-transform: translateX(26px);
     -ms-transform: translateX(26px);
     transform: translateX(26px);
   }
	
	
	
    /* NAV */
	
	#web_menu{
		display:none;
	}

    ul.nav-menu{
		position:absolute;
		top:3.25em;
		width:100%;
		height:0;
		padding:0;
		overflow:hidden;
		display: none;
	}
	ul.nav-menu.active{
		height:auto;
	}
	ul.nav-menu li{
		width:100%;
	}
	ul.nav-menu li a{
		width:100%;
		padding:0;
		text-align:center;
		background-color:#2c2c2c;
	}
	ul.nav-menu li a:hover{
		background-color:#1c1c1c;
	}

	.nav-overlay.active{
		visibility:hidden;
		opacity:0;
	}
	
	
	
	nav.navigation{
		position:relative;
		/*height:50px;*/
		z-index:2;
	}
	
	.nav-logo{
		float:left;
		height:50px;
		line-height:50px;
		padding:0 20px;
		background-color:#11999e;
		color:#ffffff;
		font-weight:700;
		text-transform:uppercase;
	}
	
	ul.nav-menu, ul.nav-menu li, ul.nav-menu li a{
		float:left;
	}
	
	ul.nav-menu li a{
		height:50px;
		line-height:50px;
		padding:0px;
		color:#ffffff;
		text-decoration:none;
		-webkit-transition-duration: 0.3s;
		-o-transition-duration: 0.3s;
		transition-duration: 0.3s;
	}
	
	ul.nav-menu li a:hover{
		color:#6decb9;
	}
	
	
	.nav-toggle{
		position:absolute;
		top:10px;
		right:40px;
		width:50px;
		height:50px;
		background-color: rgba(0, 0, 0, 0.3);
		cursor:pointer;
		display:block;
	}
	
	.app{
		display:none;
	}
	
	span.icon-bar{
		position:absolute;
		right:12px;
		display:block;
		width:26px;
		height:2px;
		background-color:#ffffff;
		-webkit-transition-duration: 0.3s;
		-o-transition-duration: 0.3s;
		transition-duration: 0.3s;
	}
	
	.icon-bar:nth-child(1){
		top:17px;
	}
	
	.icon-bar:nth-child(2){
		top:24px;
	}
	
	.icon-bar:nth-child(3){
		top:31px;
	}
	
	.nav-overlay{
		position:absolute;
		top:0;
		right:0;
		bottom:0;
		left:0;
		background-color:rgba(0,0,0,0.5);
		z-index:1;
		opacity:0;
		visibility:hidden;
		-webkit-transition-duration: 0.3s;
		-o-transition-duration: 0.3s;
		transition-duration: 0.3s;
	}
	
	.nav-overlay.active{
		opacity:1;
		visibility:visible;
	}
	
	/* ICON BARS ANIMATION */
	
	.nav-toggle.active .icon-bar:nth-child(1){
		top:24px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	.nav-toggle.active .icon-bar:nth-child(2){
		width:0;
	}
	
	.nav-toggle.active .icon-bar:nth-child(3){
		top:24px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	
	#statistic:hover{
		cursor:pointer;
	}



    /* Media Screens 
	
	@media screen and (max-width: 375px) {
		
		body, html {
			font-size: 12pt;
		}
		
		.fa, .fas {
			font-size:3em;
		}
	}
	*/
	
	@media screen and (max-width: 1024px) {
		
		h1 {
			font-size: 2em;
		}
		
		h2 {
			font-size: 1em;
		}
		
		h4 {
			font-size: 1em;
		}
		
		.controls-play{
			float: none;
			margin: 0 auto;
			width: 100%;
			text-align: center;;
		}
		
		.topapp{
			padding:10px;
		}
		
		#listeners{
			padding:10px;
			text-align:center;
		}
		
		#play-pause {
			padding-left: 0px;
		}
		
		.controls-mute{
			display:none;
		}
		
		.controls-volume{
			display:none;
		}
		
		.low-container{
			padding:0px;
		}
		
		#audio-controls {
			padding: 20px 0;
		}
		
		.row {
			padding: 20px;
			margin:15px 0;
		}
		
		.inner {
			max-width: 90%;
		}
		
		#bitrate{
			font-size: 16px;
		}
		
		#nowplay{
			font-size: 16px;
		}
		.top_space{
			padding: 0.5em 0;
		}
		
		.top_menu{
			display:none;
		}
		
		.nav-toggle {
			right: 10px;
		}
		
		.nav-toggle{;
		display:block;
		}
	}