        body { margin: 0; padding:0; font-family: 'PT Sans', sans-serif; }
        .brand-icon { position:absolute; height:60px; top:50%; left:0; margin-top:-30px; }
        .full-width {position:relative;  width:100%; margin:0; padding:0; text-align:center; }
        .content-width {position:relative;  width:90%; max-width:900px;  margin:0 auto; padding:0; text-align:left; }
        .bg-black { background-color:#000; color:#fff; }
	    .full-break { height:1px; width:100%; margin:0; padding:0;  background-color:#555;}
        .bg-black A { color: #fff; text-decoration: none; }
        .bg-black A:visited { color: #fff; text-decoration: none; }
        .bg-black A:hover { color: rgb(255, 183, 3); text-decoration: none; }
        .footer-top { clear:both; margin-top:120px; padding:32px 0; }
        .footer-top i { padding-right:10px;}

.spinner {

  animation-name: spin;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear; 
  /* transform: rotate(3deg); */
   /* transform: rotate(0.3rad);/ */
   /* transform: rotate(3grad); */ 
   /* transform: rotate(.03turn);  */	
}

@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
        .footer { clear:both; margin-top:20px; }
        .header-social { text-align:right;  height:65px; line-height:75px; font-size:17px; }

        .header-social i { padding-right:10px;}
        .header-main { height:100px; }
        .header-main h1 { color: rgb(255, 183, 3); height:100px; line-height:100px; font-weight:normal; margin:0 0 0 120px; padding:0; text-decoration: none;  }
        .actual-page-content { padding: 50px 0; }

        .nav { position:absolute; top:0; right:0; width:50%; height:90px; line-height:90px; text-align:right; }
        .nav a { padding-right:14px; font-family: 'PT Sans Narrow', sans-serif; } 
		
        A { color: #000; text-decoration: none; }
		A:visited { color: #000; text-decoration: none; }
		A:hover { color: rgb(255, 183, 3); text-decoration: underline; }
		        .video  { width:400px; min-height:250px; margin:15px; float:left;  }
		        .song  { width:400px; min-height:250px; margin:15px; float:left;  }
        .video iframe, .song iframe { width:400px; height:300px; }
        .video h2, .song h2 { font-size:0.9em; }
		.header img { width:157px; height:86px; border:none; }
        .clear-left { clear:left; }
        .clear-right { clear:right; }



            div.video img { cursor:pointer; }
    .vid-player { position:fixed; top:0; left:0; width:100%; height:100%; display:none; }
    .vid-player .blk { position:fixed; top:0; left:0; width:100%; height:100%; background-color:#000; opacity:0.7; }
    .vid-player .player { position:fixed; top:50%; left:50%; transform:translateX(-50%) translateY(-50%);  width:70%; height:50%; background-color:#000; }
    iframe.youtube { height:100%; width:100%; }
    
    .video h2 em { font-size:0.73em; font-weight:normal; }

    
    .vid-column { width:47%; margin:0; padding:0; position:relative; }
    .left { float:left; }
    .right { float:right; }