body {
    background-color: black;
}

html {
}

header {
}

#bg {
    background-image: url("images/bg.jpg");
    background-size: contain;                    /* <------ */
    background-repeat:   no-repeat;
    height: 100%;
}
.wrapper{
margin:0 auto;
width: 1150px;
}

#tickets {
  letter-spacing: 90px;
    text-align: center;
  margin-left: 70px;
  margin-bottom: 40px;
  transform: scale(1, 1.5);
-webkit-transform: scale(1, 1.5); /* Safari and Chrome */
-moz-transform: scale(1, 1.5); /* Firefox */
-ms-transform: scale(1, 1.5); /* IE 9+ */
-o-transform: scale(1, 1.5); /* Opera */
}

#schedlink {
  letter-spacing: 90px;
  text-indent: 90px;
  text-align: center;
  transform: scale(1, 1.5);
-webkit-transform: scale(1, 1.5); /* Safari and Chrome */
-moz-transform: scale(1, 1.5); /* Firefox */
-ms-transform: scale(1, 1.5); /* IE 9+ */
-o-transform: scale(1, 1.5); /* Opera */
}

#flier {
  text-align: left;
	margin-left: 70px;
  margin-right: 30px;
  float:left;
}

#image {
  text-align: left;
	margin-left: 70px;
  float:left;
}

#artists {
  margin-left: 0px;
  margin-right: 70px;
  color: white;
  text-align: right;
  font-size: 1.1em;
  font-family: "Arial";
  letter-spacing:12px;
  font-weight: bold;
}
#artists a:link{
  color: white;
  text-decoration: none;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
#artists  a:visited {
  color: white;
  text-decoration: none;
}
#artists a:active {
  color: #f9308c;
  text-decoration: none;
}
#artists a:hover{
  color: #f9308c;
  text-decoration: none;
            -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -ms-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}
#artists ul {
    /*-webkit-columns:2;*/
    list-style-type: none;
    margin: 0; padding: 0;
}

.clearfix:after{
  content:".";
  display:block;
  clear:both;
  visibility: hidden;
  height:0;
  line-height: 0;
}

#logo {
   width:100%;
   text-align:center;
   margin:0;
   padding:0;
   background-image: url("images/banner.png");
   background-size: 100%;
   height: 330px;
}
#banner {
   width:100%;
   text-align:center;
   margin:0;
   padding:0;
   background-image: url("images/8f2x.gif");
   height: 240px;
}

#dates {
	color: white;
	font-size: 2em;
	text-align: center;
	font-family: "Arial";
   letter-spacing:10px;
   font-style: italic;
   font-weight: bold;
   margin-top: 50px;
   margin-bottom: 50px;
}

#map {
	text-align: left;
	margin-left: 70px;
	float: left;
}
.bullet:after {
    content: "";
    display: inline-block;
    background: url("images/icon_pink.gif") no-repeat bottom;
    background-size: 100%;
    width: 1.1em;
    height: 1.1em;
    vertical-align: bottom;
    margin-left: 10px;
}
#basic {
	margin-left: 75px;
	margin-right: 75px;
	color: white;
	font-size: 1.3em;
	text-align: justify;
	font-family: "Arial";
   letter-spacing:2px;
}
#basic h1 {
    font-size: 1.6em;
    text-transform: uppercase;
}
#basic h2 {
    font-size: .8em;
    text-indent: 20px;
}
#basic h3 {
    font-size: 1em;
    text-indent: 10px;
    text-transform: uppercase;
}
#basic h4 {
    font-size: 0.6em;
    text-transform: uppercase;
    margin-bottom: -10px;
}
#basic h5 {
    font-size: 0.6em;
    color:#f9308c;
    text-transform: none;
    font-weight: normal;
    margin-bottom: 10px;
}
#basic h6 {
    font-size: 0.6em;
    text-transform: uppercase;
    margin-bottom: 6px;
    margin-top: -10px;
}
#basic hr {
    border-width: 1px;
    border-color: #222;
}
#basic a:link {
    color: #f9308c;
    text-decoration: none;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
#basic a:visited {
    color: #f9308c;
    text-decoration: none;
}
#basic a:hover {
    color: #fcfc60;
    text-decoration: none;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -ms-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}
#basic a:active {
    color: #fcfc60;
    text-decoration: none;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

#infos {
	margin-left: 75px;
	margin-right: 75px;
	color: white;
	font-size: 1.5em;
	text-align: justify;
	font-family: "Arial";
   letter-spacing:2px;
}
 /* unvisited link */
#infos a:link {
    color: #f9308c;
    text-decoration: none;
    letter-spacing:3px;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
/* visited link */
#infos a:visited {
    color: #f9308c;
    text-decoration: none;
    letter-spacing:3px;
      -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
/* mouse over link */
#infos a:hover {
    color: purple;
    text-decoration: none;
    letter-spacing:3px;
      -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -ms-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}
/* selected link */
#infos a:active {
    color: #f9308c;
    text-decoration: none;
    letter-spacing:3px;
      -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

#schedule {
	margin-left: auto;
	margin-right: auto;
	color: white;
	font-size: 1em;
	text-align: left;
	font-family:Arial;
	font-weight: bold;
    letter-spacing:4px;
}

#credits {
	margin: 20px 75px 20px 100px;
	color: white;
	font-size: .75em;
	text-align: justify;
	font-family: "Arial";
    letter-spacing:2px;
}
 /* unvisited link */
#credits a:link {
    color: #f9308c;
    text-decoration: none;
}
/* visited link */
#credits a:visited {
    color: #f9308c;
    text-decoration: none;
}
/* mouse over link */
#credits a:hover {
    color: purple;
    text-decoration: none;
}
/* selected link */
#credits a:active {
    color: #f9308c;
    text-decoration: none;
}

#tickets a:link {
    color: #f9308c;
    text-decoration: none;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
/* visited link */
#tickets a:visited {
    color: #f9308c;
    text-decoration: none;
}
/* mouse over link */
#tickets a:hover {
    color: purple;
    text-decoration: none;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -ms-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}
/* selected link */
#tickets a:active {
    color: #f9308c;
    text-decoration: none;
}

#schedlink a:link {
    color: #fcfc60;
    text-decoration: none;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
/* visited link */
#schedlink a:visited {
    color: #fcfc60;
    text-decoration: none;
}
/* mouse over link */
#schedlink a:hover {
    color: orange;
    text-decoration: none;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -ms-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}
/* selected link */
#schedlink a:active {
    color: #fcfc60;
    text-decoration: none;
}

.rTable {
  	display: table;
  	width: 90%;
  	margin: 0 auto;
  	
}

.rTableRow {
  	display: table-row;
  	color:#fcfc60;

}
.rFooterRow {
  	display: inline-block;
  	color:#fff;
  	background-color: #222;
  	width: 100%;
  	margin: 0px ;
  	padding: 0px;
}

.rTableCell {
  	display: table-cell;
  	text-transform: uppercase;
  	line-height: 2;
  	font-size: .6em;
  	font-weight: bold;
  	padding: 3px 3px;
  	border: 0;
  	
}
.rFooterCell {
  	display: inline-block;
  	line-height: 2;
  	font-size: .8em;
  	font-weight: normal;
  	text-align: left;
  	width: 30%;
  	vertical-align: top;
  	padding: 10px;
}
.footerlink {
    width: 100%;
    margin: 0 auto;
    color: #666;
    text-decoration: none;
    padding-left: 8px;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    
}
.rFooterCell a:link {
    color: #f9308c;
    text-decoration: none;
}
.rFooterCell a:hover {
    color: purple;
    text-decoration: none;
}
.footerlink:visited {
    color:#f9308c;
    text-decoration: none;
}
.footerlink:active {
    color:white;
    text-decoration: none;
    -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.footerlink:hover {
    color: white;
    background: #333;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -ms-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}

.rTableHistory {
    list-style: none;
    font-size: .6em;
    width: 33%;
    line-height: 1.5;
  	display: table-cell;
  	text-align: left;
  	padding: 3px 3px 6px 3px;
  	border: 0;
  	
}
.rTableIconLinks {
    list-style: none;
    font-size: .6em;
    width: 33%;
    line-height: 1.5;
  	display: table-cell;
  	text-align: left;
  	padding: 3px 3px 6px 3px;
  	border: 0;
  	
}
.rTableIconLinks a{
    margin-right: 30px;
}
.rTableHistory li{
    color: white;
  	
}
.rTableHead {
  	display: table-cell;
  	padding: 3px 3px;
  	border: 0;
  	width: 30%;
  	color: white;
  	font-size: 1.3em;
  	text-align: center;
  	text-transform: uppercase;
}
.rTableBody {
  	display: table-row-group;
}
}
.hover01 figure img {
    width: 300px;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .6s ease-in-out;
	transition: .6s ease-in-out;
    
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
    -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
figure {
	width: 300px;
	height: 300px;
	margin: 0 0 0 15px;
	padding: 0;
	position: center center;
	background: #fff;
	overflow: hidden;
    -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#navbarbox {
    width: 100%;
    margin: 0 auto;
    background-color: #222;
    padding: 0;
}
#links {
    text-align: left;
    float: left;
    position: relative;
    display: inline-block;
    width: 50%;
    margin: 0;
    padding: 0px;
}
#navbar {
    text-align: right;
    display: inline-block;
    width: 50%;
    margin: 0;
    padding: 0px;
}
.button {
    border: none;
    padding: 10px 10px 7px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: 8%;
    font-size: 16px;
    margin: 0;
    -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.button2 {
    border: none;
    padding: 10px 10px 7px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width:16%;
    font-size: 16px;
    margin: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.button3 {
    color: black;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    padding: 14px 10px 12px 8px;
    text-align: center;
    width:16%;
    font-size: 16px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.button0 {
    color: black;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    width:16%;
}
.button img {
    height: 22px;
}
.button2 img {
    height: 22px;
}
.button:hover {
    background-color:#f9308c;
}
.button2:hover {
    background-color:#f9308c;
}
.button3:hover {
    background-color:#f9308c;
}
#links a:link {
    color:#000;
    text-decoration:none;
}
#links a:active {
    color:#000;
    text-decoration:none;
}
#links a:visited {
    color:#000;
    text-decoration:none;
}
#links a:hover {
    color:#000;
    text-decoration:none;
}
    
#icon {
   width:60px;
   margin: auto;
   background-image: url("images/icon.gif");
   background-size: 100%;
   height: 60px;
       -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#icon:hover {
   background-image: url("images/icon_pink.gif");
       -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* Acordeon styles */
.tab {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  color: #fff;
  overflow: hidden;
}
input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
label {
  position: relative;
  display: block;
  padding: 0 0 0 1em;
  background: #16a085;
  font-size: .6em;
  line-height: 3;
  cursor: pointer;
}
.blue label {
  background: #222;
}
.tab-content {
  max-height: 0;
  overflow: hidden;
  background: #1abc9c;
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
}
.blue .tab-content {
  background: #000;
}
.tab-content p {
  margin: 1em;
}
/* :checked */
input:checked ~ .tab-content {
  max-height: 22em;
}
/* Icon */
label::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
input[type=checkbox] + label::after {
  content: "+";
}
input[type=radio] + label::after {
  content: "\25BC";
}
input[type=checkbox]:checked + label::after {
  transform: rotate(315deg);
}
input[type=radio]:checked + label::after {
  transform: rotateX(180deg);
}

}