   
   /* MAIN */
   @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');
   
   body, html {
	   height: 100%;
	   margin: 0;
	   font-family: 'Poppins', sans-serif;
	   font-size: 16pt;
	}
	
	body{

	}
	
	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;
	}
	
	.logo {
		height: inherit;
		line-height: inherit;
		position: absolute;
		left: 0.75em;
	}
	
	.buzz_a {
		border: none;
		float: left;
		margin: 0;
		height: inherit;
	}
	
	.buzz {
		max-height: 2.25em;
		padding: 0.50em 0;
	}
	
	.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;
	}
	
	.client{
		background-color:#fff;
	}
	
	.client_box{
		overflow:hidden;
	}
	
	.client_space{
		float:left;
		width:20%;
	}
	
	.client_img{
		width:60%;
	}
	
	.thin {
		font-weight: 100;
	}
	
	.small_font{
		font-size: small;
	}
	
	.spacer{
		padding:50px 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; */
	}
	
	textarea.app{
		height: 6em;
		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;
		font-family: "Source Sans Pro", sans-serif;
		padding:20px;
		/* 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;
	}
	
	#colorbg{
		background-color:#000;
		height: 100%;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	#mess{
		background-image:url('/img/hero/bg14.jpg');
		height: 40%;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.hero{
		margin: 0px;
		padding: 0px;
		letter-spacing: 0px;
		font-size: 16px;
		left: 30px;
		visibility: visible;
		opacity: 1;
		position:absolute;
		top: calc(100vh - 100px);
		z-index:10001;
		line-height: 3.25em;
	}
	
	.heroplay{
		font-size:3em;
	}
	
	.herotitle{
		padding:0 10px 0 0;
	}
	
	.left{
		float: left;
	}
	
	.half{
		width: 50%;
	}
	
	.over{
		overflow:hidden;
	}
	
	.vplayer{
		display:none;
		width: 100%;
		position: absolute;
		/* display: none; */
		background-color: rgb(0 0 0 / 50%);
		/* background-color: #000; */
		height: 100%;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		z-index: 1010;
	
	}
	
	.vplayer video{
		width:70%;
		top:10%;
		left:15%;
		position:absolute;
	}
	
	#full{
		display:none;
	}
	
	.fullscreen{
		position: absolute;
		line-height: 3.25em;
		right: 30px;
		margin: 0px;
		padding: 0px;
		top: calc(100vh - 100px);
		z-index:10001;
		font-size: 16px;
	}
	.con_icon{
		font-size:3em;
	}
	
	/* HIDE ALL BROWSER MEDIA CONTROLS */
	
	/*::-webkit-media-controls {
		display:none !important;
	}
	*/
	
	
	video::-webkit-media-controls-enclosure {
		display:none !important;
	}
	
	#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: 20px 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);
		position:absolute;
		bottom:0;
	}
	
	#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%;
	}
	
	#cont {
		display:none;
	}
	
	.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: fixed;
	   text-align: right;
	   text-transform: uppercase;
	   top: 0;
	   width: 100%;
	   z-index: 10001;
	}
	
	#dropheader{
		display:none;
      /* background: #252525; ee1111*/
	   background: #252525;
	   height: 3.25em;
	   left: 0;
	   line-height: 3.25em;
	   position: fixed;
	   top: 0;
	   width: 100%;
	}
	
	/*  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:35px;
		height:4px;
		background-color:#fff;
		-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;
	}
	
	footer{
		padding: 6em 0;
		background-color: #f6f6f6;
		color: #555;
		text-transform: uppercase;
	}
	
	.copyright {
    font-size: 10pt;
	text-align: center;
	}
	
	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;
	
	}
	
	
	/* OVERIDE CSS MENU NAV */

    /* 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;
		}
		
		.client_space{
			float:left;
			width:33%;
		}
	
		
	}