/* CSS Document */

@font-face {
	font-family: 'GothamRnd-Light';
	src: url('fonts/GothamRnd-Light.otf');
	src: url('fonts/GothamRnd-Light.eot?#iefix') format('embedded-opentype'),
			url('fonts/GothamRnd-Light.ttf') format('truetype'),
			url('fonts/GothamRnd-Light.woff') format('woff');
}

@font-face {
	font-family: 'GothamRnd-Medium';
	src: url('fonts/GothamRnd-Medium.otf');
	src: url('fonts/GothamRnd-Medium.eot?#iefix') format('embedded-opentype'),
			url('fonts/GothamRnd-Medium.ttf') format('truetype'),
			url('fonts/GothamRnd-Medium.woff') format('woff');
}

@font-face {
	font-family: 'GothamRnd-Bold';
	src: url('fonts/GothamRnd-Bold.otf');
	src: url('fonts/GothamRnd-Bold.eot?#iefix') format('embedded-opentype'),
			url('fonts/GothamRnd-Bold.ttf') format('truetype'),
			url('fonts/GothamRnd-Bold.woff') format('woff');
}

body {
	font-family: 'GothamRnd-Light', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	color: #444;
	margin: 0px;
	background: #f8f8f8 url('../images/background.jpg') center;
	overflow-x: hidden;
}

*,
*::after,
*::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.container {
	max-width: 1024px;
	margin: 0 auto;
}

.btn {
	position: relative;
	display: inline-block;
	text-decoration: none;
	height: 33px;
	line-height: 33px;
	text-transform: uppercase;
	color: #FFF;
	padding: 0px 16px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
}

.btn.green {
	background: #951b81;
}

.btn.grey {
	background: #9b9b9b;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9b9b9b), color-stop(100%, #767676));
	background: -webkit-linear-gradient(top, #9b9b9b, #767676);
	background: -moz-linear-gradient(top, #9b9b9b, #767676);
	background: -ms-linear-gradient(top, #9b9b9b, #767676);
	background: -o-linear-gradient(top, #9b9b9b, #767676);
	background: linear-gradient(top, #9b9b9b, #767676);
}

.btn.icon {
	padding-left: 48px;
}

.btn.icon:before {
	content: ' ';
	background-image: url('../images/icons.png');
	display: inline-block;
	width: 24px;
	height: 100%;
	position: absolute;
	left: 16px;
	top: 0px;
}

.btn.icon.ico-book:before { background-position: -11px -3px; }
.btn.icon.ico-dots:before { background-position: -11px -43px; }


.btn.large {
	height: 40px;
	line-height: 40px;
}

.btn.large.icon.ico-time:before { background-position: -12px -81px; }

.text.icon {
	background-image: url('../images/icons.png');
	background-repeat: no-repeat;
	padding-left: 18px;
}

.text.icon.ico-calendar { background-position: -18px -133px; }
.text.icon.ico-time{ background-position: -18px -169px; }

img {
	max-width: 100%;
	vertical-align: bottom;
}

ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

a {
	color: #444;
}

strong {
	font-family: 'GothamRnd-Medium', Arial, Helvetica, sans-serif;
}

.clearfix:after,
ul:after {
	content: ' ';
	clear: both;
	display: block;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

h1 {
	font-family: 'GothamRnd-Bold', Arial, Helvetica, sans-serif;
	font-size: 28px;
	margin-bottom: 15px;
}

#main-content h2 {
	margin-bottom: 10px;
}

h2 {
	font-size: 30px;
	line-height: 1.2em;
}

h3 {	
	font-family: 'GothamRnd-Medium', Arial, Helvetica, sans-serif;
	font-size: 15px;
}

p {
	margin: 0px 0px 8px;
}

.fullwidth { width: 100% !important; }
.left { float: left; }
.right { float: right; }
.center { text-align: center; }
img.left { margin: 0px 10px 10px 0px; }
img.right { margin: 0px 0px 10px 10px; }
img.center { margin: 0px auto 10px; display: block; }

.alpha { padding-left: 0px !important; }
.omega { padding-right: 0px !important; }

.columns .column { float:left; padding: 0 10px; }

.columns.two .column.one { width: 50%; }

.columns.three .column.one { width: 33.33%; }
.columns.three .column.two { width: 66.66%; }

.columns.four .column.one { width: 25%; }
.columns.four .column.three { width: 75%; }

.columns:after {
	content: ' ';
	clear: both;
	display: block;
}

.divider {
	display: block;
	border-bottom: 1px solid #CCC;
	padding-top: 20px;
	margin-bottom: 20px;
}



header {
	position: fixed;
	top: 0;
	left: 0;
	background: #ffffff;
	width: 100%;
	padding: 10px 0;
	z-index: 999;
}

/*header:before {
	content: ' ';
	background-color: #1b1a18;
	opacity: 0.66;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}*/

header .container {
	position: relative;
	z-index: 2;
	padding: 0 10px;
}

#logo {
	float: left;
	width: 125px;
	height: 67px;
	background-image: url("../images/logo.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
}

@media  only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-o-min-device-pixel-ratio: 13/10),
only screen and (min-resolution: 120dpi)
{
	#logo {
		float: left;
		width: 125px;
		height: 67px;
		background-image: url("../images/logo@2x.png");
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-position: center;
	}
}


nav {
	float: right;
	margin: 38px 0px 0px 16px;
	font-size: 14px;
}

nav ul li {
	float: left;
	padding: 0px 16px;
}

nav ul li a {
	color: #575656;
	text-decoration: none;
}

nav ul li a:hover,
nav ul li a.active {
	color: #961C82;
}

.link-red {
	color: #E7302A;
}

#menu_link {
	display: none;
	cursor: pointer;
}

#menu_link .icon {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	margin-right: 2px;
}

#menu_link .icon span,
#menu_link .icon:before,
#menu_link .icon:after {
	width: 100%;
	height: 3px;
	background-color: #575656;
	display: block;
	margin-bottom: 3px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#menu_link .icon span {
}

#menu_link .icon:before,
#menu_link .icon:after {
	content: ' ';
}

#menu_link .icon:after {
	margin-bottom: 0px;
}

#menu_link strong {
	font-weight: bold;
	color: #575656;
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
}


header .right_section {
	float: right;
	margin-top: 16px;
}

header.active {
	border-bottom: 1px solid #eee;
}


#banner {
	position: relative;
	margin-top: 85px;
}

.slider {
	overflow: hidden;
}

#slider {
	width: 9999px;
	position: relative;
	overflow: hidden;
}

#slider_footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}

#slider .slide {
	float: left;
	position: relative;
}

#slider .slide img {
	width: 100%;
}

#slider_nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}

#banner:hover #slider_nav {
	display: inline-block;
}

#slider_nav .container {
	position: relative;
	height: 100%;
}

#slider_nav .nav {
	position: absolute;
	width: 32px;
	height: 32px;
	top: 50%;
	margin-top: -16px;
	background-color: rgba(0,0,0,0.4);
	background-image: url('../images/icons.png');
	background-repeat: no-repeat;
	text-indent: -999px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	overflow: hidden;
}

#slider_nav .nav:hover {
	background-color: rgba(0,0,0,0.9);
}

#slider_nav .nav.prev {
	background-position: -8px -197px;
	left: 12px;
}

#slider_nav .nav.next {
	background-position: -9px -237px;
	right: 12px;
}

#slider_footer:before {
	content: ' ';
	background-color: #161619;
	opacity: 0.55;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

#slider_footer .container {
	position: relative;
	padding: 0px 10px;
	z-index: 2;
}

#slider_footer .left_section {
	float: left;
}

#slider_footer .left_section h1 {
	color: #FFF;
	height: 54px;
	line-height: 54px;
}

#slider_footer .right_section {
	float: right;
	padding-top: 11px;
}

#slider_footer .right_section .btn + .btn {
	margin-left: 6px;
}


article {
	margin-bottom: 30px;
	padding-top: 75px;
}

article.with-banner {
	margin-top: 20px;
	padding-top: 0px;
}

.homeCols3 {
	position: relative;
}

.homeCols3 .box {
	position: absolute;
	width: 32%;
	padding: 10px;
	margin-bottom: 15px !important;
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.16);
	box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.16);
}

.box.extrapad {
	padding: 20px !important;
}

.homeCols3 .box.center {
	width: 36%;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	top: -10px;
}

.homeCols3 .box.left {
	left: 0;
	top: 0;
}
.homeCols3 .box.right {
	right: 0;
	top: 0;
}

.homeCols3 .box .inner img {
	width: 100%;
}

.homeCols3 .box h3 {
	padding: 12px 0px;
}

.homeCols3 .box h3 span {
	font-family: 'GothamRnd-Medium', Arial, Helvetica, sans-serif;
}

.homeCols3 .box .content {
	padding: 10px 0px;
	margin-bottom: 10px;
	border-top: 2px dotted #EEE;
	border-bottom: 2px dotted #EEE;
}

.homeCols3 .box .box-footer {
	padding-bottom:10px;
	border-bottom: 2px dotted #EEE;
	margin-bottom:20px;
}

.homeCols3 .box .box-footer .left_section .text + .text {
	margin-top: 6px;
}
.homeCols3 .box .box-footer .left_section {
	float: left;
}
.homeCols3 .box .box-footer .right_section {
	float: right;
}

.nextEvent {
	background-color: #353433;
	text-align: center;
	position: relative;
}

.nextEvent .button {
	position: absolute;
	width: 100%;
	top: -20px;
}

.nextEvent .button .btn {
	text-transform: none;
	font-size: 15px;
	cursor: default;
}

.nextEvent .timeLeft {
	color: #FFF;
	padding: 32px 0px 12px;
}

.nextEvent .timeLeft .val {
	display: inline-block;
	padding: 0px 12px;
}

.nextEvent .timeLeft .val + .val {
	border-left: 1px solid #474747;
}

.nextEvent .timeLeft .val strong {
	display: block;
	font-size: 38px;
}

.nextEvent .timeLeft .val span {
	display: block;
	text-transform: uppercase;
}

footer {
	background-color: #575656;
	color: #FFF;
	line-height: 18px;
	padding: 12px 0px;
	font-size: 15px;
}

footer .copyright {
	margin-top: 2px;
}

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

footer .widgets .widget {
	float: left;
	width: 25%;
	padding-right: 20px;
}

footer .widgets .widget h3 {
	margin-bottom: 10px;
}

footer .widgets .widget .testi {
}

footer .widgets .widget .testi strong.by {
	display: block;
	font-size: 14px;
}

footer .widgets .widget .testi span {
	color: #ADADAD;
	font-style: italic;
}

footer .social {
	text-align: right;
	margin-bottom: 12px;
}

footer .social .text {
	color: #CACACA;
	display: inline-block;
}

footer .social ul {
	display: inline-block;
	vertical-align: bottom;
}

footer .social ul li {
	float:left;
	margin-left: 3px;
}

footer .social ul li a {
	background-image: url('../images/icons.png');
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: bottom;
	width: 18px;
	height: 18px;
	text-indent: 999px;
	overflow: hidden;
}
footer .social ul li a.rss { background-position: -15px -284px; }
footer .social ul li a.facebook { background-position: -15px -308px; }
footer .social ul li a.blogger { background-position: -15px -331px; }
footer .social ul li a.twitter { background-position: -15px -353px; }


footer a {
	color: #0CF;
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
}

footer .footer-link-n-social {
	text-align: right;
}

footer .footer-link, footer .footer-social {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}

footer .footer-link li, footer .footer-social li {
	display: inline-block;
	padding: 0 5px;
}

footer .footer-link li a, footer .footer-social li a {
	padding: 0 5px;
	display: block;
	color: #ffffff;
	text-decoration: underline;
}

footer .footer-social li a {
	font-size: 20px;
}

ul.newslist {
	margin: 0 0 8px;
}

ul.newslist li {
	margin-bottom: 8px;
	display: table;
}

ul.newslist li:after {
	content: ' ';
	clear: both;
	display: block;
}

ul.newslist li .img {
	width: 20%;
	display: table-cell;
	padding-right: 8px;
	vertical-align: top;
}

ul.newslist li .img img {
}

ul.newslist li .desc {
	display: table-cell;
	width: 80%;
}

ul.newslist li .desc h4 {
	font-family: 'GothamRnd-Medium', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 2px;
}

ul.newslist li .desc .text {
}

ul.newslist li .desc a {
	color: #9BBE32;
	display: block;
	text-decoration: none;
	font-weight: bold;
}

#main-body {
}

#main-body::after {
	content: ' ';
	clear: both;
	display: block;
}

#main-content {
	float: left;
	width: 66%;
	text-align: justify;
}

#sidebar {
	float: right;
	width: 32%;
}

#main-content img.left {
	float: left;
	margin: 0px 10px 10px 0px;
	height:auto;
}

#main-content img.right {
	float: right;
	margin: 0px 0px 10px 10px;
}

#slider_thumbs {
	margin-top: 10px;
	margin-bottom: 30px;
}

#slider_thumbs .thumb {
	float: left;
	width: 100px;
	margin: 0px 8px 0px 0px;
	cursor: pointer;
}

#slider_thumbs .thumb img {
}

.galleria {
	padding-bottom:20px;
	padding-top:20px;
}
.showThumb {
	max-width:50px;	
}

#main-content > ul {
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	list-style:disc;
	list-style-position:outside;
}

.sidebar-accordion-heading {
	text-decoration: underline;
	color: #00A28A;
	font-size: 25px;
	cursor: pointer;
}

.sidebar-accordion-heading:hover {
	color: #007e6b;
}


/* Dramatic Section */
#dramatic-section {
	background: #ffffff;
	color: #575656;
	text-align: center;
	padding: 50px 0;
}
#dramatic-section h2 {
	margin-bottom: 15px;
}
#dramatic-section p {
	text-align: justify;
	margin: 0 0 25px;
}
#dramatic-section .dramatic-inner {
	max-width: 725px;
	width: 100%;
	margin: 0 auto;
}

/* Upcoming Shows Section */
#upcoming-shows-section {
	color: #575656;
	text-align: center;
	padding: 50px 0;
}
#upcoming-shows-section h2 {
	margin-bottom: 15px;
}
#upcoming-shows-section p {
	text-align: justify;
	margin: 0;
}
#upcoming-shows-section .upcoming-shows-inner {
	max-width: 725px;
	width: 100%;
	margin: 0 auto;
}

/* Box Primary */
.box-primary {
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.16);
	box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.16);
	margin: 50px 0;
	overflow: hidden;
	padding-bottom: 15px;
}
.box-primary img {
	width: 100%;
	margin-bottom: 25px;
}
.box-primary .text {
	padding: 15px;
	width: 100%;
}
.box-primary .text h2 {
	margin-top: 5px;
	margin-bottom: 10px;
	border-bottom: 2px dotted #EEE;
	padding-bottom: 10px;
	font-size: 24px;
}
#upcoming-shows-section .btn.green {
	margin: 0 25px 10px;
	min-width: 170px;
}
#upcoming-shows-section .show-starts-time {
	color: #ffffff;
}
#upcoming-shows-section .show-starts-time ul li {
	display: inline-block;
	padding: 5px 10px;
	background: #000000;
	font-weight: 700;
	height: 38px;
	line-height: 27px;
}
#upcoming-shows-section .show-starts-time ul li:first-child {
	background: #E03F32;
	text-transform: uppercase;
	font-weight: 400;
}
#upcoming-shows-section .show-starts-time ul li:nth-child(2), #upcoming-shows-section .show-starts-time ul li:nth-child(3) {
	border-right: 2px solid #E03F32;
}
#upcoming-shows-section .show-starts-time ul li:nth-child(2) span, #upcoming-shows-section .show-starts-time ul li:nth-child(3) span, #upcoming-shows-section .show-starts-time ul li:nth-child(4) span {
	font-size: 12px;
	font-weight: 400;
}


/* Events And News Section */
#events-n-news-section {
	background: #ffffff;
	padding: 50px 0;
}
#events-n-news-section .box {
	padding: 0 25px;
}
#events-n-news-section .box.events {
	padding-left: 100px;
}
#events-n-news-section .box.news {
	padding-right: 100px;
}
#events-n-news-section h2 {
	margin-bottom: 30px;
}
#events-n-news-section h3 {
	font-size: 17px;
	margin-bottom: 0;
}
#events-n-news-section p {
	margin-bottom: 0;
}
#events-n-news-section hr {
	color: #eee;
	margin: 25px 0;
}


/* Social Section */
#social-section {
	color: #575656;
	padding: 50px 0;
}
#social-section h2 {
	text-align: center;
	margin-bottom: 30px;
}
#social-section h3 {
	margin-bottom: 10px;
}



.accordion {
  margin: 15px auto;
  list-style: none !important;
}

.accordion > li:first-child {
  border: none;
}

.accordion > li {
  position: relative;
  border-top: 1px solid #951B81;
}

.accordion .link a {
  position: relative;
  display: block;
  padding: 15px 20px;
  color: #1b3746;
  font-weight: bold;
  text-decoration: none;
  font-size: 18px;
}

.accordion .active .link > a {
  background: #7c0a69;
}

.accordion .link > a {
  background: #951B81;
  color: #fff;
}

.accordion .link > a:hover {
  background: #7c0a69;
}


/* submenu */

.accordion .submenu {
  display: none;
  background: #f8f9f9;
  padding: 15px;
}

/*
.accordion .submenu > li a:active {
}
*/

.accordion .fas {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}

.accordion .active .fas {
  transform: translateY(-50%) rotate(180deg);
}


.white-box {
	width: 75%;
	margin: 50px auto;
	padding: 15px;
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.16);
	box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.16);
}

.show-page-button-box {
	margin-top: 15px;
	text-align: center;
}