/*

Author: Bntworx
Version: 1.0

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

@import url('https://fonts.googleapis.com/css?family=Fjalla+One');


html{
 
  
   
   
 background: white url()no-repeat center center fixed;
    background-size: auto;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;  
font-weight:normal ;  
 font-family: 'Open Sans',sans-serif;
    
   
   overflow-x: hidden;
   }
body {
 


	width: 100%;
	height: 100%;
	background: none !important;
font-family: "Open Sans", sans-serif;
	font-size: 15px;
	line-height: 1;
	color: #d8d8d8;
  overflow-x: hidden;
  font-weight:normal;
}
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;
}

a:hover {
  color: tomato;
}

a {
  color: white;
}




@media (max-width:500px)
{

header {
   
     margin-left: 5px;   margin-right: 5px;
      background: #f33; /* fallback for old browsers */
 
}
}

header {
    
 
padding: 8px 8px;
    font-size: 17px;
    background: #f33;/* fallback for old browsers */
   text-align:center;
    height:35px;
    
}
header span {
	color: white;
   /* text-shadow: 0.1em 0.1em rgba(0,0,0, 0.3);*/
    font-size:17px;
       text-transform: uppercase;
      font-family: 'segoe ui';
       font-weight: bold;
      
}
div.copy {
	font-size: 12px;
	text-align: center;
	color: #CCC;
}
div.copy a {
	color: #ACE3F7;
}
div.copy a:hover {
	color: #ACE3F7;
}
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: transparent;
  color: #ACE3F7;
  text-align: center;
}
/*.navbar-default, .navbar-brand {
  background:url() 50% 50%/cover no-repeat #000;display:block;opacity:0.95;
  
  
    border-radius: 0px!important;
    border: 0px!important;
    font-family: 'Roboto';
    text-transform: uppercase;
    font-size: 17px!important;
    -moz-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.8);
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.8);
    margin-bottom:0px;
    font-weight: bold;
    
}
.navbar-brand {
    color: white!important;
    font-weight: bold;height:30px;
}
li.active > a {
     background: white!important;  
}
.navbar-nav > li > a {
	color: white!important;
margin-top:0px;
}
.navbar-nav > li > a:hover {
    color: red!important;
    background: transparent;
}

*/



div.container {
	background:  transparent;
	-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: 5px;
	border-top-right-radius: 5px;
	/*box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);*/
   margin: 0 auto;
	max-width: 1270px;
	padding: 5px !important;
	margin-bottom: 0 !important;
    overflow-x: hidden; 
}


div.head-bg {
    
  background: #504f4f url(https://www.kabayanradio.com/video/bgtop.jpg) no-repeat center bottom!important;
    width: 100%;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
    padding-top: 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: #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: black 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: 400px;
 align:left;
-moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
     margin-top:10px;
   margin-bottom:10px;
    }
 


@keyframes heartbeat
{
  0%
  {
    transform: scale( .95 );
  }
  20%
  {
    transform: scale( 1 );
  }
  40%
  {
    transform: scale( .90 );
  }
  60%
  {
    transform: scale( 1 );
  }
  80%
  {
    transform: scale( .90 );
  }
  100%
  {
    transform: scale( .95 );
  }
}

 
 
 
 
 
 
 
 
 
 
 
    
.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;
	border-bottom: 1px dotted #1a1a1a;
}
div.cb-top5:hover {
	background: transparent;
}
div.cb-top5-info {
	float: left; 
	margin-left: 6px; 
	width: auto; 
	overflow: hidden;
}
span.cb-top5-points {
	width: auto;
	color: #999;;

	margin-top: -5px;
	display: block;
	font-size: 13px;
    font-weight: 100;
}
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;
}


/** Top 5 Chatters **/

.clear {
clear: both;
}

div.cb-top5 {display:block;
width: 95%;
color: green;margin:0px;
    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: 0px;
    margin-top: 0px;
   
    
   
    cursor: pointer!important;
    position: relative;
    overflow: hidden;
   
    font-size: 15px;

}

div.cb-top5:hover {
	background: transparent;

}
div.cb-top5-info {
	float: left; 
	margin-left: 0px; 
	width: auto; 
	overflow: hidden;
    background: transparent;	
	
}
span.cb-top5-points {
    background: transparent;
	width: auto;
	width: auto;
	color: #999;;

	margin-top: -5px;
	display: block;
	font-size: 13px;
   
	text-align: left;
	text-transform:capitalize;
	

}
span.cb-top5-name {
    text-align: left;
margin-top:0px;
   color: black;
  font-size: 16px;
  font-family: 'Open Sans',sans-serif;
  text-transform:capitalize;
}
img.cb-top5-img {
    float:left;
    width: 38px;
    height: 38px;
    padding-bottom: 0;
    float: left;
    margin-right: 10px;
    
    border-radius: 50%;
    border: 4px solid #7b7a77;
}
div.cb-top5-rank {
	position: absolute;
    width: 20px;
    height: 20px;
    font-size: 10px;
    background: lightblue;
    color: green;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto Condensed';
    font-weight: bolder;
    margin-left: 25px;
    margin-top: 20px;
    border: 2px solid #3844A9;
}





















                                                        /***online users ****/
ul.online-user{list-style-type:none;
width:100%;
height:429px;
margin:0;
padding:0;overflow-x:hidden
}

.online-user li{display: block;
width:100%;
padding: 5px;
-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: rgb(0,0,0);
background: transparent;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
cursor: pointer!important;
position: relative;
overflow: hidden;}

.online-user li:hover{
 background: #0a83fd;   
    
    
}
.online-user li:last-child{border-bottom:0}


.ol-thumb{float: left;
    width: 50px;
    height: 50px;
    padding-bottom: 0;
    float: left;
    margin-right: 5px;
    border-radius: 50%;
    border: 4px solid rgba(44,125,235, 0.2)}
.online-user h3{font-family:roboto;
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:12px;color:white}
.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:red;
-webkit-box-shadow:none}
.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}

/*******end online*********/

.onboard-pic {
    max-width: 100%;
    border-radius: 50%;
    margin-top: -105px;
    margin-bottom: 5px;
    width: 150px;
    height: 150px;
    border: 3px solid #f9c301;
    background:#4e4848;

}
.onboard-cover {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    border-radius: 0;
    height: 140px;
    background: url(https://www.kabayanradio.com/video/cover.jpg);
    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;
    border-top-left-radius:5px;	 
  border-top-right-radius:5px;
}





.track { 
margin-top:55px;
}

@media (max-width: 500px) {
.track{ 
margin-top:64px;
}
}






#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: 26px;
color: black;
text-align: center;
font-family: AC;
margin-top: 20px;
 word-wrap:break-word;
    
}

#dj-listeners { 
 


text-align: right;

margin-top: -50px;
margin-right: 10px;
float: right;

    padding: 5px 15px;
    border-radius: 5px;
    font-size: 17px;
    font-family: 'Oswald-Regular';
    font-weight: bolder;
    background: #c10c54e6;
    color: white;
   
    
    letter-spacing: 2px;    
}

@media (max-width:500px)
{

#dj-listeners {
 margin-top: -40px;
margin-right: 15px;
}

}
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: #fffffe;
    padding: 10px;
 
 
  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;
  background: #fffffe;
 
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 0px;
     margin-left: 5px;   margin-right: 5px;
}
}



.panel-default2 {
    margin-bottom: 5px;
       background: white;
    padding: 10px;
 
 
  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;
  
 height: 400px !important;
  
  
  
  
  
}

@media (max-width:500px)
{

.panel-default2 {
    margin-bottom: 10px;
  background: white;
 
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 0px;
     margin-left: 5px;   margin-right: 5px;
     height: 190px !important;
}
}














.banner {
    width: 100%; height: 310px;
  
}


@media (max-width:500px)
{

.banner {
    width: 100%; height: 190px;
  
}
}







.panel-defaultfooter {
    background:url() 50% 50%/cover no-repeat black; display:block;
    border-radius: 0px!important;
    border: 0px!important;
   font-family: 'Open Sans',sans-serif;
    text-transform: uppercase;
    font-size: 14px!important;
    color: white;
    margin-top:10px;
    Height:59px;
    padding:7px;
}
.player {
    background: #000;
    margin-bottom: 10px;
    opacity: 0.65;
    padding-top: 2px;
height: 35px!important;
overflow: hidden;
}
.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;
  
}
/*******************/

.float{
	position:fixed;
	width:50px;
	height:50px;
	bottom:10px;
	right:10px;
	background-color:rgba(0,0,0,0.2);
	color:#FFF;
	border-radius:50px;
	text-align:center;

}

.my-float{
	margin-top:16px;
	box-shadow: 0 2px 2px transparent;
}


.float:hover{
	position:fixed;
	width:50px;
	height:50px;
	bottom:10px;
	right:10px;
	background-color:#ffc107;
	color:#dc3545;
	border-radius:50px;
	text-align:center;
box-shadow: 0 2px 5px black;
}




.float2{
	position:fixed;
	width:50px;
	height:50px;
	bottom:10px;
	right:80px;
	background-color:rgba(0,0,0,0.2);
	color:#FFF;
	border-radius:50px;
	text-align:center;

}

.my-float2{
	margin-top:0px;
}


.float2:hover{
	position:fixed;
	width:50px;
	height:50px;
	bottom:10px;
	right:80px;
	background-color:#ffc107;
	color:#dc3545;
	border-radius:50px;
	text-align:center;

}

.footer-bg {
    height: 500px;
    width: 100%!important;
    /*background: url(http://philippaross.com/wp-content/uploads/2018/04/Wo8wGxz-1-1080x675.jpg) no-repeat center top!important;*/
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
    padding: 50px;
    margin-top: -150px;
}

















/***********************OTHERS*****************/






.site-footer{
	position:fixed;
	width:100%;
	height:70px;
	bottom:0px;
	left:0px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+21,000000+73&0+0,0.65+61 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.22) 21%, rgba(0,0,0,0.65) 61%, rgba(0,0,0,0.65) 73%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.22) 21%,rgba(0,0,0,0.65) 61%,rgba(0,0,0,0.65) 73%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.22) 21%,rgba(0,0,0,0.65) 61%,rgba(0,0,0,0.65) 73%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */

	color:#FFF;
	
	


}




.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:10px;
	right:10px;
	background-color:rgba(0,0,0,0.2);
	color:#FFF;
	border-radius:50px;
	text-align:center;
background: lightblue url("https://www.talaluvzradio.com//video/cd.png") ;
 -webkit-animation-name: rotateThis;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

.my-float{
	margin-top:14px;
	box-shadow: 0 2px 2px black;
}


.float:hover{
	position:fixed;
	width:60px;
	height:60px;
	bottom:10px;
	right:10px;
	background-color:#ffc107;
	color:#dc3545;
	border-radius:50px;
	text-align:center;
box-shadow: 0 2px 5px black;
}




.float2{
	position:fixed;
	width:50px;
	height:50px;
	bottom:10px;
	right:80px;
	background-color:transparent;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	 animation: notes 5s infinite normal;

}

.my-float2{
	margin-top:0px;
	
}


.float2:hover{
	position:fixed;
	width:50px;
	height:50px;
	bottom:10px;
	right:80px;
	background-color:transparent;
	color:#dc3545;
	border-radius:50px;
	text-align:center;

}





.float3{
	position:fixed;
	width:30px;
	height:20px;
	bottom:25px;
	right:67px;
	background-color:rgba(0,0,0,0.2);
	color:#FFF;
	border-radius:50px;
	text-align:center;
background: transparent url("") ;
 
}

.my-float3{
	margin-top:14px;
	box-shadow: 0 2px 2px black;
}


.float3:hover{
	position:fixed;
	width:60px;
	height:60px;
	bottom:10px;
	right:10px;
	background-color:#ffc107;
	color:#dc3545;
	border-radius:50px;
	text-align:center;
box-shadow: 0 2px 5px black;
}











@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 */
}
   
   




       .muzieknootjes {
  display: block;
  margin: auto;
  position: relative;
  width: 60%;
  min-width: 300px;
  height: 0px;
  border: 0px solid #000;
  
  
}

.noot-1,
.noot-2,
.noot-3,
.noot-4 {
  position: absolute;
  animation: notes 2s infinite normal;
  font-size: 12px;
  opacity: 0;
  color: white;

}

.noot-1 {
  top: 0px;
  right: -20px;
  animation-delay: 0.2s;
}

.noot-2 {
  top: 10px;
  right: -20px;
  animation-delay: 0.5s;
}

.noot-3 {
  top: 15px;
 right: -20px;
  animation-delay:1s;
}

.noot-4 {
  top: 20px;
  right: -20px;
  animation-delay: 1.3s;
}

@keyframes notes {
  0% {
    transform: scale(1) translate(0, 0);
    opacity: 0;
     
  }
  50% {
    opacity: 1;
    transform: scale(1.5) translate(-50%, -50%);
  }
  80% {
    opacity: 0;
    transform: scale(1.5) translate(20%, -60%);
  }
  100% {
    transform: scale(1.5) translate(30%, -50%);
    opacity: 0;
  }
}


.np-img {
    height: 55px;
    width: 55px;
    border-radius: 3px;
    border-radius: 100%;
    -webkit-animation-name: rotateThis;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}
@-webkit-keyframes rotateThis {
  from {-webkit-transform:scale(1) rotate(0deg);}
  to {-webkit-transform:scale(1) rotate(360deg);}
} 


@media (max-width: 767px) {
    .affix {
       position: fixed;
       
         top: 0;
    width: 100%;
    z-index: 9999 !important;
    }
}

@media (min-width: 768px) {
    .affix {
        position: static; 
    }
}


.affix {
  
  }

  .affix + .container-fluid {
    padding-top: 70px;
  }
   
   
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-size: 12px!important;
    
    letter-spacing: .1rem!important;
    font-weight: bold!important;
    padding: 14px!important;
    text-transform: uppercase!important;
    color: #fff;
    background-color: orange;
    border-color: gray;
}


.btn:hover {
   
    color: #fff;
    background-color: orange;
    border-color: gray;
}


.modal-content {
    position: relative;
    background-color: #1F1F1F;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-footer {
    padding: 19px 20px 20px;
    margin-top: 15px;
    text-align: right;
    border-top: 1px solid #4a4747;
}

.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #524f4f;
    color:white;
}
.modal-dialog {
  
    margin-top: 60px ;
}
