body{

	font-size:1em; 
	margin: 0;
	font-family: 'Open Sans';
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}


/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 102px;
}

.joinbutton{

	font-weight:bold;
	width:100px;
	font-size:1.5em;
	color:#000;
}



.captionline{
font-weight: normal;
font-size: .8em;
font-style: italic;
}

.captionstandard{
font-weight: normal;
font-size: .8em;
font-style: italic;
text-align:center; 
margin:auto;
}

.bigbox{
margin:auto;
width: 900px;
max-width: 100%;

}

.blueh{
text-align:center; 
color:#0000ff;
}

.fieldcont{

	margin:auto;
	width: 700px;
	max-width: 100%;

}

.suform{
color:#a1a1a1;
font-size: 1.25em;
padding:2px 2px 2px 2px;
margin:0;
width:200px;
-webkit-appearance:none;
-ms-border-radius:0;
-webkit-border-radius:0;
border-radius:0;

}

.tbody{
margin: 10px;
font-size: 1.3em;
}

.fleft{
	float:left;
	vertical-align: middle;
	display: flex;
	top: 50%;
}


.Table1{
float:left;
display:table;
margin:auto;

}

.Trow{
display: table-row;
vertical-align: top;
}

.Tcell{
display: table-cell;
border: 0px solid #000000;
padding: 3px;
vertical-align: top;
}


.cbody{
width: 800px;
max-width:98%;
padding:5px;
margin:auto;
border-bottom: 1px solid #000000;
}




.songoptions{
	display:  table;
	width:340px;
	max-width: 100%;
	background-color:#fff; 
	margin:auto;
}




.songoptionscover{
	width:100%;
	text-align: center;
	border: 1px solid #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.songoptionitem{
	display: table-row;
	width:100%;
	height: 42px;
	//line-height: 40px;
	clear:both;
	vertical-align: middle;
	border-bottom: 1px solid #c0c0c0;
	//background-image: linear-gradient(#ffffff, #d0d0d0);
	background-image: url("/gradient.jpg");
	background-repeat: repeat;
}

//.songoptionitem:hover { background-color:#a0a0a0; border-bottom: 1px solid #c0c0c0;} 
.songoptionitem:hover {
	background-image: url("/gradientdown.jpg");
	background-repeat: repeat;
} 


.songoptioniteml{
	padding-top: 5px;
	padding-left: 5px;
	display: table-cell;
	width:45%;
	float:left;
	height: 35px;
	line-height: 40px;
	border: 0px solid #000000;
	vertical-align: middle;
	border-bottom: 0px solid #c0c0c0;
}


songoptioniteml img {
margin-top:10px;
}

.songoptionitemr{
	padding-top: 5px;
	padding-right: 5px;
	right:5px;
	display: table-cell;
	width:45%;
	float:right;
	height: 35px;
	line-height: 40px;
	border: 0px solid #000000;
	vertical-align: middle;
	text-align:right;
	border-bottom: 0px solid #c0c0c0;
}

.songoptionitemr button{
	height: 30px;
	width: 60px;
	font-size: 1.3em;
}


.hboxwrap{

	width:100%;
	background-color:#a00000;

height:173px;
vertical-align:middle;

}

.hboxwrap2{
margin:auto;
border: 1px solid #00f;
max-width:100%;
}


.hbox{
height:165px;
width: 600px;
max-width:100%;
float:left;
border: 0px solid #000;
text-align:center;
    vertical-align: middle;
}

.cbox{
width: 305px;
max-width:90%;
float:left;
padding: 5px;

}

.cbox h3{
color: #a00000;
}

.cbox:hover { background-color:#ffffff; } 

.textframe{
margin: 20px;
}

.textframeb{
margin: auto;
width: 310px;
}

.uploadtables{
border: 1px solid #646464;
width: 310px;
margin:auto;
padding: 10px;
}

.currtables{
border: 1px solid #646464;
width: 220px;
margin:auto;
padding: 10px;
}

a { color:#5D5D9E; } 
a:visited { color:#5D5D9E; } 
a:active { color:#5C615E; } 
a:hover { color:#B2B3B4; } 

.logo{ text-align:center; }

.logo img{ max-width:100%; }

body { background-color:#FFFFFF; padding:0;  margin: 0; }

//.header { display: inline-block; width:100%; min-height:44px; background-color:#ffffff; color:#000000; margin: 0px; padding-top: 10px; padding-bottom: 10px;	border-bottom: 1px solid #000;}

.header{
  padding: 0px 0px;
  background: #fff;
  color: #f1f1f1;
  
}
  
  

.bannernav {

	margin:auto; 
	text-align:center;
	
 }
.bannernav a{ color:#ff8080; }

.bannerNav1 {margin: auto;  }
.bannerNav1 a{ color:#000000; }


.textstyle1 { text-align:center; }
#container_1d02c053 { vertical-align: top; position:relative; display: inline-block; width:100%; min-height:45px; min-width:200px; background:none;  }
.textstyle2 { text-align:center; font-weight:bold; }
.textstyle3 { font-size:20pt; font-family:Tahoma, Geneva, sans-serif; color:#000000; font-weight:bold;  }
.textstyle4 { font-size:13pt; font-family:Palatino Linotype, Book Antiqua3, Palatino, serif; color:#000000;  }

.navbars {
    content:url(http://www.groundgameamerica.com/bars.gif) no-repeat;
}

#navbarnew{

	display: flex;                  /* establish flex container */
	flex-direction: row;            /* default value; can be omitted */
	flex-wrap: nowrap;              /* default value; can be omitted */
	justify-content: space-between; /* switched from default (flex-start, see below) */
	#background-color: white;
  	vertical-align: middle;
  	max-width:100%;
  	#background-image: url('/rhaines-s.png');
  	#background-repeat: no-repeat;
  	#background-attachment: fixed;
  	#background-position: center;

}


#navbarnew > div {
	#width: 100px;
	#height: 100px;
	#border: 2px dashed red;
}



#footnavbar{
	display: flex;                  /* establish flex container */
	flex-direction: row;            /* default value; can be omitted */
	flex-wrap: nowrap;              /* default value; can be omitted */
	justify-content: space-between; /* switched from default (flex-start, see below) */
	#background-color: white;
  	vertical-align: middle;
  	max-width:100%;
  	#background-image: url('/rhaines-s.png');
  	#background-repeat: no-repeat;
  	#background-attachment: fixed;
  	#background-position: center;
}


#footnavbar > div {
	#width: 100px;
	#height: 100px;
	border: 2px dashed red;
}




.songcontainer{
	text-align:center;
	border: 0px solid #000000;
	width: 800px;
	max-width:100%;
	margin:auto;
	vertical-align: middle;
}

.songlist{
	text-align:left;
	border: 0px solid #000000;
	width: 800px;
	max-width:100%;
	margin:auto;
}

.song{
	float:left;
	text-align:center;
	border: 1px solid #000000;
}

.songcover{
	margin:auto;;
	text-align:center;
	border: 1px solid #000000;
}


.songprof{
	float:left;
	border: 0px solid #000000;
	text-align:center;
}

.songprof img{
	padding: 6px;
}

.songannounce{
	text-align:center;
	font-size:2em;
	font-weight:bold; 
	vertical-align: middle;
}

h2{
	text-align:center;
}

hr{
 	border-bottom: 1px solid #000000;
}

.topNav {
  overflow: hidden;
	margin:auto;
	  float: left;
	border-bottom: 0px solid #000000;
	#text-align:center;
	width:100%;
	font-size: .8em;
	padding: 0px 0px;
	background: #fff;
	color: #f1f1f1;
 
}

.norm{
	width: 800px;
	max-width:98%;
	padding:5px;
	margin:auto;
	border-bottom: 1px solid #000000;
}

.norm a{
	display: inline-block;
	padding-left: 10px;
}

.topNav a {
  #float: right;
  float: left;
  #display: block;
  color: #000000;
  	#border: 0px solid #000000;
  	#height:40px;
  #text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  #font-size: 17px;
}

.topNav a:hover {
  //background-color: #ddd;
  color: black;
}

.topNavnew {
  overflow: hidden;
	margin:auto;
	float: left;
	border-bottom: 0px solid #000000;
	#text-align:center;
	width:100%;
	font-size: .8em;
	padding: 0px 0px;
	background: #fff;
	color: #f1f1f1;
 
}

.topNavnew a {
  #float: right;
  float: left;
  #display: block;
  color: #000000;
  	#border: 0px solid #000000;
  	#height:40px;
  #text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  #font-size: 17px;
}

.topNavnew a:hover {
  //background-color: #ddd;
  color: black;
}



.botNav {
  overflow: hidden;
	margin:auto;
	  #float: right;
	border-bottom: 0px solid #000000;
	#text-align:center;
	width:100%;
	font-size: .8em;
 
}

.botNav a {
  #float: right;
  float: left;
  #display: block;

  color: #000000;
  	border: 0px solid #000000;
  #text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  #font-size: 17px;
}

.botNav a:hover {
  //background-color: #ddd;
  color: black;
}



.botNav2 li{
	display: inline-block;
	padding: 20px;
}


.botNav2  a {
	color: #ffffff;
	text-decoration: none;
}

.botNav2 a:hover {
	background-color: #ddd;
	color: #808080;
}




.botNav  a:hover:after { transform: scaleX(1); }
.botNav  a.fromRight:after{ transform-origin:100% 50%; }
.botNav  a.fromLeft:after{  transform-origin:  0% 10%; }

.smnavr  a:hover:after { transform: scaleX(1); }
.smnavr  a.fromRight:after{ transform-origin:100% 50%; }
.smnavr  a.fromLeft:after{  transform-origin:  0% 10%; }

.smnavl  a:hover:after { transform: scaleX(1); }
.smnavl  a.fromRight:after{ transform-origin:100% 50%; }
.smnavl  a.fromLeft:after{  transform-origin:  0% 10%; }

.copyfoot  a:hover:after { transform: scaleX(1); }
.copyfoot  a.fromRight:after{ transform-origin:100% 50%; }
.copyfoot  a.fromLeft:after{  transform-origin:  0% 10%; }

a:after {
  display:block;
  content: '';
  border-bottom: solid 1px #000;  
  transform: scaleX(0);  
 transition: transform 250ms ease-in-out;
}

.topNav  a:hover:after { transform: scaleX(1); }
.topNav  a.fromRight:after{ transform-origin:100% 50%; }
.topNav  a.fromLeft:after{  transform-origin:  0% 10%; }

.topNavnew  a:hover:after { transform: scaleX(1); }
.topNavnew  a.fromRight:after{ transform-origin:100% 50%; }
.topNavnew  a.fromLeft:after{  transform-origin:  0% 10%; }

a:after .icon {
  display:block;
  content: '';
  border-bottom: solid 0px #000;  
  -webkit-transform: none;
  transform: none;
}

.icon a:after  {
  display:block;
  content: '';
  border-bottom: solid 0px #000;  
  -webkit-transform: none;
  transform: none;
}


.icon {
  display:block;
  content: '';
  border-bottom: solid 0px #000;  
  -webkit-transform: none;
  transform: none; 
}


.smnavl {
  list-style-type: none;
  text-align: left;
  margin: 5px;
  padding: 0;
}

.smnavl li {
  display: inline-block;
  padding: 20px;
}
.smnavr {
  color:#000000;
  font-size:.8em;
  list-style-type: none;
  text-align: right;
  margin: 5px;
  padding: 0;
}

.smnavr a{
  color:#000000;
  text-decoration:none;
 } 
.smnavr li {
  display: inline-block;
  padding: 20px;
}

.botfootnav a {
  display: inline-block;
  padding: 20px;
}


.subnavl{
	float:left;
	border: 1px solid #000000;
}

.subnavr{
	float:right;
	border: 1px solid #000000;
}

      
      .changebox {
	  width: 150px;
	  height: 150px;
	  background: #b0965e;
	  margin-top: 20px;
	  margin-left: auto;
	  margin-right: auto;
	  padding:20px;
	}

	.changebox:hover {
	  background-color: black;
	  cursor: pointer;
	  -webkit-transition: background-color 2s ease-out;
	  -moz-transition: background-color 2s ease-out;
	  -o-transition: background-color 2s ease-out;
	  transition: background-color 2s ease-out;
	}


      .changebox2 {
	  width: 200px;
	  height: 200px;
	  background: #b0965e;
	  margin-top: 30px;
	  margin-left: auto;
	  margin-right: auto;
	  padding:30px;
	  font-size:1.2em;
	}

	.changebox2:hover {
	  background-color: black;
	  cursor: pointer;
	  -webkit-transition: background-color 2s ease-out;
	  -moz-transition: background-color 2s ease-out;
	  -o-transition: background-color 2s ease-out;
	  transition: background-color 2s ease-out;
	}
	
      .changebox3 {
	  width: 150px;
	  top:-10px;
	  background: #b0965e;
	  margin-top: 0px;
	  margin-left: auto;
	  margin-right: auto;
	  padding:15px;
	  text-align:center;
	  color:#ffffff;
	  border: 2px solid #000000;

	}

	.changebox3:hover {
	  background-color: black;
	  cursor: pointer;
	  -webkit-transition: background-color 2s ease-out;
	  -moz-transition: background-color 2s ease-out;
	  -o-transition: background-color 2s ease-out;
	  transition: background-color 2s ease-out;
	}


      .changebox4 {
	  width: 750px;
	  max-width: 100%;
	  top:-10px;
	  background: #b0965e;
	  margin-top: 0px;
	  margin-left: auto;
	  margin-right: auto;
	  padding:15px;
	  text-align:center;
	  color:#ffffff;
	  border: 2px solid #000000;

	}

	.changebox4:hover {
	  background-color: black;
	  cursor: pointer;
	  -webkit-transition: background-color 2s ease-out;
	  -moz-transition: background-color 2s ease-out;
	  -o-transition: background-color 2s ease-out;
	  transition: background-color 2s ease-out;
	}
	

      .changeboxadd {
	  width: 150px;
	  height: 60px;
	  background-color: #b0965e;
	  margin-top: 10px;
	  margin-left: auto;
	  margin-right: auto;
	  padding:5px;
	}

	.changeboxadd:hover {
	  background-color: black;
	  color: white;
	  border-radius: 10px 10px 10px 10px;
	  cursor: pointer;
	  -webkit-transition: background-color 2s ease-out;
	  -moz-transition: background-color 2s ease-out;
	  -o-transition: background-color 2s ease-out;
	  transition: background-color 2s ease-out;
	}
	
	.changeboxdel {
	  width: 150px;
	  height: 60px;
	  background-color: #cccccc;
	  margin-top: 10px;
	  margin-left: auto;
	  margin-right: auto;
	  padding:5px;
	}
	
	.changeboxdel:hover {
	  background-color: #808080;
	  color: white;
	  border-radius: 10px 10px 10px 10px;
	  cursor: pointer;
	  -webkit-transition: background-color 2s ease-out;
	  -moz-transition: background-color 2s ease-out;
	  -o-transition: background-color 2s ease-out;
	  transition: background-color 2s ease-out;
	}
	
		
	.changeboxcheckout {
	  width: 200px;
	  height: 60px;
	  background-color: #000;
	  margin-top: 10px;
	  margin-left: auto;
	  margin-right: auto;
	  padding:5px;
  	  color: #fff;
	}
	
	.changeboxcheckout:hover {
	  background-color: #fff;
	  color: #000;
	  border-radius: 10px 10px 10px 10px;
	  cursor: pointer;
	  -webkit-transition: background-color 2s ease-out;
	  -moz-transition: background-color 2s ease-out;
	  -o-transition: background-color 2s ease-out;
	  transition: background-color 2s ease-out;
	}
	
	
.copyfoot {
  padding-top: 10px;
  color:#000000;
  text-decoration:none;
  text-align: center;
  margin:auto;
  font-size:.8em;
 } 
.copyfoot a{
  color:#000000;
  text-decoration:none;
 } 


.hmLink {
  background-color: #c0c0c0;
  color: white;
}

.topNav .icon {
  display: none;
  transform:none;
  transition-delay: 10s;
}

.topNav1 {
  overflow: hidden;
float:right;

}

.topNav1 a {
  float: left;
  display: block;
  color: #f4f4f4;
  text-align: center;
  padding: 8px 8px;
  text-decoration: none;
  font-size: 14px;
}

.topNav1 a:hover {
  background-color: #ddd;
  color: black;
}


.hmLink1 {
  background-color: #404040;
  color: white;
}

.topNav1 .icon {
  display: none;
}





.botNav {
  overflow: hidden;
	margin:auto;
	border: 0px solid #000000;
	text-align:center;
	width:100%;
}

.botNav a {
  display: inline;
  color: #000000;

  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.botNav a:hover {
  #background-color: #ddd;
  color: black;
}

.hmLink {
  background-color: #c0c0c0;
  color: white;
}

.botNav .icon {
  display: none;
}



@media screen and (min-width: 1000px) {
 #burger{ display: none; }
}


@media screen and (max-width: 1000px) {
  .topNav a:not(:first-child) {display: none;}
  .botNav a:not(:first-child) {display: none;}
  .topNav a.icon {
    float: left;
    display: block;
  }
  .botNav a.icon {
    float: left;
    display: block;
  }
}

@media screen and (max-width: 1000px) {
  .topNav.responsive {position: relative;}
  .topNav.responsive .icon {
    position: absolute;
    right: -200px;
    top: 0;
  }
  .topNav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  
  .botNav.responsive {position: relative;}
  .botNav.responsive .icon {
    position: absolute;
    right: -200px;
    top: 0;
  }
  .botNav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  
    .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
  
}

.price_block {background-color:#FF0000;  font-family:Arial, Helvetica, sans-serif; ; text-align: left;vertical-align: top;  font-size:1.25em; float:right; margin: auto; padding: 10px; display: inline-block; background:none; }



.barchart{
border: 0px solid #000000;

width:330px;
vertical-align: bottom; 

}

.barchart30{

float:left;
width:10px;
border-left: 1px solid #000000;
border-top: 1px solid #000000;
background-color:#FF0000; 
position: relative;
bottom: 0;

}

.barchartlow{
float:left;
width:50px;
position: relative;
bottom: -189;
font-size:8pt; 
font-family:Arial, Helvetica, sans-serif; 
display: inline-block;
}

.divTable{
	display: table;
	width: 100%;

	margin:auto;
}
.divTableRow {
	display: table-row;

}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 1px solid #999999;
	display: table-cell;
	padding: 3px 10px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}


.ctext{
	text-align:center;
}
.chtext{
	text-align:center;
	color: #1E6FA6;
	font-size:1.5em;
}

.stanbod{

	color: #1E6FA6;
	width: 800px;
	max-width: 100%;
	margin:auto;
}


.searchselectS{
color:#a1a1a1;
font-size: 1.25em;
padding:2px 2px 2px 2px;
margin:0;
width:75%;
-webkit-appearance:none;
-ms-border-radius:0;
-webkit-border-radius:0;
border-radius:0;

}


.searchselect2{
color:#a1a1a1;
font-size: 1.1em;
padding:2px 2px 2px 2px;
margin:0;
width:75%;
-webkit-appearance:none;
-ms-border-radius:0;
-webkit-border-radius:0;
border-radius:0;

}


.volumeBox{
width: 148px;
margin-left: 3px;
margin-right: 3px;
float:left;
border: 0px solid #000000;
font-size:8pt; 
font-family:Arial, Helvetica, sans-serif; 
height:26px;
}
h1 {
margin:auto;
text-align:center;
font-size: 1.2em;
}
@media only screen and (max-width: 450px)
{
		#menu_3dae042d { width:100px;  }
}
@media only screen and (max-width: 400px)
{
		#text_3c000d03 * span { font-size:14pt;  }
		#text_7901585d { display:none;  }
}
