@charset "UTF-8";
html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  position: relative;
  margin: 0;
  padding-bottom: 6rem;
  min-height: 100%;
  font-family: 'Raleway', sans-serif;
  background-color: black;
}


main {
	width:100%;
	margin:0 auto;
}

img {
  width: 100%;
}

a:link, a:visited {
  padding: 5px 10px;
  color: #FFF;
  text-decoration: none;
}

a:hover {
  color: black;
}

footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  color:#FFF;
  text-align: center;
  font-size: 14px;
}

footer a:link, footer a:visited {
  color: white;
  font-size: 14px;
  text-decoration: none;
  padding: 0;
  background: none;
}

footer a:hover {
  color: #FFF;
}

footer .socials {
  margin-bottom: 10px;
}

.socials ul {
  margin: 0;
  margin-bottom: 20px;
}

.socials li {
  display: inline-block;
  margin: 0 10px;
}

.socials li a, footer .socials li a:visited {
  display:  block;
  font-size: 1.2em;
  color: #FFF;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 40px;
}

.socials li a:hover {
  color: #000;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

header {
  text-align: center;
}

.nav {
  padding-left: 0;
}

.nav li {
  display: inline-block;
}

.nav li a {
  font-size: 20px;
  background: none;
  color: #FFF;
  text-transform: uppercase;
}

.bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: url("images/sitebg.jpg") no-repeat top center;
  background-size: cover;
  z-index: -5;
}

/** ===== MAIN ===== **/

main {
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
}

.title {
  width: 75%;
  max-width: 550px;
  margin: 0 auto;
}

h1.title {
  font-size: 3em;
  line-height: 43px;
}

#typic {
  border-bottom: white solid 2px;
  margin-top: -50px;
}

#front-top {
  background: url("../images/mainpic-cover.jpg") no-repeat top left;
  background-size: cover;
  height: 400px;
}

#front-top #titles {
  width: 250px;
  overflow: hidden;
  margin-left: -12px;
}

#front-top #titles img {
  width: 100%;
}

#front-top h3 {
  position: relative;
  background-color: #000;
  color: #FFF;
  padding: 10px;
  width: 200px;
  text-align: center;
  text-transform: uppercase;
}

main h1 {
  margin-bottom: 0px;
}

main h2 {
  margin: 0;
}

main h3 {
  margin: 0;
}

main h4 {
  margin-top: 2px;
  font-size: large;
  
}

main p {
  margin-top: 0;
}

.rol2 a, .rol1 a {
  font-size: 30px;
}

.startallovervid {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.rol1 img {
  width: 80%;
  max-width: 500px;
}

#shows {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}

#shows .section-title {
  text-align: center;
}

table {
	width:100%;
	border-collapse: collapse; 
	border-spacing: 0;   /* cellspacing="0" */
}

tr {
	border-bottom: 1px solid #989898	;
}

td {
	float:left;
	width:100% !important;
	text-align:center !important;
	padding:0;
}
	
table td.date {
	padding:10px 0;
	text-transform: uppercase;
	font-size: 1.2em;
}

table td.date .day {
  font-size: 1.2em;
}

table td.artist {
	text-transform: uppercase;
	font-size: 1.4em;
  font-weight: bold;
	color: #FF5656;
}

table td.venue {
	text-transform: uppercase;
	font-size: 1.2em;
	padding-bottom: 20px;
}

table .venue .city {
  font-size: medium;
  text-transform: capitalize;
  font-style: italic;
}


/*table td.tix a:link, table td.tix a:visited {
  background-color: #f4eef0;
  background-color: #E2CAD2;
  color: #000;
  text-decoration: none;
  padding: 4px 8px;
}

table td.tix a:hover {
  background-color: #FFF;
}*/

td span {
	font-size:13px;
}

.wrapper {
  overflow: hidden; 
}

.tabs {
  position: relative;
  -webkit-transition: all .5s ease-in-out; 
  -moz-transition: all .5s ease-in-out; 
  -ms-transition: all .5s ease-in-out; 
  -o-transition: all .5s ease-in-out; 
  transition: all .5s ease-in-out;
  
}
.active {
color:#FF5656;
}
.tabs> * {
  width: 100%;
  padding: 0 10%;
  padding-top: 20px;
  height: auto;
}

.tabs[data-tab='1'] {
  transform: translateX(-100%);
}

.tabs[data-tab='2'] {
  transform: translateX(-200%);
}
.tabs[data-tab='3'] {
  transform: translateX(-300%);
}
.tabs[data-tab='4'] {
  transform: translateX(-400%);
}

.inliner {

  white-space: nowrap;
}

.inliner > * {
  display: inline-block;
  font-size: 1rem;
  letter-spacing: normal;
  vertical-align: top;
  word-spacing: normal;
  white-space: normal;
}

button {
  background: none;
  color: white;
  border:none;
  text-transform: lowercase;
  font-size: 1.5em;
  margin: 5px 10%;
  font-weight: bold;
  cursor: pointer;
}

@media screen and (min-width: 767px){

#front-top #titles {
  width: 250px;
  overflow: hidden;
  margin-left: 15%;
}

#front-top h3 {
  margin-left: 15%;
}


}

@media screen and (min-width: 1020px){

#front-top {
  height: 600px;
}

#front-top #titles {
  width: 400px;
  padding-top: 100px;
  overflow: hidden;
  margin-left: 12%;
}

#front-top h3 {
  margin-left: 20%;
}

.rol1 .leftcol {
  width: 50%;
  float: left;
  margin-right: 5%;
}

table {
  table-layout: fixed;
}

td {
	float:none;
	width:auto !important;
	text-align:left !important;
	padding-top:10px;
  height: 80px;
}

td.artist {
  text-align: center !important;
}

td.venue {
  text-align: right !important;
  font-size: 0.9em !important;
}

.tabs> * {
  padding: 0 20%;
  padding-top: 20px;
}

}
