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

html,
body {
  	height: 100%;
}
body {
	background: #151515;
	margin:0;
	font-family: 'Lato', sans-serif;}

/* Header - Menu */

#header {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	color:#fff;
	padding-top:35px;
	font-weight: 900;
	font-size: 14px;
}
#header-menu-left {
	width: 500px;
	float:left;
	vertical-align: middle;

}
#header-menu-right {
	width: 500px;
	float:right;
	text-align: right;
	vertical-align: middle;
	padding-top:5px;
	letter-spacing: 0.9px;

}
#header-menu-right a {
	margin-left:50px;
	text-decoration: none;
	color:#fff;
}
#header-menu-right a:hover {
	text-decoration: none;
	color:#ededed;
	padding-bottom: 15px;
	border-bottom: 3px #002aff solid;
}
.header-menu-right-select {
	text-decoration: none;
	color:#ededed;
	padding-bottom: 15px;
	border-bottom: 3px #002aff solid;
}

/* Home Content */

#home-content {
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
	padding-top:65px;
}
#home-slider {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}

/* Home Event Content */
#home-event-header{
	font-size:40px;
	font-weight:900;
	color:#fff;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	float:left;
	padding-bottom:20px;
	letter-spacing: 0.5px;
}
#home-events {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
	padding-bottom:50px;
	margin-bottom:50px;
}
#home-event-block {
	width:1000px;
	border-top: 4px #ededed solid;
	padding-top:25px;
	padding-bottom:25px;
	float:left;
}
#home-event-block:last-child {
		border-top:4px #ededed solid;
	border-bottom:4px #ededed solid;

}
#home-event-block-image {
	width:200px;
	font-size:30px;
	font-weight:900;
	color:#AAAAAA;
	float:left;
}
#home-event-block-title {
	width:550px;
	font-size:0px;
	font-weight:700;
	color:#fff;
	text-align:left;
	float:left;
	padding-top:0px;
	margin-top:0px;
	padding-right:50px;
	vertical-align: top;
}
#home-event-block-title a {
	color:#fff;
	text-decoration: underline;
}

#home-event-tickets {
	width:200px;
	float:right;
	text-align: right;
	
}
.ticket-button {
	font-family: 'Lato', sans-serif;
	outline:0;
	border:0;
	border: #002aff 5px solid;
	padding:5px;
	font-size:16px;
	font-weight:700;
	color:#FFF;
	width:200px;
	height:65px;
	background: #002aff;
	letter-spacing: 1px;
	-webkit-appearance: none;
	border-radius: 0;
}
.ticket-button:hover {
	font-family: 'Lato', sans-serif;
	outline:0;
	border:0;
	border: #002aff 5px solid;
	padding:5px;
	font-size:16px;
	font-weight:700;
	color:#FFF;
	width:200px;
	height:65px;
	background: #002aff;
	letter-spacing: 1px;
	text-decoration: underline;
	-webkit-appearance: none;
	border-radius: 0;
}
#home-event-block-tickets {
	width:200px;
	font-size:30px;
	font-weight:700;
	color:#AAAAAA;
	float:left;
	text-align:center;
}
#home-event-block-tickets a {
	border-bottom:4px solid #E1E1E1;
	text-decoration: none;
	padding-bottom:15px;
	color:#E1E1E1;
}

/* Footer */
#footer-spacer{
	width:100%;
	margin-top:25px;
	padding-top:25px;
	float: left;
}
#footer {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	color:#ededed;
	font-size:12px;
	font-weight: 700;
	
}
#footer-menu-left {
	width: 333px;
	float:left;
	padding-top:15px;
	
}
#footer-menu-left a {
	text-decoration: none;
	color:#fff;
	margin-right:25px;
	
}
#footer-menu-center {
	width: 333px;
	float:left;
	text-align: center;
}
#footer-menu-right {
	width: 333px;
	float:left;
	text-align: right;
	padding-top:15px;

}

/* About */
#about-content {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:10px;
	margin-bottom:50px;
}
#about-content-title {
	width:100%;
	float:left;
	margin-top:25px;
	margin-bottom:25px;
}
#about-content-bio {
	color:#fff;
	font-size:16px;
	font-weight:300;
	letter-spacing: 0.5px;
	line-height: 1.5;
	padding-bottom:50px;
	border-bottom:4px #ededed solid;

}
#about-content-bio a, a:visited {
	color:#fff;
	font-weight: 700;
	text-decoration: underline;
}

/* NIVO SLIDER */
.nivoSlider {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: none;
  border-radius: 1px;
}
.nivo-main-image {
  display: block !important;
  position: relative !important;
  width: 100% !important;
}
.nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none;
  background: white;
  filter: alpha(opacity=0);
  opacity: 0;
}
.nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
  top: 0;
}
.nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
  overflow: hidden;
}
.nivo-box img {
  display: block;
}
.nivo-caption {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #000;
  color: #fff;
  width: 100%;
  z-index: 8;
  padding: 5px 10px;
  opacity: 0.8;
  overflow: hidden;
  display: none;
  -moz-opacity: 0.8;
  filter: alpha(opacity=8);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nivo-caption p {
  padding: 5px;
  margin: 0;
}
.nivo-caption a {
  display: inline !important;
}
.nivo-html-caption {
  display: none;
}
.nivo-directionNav a {
  position: absolute;
  top: 45%;
  z-index: 9;
  cursor: pointer;
}
.nivo-prevNav {
  left: 0px;
}
.nivo-nextNav {
  right: 0px;
}
.nivo-controlNav {
  text-align: center;
  padding: 15px 0;
}
.nivo-controlNav a {
  cursor: pointer;
}
.nivo-controlNav a.active {
  font-weight: bold;
}
.theme-default .nivoSlider {
  position: relative;
  margin-bottom: 10px;
}
.theme-default .nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}
.theme-default .nivoSlider a {
  border: 0;
  display: block;
}
.theme-default .nivo-controlNav {
  text-align: center;
  padding: 20px 0;
}
.theme-default .nivo-controlNav a {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(bullets.png) no-repeat;
  text-indent: -9999px;
  border: 0;
  margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
  background-position: 0 -22px;
}
.theme-default .nivo-directionNav a {
  display: block;
  width: 30px;
  height: 30px;
  background: url(arrows.png) no-repeat;
  text-indent: -9999px;
  border: 0;
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a {
  opacity: 1;
}
.theme-default a.nivo-nextNav {
  background-position: -30px 0;
  right: 15px;
}
.theme-default a.nivo-prevNav {
  left: 15px;
}
.theme-default .nivo-caption {
  font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
  color: #fff;
  border-bottom: 1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
  color: #fff;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled {
  width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
  width: auto;
  height: auto;
  background: none;
  margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
  display: block;
  width: 120px;
  height: auto;
}