body {
	padding: 0;
	font: 12px/1.5 courier, verdana, arial, helvetica, sans-serif;
	background-color: #bfbfbf;
	margin: 0;
	padding: 0;
/*	background: url("/img/lgb-bk-cat.jpg");
	background: url("/img/lgb-bk-grey.jpg");
	background: url("/img/gm-bk.jpg"); longgone-bk
	background: url("/img/longgone-bk.jpg"); */
	background: url("/img/mouth-bkg.jpg");
	background-size: 100% auto;
	min-width: 800px;
	min-height: 100%;
	height: 100%;
}



a,
a:visited,
a:hover,
a:active {
    color: #ffffff;
}

.clear {
	clear: both;
}

#wrapper {
   min-height:100%;
   position:relative;
   width: 100%;
}

#background-video {
	display:none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    webkit-object-fit: cover;
    -moz-object-fit: cover;
    z-index: 0;
}

@media only screen and (min-width:639px){
	body {
		max-width: 1160px;
		background-size: 1160px auto;
		background-repeat:repeat-y;
		background-color: #bfbfbf;
		
	}

}
#content-body {
	position: relative;
	min-width: 800px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/*overflow: none;*/
 	padding-bottom: 45px;
}


 #banner {
	position: relative;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	z-index: 100;
	overflow: none;
	height: 150px;
	right: 0;
	min-width: 600px;
	text-align: right;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: #666 0px 0px 4px;
	-moz-box-shadow: #666 0px 0px 4px;
	box-shadow: #666 0px 0px 4px;
	width: 100%;
}

#halfbanner {
	position: relative;
	height: 100%;
	width: 40%;
	left: 60%;
	background-color: #fff;
	opacity: .55;
	overflow: none;

}

#banner h1 {
	position: absolute;
	right: 0;
	font-size: 5em;
/*	padding: 2em .25em 0 0; */
	margin: 0.67em 0 0 0;
	font-family: 'NeuropolXRg-Regular';
	font-weight: bold;
	font-style: normal;
	text-shadow: 1px 0px 5px #8e8d41, 1px 1px 5px #8e8d41, 0px 1px 5px #8e8d41, 
    -1px 1px 5px #8e8d41, -1px 0px 5px #8e8d41, -1px -1px 5px #8e8d41, 
    0px -1px 5px #8e8d41, 1px -1px 5px #8e8d41, 0px 0px 5px #8e8d41;
	opacity: 1.0;
	z-index: 5000;
} 

@media only screen and (max-width:639px){
	#banner h1 {
		font-size: 4em;
		padding: 3em .35em 0 0;
	}

}


#content-area {
	position: relative;
	display: block;
	min-height: 550px;
}
#nav {
	position: relative;
	font-family: 'NeuropolXRg-Regular';
	font-weight:bold;
	text-shadow: 1px 1px 3px #8e8d41;
	float: left;
	font-size: 2em;
	top:  2em;
	left: 1.4em; 
	width: 300px;
	z-index: 10;
	display: none;
} 

a.nav-link,
a:visited.nav-link {
 	color: #fff; /*#d59712; /* #0e4069; */
	text-decoration: none;
    cursor: hand;
    opacity: .75;    
 text-shadow: 1px  2px 2px #000000;	 
}
.nav-link:hover {
	opacity: 1;
}

a.nav-special {
	color: #ece870;
}

	.container {
		margin: 0 50px 0 10em;
		position: relative; 
		float: left;
		right: 4em;
		width: auto;  
		/*display: none;*/
	}
	.container .controls, .progress,  #progress, .container h1 {
		position: absolute; 
	}
	
	.progress,  #progress {
		width: 80%; 
		top: 6em;
		left: 12em;
		margin: 0 auto;
	}
  
	 .progress {
		background-color: #FFF;
		height: 1px;
		opacity: 0.5;
		display: none;
	}
	
	#progress {
		display: none;
		height: 30px;
	}
  
	.container .controls {
		width: 210px;
		right: 150px;
		top: 20px; 
	}
	
	.container .controls a {
      display: block;
      float: left;
      height: 42px;
      margin-left: 10px;
      opacity: 1.0;
      width: 54px; }
	  
  .container .controls a:hover {
        cursor: pointer;
        opacity: 0.5; }
  
  .container .controls a.prev {
         width: 58px;
		 cursor: pointer;
         background: url(/img/controls/prev.png); }
  
  .container .controls a.play {
        margin-right: 2px;
		cursor: pointer;
        background: url(/img/controls/play.png);
         }
  
  .container .controls a.pause {
        margin-right: 2px;
		cursor: pointer;
		display: none;
        background: url(/img/controls/pause.png); }
 
 .container .controls a.next {
         width: 58px;
		 cursor: pointer;
         background: url(/img/controls/next.png); }

.download {
	display: none;
}

  .download .link {
  	float: left;
  	position: relative;
  	font-size: 18px;
 	color: #d59712; /* #0e4069; */
  	top: 50px;
  	margin-right: 10px;
    text-decoration: none;
    padding: 0 2px;
      cursor: hand;
      opacity: .75;     
  }

.link:hover {
	opacity: .5;
	}
.buybutton {
	display: none;
}

.buybutton .buylink {
  	float: left;
  	position: relative;
  	font-size: 18px;
 	color: #fff;
  	top: 50px;
  	margin-right: 10px;
    text-decoration: none;
    padding: 0 2px;

      cursor: hand;
      opacity: .75;    
  }

.buylink:hover {
	opacity: .5;
	}
 
.container .title, .container .duration {
    cursor: default;
    font-size: 22px;
    font-weight: bold;
    font-weight: normal;
    letter-spacing: 6px;
    position: absolute;
    text-transform: uppercase;
    top: 115px; 
  /*  text-shadow: 1px  2px 2px #fff;	 */

	}
	
  .container .title {
    overflow: hidden;
    white-space: nowrap;
    left: 440px;
	top: 6px;
	font-size: 12px;
	}
	
  .container .duration {
    right: 0;
    top: 1.25em;
    opacity: 1;
	}
	
  .tracklist {
	z-index: 10; 
	display: none;
	font-size: 1.5em;
	color: #ece870; /*739675;*/
	text-shadow: 1px 1px 2px #000;
	letter-spacing: 1px;
	list-style: none;
	right: 0px;
	text-align: left;
	margin-top: 3em;
	width: 33em; 
	}
  
  .tracklist li {
	cursor: pointer;
    margin-bottom: 15px;
  /*  text-transform: uppercase;*/
  }
  
  .tracklist li:hover {
	/* cursor: pointer; */
	opacity: 0.5;
	background-color: #d59712;
	border-radius: 5px;  }
   
  .tracklist li .highlight {
    float: left;
	width: 10px;
	height: 10px;
	margin: 5px;
  }  
  .tracklist li.active .highlight {
	  border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      cursor: pointer;
      background-color: white;
      height: 10px;
      opacity: 0.75;
      width: 10px; }
	  
	  
.tracklist li.active {
    opacity: 0.75;
	background-color: #d59712;
	border-radius: 5px;
	
}

.tracklist .buylink {
	color: #000;
	font-weight: bold;
	font-size: 13px;
}
.volume {
  display: none; }


  
#social {
 	position: fixed;
	top: 0;
	left:0;
 	width: 100%;
	height: 45px;
 	text-align: left;
    z-index:10000;
    display: none;
 	}

	#social-links {
	   width: 800px;
	}
div.fb { 
	position: relative;
	float: left;
	margin-top: 16px;
	left: 1em;
	width: 14em;
	display: none;
}

div.twitter {
	position: relative;
	float: left;
	margin-top: 16px;
	width: 13em;
	display: none;
}

div.spotify {
	position: relative;
	float: left;
	margin-top: 14px;
	left: 1em;
	width: 10em;
}

div.ft {
	position: relative;
	font-family: 'NeuropolXRg-Regular';
	top: 6em;
	width: 400px;
	left: 1.6em;
	color: #a0a843;
		text-shadow: 1px 1px 3px #000;
	font-size: 1.8em;
}

div.social-button {
	float: left;
	top: 10px;
}

.jango-img {
	vertical-align: middle;

}
.jango {
	font-family: 'Helvetica Neue',Arial,Helvetica,sans-serif;
    font-size: 11px;
    line-height: 20px;
 	color: #fff;
}
 .jango-share {
 	margin-left: 2px;
	margin-top:2px;
}
a.jango-share img {
	border: 0;
	
}
a.jango-share:hover img {
	-webkit-box-shadow: #fff 8px;
	-moz-box-shadow: #fff 8px;
	box-shadow: #fff 4px; 
	border: 0;
	}
	
div.email {
	position: relative;
	float: right;
	margin-top: 16px;
	width: 230px;
}


#contactwrapper {
	background: url("/img/work.jpg") 0 0;
	width: 640px;
	height: 480px;
}
#contactcontents {
	position: relative;
	top: 15px;
	background-color: #fff;
	margin: auto;
	padding: 10px;
	width: 350px;
	opacity: .75;
}

div.contact {
	position: relative;
	float: right;
	margin-top: 16px;
	width: 80px;
}


label.contactlabel {
	display: block;
}
	
.notes {
	margin-top: 10px;
	font-size: 10px;
	font-weight: bold;
}

textarea#messagecontact {
	width: 300px;
	height: 100px;
	
}



#downloadlink {
	display:none;
	}
	
#downloadbox a {
	color: #000;
}

#videobox {
	position: relative;
	width: 745px;
	background-color: #000;
}

#video-content iframe {
	display: block;
	margin: auto;
	}

#bio {
	position: relative;
	left: 4px;
	width: 680px;
	height: 600px;
	overflow-x: hidden;
	background: url(/img/bandnotband.jpg) no-repeat right;
    font-family: Arial, Helvetica, sans-serif;
}

#bio-content {
	position: relative;
/*	top: 318px;
	left: 26px;
	width: 600px;
*/
	width: 265px;
	font-size: 13px;
	padding: 4px 6px;
	margin-left: 6px;
	margin-top: 6px;
	border-radius: 6px;
	background-color: #ccc;
	opacity: .8;
	line-height: 1.6;
	color: #000;
	overflow-x: hidden;
}

#preload {
	margin-top: 100px;
	margin-left: 44px;
	font-size: 24px;

}

@media only screen and (max-width:1120px){

	#nav {
		width: 250px;
	}
	

	.tracklist {
		width: 22em;
	}
}

@media only screen and (max-width:850px){
	#nav {
		font-size: 2em;
		width: 250px;
		float: left;
	}
	
	.container .duration {
		right: auto;
		top: .75em;
		left: 0;
	}
	.tracklist {
		width: 22em;
	}
	.container {
		margin: 0 10px 0 8em;
		position: relative;
		float: none;
		display: none;
	}
		
}

@media only screen and (max-width:480px){

#background-video {
	display: none;
}

	#banner h1 {
		font-size: 3em;
		padding: 2.4em .45em 0 0;
		left: 2em;
		right: auto;
	}
	.controls {
		display: none;
	}
	
	div.ft {
		top: 12px;
		left: 1.2em;
		width: 300px;
		font-size: 1.6em;
	}

	.container .duration {
		right: auto;
		top: .75em;
		left: 0;
	}
	
	#contactwrapper {
		width: 360px;
		height: 480px;
	}
	
#bio {
			background: url(/img/bandnotband-bio-mobile.jpg) no-repeat 0 0;
	}

}
