@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	width: 100%;
}

.button {
 width: 30%;
 float: left

}

#tourdates {
background-image:url(images/dfbg.jpg);
background-repeat:repeat;
background-position: top center;
width: 100%;
float: left;
}

#tourdates-content {
	width: 100%;
	
}

#video iframe {
  width: 86%;
  height: 50%;
  margin-top: 5%;
  margin-left: 7%;
}


.dftext {
	padding-top: 20px;
	padding-bottom: 15px;
	padding-left: 7%;
}

.dftext img {width: 93%;}

.frt { margin-top: -30px;
padding-left: 7%;
}

.frt img {width: 93%;}

.guests img {width: 90%;
padding-left: 7%;
}


#dates {
	width: 85%;
	float: left;
	background-color: #000;
	margin-top: 15px;
	height: 170%;
	color: #fff;
	font-family: font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
font-style: normal;
font-weight: 400;
  font-size: 15px;
  padding: 40px 5px 10px 0px;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 7%; 
  
}

#dates ul {
  list-style: disc inside none; 
    padding-left: 1em;
}

#dates li {
	list-style:none;
  margin-bottom: 30px;
  float: left;
  margin-left: 3%;
  margin-right: 3%;
  margin-top: -19px;
 -moz-osx-font-smoothing: grayscale;
  border-bottom: 1px dashed #323232;
  padding-bottom:3%;
text-align: center;
}

.rsvp {
float: none;
  width: 40%;
  text-align: center;
  padding: 10px 8px 10px 10px;
  border: 1px solid #2c2c2c;
  background-color: #2c2c2c;
  margin-top: 5%;
  
 
}

.rsvp:hover {
  background-color: #36f434;
}

a { color: #fff;
text-decoration:none;
}
a:hover, a:focus, a:active {color: #fff}

#tickets {
 float: none;
  width: 40%;
  text-align: center;
  margin-top: 5%;
  margin-left: 30%;
  background-color: #2c2c2c;
  padding: 10px 8px 10px 10px;
  border: 1px solid #2c2c2c;
  color: #fff;
}

#tickets:hover {
  background-color: #fb0caf;
}

#albumpreorder {
width: 100%;
}

#albumpreorder-contain {
	width: 100%;
	height: auto;
}

#leftcol {
height: 100%;
  width: 100%;
}

#leftcol img {
	width: 100%;
  height: 100%;
}
#rightcol {
	background-image:url(images/albumbg.png); background-repeat: repeat; background-position: center;	
  width: 97%;
  padding-top: 30px;
  padding-left: 30px;
}

#rightcol img {
  margin-bottom: 15px;
  width: 90%;
  margin-left: 20px;
}

#rightcol img:nth-of-type(2) {
	width: 30%;
}

#rightcol img:nth-child(3) {
	width: 30%
}



#signup {
background-image:url(images/dfbg.jpg);
  background-position: top;
  margin-bottom: -20px;
  width: 100%;

}

#signup-content {
	display: none;

}

#signup-content-mobile {
	padding: 15%;

}