.container {
	position: relative;
	z-index:999999;
}
.audioplayer {
	background-color:blue;
}
.social {
	background-color:transparent;
	height:20px;
	width:100%;
	margin-bottom:25px;
	
}

.centertxt {
	text-align:center;
}

.title {
	margin-top:0px;
	margin-bottom:10px;
	color:#FF0;
    font-family: 'Josefin Slab';
    font-size: 32px;
    font-weight: 300;
    text-transform: uppercase;
}

.margin-top10 {
	margin-top:10px;
}

.margin-top25 {
	margin-top:25px;
}


.margin-top100 {
	margin-top:100px;
}
.tourgrid,
.discgrid {
	border-color:red;
	border-width:1px;
	border-style:dotted;
	padding:5px;
	margin-right:0;
	margin-left:10px;
	margin-bottom:-1px;
}

body {
	 margin: 0;
}

.background {
	background-image:url(../images/site/back.gif);
	background-repeat:repeat;
	position: fixed;
	width: 100%;
	height: 300%;
	top: 0;
	left: 0;
	z-index: -1;
	margin-top:0px;
}

.bg-me {

}
.header {
	background-image:url(../images/header.jpg);
	background-repeat:repeat;
	height:200px;
	width:100%;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}





.black {
	background-color:#000;
	width:100%;
	height:150px;
}

.panel {
  margin-bottom: 20px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-content-full {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:20px;
	border-width:0px;
	border-style:solid;
	border-color:#fff;
	color:#333;
	/* default fallback */
	background: rgb(0, 0, 0, 0.7) transparent;
	/* nice browsers */
	background: rgba(0, 0, 0, 0.7);
	/* IE 6/7 */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF);
	/* IE8 */    
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF)";

}

.panel-content {
	padding-top:10px;
	padding-bottom:10px;
	/*padding-left:10px;
	padding-right:20px;*/
	border-width:0px;
	border-style:solid;
	border-color:#fff;
	border-radius: 5px;
	color:#eee;
	/* default fallback */
	background: rgb(0, 0, 0, 0.7) transparent;
	/* nice browsers*/
	background: rgba(0, 0, 0, 0.7); 
	/* IE 6/7 
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF);
	/* IE8 */    
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF)";
	z-index: 99;
	position:relative;
}
.panel-content-tabs {
	padding-top:10px;
	padding-bottom:10px;
	/*padding-left:10px;
	padding-right:20px;*/
	border-width:0px;
	border-style:solid;
	border-color:#fff;
	border-radius: 5px;
	color:#eee;
	/* default fallback */
	background: rgb(0, 0, 0, 0) transparent;
	/* nice browsers*/
	background: rgba(0, 0, 0, 0); 
	/* IE 6/7 
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF);
	/* IE8 */    
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF)";
	z-index: 99;
	position:relative;
}
.panel-contenx:hover {
	background: rgba(0, 0, 0, 1.0);
}
.panel-content a {color:#fff; text-decoration: none;}
.panel-content-footer {
	position:relative;
	width:100%;
	/*padding-left:10px;
	padding-right:20px;*/
	border-width:0px;
	border-style:solid;
	border-color:#fff;
	border-radius: 0;
	color:#333;
	/* default fallback */
	background: rgb(0, 0, 0, 1) transparent;
	/* nice browsers*/
	background: rgba(0, 0, 0, 1); 
	/* IE 6/7 
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF);
	/* IE8 */    
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF)";
}
.panel-content-full-footer {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:20px;
	color:#333;
    background-color: #000;

}
.opac {
  filter: alpha(opacity=80);
  opacity: 0.8;
  -webkit-transition: opacity .2s ease-in;
  -moz-transition: opacity .2s ease-in;
  -ms-transition: opacity .2s ease-in;
  -o-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;	
}
.opacdrk {
	opacity:0.20;
	filter:alpha(opacity=50); /* For IE8 and earlier */
	-webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	-webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;

}


.opacdrk:hover,
.opac:hover {
  filter: alpha(opacity=100);
  opacity: 1.0;

}

.cd-border {
border-width:3px; border-style:solid; border-color:#333;
  -webkit-transition: opacity .2s ease-in;
  -moz-transition: opacity .2s ease-in;
  -ms-transition: opacity .2s ease-in;
  -o-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;	
}

.cd-border:hover {
  border-width:3px; border-style:solid; border-color:#999;
  filter: alpha(opacity=100);
  opacity: 1.0;

}

.red {
	color:#F00;
}

p {
	/*color:#0F0;*/
	color:#ccc;
}

.yellow {
	color:#FF0;
}
.green {
	color:#0F0;
}

.discgrid :hover {
	background-color:transparent;
}

.btn-primary {

	background-color: #7cba38;
	border:0;
}
.btn-primary:hover {
	background-color: #76cc18;
	border:0;
}

footer {
	background-color:#000;
}

.footer {color:#999;}
.footer:hover {color:#ccc;}

#myCanvas{
    background:black;
    position:absolute;
    top:0;
    width:100%;
    height:100%;
    opacity: .35;
    z-index: 9;
}
.logo {
	background-image:url(../images/head.png);
	background-repeat:no-repeat;
	width:676px;
	height:200px;
	margin-top:-380px;
	text-align:center;
	position:relative;
	z-index: 99;
	}

	h3 {
	margin-top:0px;
	margin-bottom:10px;
	color:#FF0;
    font-family: 'Times', sans-serif;
    font-size: 40px;
    font-weight: 400;
    font-style: italic;
    text-transform: none;
    position:relative;
    z-index: 999;
    text-shadow: 2px 2px 2px #000;
	}
	h4 {
	margin-top:-5px;
	margin-bottom:10px;
	color:#FF0;
    font-family: 'Times', sans-serif;
    font-size: 32px;
    font-weight: 300;
    font-style: italic;
    text-transform: none;
    position:relative;
    z-index: 999;
    text-shadow: 2px 2px 2px #000;
	}
	h4 {
	margin-top:-5px;
	margin-bottom:10px;
	color:#FF0;
    font-family: 'Times', sans-serif;
    font-size: 24px;
    font-weight: 300;
    font-style: italic;
    text-transform: none;
    position:relative;
    z-index: 999;
    text-shadow: 2px 2px 2px #000;
	}
	h5 {
	margin-top:-5px;
	margin-bottom:10px;
	color:#FF0;
    font-family: 'Times', sans-serif;
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    text-transform: none;
    position:relative;
    z-index: 999;
    text-shadow: 2px 2px 2px #000;
	}

#bio h4,
#disco h4 {
	margin-top:0px;
	margin-bottom:10px;
	color:#FFF;
    font-family: 'Times';
    font-size: 20px;
    font-weight: 300;
    text-transform: none;
    position:relative;
    z-index: 999
	}
	ol {
  list-style: decimal;
  padding-left: 40px;
}
.panel-default > .panel-heading {
    color: #eee;
    background-color: transparent;
    border-color: #333;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #333;
    color:#ddd;
}
li {
	color:#eee;
}

.carousel-caption {
	background:rgba(0, 0, 0, .8);
	font-family: Times, serif;
	font-size: 1.5em;
	font-style: italic;
}



/*Footer*/
html,
body {
	margin:0;
	padding:0;
	height:100%;
}
#wrapper {
	min-height:100%;
	position:relative;
}
#header {
	background:#ededed;
	padding:10px;
}
#content {
	padding-bottom:400px; /* Height of the footer element */
}
#footer {
	background:rgba(0, 0, 0, .65);
	width:100%;
	height:300px;
	position:absolute;
	bottom:0;
	left:0;
	z-index: 999999;
	padding:25px;
	border-top:5px;
	border-top-color:#222;
	border-top-style:solid;
}

#footer a {
	color:#666;
 transition: color 0.2s ease;
}
#footer a:hover {
	color:#eee;
}
.rotate{
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.rotate.down{
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}
