/*
BNTWORX
*/
@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
@import url(fonts.css);
@import url('https://fonts.googleapis.com/css?family=Dancing+Script');
/*@media (pointer: coarse) and (hover: none) {
  header {
    background: hotpink url('') black no-repeat center center scroll;
  }
  header video {
    display: none;
  }
}

*/





@media only screen and (max-width: 800px) {
    #fadeshow {
        display: none;
    }
    }

@media screen and (min-width: 0px) and (max-width: 800px) {
  #my-content{ display: block; }  /* show it on smaller screen */
}
@media screen and (min-width: 800px) and (max-width: 10000px) {
  #my-content{ display: none; }   /* hide it on larger screens */
}







html {
    
    
	background: dimgray url() no-repeat center center fixed;  
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}



body {
	
	width: 100%;
	height: 100%;
	background: none !important;
	font-family: Roboto,arial,sans-serif;
	font-size: 15px;
	line-height: 1.42857143;
	color: #888;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #888888;
    font-weight: 300;
}
ul {
	margin: 0;
	padding: 0;
}
header {

    padding: 10px 7px;
    font-size: 13px;
    background:#ff0442!important;
    color: #fff!important;
    border-bottom: 1px solid rgba(0,0,0,0.8)!important;
      border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
        text-align: center;
    
}
header span {

	padding-left: 0px;
    color: white;
    font-weight: bold;
}
.soc-butts {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 7px; 
	background: rgba(0,0,0, 0.90);
	margin-bottom: 10px;
}
.soc-fbgroup {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #4267b2;
	color: #fff;
	padding: 4px;
	border: none!important;
}
.site-name {
	color: #c7c7c7;
    font-weight: bold;
}
.soc-media a {
	color: #c7c7c7 !important;
}
div.copy {
	font-size: 11px;
	text-align: center;
}
div.copy a {
	color: #c7c7c7;
}
div.copy a:hover {
	color: #888;
}
.badge {
	background: #c7c7c7!important;
	color: #000 !important;
}
audio::-webkit-media-controls-panel
 {
  background-color: #1d1d1d;
}

.navbar-default, .navbar-brand {
    
    border-radius: 0px!important;
    border: 0px!important;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 14px!important;
   background-color: #ff0442!important; border-color: rgba(247, 177, 43, 0.2);
}

.underbar{
  width: 0;
  height: 5px;
  background: rgba(100,100,200,0);
  left: -50px;
  top: 20px;
  position: absolute;
  -webkit-transition: 0.5s ease;
}
.navbar-brand {
    color: silver!important;
    font-weight: bold;
}
li.active > a {
     background: rgba(34,34,34, 0.65)!important;  
}
.navbar-nav > li > a {
display: block;
    text-decoration: none;
    background: none;
    font-family: 'Open Sans Condensed';
    font-weight: 700;
    font-size: 15px;
    line-height: 50px;
    color:red;
    text-shadow: 0px -1px 0px #6e3232;
    padding: 0px 25px;
    border: none;
    margin: 0;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    position: relative;
    transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -webkit-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
}
.navbar-nav > li > a:hover {
    color: white!important;
    text-shadow: 0px -2px 0px rgba(0,0,0,1), 0 0 5px rgba(255,255,255,0.8),0 -4px 15px rgba(255,255,255,0.5);
    
    
}
div.container {
margin: 0 auto;
	max-width: 1100px;
	padding: 10px !important;
	margin-bottom: 0 !important;
	
	overflow-x: hidden;
}
div.head-bg {
	height: 350px;
    /* background: url(../img/head-bg.png) bottom repeat-x; */
}
div.head-1 {
	background: rgba(0,0,0, 0.9);
}
div.c-left {
	-webkit-border-radius: 10px;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius: 10px;
	-moz-border-radius-topright: 0;
	border-radius: 10px;
	border-top-right-radius: 0;
}
.navbar-collapse li { text-align: center; }
div.show-player {
	width: 0px;
	opacity: 0;
	color: #f1f1f1;
}

div.c-right {
	background: url(../img/c-right-bg.html) repeat;
}
div.nav-right-bg {
	background: rgba(0,0,0, 0.7);
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
div.nav-left-bg {
	background: #000;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
}
div.r-player {
	background: #000;
}
div.cctrack {
	padding: 5px;
}
div.cctrack:nth-child(odd){
    background:#e0e0e0;
}
div.cc_recenttracks_list {
	font-size: 10px!important;
}
div a.ccbuy {
	display: none!important;
}
div.cc_recenttracks_list img {
	width: 50px!important;
	height: 50px!important;
}
div.yt-box {
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 3px solid rgba(0,0,0, 0.4);
}
div.cbox {
	background: rgba(255,255,255, 0.4);
	padding: 10px;
	border: 1px solid #b6b6b6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
div.main {
	background: #eaeaea;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
div.on-air {
	padding: 20px;
	background: url(../img/on-air-bg.html) no-repeat;
}
div.footer {
	background: url(../img/c-right-bg.html) repeat;
	height: 150px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top: 5px solid #2b2b2b;
	margin-bottom: 10px;
}
div.top {
	margin: 0 auto;
	max-width: 980px;
	background: url(../img/c-right-bg.html) repeat;
	min-height: 115px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom: 5px solid #2b2b2b;
}
img.logo {
    width: 330px;
    margin-top: -2px;
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
   
    
    
    
}




.img-center {
	margin: 0 auto;
}
ul.stafflist li img {
    height: 140px !important;
}


html, * 
{
margin: 0;
padding: 0;
}
body 
{ 
background: transparent;
}

/** Online Users **/
ul.online-user{list-style-type:none;
width:100%;
height:820px;
margin:0;
padding:0;overflow-x:hidden
}
.online-user li{display:block;
padding:5px;
-webkit-transition:padding-left .2s ease-out;
-moz-transition:padding-left .2s ease-out;
-o-transition:padding-left .2s ease-out;transition:padding-left .2s ease-out;
margin-bottom:5px;background:rgba(52,52,52,.2);
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
background: radial-gradient(ellipse farthest-corner at 20% 30%, #0a0b0d 0%, #25333a 0%, #182024 100%);
    background: radial-gradient(ellipse farthest-corner at 20% 30%, #222b35 0%, #252e38 10%, #20242b 100%);
    flex-shrink: 0;    
    
}


.online-user li:hover{padding-left:10px}
.online-user li:last-child{border-bottom:0}
.online-user .ol-thumb{float:left;
width:35px;
height:35px;margin-right:7px;
border:1px solid #1a1a1a;
-webkit-border-radius:35px;
-moz-border-radius:35px;
border-radius:35px}
.online-user h4{font-family:roboto condensed,sans-serif;
font-size:13px;
padding-top:-7px;font-weight:700;margin:0;
       background: url(/cboxv4/css/img/cbox/linkback3.gif) repeat;
   
}



.online-user li span{width:100%;display:block;line-height:15px;margin-left:10px;font-size:10px;color:silver}
.online-user i{margin-right:4px;font-size:8px;font-weight:bolder}
.online-user::-webkit-scrollbar{-webkit-appearance:none;width:12px;
background-color:transparent}
.online-user::-webkit-scrollbar-thumb{border-radius:12px;border:5px solid transparent;
background-clip:content-box;
background-color:#c7c7c7}
.online-user::-webkit-scrollbar-thumb:hover{border-radius:12px;border:5px solid transparent;
background-clip:content-box;
background-color:#c7c7c7}


.row{padding:0 10px}.no-gutter [class*=col-]:not(:first-child),.row.no-gutter [class*=col-]:not(:last-child){padding:0 5px!important}



ul.req-list{list-style-type:none;
width:100%;
height:420px;
margin:0;
padding:0;overflow-x:hidden
}
.req-list li{display:block;
padding:5px;
-webkit-transition:padding-left .2s ease-out;
-moz-transition:padding-left .2s ease-out;
-o-transition:padding-left .2s ease-out;transition:padding-left .2s ease-out;
margin-bottom:5px;background:rgba(52,52,52,.2);
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px}
.req-list li:hover{padding-left:10px}
.req-list li:last-child{border-bottom:0}
.req-list .ol-thumb{float:left;
width:35px;
height:35px;margin-right:7px;
border:1px solid #1a1a1a;
	border-radius: 3px 3px 3px 3px; 
	-moz-border-radius:  3px 3px 3px 3px; 
	-webkit-border-radius:  3px 3px 3px 3px; }
.req-list h3{font-family:roboto condensed,sans-serif;
color:#0068ff;font-size:16px;
line-height:20px;padding-top:-7px;font-weight:700;margin:0}
.req-list li span{width:100%;display:block;line-height:15px;font-size:11px;color:gray}
.req-list i{margin-right:4px;font-size:8px;font-weight:bolder}
.req-list::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px orange;
    background-color: transparent;
}

.req-list::-webkit-scrollbar{-webkit-appearance:none;width:7px;
background-color:transparent}

.req-list::-webkit-scrollbar-thumb{border-radius:12px;

background-clip:content-box;
background-color:red;
-webkit-box-shadow:none}

.req-listr::-webkit-scrollbar-thumb:hover{border-radius:12px;border:5px solid orange;










background-clip:content-box;
background-color:#c7c7c7}.row{padding:0 10px}.no-gutter [class*=col-]:not(:first-child),.row.no-gutter [class*=col-]:not(:last-child){padding:0 5px!important}

ul.fansign, ul.vipmember, ul.sponsor {
    list-style: none;
    list-style-type: none;
    height: 270px !important;
    overflow: hidden!important;
}

ul.side-menu {
    list-style: none;
}
ul.nav-stacked li {
    background: #1168B0;
}
ul.nav-stacked li a {
    color: #fff;   
}
.nav-stacked li a:hover {
    color: #1168B0;   
}
ul.rules li {
    text-align: center;
    font-size: 11px;
}

.row {
	padding: 0px 10px;
}

.no-gutter [class*='col-']:not(:first-child),.row.no-gutter [class*='col-']:not(:last-child) {
	padding: 0px 5px !important;
}


.panel-default {
    margin-bottom: 10px;
   border: 2px solid #222222;
    color: #ffffff;

       background:rgba(0, 0, 0, 0.5);
    padding: 10px;
}
#player {
	height: 50px;
}
.panel-inner {
    padding-left: 10px;
    padding-right: 10px;
}
/** Onboard **/
div.ob-stat {
    background: rgba(0,0,0, 0.5);
    padding: 10px;
    display: block;
    vertical-align: middle;
}
span.ob-djstat {
	font-size: 18px; 
    display: block; 
    color: #fff;   
    font-family: 'bebas';
}
span.ob-djname {
	color: #fff;
	line-height: 12px;
	display: block;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Roboto Condensed';
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
}
span.ob-djtime {
	font-size: 12px;
	color: #a8a8a8;
}
div.ob1 {
	background: none;
    position: relative;
    height: 180px;
}
div.ob-box {
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.9) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,.9)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.9) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.9) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.9) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.9) 100%);
}
div.ob-info {
	width: 100%;
	padding: 10px;
	text-align: left;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
	overflow: hidden;
}
div.ob-bg {
	background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
#dj-listeners { font-family: AC;  font-size: 22px;color: white; }



/** Now Playing **/
div.np1 {
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.9) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,.9)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.9) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.9) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.9) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.9) 100%);
}
div.np-bg {
	background: url(../img/bg-4.jpg) no-repeat;
	background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
div#np-ticker {
    height: 20px;
    padding: 7px 10px;
    font-size: 11px;
    text-transform: uppercase;
}
div.np-board, div.np-box {
	height: 50px;
	overflow: hidden;
}
div.np-box {
	width: 100%;
	height: 90px;
}
div.np-album-bg {
	position: relative;
	left: 0;
}
div.np-album-cover img, div.ob-dj-img img {
	width: 80px; 
	height: 80px;
}
div.np-album-current {
	width: 200px;
	height: 65px;
	position: absolute;
	margin-left: 100px;
	opacity: 0;
	padding-top: 5px;
}

div.current-number {
	font-family: Roboto,arial,sans-serif;
	font-size: 13px;
	padding-top: 6px;
	padding-left: 5px;
	color: #fff;
}
div.np-info {
	width: 80%;
	height: auto;
	text-align: left;
	padding-left: 11px;
	position: relative;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
	overflow: hidden;
	margin-top: 10px;
}
span.np-info-np {
	font-family: 'Roboto Condensed';
	font-size: 12px;
	color: #f1f1f1;
	display: block;
}
span.np-info-at {
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	display: block;
}
span.np-info-st {
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	display: block;
}
img#albumCov{
    -webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	border: 2px solid #1d1d1d;
	width: 100px;
	height: 100px;
	margin-top: 5px;
	overflow: hidden;
	opacity: .75;
	-ms-filter: ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“alpha(opacity=75)ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â; 
	filter: alpha(opacity=75); 
	-khtml-opacity: .75;
	-moz-opacity: .75;
	position: absolute;
	left: 0;
	z-index: 888;
}
#albumCov2 {
	box-shadow: 0px 0px 5px black;
}

.marquee {
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}

.marquee span {
    display: inline-block;
    padding-left: 100%;  /* show the marquee just outside the paragraph */
    animation: marquee 15s linear infinite;
}

.marquee span:hover {
    animation-play-state: paused
}

/* Make it move */
@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}
div.current-number, div.ob-djname {
	font-size: 30px;
	color: violet;
     font-family: AC;
     text-align:center;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
	}
	.board-info {
	height: 100px;
	min-width: 30px;
	max-width: 250px;
	text-align: left;
	padding-left: 5px;
	z-index: 9999;
	overflow: hidden;
	padding-top: 5px;
}
#dj-name {   margin: auto; font-family: 'Orbitron', sans-serif; color: orange; padding:2px; text-transform: uppercase; font-size: 140%; }
#dj-stat { margin-left: 22px; font-family: 'Dancing Script', cursive; color:red;  font-weight: bold; font-size: 70%; word-wrap:break-word;}
.board-pic {
	width: 70px;
	height: 70px;
	float:left;
	
}
img.board-pic {
	width: 70px;
	height: 70px;
	border:5px solid #2E9AFE;
}
.board-tagline {
	font-family: fantasy;
	font-size: 12px;
	word-wrap: break-word;
	font-family: 'BrandonText-Light';
	text-transform: capitalize;
	color: yellow;
	padding-top:3px;
}
.board-name {
	font-family: fantasy;
	color: #2E9AFE;
	display: block;
	font-size: 20px;
	text-shadow:none;
}
.onboard {
	letter-spacing: 0.1em;
	font-size: 21px;
	color: #CACACA;
	font-family: 'Tahoma';
	display: block;
}
.board-info {
	height: 100px;
	min-width: 30px;
	max-width: 250px;
	text-align: left;
	padding-left: 5px;
	z-index: 9999;
	overflow: hidden;
	padding-top: 5px;
}
ul.stafflist li img {
    height: 110px!important;
}
ul.fansign, ul.stafflist, ul.sponsor, ul.rules {
    list-style: none;
    list-style-type: none;
}
ul.side-menu {
    list-style: none;
}
.bnt-user .bnt-thumb {
	float: left;
	width: 90px;
	height: 90px;
	margin-right: 7px;
	border: 1px solid #1a1a1a;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
}
/** Online Users **/
ul.req-list{list-style-type:none;
width:100%;
height:222px;
margin:0;
padding:0;overflow-x:hidden
}


