@import url('https://fonts.googleapis.com/css?family=Architects+Daughter&display=swap');

/*

Author: Bntworx
Version: 1.0

Note: This simple theme was built using Bootstrap 3
*/


body {
    background: #282828  url(https://99.9teamkoolfm.net/teamkoolfmbg.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	width: 100%;
	height: 100%;

	font-size: 15px;
	line-height: 1.42857143;
	color: white;
	 overflow: -moz-scrollbars-vertical;
overflow-x: hidden;
overflow-y: auto;
 animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
		font-weight: normal;
		font-family: "UbuntuRegular", Georgia, serif;

    
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:3;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:3;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:3;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 3;
    }
}





h1, h2, h3, h4, h5, h6 {
    font-family: Oswald,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #888888;
    font-weight: 300;
}
ul {
	margin: 0;
	padding: 0;
}

header:hover
{
background-color:#f4fc5d;
font-family: 'Roboto Condensed', sans-serif;
   
    
}



header {
    
 border-top-left-radius:5px;	 
  border-top-right-radius:5px;
padding: 14px 8px;
    font-size: 17px;
   background-color: #f4fc5d;
 text-align: center;
 

    /*border-bottom: 3px solid black;*/
    height:50px;
}
header span {
	color: gray;
    text-align: center;
    font-size:17px;
       text-transform: uppercase;
      /*font-family: 'Chewy', cursive;*/
      font-family: Arial, Helvetica, sans-serif;
       font-weight: 800;
}
div.copy {
	font-family: "UbuntuRegular", Georgia, serif;
	text-align: center;

    font-weight: 400;
    color: white;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 14px!important;
}
div.copy a {
	color: #ACE3F7;
}
div.copy a:hover {
	color: #ACE3F7;
}
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background:transparent;
  color: black;
  text-align: center;

  
  
}
.navbar-default {
  background:url() 50% 50%/cover no-repeat rgba(0,0,0,0.6); display:block;opacity:0.95;
   border-style: solid;
  border-width: 4px;
border-color: transparent;
  font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 15px!important;  
    
}
.navbar-brand {
    color: white!important;
    border-style: solid;
  border-width: 4px;
border-color: transparent;
  font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 15px!important;  
}
li.active > a {
     background: transparent;  
}
.navbar-nav > li > a {
	color: white!important;
margin-top:5px;
}
.navbar-nav > li > a:hover {
    color: yellow!important;
    background: transparent;
}


div.container {
    
      margin-bottom: 5px;
    background: #38b6ff38;
    padding: 10px;
     border-bottom-left-radius:4px;	 
  border-bottom-right-radius:4px;
 
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    z-index: 888;
    
    
    
    

	-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;
	margin: 10 auto;
	max-width: 1150px;
    max-height: auto;
    overflow: -moz-scrollbars-vertical;
overflow-x: hidden;
overflow-y: auto;
padding-left:20px;
padding-right:20px;
padding-bottom:0px;
margin-bottom:10px;
}
div.head-bg {
	height: 400px;
        width: 100%; 
    background: url() bottom repeat-x;
    padding:0px;
    
}
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: transparent;
}

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: transparent;
	-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: black repeat;
	height: 200px;
	-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: 350px;
}
.img-center {
	margin: 0 auto;
}
ul.stafflist li img {
    height: 110px!important;
}
/** Top Chatters **/
div.cb-top5 {
	padding: 0;
	height: auto;
	width: 100%;
	padding: 5px;

}
div.cb-top5:hover {
	background: rgba(0, 0, 0, 0.4);
}
div.cb-top5-info {
	float: left; 
	margin-left: 6px; 
	width: auto; 
	overflow: hidden;
}
span.cb-top5-points {
	width: auto;
	color: #646464;
	font-size: 11px;
	margin-top: -5px;
	display: block;
}
span.cb-top5-name {
	display: block;
	font-size: 18px;
	overflow: hidden;
	color: #1168B0;
	margin-top: -3px;

	font-family: 'Yanone Kaffeesatz', sans-serif;
}
img.cb-top5-img {
	border-radius: 3px 3px 3px 3px; 
	-moz-border-radius:  3px 3px 3px 3px; 
	-webkit-border-radius:  3px 3px 3px 3px; 
	font-size: 10px;
	width: 30px;
	height: 30px;
	float: left;
}
div.cb-top5-rank {
	border-radius: 3px 3px 3px 3px; 
	-moz-border-radius:  3px 3px 3px 3px; 
	-webkit-border-radius:  3px 3px 3px 3px; 
	font-size: 10px;
	width: 25px;
	float: right;
	text-align: center;
	color: #696969;
		margin-top: 10px;
}
/** Online Users **/
ul.online-user{list-style-type:none;
width:100%;
height:339px;
margin:0;
padding:0;overflow-x:hidden
}
.online-user li{display:block;
width: 99%;
    padding: 12px;
    -webkit-transition: padding-left 0.2s ease-out;
    -moz-transition: padding-left 0.2s ease-out;
    -o-transition: padding-left 0.2s ease-out;
    transition: padding-left 0.2s ease-out;
    margin-bottom: 5px;
    background: rgba(255,255,255, 0.65);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    -ms-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    -o-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
    font-family: 'Roboto Condensed', sans-serif;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer!important;
    position: relative;
    overflow: hidden;}
.online-user li:hover{padding-left:10px}
.online-user li:last-child{border-bottom:0}
.online-user .ol-thumb{float:left;
width: 50px;
    height: 50px;
    padding-bottom: 0;
    float: left;
    margin-right: 10px;
    border-radius: 50%;
    border: 4px solid rgba(44,125,235, 0.2);
}
.online-user h3{font-family:roboto condensed,sans-serif;
 text-transform: uppercase;
color:orange;font-size:14px;
line-height:20px;padding-top:-7px;font-weight:700;margin:0}
.online-user li span{width:100%;display:block;line-height:15px;margin-left:10px;font-size:11px;color:black}
.online-user i{margin-right:4px;font-size:8px;font-weight:bolder}
::-webkit-scrollbar { width: 3px; }
::-webkit-scrollbar-track { box-shadow: 0 0 2px transparent; } 
::-webkit-scrollbar-thumb { background: gray; } 


#dj-stat { float: center; margin-center: 30px; font-family: Oswald; color:white; text-transform: uppercase; font-weight: bold; font-size: 12px; word-wrap:break-word;}
#dj-name { 
margin-center: 20px; 
font-size: 25px;
color: #477bed;
text-align: left;
font-family: AC;
margin-top: 20px;
text-shadow: 1px 1px 5px rgba(0, 0, 0, 1); word-wrap:break-word;}

#dj-listeners { 
display: block; width: 100%;  font-family: AC;  font-size: 25px;color: rgba(0, 105, 255, 0.9); text-align: center;}


div.current-songtitle, div.ob-djname {
	font-size: 15px;
	color: white;
        text-align: left;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	margin-top: 0;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);}

div.current-number, div.ob-djname {
	font-size: 20px;
	color: blue;
        text-align: center;
	font-family: AC;
	margin-top: 0;
	text-shadow: 1px 1px 5px white;}








ul.fansign, ul.stafflist, ul.sponsor, ul.rules {
    list-style: none;
    list-style-type: none;
}
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.no-gutter [class*='col-']:not(:first-child),.row.no-gutter [class*='col-']:not(:last-child) {
  padding-right:5px;
  padding-left:5px;
  padding-top: 5px;
  padding-bottom: 5px;
}




.panel-default {
    margin-bottom: 5px;
    background: #38b6ff38;
    padding: 10px;
    margin-left: auto;   margin-right: auto;
 
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    z-index: 888;
  
}

@media (max-width:500px)
{

.panel-default {
    margin-bottom: 10px;

 
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 10px;
     margin-left: 5px;   margin-right: 5px;
}
}






.panel-defaultfooter {
     background:url() 50% 50%/cover no-repeat rgba(0,0,0,0.6); display:block;opacity:0.95;
    border-radius: 5px!important;
    border: 0px!important;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    color:black;
}


.panel-inner {
    padding-left: 10px;
    padding-right: 10px;
}
.panel-inner {
    padding-left: 10px;
    padding-right: 10px;
}

/** Social Media Icons **/
ul.soc-media {
    list-style: none;   
}
ul.soc-media li {
    display: inline-block;
}
ul.soc-media li a span {
    color: #4c4c4c;
    font-size: 26px!important;
}
.fa-facebook-square:hover {
    color: #1168B0;
}
.fa-twitter-square:hover {
    color: #1ab2e8;  
}
.fa-youtube-square:hover {
    color: #e42b26;  
}
.fa-skype:hover {
    color: #00aff0;  
}
/** Onboard **/
div.ob-info {
	width: auto;
	height: 65px;
	position: absolute;
	margin-left: 75px;
	padding-top: 5px;
}
div.ob-bg {
	width: 100%!important;
	float: left;
	position: relative;
	left: 0;
}
span.ob-status {
    font-size: 10px; 
    margin-top: 2px; 
    display: block; 
    color: #fff;   
}
/** Now Playing **/
div#np-ticker {
    height: 35px;
    padding: 10px;
    font-size: 12px;
    text-transform: uppercase;
}
div.np-board, div.np-box {
	width: 100%;
	height: 70px;
	overflow: hidden;
}
div.np-box {
	width: 320px;
	height: 70px;
}
div.np-album-bg {
	width: 70px;
	height: 70px;
	float: left;
	position: relative;
	left: 0;
}
div.np-album-cover, div.ob-dj-img {
	width: 70px;
	height: 70px;
	position: absolute;
	left: 0;
    border: 1px solid #1a1a1a;
}
div.np-album-frame {
	width: 70px;
	height: 70px;
	position: absolute;
	left: 0;
	box-shadow: -10px 0 10px -5px #030303;
}
div.np-album-current {
	width: 200px;
	height: 65px;
	position: absolute;
	margin-left: 100px;
	opacity: 0;
	padding-top: 5px;
}
div.current-number, div.ob-djname {
	font-size: 40px;
	color: white;
	font-family: AC;
	margin-top: -10px;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
}
div.np-info {
	width: 200px;
	height: 75px;
	float: left;
	text-align: left;
	padding-left: 5px;
	position: relative;
	text-shadow: 1px 1px 5px white;
	overflow: hidden;
	padding-top: 7px;
}
span.np-info-np {
	font-size: 10px;
	color: white;
	display: block;
}
span.np-info-artist {
	font-size: 18px;
	font-family: bebas;
	line-height: 20px;
	color: white;
	display: block;
}
span.np-info-title {
	font-size: 12px;
	color: #777777;
	display: block;
	margin-bottom: 2px;
}
img#albumCov{
    -webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	border: 2px solid white;
	width: 60px;
	height: 60px;
	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;
	-webkit-animation:spin 1s linear infinite;
	-moz-animation:spin 1s linear infinite;
	animation:spin 1s linear infinite;
}
@-moz-keyframes spin { 
	100%	{ 
		-moz-transform: rotate(360deg); 
	} 
}
@-webkit-keyframes spin {
	100%	{ 
		-webkit-transform: rotate(360deg); 
	}
}
@keyframes spin { 
	100%	{ 
		-webkit-transform: rotate(360deg);
		transform:rotate(360deg); 
	}
}

#snowflakeContainer {
    position: absolute;
    left: 0px;
    top: 0px;
}
.snowflake {
    padding-left: 15px;
    font-family: Cambria, Georgia, serif;
    font-size: 14px;
    line-height: 24px;
    position: fixed;
    color: #FFFFFF;
    user-select: none;
    z-index: 1000;
}
.snowflake:hover {
    cursor: default;
}

.currentnum
{   
    
	margin-top:-94px;
	margin-left: 250px;
	width: 80px;
	height: 80px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	font-color:grey;
	text-align:center;
	float:center;
	}

div.current-number3 {
    
	font-family: AC;
	text-transform: uppercase;
	font-size: 45px;
	padding-top: 6px;
	padding-left: 5px;
	color: white;
	
    
}
.numberCircle {
  border-radius: 50%;
  behavior: url(PIE.htc);
  /* remove if you don't care about IE8 */
  width: 76px;
  height: 76px;
  padding: 5px;
  background:#3E68C3 url(https://www.pinoyheartfm.com/source.gif) 50% 50%/cover no-repeat;
  border: 1px solid black;
  
  text-align: center;
  
}
