﻿/*
  @font-face {
    font-family: freesans;
    src: url(../font/FreeSans.ttf);
  }

  @font-face {
    font-family: freesansbold;
    src: url(../font/FreeSansBold.ttf);
  }
*/


@viewport{
 width: device-width;
 initial-scale: 1;
}

@-ms-viewport{
 width: device-width;
 initial-scale: 1;
}

  html {
  height: 100%;
  padding: 0; 
  margin: 0;
  }

  a {
  color:#167ac6;
  text-decoration:none;
  }

  .yt_a_link {
//  color:#167ac6;
//  text-decoration:none;
  }

  .yt_a_link:visited {
//  color:#167ac6;
  }

  a:hover {
  color:#369ae6;
  text-decoration: underline;
  }

  body {
    font-family: arial, helvetica, verdana, sans-serif;
//    font-family: freesans, arial, helvetica, verdana, sans-serif;
    padding: 0; 
    margin: 0; 
    border: 0;
    top: 0; 
    left: 0; 
    line-height: 16px;
//    user-select: none;
//    -webkit-user-select: none;
//    -moz-user-select: none;
//    -ms-user-select: none;
//    -o-user-select: none;
    overflow-x: hidden;
    min-height: 100%;
  }

/*
@media screen and (min-width: 1024px) {
  @font-face {
    font-family: freesans;
    src: url(../font/FreeSans.ttf);
  }

  body {
    font-family: freesans, arial, helvetica, verdana, sans-serif;
 }
}
*/

  form {
    font-size: 14px;
  }

  div, ul, li {
    padding: 0; 
    margin: 0; 
    border: 0;
  }

  img:-moz-loading {
    visibility: hidden;
  }

  sup { 
    font-size: 0.75em;
    vertical-align: super;
    line-height: 0;
  }

  #testfont {
    position: absolute;
    visibility: hidden;
    height: auto;
    width: auto;
    white-space: nowrap; 
  }

  p {
  margin-top:4;
  margin-bottom:28;
  color:#333333;
  line-height: 1.4em;
  font-size: 17px;
  }

  hr {
  color: #C0C0C0;
  width: auto;
  margin-top: 0; 
//  margin-left: 28; 
//  margin-right: 28; 
  }

  #song_pane hr {
//  margin-right: 28; 
//  margin-left: 28; 
  }

  h1 {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.1em;
  margin-top: 26px;
  margin-bottom: 8px;
//  margin-bottom: 15;
//  margin-left: 28px;
   color: #888888;
  }

  .home_h1 {
   font-size: 24;
   margin-top: 14;
   margin-bottom: 4;
   line-height: 1.1em;
   color: #999999;
   text-align:left;
  }

  .home_text {
   margin-top: 0;
   margin-bottom: 12px;
  }

  #song_pane h1 {
   margin-top: 12px;
   padding-top: 3px;
   margin-bottom: 0;
  }

  h1 span{
  font-weight: lighter;
//  font-size: 20px;
  color:#167ac6;  
  }


  h2 {
  font-weight: bold;
  font-size: 20px;
  line-height: 1em;
//  margin-left: 28; 
  padding-top: 16; 
  margin-bottom: 4;
  color: #777777;
  }

  h3 {
  font-weight: normal;
  font-size: 14px;
  line-height: 1em;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20;
  color: #666666;
  }

  #song_pane h3 {
   font-size: 13px;
   line-height: 14px;
  }

  h4 {
  font-weight: bold;
  font-size: 16px;
  line-height: 1em;
  }



  .centered {
  text-align: center;
  margin-left: auto;
  }

  .indented {
  margin-left: 5%;
	font-size: 14px;
  }


  h5 {
  color: #999999;
  font-size: 24px;
//  margin-left: 28; 
  margin-bottom: 12;
  }

  h6 {
  color: #999999;
  font-size: 18px;
//  margin-left: 28; 
  margin-bottom: 0;
  margin-top: 12;
  }


  pre {
  font-weight: bold;
//  margin-left: 28; 
//  margin-right: 28; 
    color: #444444;
   font-size: 13px;
  }

#thumbnailcontainer {
 width: 970px;
 margin: auto;
}

#thumbnailslider {
 padding-left: 28px;
// left: 0;
 width: 1000em;
 position: relative;
 font-size: 13; 
 font-weight: bold;
}

  .yt_thumb_link {
    position: relative;
  }

  .yt_thumb_link:after {
    content: "";
    position: absolute;
    top: -3;
    left: 0;
    width: 120px;
    height: 60px;
//    z-index: 0;
    background: transparent url(../images/youtube.6.u.png) no-repeat center;
    background-size: 117px 60px;
    pointer-events: none;
    opacity: 0.7;
  }

  .yt_thumb_link:hover:after {
    content: "";
    position: absolute;
    top: -4;
    left: 0;
    width: 120px;
    height: 60px;
//    z-index: 0;
    background: transparent url(../images/youtube.6.u.png) no-repeat center;
    background-size: 156px 90px;
    pointer-events: none;
    opacity: 1;
  }


  .yt_middle:after {
    top: -6;
    left: -8;
    width: 160px;
    height: 90px;
    background-size: 157px 90px;
  }

  .yt_middle:hover:after {
    top: -8;
    left: -8;
    width: 160px;
    height: 90px;
    background-size: 206px 120px;
  }




  .button {
  border-radius: 6px;
  border:1px solid #FF9000;
  background-color: #FF9000;
  color: white;
  height:28px;
  float:left;
  font-size:13px;
//  margin: auto;
  cursor: pointer;
  cursor: hand;
  }

  .button:hover {
  background-color: white;
  border:1px solid #ee7000;
  background-color: #ee7000;
  color: white;
  }

  .button:active {
  background-color: white;
  color: #FF9000;
  }

  .text {
  color: #000000;
  margin-top: 0;
  line-height: 1.5em;
  font-size: 16px;
  }

  .lbutton {
  margin-left: 2px;
  }

  .prevbutton {
  margin-left:28;
  float:left;
  }

  .nextbutton {
  margin-right:10;
  float:right;
  }

  .jumpbutton {
  margin:5;
  width:20;
  height:20;
  font-size:12;
//  margin-left: auto;
//  margin-right: auto;
  padding:0;
  }

  .hbutton {
  color:#777777;
  font-size:30;
  cursor: pointer;
  cursor: hand;
  }

  .hbutton:hover {
  font-size:40;
  font-weight:bold;
  }

  .jumpbutton:hover {
  margin:0;
  width:30;
  height:30;
  font-size:24;
  }

  .jumpbuttonhover {
  margin:0;
  width:30;
  height:30;
  font-size:24;
  }

  input[name="animation"] {
  cursor: pointer;
  cursor: hand;
  }

  .cursive {
  font-style: italic;
  font-weight: bold;
  }

  .textblock > div {
  font-size: 14px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  }

  .textblock > div * {
  display: inline-block;
  }

  .textblock li {
  font-size: 15px;
  margin-bottom: 8px;
  }

  .textblock p + li {
  margin-top: -24px;;
  }

  .textblock li + p {
  margin-top: 18px;;
  }




  .lessonpagefooter {
  width:100%;
  position:absolute;
  bottom:0;
  }

  .lessongroupfooter {
  width:100%;
  height: 8%;
  position:absolute;
  bottom:0;
  display: table;
  }

  .buttontext {
//  line-height:1em;
  font-size:24;
//  margin-top:0;
//  margin-right:10;
//  margin-bottom:10;
  color:#999999;
//  float:left;
  display: table-cell;
  vertical-align: middle;
//  margin:auto;
//  margin-left: auto;
//  margin-right: auto;
  padding-left:28;
  }

  .buttontext div {
  position:relative;
  width: 30;
  float: left;
  }

  .buttontext span {
  display:none;
  position: absolute;
//  min-width: 100px;
  background: #ffeebb;
  color:#444444;
  border: 1px solid #ddcc99;
  font-size:12;
  z-index: 97;
  }

  .buttontext div:hover span{
  white-space: nowrap;
  display:block;
  position: absolute;
  top: -20;
  left: 15;
  font-size:13;
  padding: 2;
  }

  .footertext {
//  line-height:1em;
  font-size:24;
//  margin-top:0;
//  margin-left:10;
//  margin-right:10;
//  margin-bottom:10;
  color:#999999;
//  float:right;
  display: table-cell;
  vertical-align: middle;
  text-align:right;
  padding-right:10;
  }





  #lessoncontainer {
  border: 0px solid #00ff00;
  width: 822;
  height: 86%;
  position: relative;
  }

  .lessongroup {
  border:0px solid #0000ff;
  width:822;
  height:100%;
  background:#ffffff;
  padding:0;
  margin-left:0;
  left:0px;
  position:absolute;
  z-index:0;
  display:block;
  }

  .lessonpage {
  border:0px solid #ff0000;
  background:#ffffff;	
  position:absolute;
  left:0px;
  width:822;
  height:92%;
  }

  canvas {
  width: 640px;
  color: #000000;
  display:block;
  margin-left:auto;
  margin-right:auto;
  padding: 0px;
  }

  canvas.notes {
  margin-top: 20px;
  margin-bottom: 20px;
  }

  .yt_player {
  margin-bottom: 18; 
  }

  .yt_player iframe{
  display: block;
  margin: auto;
//  width: 790px; 
//  height: 444px;
  border: 0px;
  }

  form {
  margin-bottom: 0; 
  }

.adslocal {
 display: inline-block;
 width: 100%;
 height: 100%;
 background-color: #e0e0e0;
 text-decoration: none; 
}

/* ne radi */
.ad > * {
// margin-left: auto;
// margin-right: auto;
// text-align: center;
}


  .rightbanner {
  background: rgba(0,0,0,0);
  margin-top: 28; 
  position: absolute;
  top: 0px;
  right: 0px;
  }


  .rightbanner img {
//  margin-left: auto; 
//  margin-right: auto; 
  text-align: center;
  }


  .bottombanner {
//  margin: auto; 
  position: relative;
  }

  .textbanner {
//   margin: auto;
   margin-bottom: 28px;
  }  

  /* main container */
  #main_container {
  position: relative;
  background: rgba(0,0,0,0);
  width: 100%;
//  height: auto;
//  min-width: 856px;
  padding: 0; 
  margin: 0; 
  margin-top: 0; 
  margin-bottom: 0; 
  margin-left: 0; 
  margin-right: 0; 
  }

  #background {
  position: absolute;
  background-color: white;
  color: #E0E0E0;
  font-size: 72px;
  width: 100%;
  z-index: -1;
  overflow:hidden;
  }

  #content_container {
  position: relative;
  margin: auto;
  padding:0;
//  width:100%;
  max-width: 1263px;
  height:100%
  }


  #content_text {
//  float:left;
  margin-left: 276px;
  margin-right: 17px;
//  margin:auto;
//  max-width: 1056px;
  }

#columns {
// width:100%;
 overflow:hidden;
 position:relative;
// padding-right: 28px;
}

  #navigation {
  position: absolute;
//  position: fixed;
//  overflow-y: auto;
  background-color: #f4f4f4;
  top: 0;
  left 0;
//  float: left;
//  margin: auto;
  width: 223px;
  margin-left: 17px;
  margin-top: 28px;
  padding: 8px;
  min-height: 584px;
  z-index: 96;
//  display: none;
  box-shadow: 3px 3px 10px 1px rgba(0,0,0,0.1);
  }

#navigation > div {
 width: 100%;
 height: 100%;
 font-size: 15px;
}

#navigation ul {
 list-style: none;
}

#navigation li  {
padding-left: 0px;
// padding-top: 6px;
// padding-bottom: 6px;
// cursor: pointer;
// cursor: hand;
 color:#167ac6;
}


#navigation ul div  {
 cursor: pointer;
 cursor: hand;
}



#navigation > div div{
 padding-top: 5px;
 padding-bottom: 5px;
 margin-top: 2px;
 margin-bottom: 2px;
}

#navigation > div > ul > li:nth-child(2) > div {
 cursor: auto;
}


.lessonnav {
 margin-left: 14px;
}

.lessonnav div {
 padding-left: 14px;
}


.lessonnav::before {
 padding-top: 4px;
 content: "\00a0";
 display: block;
 float: left;
 width: 14px; 
}


.section::before, .loaded_lesson::before {
 padding-top: 4px;
 content: "\25B8";
 display: block;
 float: left;
 width: 14px; 
}


.section > ul {
 display: none;
}


  #home {
//  float: left;
  margin-left: 0px;
  margin-right: 180px;
  min-height: 628px;
//  position: relative;
//  width:800px;
//  display: table;
  padding-bottom: 10px;
  }

#lessonnav {
 background-color: #d0d5df; 
// margin-left: 28px;
 width: 100%;
 margin-right: 20px;
 display: table;
 table-layout: fixed;
 box-shadow: 3px 3px 10px 1px rgba(0,0,0,0.3);
}

#lessonnav > a {
 padding-top: 12px;
 padding-bottom: 16px;
 display: table-cell;
 color: #000000;
 text-decoration: none;
}

#lessonnav > a:hover {
 cursor: pointer;
 cursor: hand;
 background-color: #758595;
 color: white;
}

#lessonnav > a :first-child {
 font-size: 44px;
 line-height: 44px;
}

#lessonnav :first-child div {
// float: left;
 text-align: left;
 padding-left: 8px;
 margin-bottom: 4px;
}


#lessonnav :last-child div {
// float: right;
 text-align: right;
 padding-right: 8px;
 margin-bottom: 4px;
}



  #innercolumns {
   display: table;
  }



.textblock {
// float: left;
// display: inline-block;
 min-width: 208px;
 max-width: 404px;
// width: 50%;
 padding-top: 4px;
 display: table-cell;
 padding-right: 17px;
}

.sky {
 width: 160px;
 height: 600px;
}

.banner {
 width: 720px;
 height: 90px;
}

#bottomholder {
// margin-left: 28; 
 float: left;
 clear: both;
 display: none;
}


  #chord {
  position: absolute;
  }


  .svgbutton {
  stroke: #888888;
  }

  .tooltip {
  visibility: hidden;
  position: absolute;
  background: #ffeebb;
  color:#444444;
  border: 1px solid #ddcc99;
  font-size:13;
  padding: 2;
  z-index: 99;
  }

  .closediv .tooltip {
  top: 30;
  right: 25;
  }

  #titlebar {
   position: relative;
//   display: table;
   width: 100%
  }

  #titlecontainer {
//   float: left;
//   margin-left: 130px;
//   margin-right: 70px;
  }


  #ratecontainer {
   position: absolute;
   top: 0;
   left: 0;
//  display: inline-block;
//  top:30;
//  left:12;
//   float: left;
  }

  #ratecontainer:hover .tooltip {
  visibility: visible;
  }

  #ratecontainer .tooltip {
  top: 40;
  left: 25;
  }

  #svgcontainer {
//  display: inline-block;
  position: absolute;
   right: 0;
   top: 0;
//  right:15
//   float: right;
  }



  .closediv {
  cursor: pointer;
  cursor: hand;
  position: relative;
  float: right;
  margin-left: 4;
  }

  .closediv:hover .svgbutton {
  stroke: #ff0000;
  }

  .closediv:active .svgbutton {
  stroke: #ff9000;
  }

  .closediv:hover .tooltip {
  visibility: visible;
  }



  #rating{
//  margin-left: 4;
  font-size:0;
  white-space:nowrap;
  display:inline-block;
  width:125px;
  height:25px;
  overflow:hidden;
  position:relative;
  background: url('../images/star_grey.svg');
  background-size: contain;
  }

  #rating span.over{
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 20%;
  z-index: 1;
  background: url('../images/star_orange.svg');  
  background-size: contain;
  }

  #rating span.check{
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 20%;
  z-index: 1;
  background: url('../images/star_red.svg');  
  background-size: contain;
  }

  #rating input{ 
  cursor: pointer;
  cursor: hand;
  -moz-appearance:none;
  -webkit-appearance:none;
  opacity: 0;
  display:inline-block;
  width: 20%;
  height: 100%; 
  margin:0;
  padding:0;
  z-index: 3;
  position: relative;
  }

  #rating input:hover + span.over + span.check{ 
  opacity:1;   
  z-index: 2; 
  }

  #rating input:checked + span.over{ 
  opacity:1;    
  }

  #rating span.over ~ span.over{
  width: 40%;
  }
  #rating span.over ~ span.over ~ span.over{
  width: 60%;
  }
  #rating span.over ~ span.over ~ span.over ~ span.over{
  width: 80%;
  }
  #rating span.over ~ span.over ~ span.over ~ span.over ~ span.over{
  width: 100%;
  }

  #rating span.check ~ span.check{
  width: 40%;
  }
  #rating span.check ~ span.check ~ span.check{
  width: 60%;
  }
  #rating span.check ~ span.check ~ span.check ~ span.check{
  width: 80%;
  }
  #rating span.check ~ span.check ~ span.check ~ span.check ~ span.check{
  width: 100%;
  }

  .rating_value {
  clear:both;
  cursor: default;
  color: #777777;
  font-size: 11px;
  }

  .rating_value div{
  float:left;
  margin-top: 1;
  margin-left: 9; 
  margin-right: 4; 
  margin-bottom: -3; 
  }

  #lyrics {
  }

  #footer {
//   display: table;
//   text-align: middle;
   position: relative;
//   width: 100%;
   padding-left: 120;
   padding-right: 60;
  }

  .footer {
   height: 60px;
  }

  #leftbanner {
   position: absolute;
   left: 0;
   top: 0;
  }


  
  #cover {
//   display: table-cell;
   position: absolute;
   right: 0;
   top: 0;
//   text-align: right;
//  float: right;
//  margin-right: 28; 
  }

  .TRANSCRIBED {
  box-shadow: 3px 3px 10px 1px rgba(0,0,0,0.7);
  cursor: pointer;
  cursor: hand;
  width: 60px;
  height: 60px;
//  margin: 6px;
//  margin-bottom: 6px;
  }




  .cover, .jscover {
  position: relative;
  }

  .cover:hover .version {
  visibility: visible;
  }

  .jscoverhover .version {
  visibility: visible;
  }

  .version div{
  padding-top: 20px;
  }

  .version {
  visibility: hidden;
  position: absolute;
  background: rgba(0,0,0,0);
  color:#444444;
//  border: 1px solid #ddcc99;
  font-size:13;
  padding: 0;
//  margin: 20;
  bottom: 0;
  right: 0;
  left: 0;
  width: 72px;
  z-index: 99;
  }



  table td {
  padding-left: 0;
  padding-right: 16;
  }

  .donate_form {
  float: left;
  width: 190px;
  padding: 8;
  border: 1px solid #888888;
  border-radius: 8px;
  background: linear-gradient(to bottom, #efefef 0%, #cccccc 100%);  
  background: -ms-linear-gradient(top, #efefef 0%, #cccccc 100%);  
  background: -moz-linear-gradient(top, #efefef 0%, #cccccc 100%); 
  background: -webkit-linear-gradient(top, #efefef 0%,#cccccc 100%); 
  line-height: 1.1em;
  margin-bottom: 20;
  margin-top: 2;
  }

  #donate_form {
  float: left;
  width: auto;
  padding: 8;
  border: 1px solid #888888;
  border-radius: 8px;
  background: linear-gradient(to bottom, #efefef 0%, #cccccc 100%);  
  background: -ms-linear-gradient(top, #efefef 0%, #cccccc 100%);  
  background: -moz-linear-gradient(top, #efefef 0%, #cccccc 100%); 
  background: -webkit-linear-gradient(top, #efefef 0%,#cccccc 100%); 
  line-height: 1.1em;
  margin-bottom: 20;
  }

  #demo_form {
  float: left;
  padding: 8;
  border: 1px solid #888888;
  border-radius: 8px;
  background: linear-gradient(to bottom, #efefef 0%, #cccccc 100%);  
  background: -ms-linear-gradient(top, #efefef 0%, #cccccc 100%);  
  background: -moz-linear-gradient(top, #efefef 0%, #cccccc 100%); 
  background: -webkit-linear-gradient(top, #efefef 0%,#cccccc 100%); 
  line-height: 1em;
  }

  #lessons_link {
  float: left;
  padding: 8;
  border: 1px solid #888888;
  border-radius: 8px;
  background: linear-gradient(to bottom, #efefef 0%, #cccccc 100%);  
  background: -ms-linear-gradient(top, #efefef 0%, #cccccc 100%);  
  background: -moz-linear-gradient(top, #efefef 0%, #cccccc 100%); 
  background: -webkit-linear-gradient(top, #efefef 0%,#cccccc 100%); 
  line-height: 1em;
  }



  .disclaimer {
  color: #888888;
  font-size: 13px;
  margin-top: 0; 
  line-height: 1.2em;
  }

  #disclaimer a {
  color: #888888;
  }

  #song_pane .disclaimer {
  font-size: 12px;
  padding-top: 8; 
  clear: both;
  }

  #background > p {
  margin-left: 40;
  }

  #bng {
  margin-left: -6;
  padding-top: 22;
  }

  #bng > p {
  color: #cccccc;
  font-size: 91px;
  line-height: 1em;
  margin: 0;
  }

  /* main container */
  #song_container {
  position: absolute;
  background: rgba(32,48,160,0.3);
  width: 100%;
  height: 100%;
  padding: 0; 
  margin: 0; 
  margin-top: 0; 
  margin-bottom: 0; 
  margin-left: 0; 
  margin-right: 0; 
  z-index: 98;  
  }

  #song_pane {
  position:relative;
  background: #ffffff;
  max-width: 856px;
  padding: 0; 
  padding-bottom: 4;
  padding-left: 28px;
  padding-right: 28px;
  margin: 0; 
  margin-top: 39; 
  margin-bottom: 0; 
  margin-left: auto; 
  margin-right: auto; 
  border: 1px solid #444444;
  border-radius: 6px;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.7);
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
  visibility: hidden;
//  overflow: hidden;
  }

  /* left menu container */
  #left_container {
  position: relative;
  display: block;
  float: left;
  width: 2px;
  background: rgba(0,0,0,0);
  }

  /* left bar */
  #left_bar {
  float: left;
  padding: 0; 
  width: 2px;
  height: 100%;
  }

  #left_container:hover > ul {
  display: block;
  }


  /* footer container */
  #bottom_container {
  }

  nav {
  margin: auto; 
  text-align: center;
  }



  #topnav {
  padding: 0; 
  margin: 0; 
  margin-top: 0; 
  margin-bottom: 0; 
  margin-left: auto; 
  margin-right: auto; 
  font-size: 16px;
  font-weight: 600;
  list-style: none;
  background: #d0d5df; 
  z-index: 197;  
  width: 100%;
  display: table;
//  table-layout: fixed; /* optional */
  position: relative;
  box-shadow: 3px 3px 10px 1px rgba(0,0,0,0.3);
  }

  .topbutton {
   display: none;
   float: left;
//  margin-right: 8px;
   padding-left: 4px;
   padding-right: 2px;
  cursor: pointer;
  cursor: hand;
  }

  .topbutton div {
  float: left;
  font-size: 18px;
  line-height: 37px;
  color: #000000;
  }

  .topbutton div {
  padding-top: 2px;
  }

  .topbutton .icon {
  line-height: 39px;
  height: 39px;
  width: 33px;
  padding: 0;
  }



  #songsicon {
  background: transparent url(../images/notes_black_25.png) no-repeat center;
  }

  #lessonsicon {
  background: transparent url(../images/hamburger_black_29.png) no-repeat center;
  }

  #homeicon {
  background: transparent url(../images/home_black_23.png) no-repeat center;
  }

  .menubar {
  position: relative;
  padding: 0; 
  margin: 0; 
  margin-top: 0; 
  margin-bottom: 0; 
  margin-left: auto; 
  margin-right: auto; 
  font-size: 16px;
  font-weight: 600;
  list-style: none;
  background: #d0d5df; 
  z-index: 197;  
  width: 100%;
  display: table;
//  table-layout: fixed; /* optional */
  }

  .menubar li {
  text-align: center;
  padding: 0; 
  padding-top: 6px;
  padding-bottom: 6px;
  cursor: pointer;
  cursor: hand;
  }

  /* ulmenu */
  .menubar ul {
  background: #758595;
  position: absolute; 
  display: none;
  padding: 0;
  list-style: none;
  }

  #topnav .menubar {
  box-shadow: 3px 3px 10px 1px rgba(0,0,0,0.3);
  }

  .menubar ul {
  box-shadow: 3px 3px 10px 1px rgba(0,0,0,0.3);
  }

  #topmenu > li {
  display: table-cell;
  width: auto;
  font-size: 20px;
  line-height: 27px;
  min-width: 39px;
  min-height: 39px;
  }

  #topmenu > li > div {
  line-height: 25px;
  padding-top: 2px;
  }

  .menubar li ul li{
  float: none;
  font-size: 13px;
  line-height: 16px;
  font-weight: normal;
  text-align: left;
  position: relative;
  padding-left:20px;
  padding-right:20px;
  width: auto;
  white-space:nowrap;
  }

  #left_bar > ul > li > a {
  display: block; 
  color: #303b48; 
  text-decoration: none;
  }


/* hover classes for javacript hover effect*/

  .jssubmenuhover {
  background: #556575;
  }

  .jssubmenuhover:active {
  background: #303b48;
  }

  .jsmenuhover {
  background: #758595;
  }

  .jsmenuhover div, .jsmenuhover span {
  color: #ffffff;
  background: #758595;
  }


  .jsmenuhover#songsbutton .icon {
  background: transparent url(../images/notes_white_29.png) no-repeat center;
  }

  .jsmenuhover#lessonsbutton .icon {
  background: transparent url(../images/hamburger_white_35.png) no-repeat center;
  }

  .jsmenuhover#homebutton .icon {
  background: transparent url(../images/home_white_27.png) no-repeat center;
  }

  .jsmenushow > ul {
  display: block;
  }

  .jssubmenushow > ul {
  display: block;
  }

  .jsmenuhover#left_bar > ul > .jsmenuhover {
  background: #758595;
  }

  .jsmenuhover#left_bar > ul > .jsmenuhover a {
  color: #ffffff;
  }


.jsnavhover {
 text-decoration: underline;
}

.jsnavshow > ul {
 display: block;
}


.jsnavshow::before {
    content: "\25BE";
}





/* hover pseudoclasses for non-javacript navigation*/
  .submenuhover:hover {
  background: #556575;
  }

  .submenuhover:active {
  background: #303b48;
  }

  .menuhover:hover {
  background: #758595;
  }

  .menuhover:hover div {
  color: #ffffff;
  background: #758595;
  }

  .menuhover:hover span {
  color: #ffffff;
  background: #758595;
  }

  .menuhover#left_bar > ul > li:hover a {
  color: #ffffff;
  }

  .menuhover#songsbutton:hover .icon {
  background: transparent url(../images/notes_white_32.png) no-repeat center;
  }

  .menuhover#lessonsbutton:hover .icon {
  background: transparent url(../images/hamburger_white_39.png) no-repeat center;
  }

  .menuhover#homebutton:hover .icon {
  background: transparent url(../images/home_white_32.png) no-repeat center;
  }

  .menuhover:hover > ul,  .menuhover:focus > ul {
  display: block;
  }

  .submenuhover:hover > ul,  .submenuhover:focus > ul {
  display: block;
  }

  .songshover:hover ~ ul#topmenu {
  display: table;
  }

  .lessonshover:hover ~ ul#lessonsmenu {
  display: table;
  }

  .hover_table:hover {
  display: table;
  }

.navhover:hover {
 text-decoration: underline;
}

.sectionhover:hover > ul,  .sectionhover:focus > ul {
 display: block;
}

.sectionhover:hover::before {
 content: "\25BE";
}


  #leftmenu {
  position: absolute;
  width: auto;
  }


  .menubar li a {
  display: block; 
  color: #303b48; 
  text-decoration: none;
  }


  .menubar ul li a {
  color: #fff;
  }	


/* Style cookie consent */
  .cc_container {
  background: #556575!important;
  }

  .cc_btn {
  background-color: #FF9000!important;
  color: white!important;
  }

  .cc_btn:hover {
  background-color: #ee7000!important;
//  font-weight: bold;
  }
  


@media screen and (max-width: 1279px) {
  #bng {
  margin-left: -4;
  padding-top: 22;
  }

  #bng > p {
  font-size: 76px;
  }

 #thumbnailcontainer {
  width: 817px;
 }
}


@media screen and (max-width: 1135px) {
  #bng {
  margin-left: -3;
  padding-top: 24;
  }

  #bng > p {
  font-size: 64px;
  }
}


@media screen and (max-width: 1120px) {
 #thumbnailcontainer {
  width: 664px;
 }
}



@media screen and (max-width: 1039px) {
  #content_text {
  margin-left: 260px;
 }

  #navigation {
  width: 206;
 }
}


@media screen and (max-width: 1023px) {
 #navigation {
//  position: absolute;
//  top: 0px;
//  left: -273px;
  display: none;
 }

 #content_text {
  margin-left: 12px;
  margin-right: 12px;
 }


  #topnav > div {
  display: block;
  }


  .menubar {
  display: none;
  }

  #topnav .menubar {
   position: absolute;
   top: 39;
   left: 0;
   right: 0;
//   box-shadow: none;
  }

  #topnav .menubar ul {
   box-shadow: none;
  }



  /* to prevent right overflow of submenus */
  #left_container {
  display: none;
  }

  #topnav > .menubar > li {
  display: block;
  font-size: 24px;
  line-height: 32px;
//  vertical-align: middle;
//  min-width: 44px;
//  min-height: 44px;
  }

  #topnav > .menubar > li > div {
  padding-top: 6px;
  }

  #topnav > .menubar li ul {
  position: relative;
  padding-top: 8px;
  }

  #topnav > .menubar li ul li {
  font-size: 20px;
  font-weight: normal;
  line-height: 1em;
  padding-top: 8px;
  padding-bottom: 8px;
  white-space: normal;
  }

  #topmenu li ul li {
  text-align: center;
  }

  #topnav > .menubar > li:hover {
//  padding-bottom: 0px;
  }

  #lessonsmenu li {
  text-align: left;
  padding-left: 0px;
  }

  #lessonsmenu li div {
  padding-left: 10px;
  }

  #topnav > .menubar#lessonsmenu li li {
  padding-top: 0px;
  padding-bottom: 0px;
  }

  #topnav > .menubar#lessonsmenu li li a {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  }

 #thumbnailcontainer {
  width: 817px;
 }
}


@media screen and (max-width: 860px) {
 #thumbnailcontainer {
  width: 664px;
 }
}



@media screen and (max-width: 767px) {


 #bottomholder {
  display: block;
 }
 
#lessonnav {
 margin-top: 28px;
}

  #bng {
  margin-left: -2;
  padding-top: 24;
  }

  #bng > p {
  font-size: 60px;
  }

/*
 #rightbanner {
//  margin-left: 28px;
  top: auto;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
 }  
*/

}


@media screen and (max-width: 720px) and (min-width: 640px) {
  #bng > p {
  font-size: 51px;
  }
}



@media screen and (max-width: 707px) {
 #thumbnailcontainer {
  width: 511px;
 }

 .footer {
  margin-bottom: 68px;
 }
}


/* dual to single column transition */
@media screen and (max-width: 639px) {

 #home {
  margin-right: 0px;
  margin-bottom: 68px;
 }


 .textblock {
  display: block;
 }


  .home_text {
   margin-top: 0;
   margin-bottom: 0;
  }



 #home {
  margin-bottom: 0px;
 }


}


@media screen and (max-width: 539px) {
 #thumbnailcontainer {
  width: 358px;
 }

  #bng {
  margin-left: -1;
//  padding-top: 24;
  }

  #bng > p {
  font-size: 52px;
  }

 .footer {
  margin-bottom: 250;
 }
}

@media screen and (max-width: 479px) {
  #bng > p {
  font-size: 46px;
  }

 #song_pane {
  padding-left: 17;
  padding-right: 17;
}

 #titlecontainer {
  padding-top: 41px;
  margin-left: auto !important;
  margin-right: auto !important;
 }
  


}


@media screen and (max-width: 374px) {
 #thumbnailcontainer {
  width: 205px;
 }
}


@media screen and (max-width: 320px) {
/* fixes initial-scale bug with Android 2.2 phone */
 #content_container {
  width: 320px;
 }

 .textblock {
  width: 292px;
 }

  #bng {
//  margin-left: 28;
  padding-top: 18;
  }

  #bng > p {
  font-size: 34px;
  }
}

/* fix browser zoom breaking top menu */
@media screen and (max-width: 319px) {
/* fixes initial-scale bug with old Android phone */
 .topbutton div:last-child {
  display: none;
 }
}

@media screen and (max-width: 145px) {
 #songsbutton .icon {
  display: none;
 }
}

@media screen and (max-width: 98px) {
 #lessonsbutton .icon {
  display: none;
 }
}



  .breadcrumbs ul {
  position: relative;
  padding: 0; 
  margin: 0; 
  margin-top: 0; 
  margin-bottom: 0; 
  margin-left: auto; 
  margin-right: auto; 
//  padding-left:10px;
//  font-size: 15px;
//  font-weight: 600;
  list-style: none;
//  background: #d0d5df; 
//  z-index: 197;  
  }

  .breadcrumbs ul:after {
  content: ""; 
  clear: both; 
  display: block;
  }

  .breadcrumbs ul > li {
  float: left;
  width: auto;
  font-size: 10px;
  font-weight: normal;
  color: #888888;
  text-align: left;
  padding-left: 0px;
//  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 1px;  }

  .breadcrumbs ul > li span{
  padding-right: 5px;
  }

  .breadcrumbs hr {
  color: #C0C0C0;
  width: auto;
  margin-top: 0; 
//  margin-left: 15; 
//  margin-right: 15; 
  }


  #leftmenu > li {
  position: relative;
  width: auto;
  white-space:nowrap;
  padding-left:20px;
  padding-right:20px;
  }


  #left_bar > ul {
  background: #d0d5df;
  }

  #topmenu li ul {
  top: 100%;
  }

  #leftmenu li ul {
  left: 100%;
  top: 0%;
  }



  #left_bar:hover {
  background: rgba(0,0,0,0);
  }


  .display_none {
  display: none;
  }

  .display_block {
  display: block;
  }

  .display_table {
  display: table;
  }

/* override dual column */

   .textblock {
    max-width: 767px;
   }

/*
   @media screen and (max-width: 767px) {
    #rightbanner {
     position: relative;
    }
   }
*/

/* set banner container sizes */
/* due to Adsense responsive ads not being responsive to resize, partial solution is to set min-height to parent to allow it to grow with it's content */

  .rightbanner, .rightbanner > div {
   width: 160;
   height: 600;
  }

  .textbanner, .textbanner > div {
   width: 728px;
   height: 90px;
  }  

  .bottombanner, .bottombanner > div {
   width: 970;
   height: 90;
  }
  
  .leftbanner, .leftbanner > div {
   width: 120;
   height: 60;
  }

  .middlebanner, .middlebanner > div {
  width: 468;
  height: 60;
  }

  .middlebanner {
  margin: auto; 
  top: 0;
  }

  @media screen and (max-width: 1279px) {
   .bottombanner, .bottombanner > div {
    width: 728px;
    height: 90px;
   }
  }

  @media screen and (max-width: 767px) {
   .bottombanner, .textbanner, .bottombanner > div, .textbanner > div {
    width: 468px;
    height: 60px;
   }  
  }


  @media screen and (max-width: 707px) {
   .middlebanner, .middlebanner > div {
//    width: 234px;
//    min-height: 60px;
   }
 .middlebanner {
  position: absolute;
  left: 0;
  right: 0;
  top: 68;
 }  
  }

  @media screen and (max-width: 639px) {  
   .rightbanner, .rightbanner > div {
    width: 468px;
    height: 60px;
   }  

 .rightbanner {
  position: relative;
//  margin: auto;
 }



}


@media screen and (max-width: 539px) {
   .bottombanner, .rightbanner, .textbanner, .middlebanner, .middlebanner > div, .bottombanner > div, .rightbanner > div, .textbanner > div {
    width: 300px;
    height: 250px;
    margin-left: 0;
   }  

}

  @media screen and (max-width: 479px) {
   .middlebanner, .middlebanner > div {
//    min-width: 300px;
//    min-height: 250px;
   }   
}

/* override classes for resize */

/* increasing rightbanner width with rectangle or banner in single-column layout */
.force_relative {
 position: relative;
 top: 0;
}

/* increasing rightbanner width with rectangle or banner in dual-column layout */
.force_position {
 left: 0;
 right: auto;
 bottom: 0;
 top: auto;
// padding-top: 56px;
}


/* decreasing middlebanner width with banner */
 .force_margin {
  margin-bottom: 68px;
 }


/* increasing middlebanner width with rectangle */
 .middlebanner {
//  position: relative;
 }

 .footer_auto {
  height: auto;
  margin-bottom: 0px;
 }




/* media query test */
@media all and (min-width:1px) {
    .mediatest {position:absolute}
}