body {
	font-family: 'Montserrat', sans-serif;
}

a {
	color: #9966cc;
	outline: 0;
}
a:hover {
	text-decoration: underline;
	color: #cc99cc;
}
a:focus {
	text-decoration: none;
	outline: none;
	color: #cc99cc;
}

h1 {
	color: #333333;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	font-weight: 400;
	margin: 0px 0px 10px 0px;
}
h2 {
	color: #660099;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	font-weight: 400;
	margin: 0px 0px 10px 0px;
}
h3 {
	color: #660099;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	font-weight: 400;
	margin: 0px 0px 10px 0px;
}
h4 {
	color: #333333;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 700;
	margin: 0px 0px 10px 0px;
}

p {
	color: #000000;
	margin: 0 0 15px 0;
	font-size: 15px;
	line-height: 27px;

}
p:last-child {
	margin: 0px;
}

::selection {
  background: rgba(108,46,69,1); /* WebKit/Blink Browsers */
	color: #fff;
}
::-moz-selection {
  background: rgba(108,46,69,1); /* Gecko Browsers */
	color: #fff;
}

.no-bp {
	padding-bottom: 0px !important;
}

.editor {
	padding-bottom: 100px;
}

.editor li {
	color: #000000;
	margin: 0 0 10px 0;
	font-size: 15px;
	line-height: 25px;
}

img {
	max-width: 100%;
}

.editor p {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.75em;
}

.editor h2 {
	color: #000000;
	font-size: 28px;
	font-weight: 700;
}
.editor h3 {
	color: #380d21;
	font-size: 24px;
	font-weight: 700;
}
.editor h4 {
	color: #000;
	font-size: 20px;
	font-weight: 700;
}
.editor a {
	color: #6c2e45;
	text-decoration: underline;
}
.editor a:hover,
.editor a:focus {
	text-decoration: none;	
}

.btn-primary {
	color:#000;
	background-color: #dbb412;
	border-color: #dbb412;
	border-radius: 0px;
	font-size: 14px;
	font-weight: 600;
	padding: 8px 20px;
	text-transform: uppercase;
}
.btn-primary:hover,
.btn-primary:focus {
	background-color: transparent;
	border-color: #dbb412;
	color: #000;
}

.section-heading {
	padding: 15px 0px;
	text-align: center;
}

h1.sectionTitle,
.sectionTitle{
	color: #380c20;
	display: inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.25em;
	text-transform: uppercase;
	position: relative;
}
h1.sectionTitle {
	margin-bottom: 50px;
}
.pageTitle {
	color: #6c2e45;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 34px;
	font-weight: 700;
	padding-bottom: 15px;
	position: relative;
	text-align: left;
}
.pageTitle:after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100px;
	height: 5px;
	background-color: #ecc700;
}

.sectionTitle + .pageTitle {
	margin-top: 50px;
}

.title-art {
	display: inline-block;
}
.title-art:before {
	content: "";
	background-image: url(../img/section-art-left.png);
	height: 5px;
	width: 134px;
	position: absolute;
	bottom: 8px;
	top: auto;
	left: -150px;
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
}
.title-art:after {
	content: "";
	background-image: url(../img/section-art-right.png);
	height: 5px;
	width: 134px;
	position: absolute;
	bottom: 8px;
	right: -150px;
	top: auto;
	left: auto;
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
}

.btn-icon  {
	color: #000000;
	font-weight: 700;
	text-transform: uppercase;
}
.btn-icon i {
	margin-right: 5px;
}
.btn-icon:hover,
.btn-icon:focus {
	color: inherit;
	text-decoration: underline;
}

header {
	xheight: 150px;
}

#main {
    padding-top:70px;
}

.navbar-brand img {
	height: 108px;
}

.navbar {
	border-radius: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	background-color: transparent;
	padding-top: 23px;
	padding-bottom: 23px;
}

.navbar-toggler {
	background-color: #dbb412;
	border-radius: 0px;
}
.navbar-toggler i {
	color: #380c20;
}

.site-nav .nav-item {
	list-style-type: none;
	margin: 0px;
	line-height: normal;
}
.site-nav .nav-link {
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	margin: 0px 4px;
	text-transform: uppercase;
}

.site-nav .nav-link:hover,
.site-nav .nav-link:focus {
	color: #dbb412;
}

.site-nav .dropdown-menu {
	border: none;
	border-top: 2px solid #ecc700;
	border-radius: 0px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
}
.site-nav .dropdown-item {
	color: #7f7f7f;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 8px;
}
.dropdown-item:focus, .dropdown-item:hover {
	color: #6c2e45;
	background: none;
}

.affix {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

/* fixed to top styles */
.affix.navbar {
	background-color: rgba(108,46,69,1);
}
.affix.navbar .nav-item> a, 
.affix.navbar .navbar-brand {
	color: #fff;
}

.affix.navbar {
	padding-top: 5px;
	padding-bottom: 5px;
}
.affix .navbar-brand img {
	height: 50px;
}

.utility-nav {
	color: #616161;
	position: relative;
	z-index: 1050;
}
.utility-nav .nav-wrapper {
	float: right;
}
.utility-nav .nav {
	float: right;
}
.utility-nav .nav > li {
	display: inline-block;
	line-height: 24px;
}
.utility-nav .nav > li a {
	color: #e6be5e;
	display: block;
	font-size: 11px;
	margin: 0px 5px;
	padding: 8px 3px;
	text-decoration: none;
}
.utility-nav .nav > li a:hover,
.utility-nav .nav > li a:focus {
	background-color: transparent;
	color: #fff;
}

.bg-image {
	background-image: url(../img/header_images/header-bg-image1.jpg);
	background-color: #4c1922;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
    background-attachment: fixed;
}
.bg-image.sub {
	height: 200px;
}

.marquee .customNavigation,
.sponsors .customNavigation {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0%,-50%);
	-moz-transform: translate(0%,-50%);
	-ms-transform: translate(0%,-50%);
	-o-transform: translate(0%,-50%);
	transform: translate(0%,-50%);
	height: 90px;
	width: 100%;
	display: block;
	z-index: 1;
	margin-top: -35px;
}
.sponsors .customNavigation {
	height: 104px;
	margin-top: auto;
}
.marquee .customNavigation .p,
.marquee .customNavigation .n,
.sponsors .customNavigation .p,
.sponsors .customNavigation .n{
	position: absolute;
	color: #2d6b23;
}
.marquee .customNavigation .p,
.sponsors .customNavigation .p {
	left: -60px;
}
.marquee .customNavigation .n,
.sponsors .customNavigation .n {
	right: -60px;
}
.marquee .customNavigation i,
.sponsors .customNavigation i{
	color: #2d6b23;
}

.marquee {
	padding: 165px 0px 125px 0px;
}
.marquee .item {
	background-color: rgba(0,0,0,.75);
}
.marquee .item.noOpacity {
	background-color: rgba(0,0,0,1);
}
.marquee .wrapper {
	xmargin: 0px 70px;
	position: relative;
}

.marquee-event-details {
	/*padding: 135px 25px 50px 25px;*/
	padding: 135px 25px 85px 25px;
	position: relative;
	height: 455px;
}
.marquee-event-details.noDate {
	padding-top: 30px !important;	
}
.marquee-event-details .show-date-short {
	position: absolute;
	top: 0px;
	background-color: #dbb412;
	padding: 12px 20px;
	text-align: center;
}
.marquee-event-details .show-date-short span {
	display: block;
	font-family: 'Grenze', serif;
}
.marquee-event-details .show-date-short .month {
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
}
.marquee-event-details .show-date-short .day {
	font-size: 55px;
	line-height: .6em;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 20px;
}
.marquee-event-details .show-date-short .time {
	border-top: 1px solid #000;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 17px;
	font-weight: 700;
	line-height: 15px;
	padding-top: 10px;
	text-transform: uppercase;
}
.marquee-event-details .show-presents {
	color: #dbb412;
	font-size: 12px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	position: relative;
}
.marquee-event-details .show-presents:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background-color: #dbb412;
}
.marquee-event-details .eventName a {
	color: #fff;
	display: inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.25em;
	margin-bottom: 10px;
	position: relative;
}
.marquee-event-details .show-subHead {
	color: #fff;
	font-size: 13px;
}
.marquee-event-details .show-date-full {
	color: #fff;
	font-size: 16px;
}
.marquee .owl-theme .owl-dots .owl-dot.active span, .marquee .owl-theme .owl-dots .owl-dot:hover span {
	background: #fff;
	width: 12px;
	height: 12px;
}

.show-links.float {
	position: absolute;
	bottom: 15px;
	left: 15px;
	right: 15px;
	background: none;
}

.buyticket {
	border: 1px solid #dbb412;
	background-color: #dbb412;
	color: #000;
	display: block;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 6px 15px;
	text-align: center;
	text-transform: uppercase;
	position: relative;
}

.nav-buyticket > a {
	background-image: url(../img/ticket-nav.png);
	background-repeat: no-repeat;
	background-color: transparent;
	background-size: auto;
	border: none;
	color: #fff;
	display: inline-block;
	letter-spacing: 1px;
	padding: 6px 20px !important;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	transition: background 200ms linear;
}
.nav-buyticket > a:hover {
	background-image: url(../img/ticket-nav-hover.png);
	color: #000 !important;
}

/*.shows {
	position: relative;
    box-sizing: content-box;
    width: 50%; 
    height: 0;
    padding-left:50%;
    padding-top: 5%; 
    overflow: hidden;
}*/
/*.main:before {
	content: "";
	background-image: url(../img/main-top.gif);
	background-position: center;
	width: 50px;
	height: 59px;
}*/

/*.shows div {
    width: 0;
    height: 0;
    margin-left:-1000px; 
    margin-top:-100px; 
    border-left: 1000px solid transparent; 
    border-right: 1000px solid transparent; 
    border-top: 100px solid #9387c6; 
}*/

.section-bg:before {
    content: "";
	background-image: url(../img/section-triangle.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	max-width: 1280px;
	height: 52px;
	display: block;
	position: absolute;
	top: -51px;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	transform: translate(-50%,0);
}

.section-fade {
	background: rgb(255,255,255);
	/*background: linear-gradient(0deg, rgba(255,255,255,0) 10%, rgba(255,255,255,1) 100%);*/
	background: -webkit-linear-gradient(bottom, rgba(255,255,255,0) 10%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(bottom, rgba(255,255,255,0) 10%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to top, rgba(255,255,255,0) 10%, rgba(255,255,255,1) 100%);
	position: absolute;
	top: 0px;
	height: 71px;
	width: 100%;
}

.section-bg {
	background-image: url(../img/shows_bg_pattern.jpg);
	background-position: top center;
	background-repeat: repeat;
	position: relative;
	padding-bottom: 75px;
}
.shows .item {
	margin-bottom: 30px;
}
.shows .show-item {
	position: relative;
}
/*.shows .show-item.small {
	xheight: 300px;
	position: relative;
	overflow: hidden;
}*/

.shows .show-image {
	position: relative;
	xpadding-bottom: 89px;
	overflow: hidden;
}
/*.shows .show-image img {
	transition: transform .2s; 
}
.shows .show-image:hover img {
    transform: scale(1.1);
}*/
.shows .show-image .overlay {
	xdisplay: none;
	opacity: 0;
	background-color: rgba(0,0,0,.75);
	-webkit-transition: opacity 200ms linear;
	transition: opacity 200ms linear;
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
.shows .show-image:hover .overlay {
	opacity: 1;
}
.shows .show-item .overlay .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.shows .show-item .overlay .btn:hover {
	background-color: transparent;
	border-color: #dbb412;
	color: #fff;
}
.shows .medium .show-item-details {
	display: block;
	xheight: 405px;
	position: relative;
}
.shows .show-item-details {
	display: block;
	xheight: 314px;
	position: relative;
}
.shows .show-date-short {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #dbb412;
	padding: 12px 15px;
	text-align: center;
}
.shows .show-date-short span {
	display: block;
	font-family: 'Grenze', serif;
}
.shows .show-date-short .month {
	font-size: 17px;
	line-height: 17px;
	text-transform: uppercase;
}
.shows .show-date-short .day {
	font-size: 36px;
	line-height: 28px;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.shows .show-date-short .time {
	border-top: 1px solid #000;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 15px;
	padding-top: 10px;
	text-transform: uppercase;
}
.shows .show-details {
	background-color: #000;
	height: 228px;
	width: 100%;
	padding: 15px 15px 75px 15px;
}
.shows .show-title a {
	color: #fff;
	display: inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 5px;
}
.shows .medium .show-title a {
	font-size: 26px;	
}
.shows .medium .show-date-short {
	padding: 12px 20px;
}
.shows .medium .show-date-short .month {
	font-size: 20px;
}
.shows .medium .show-date-short .day {
	font-size: 55px;
	line-height: 44px;
}
.shows .medium .show-date-short .time {
	font-size: 17px;
}
.shows .show-subHead {
	color: #fff;
	font-size: 13px;
}
.shows .show-date-full {
	color: #fff;
	font-size: 13px;
}
.shows .medium .show-date-full {
	font-size: 17px;
}
.shows .show-presents {
	color: #dbb412;
	font-size: 12px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
}
.shows .show-presents:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 75px;
	background-color: #dbb412;
}
.shows .medium .show-presents {
	font-size: 14px;
}
.show-links {
	background: #000;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 15px;
}
.shows .buyticket {
	background-color: #dbb412;
	border: 1px solid #dbb412;
	border-radius: 0px;
	color: #000;
	display: block;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 6px 15px;
	text-align: center;
	text-transform: uppercase;
	position: relative;
}
.show-links.free {
	color: #a5c435;
	border-top: 1px solid #a5c435;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0 15px;
	text-align: center;
	text-transform: uppercase;
}

.shows .list .show-item-details {
	display: block;
	height: auto;
	position: relative;
}
.shows .list .show-details {
	position: relative;
	xwidth: auto;
}

.showListings .show-presents {
	font-size: 14px;
}
.showListings .playVideo {
	position: relative;	
	display: inline-block;
}
.showListings .playVideo span {
    display: inline-block;
	margin: auto !important;
	position: absolute;
	top: 50%;
    left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.showListings .playVideo span i {
    color: #fbdc00;
	font-size: 64px;
	text-shadow: 3px 3px 16px #000;
}
.showListings .playVideo:hover span i {
	color: #d5bb01;
}

.eventAlertPanel {
	margin-bottom: 5px;	
}
.eventAlert {
	position: absolute;
	bottom:0;
	left: 0; 
	display: inline-block;
	background-color: #000;
	color: #fff; 
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.25em;
	padding: 7px 18px 7px 13px; 
	text-transform: uppercase; 
}
.eventAlert .icon,
.eventAlertMsg .icon{
	color: #dbb412;
	margin-right: 5px;
}
.eventAlert.warning {
	background-color: #6c2e45;
}
.eventAlert.detailView {
	position: relative;
	padding: 7px 0px 7px 0px; 
}
.eventAlert.detailView.warning {
	padding: 7px 18px 7px 13px; 
}
.eventAlertMsg {
	color: #fff;
	background-color: #6c2e45;
	font-size: 15px;
	line-height: 1.25em;
	padding: 12px 25px;
	display: flex;
	align-items: baseline;
}

.vip-flag {
	color: #dbb412;
}

.buyticket:hover,
.buyticket:hover {
	background-color: #000;
	color: #dbb412;
}
.buyticket:before {
	content: "";
	display: inline-block;
	height: 12px;
	width: 6px;
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
	background-color: #000;
	border: 1px solid #dbb412;
	border-left: none;
	
	position: absolute;
	top: 50%;
	left: -1px;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.buyticket:after {
	content: "";
	display: inline-block;
	height: 12px;
	width: 6px;
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
	background-color: #000;
	border: 1px solid #dbb412;
	border-right: none;
	
	position: absolute;
	right: -1px;
	top: 50%;
	left: auto;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
}

.nav-item .buyticket:hover {
	color: #000;
}
.nav-item .buyticket:before, 
.nav-item .buyticket:after {
	background-color: rgba(108,46,69,.75);
}

.affix .buyticket:before, 
.affix .buyticket:after {
	background-color: #6c2e45;
}

.sponsors {
	padding: 50px 0px;
}

.newsletter {
	background-color: #6c2e45;
	text-align: center;
	padding: 30px 0px;
}
.newsletter a {
	border: 1px solid #dbb412;
	border-radius: 10px;
	color: #fff;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	font-weight: 700;
	margin: 10px 0px;
	padding: 5px 25px;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
}
.newsletter a:hover,
.newsletter a:focus {
	background-color: #dbb412;
	color: #000;
}
.newsletter a:before {
	content: "";
	background-image: url(../img/heading-art-left.png);
	height: 5px;
	width: 135px;
	position: absolute;
	top: 50%;
	left: -150px;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.newsletter a:after {
	content: "";
	background-image: url(../img/heading-art-right.png);
	height: 5px;
	width: 135px;
	position: absolute;
	right: -150px;
	top: 50%;
	left: auto;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
}

.show-desc .item {
	background-color: #000;
}
.show-desc-details {
	height: 455px;
	padding: 150px 25px 75px 25px;
	position: relative;
}
.show-desc-details.noDate {
	padding-top: 30px;
}
.show-desc-details .show-date-short {
	position: absolute;
	top: 0px;
	background-color: #dbb412;
	padding: 12px 17px 24px 17px;
	text-align: center;
}
.show-desc-details .show-date-short span {
	display: block;
	font-family: 'Grenze', serif;
}
.show-desc-details .show-date-short .month {
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
}
.show-desc-details .show-date-short .day {
	font-size: 55px;
	line-height: 31px;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 20px;
}
.show-desc-details .show-date-short .time {
	border-top: 1px solid #000;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 17px;
	font-weight: 700;
	line-height: 15px;
	padding-top: 10px;
	text-transform: uppercase;
}
.show-desc-details .eventName {
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 34px;
	margin-bottom: 10px;
	position: relative;
}
.show-desc-details .show-date-full {
	color: #fff;
	font-size: 16px;
}
.show-desc-details .show-presents {
	color: #dbb412;
	font-size: 12px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	position: relative;
}
.show-desc-details .show-presents:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background-color: #dbb412;
}
.show-desc-details .show-subHead {
	color: #fff;
	font-size: 15px;
}

.show-desc-editor {
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
}

.show-meta {
	margin: 0 25px;
	padding: 15px 15px 30px 15px;
	position: relative;
}
.show-meta:after {
	content: "";
	height: 2px;
	background-color: #bfbfbf;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.show-meta > .row > div {
	border-left: 2px solid #d8b328;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
}
.show-meta .location {
	color: #000000;
	font-weight: 600;
	text-decoration: underline;
}
.show-meta .all i {
	color: #808080;
	margin-right: 5px;
}
.show-meta .all a {
	color: #808080;
	letter-spacing: 2px;
	font-size: 14px;
	font-weight: 700;
}
.show-meta .short-desc p {
	font-size: 17px;
	font-weight: 500; 
}

.category-pill {
	display: inline-block;
}
.category-pill a {
	background-color: #e1e1e1;
	border-radius: 25px;
	color: #575757;
	float: left;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0 8px 8px 0;
	padding: 3px 15px;
	text-decoration: none;
	text-transform: uppercase;
}
.category-pill a:hover,
.category-pill a:focus {
	background-color: #6a2b44;
	color: #fff;
}

.label-icon {
	color: #6a2b44;
	font-weight: 700;
	text-transform: uppercase;
	margin-right: 5px;
}
.label-icon i {
	margin-right: 5px;
}

.event-search {
	padding: 10px 15px;
	background: #e3e3e3;
	border-radius: 5px;
	margin-bottom: 50px;
}

.event-iconLink {
    line-height: 40px;
    padding: 10px 0px;
}
.event-iconLink i {
	width: 20px;
    margin-right: 5px;
    vertical-align: middle;
}
.event-iconLink {
	color: #666;
	margin: 0px;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	vertical-align: middle;
	margin-right: 15px;	
}
.event-iconLink:hover, .event-iconLink:focus {
	color: #dbb412;
	text-decoration: none;
}
.event-iconLink.active {
	color: #380d21;
}

.promo-block {
	background-color: #eeeeee;
	border-bottom: 10px solid #6c2e45;
}
.promo-box {
	padding: 15px;
}

.panel-group {
	margin-bottom: 40px;
}
.panel {
	border: 1px solid #c8c8c8;
	margin-bottom: 15px;
}
.panel-heading {
	padding: 0;
	border:0;
}
.panel-title {
	margin: 0px;
}
.panel-title>a, .panel-title>a:active{
	display:block;
	padding:15px;
	text-decoration:none;
	background-color: #eeeeee;
}
.panel-heading a:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f078";
	float: right;
	transition: all 0.5s;
}
.panel-heading.active a:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}
.panel-body {
	background-color: #fff;
	padding: 15px;
}

h4.sidebar-heading {
	color: #380d21;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	margin: 0 0 2px 0;
}
.sidebar-heading + p {
	margin-bottom: 15px;
}

.sidebar-iconLink {
    line-height: 40px;
    padding: 10px 0px;
}
.sidebar-iconLink i {
	color: #380d21;
	width: 40px;
    margin-right: 10px;
    vertical-align: middle;
}
.sidebar-iconLink a {
	color: #380d21;
	margin: 0px;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	vertical-align: middle;
}

.block-heading {
	color: #380d21;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	margin: 0 0 2px 0;
	padding-bottom: 10px;
	position: relative;
}
.block-heading.art:after {
	content: "";
	border-bottom: 1px solid #dbb412;
	height: 1px;
	width: 70px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.education .marquee .item {
	background: #000;
}
.education .resources-panel .item {
	margin-bottom: 15px;
}
.education .resources-panel .item span {
	float: left;
	margin-right: 10px;
	width: 20px;
}
.education .resources-panel .item a {
	display: flex;
	color: #000;
	font-size: 14px;
	font-weight: 600;
	text-decoration: underline;
}
.education .resources-panel .item a:hover,
.education .resources-panel .item a:focus {
	text-decoration: none;
}

.primary-form .requiredText {
	color: red;
}
.primary-form .control-label {
	color: #380d21;
	font-weight: 700;
}
.primary-form .form-control {
	border: 1px solid #afafaf;
	border-radius: 0px;
}

.drop-links a {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 5px;
	text-decoration: none;
}
.drop-links a:hover, .drop-links a:focus {
	text-decoration: underline;
}

.parallax-block {
	padding: 50px 0px 125px 0px;
	background-image: url(../img/building-parallax.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.parallax-block-heading {
	background-color: rgba(219,180,18,.75);
	display: inline-block;
	font-size: 24px;
	font-weight: 700;
	padding: 15px 30px;
}
.parallax-block .marquee-event-details {
	height: auto;
	padding: 100px 25px 70px 25px;
}

img.other-sponsor {
	height: 85px;
}

.preFooter {
	position: relative;
}
.preFooter:before {
    content: "";
	background-image: url(../img/section-triangle-bottom.png);
	background-position: center;
	background-repeat: no-repeat;
	xbackground-size: cover;
	width: 100%;
	max-width: 1280px;
	height: 52px;
	display: block;
	position: absolute;
	top: -52px;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	transform: translate(-50%,0);
}

footer {
	width:100%;
	padding: 50px 0 0 0;
	background-image: url(../img/footer-image.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.footer-image {
	background-color: rgba(56,13,33,.9);
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}

.footer-address {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.footer-address ul {
	margin: 0px;
	padding: 0px;
}
.footer-address ul > li {
	color: #fff;
	display: inline-block;
	font-size: 16px;
	list-style-type: none;
	margin: 0px;
}
.footer-address ul > li:after {
	content: "|";
	color: #dbb412;
	padding: 0px 5px;
}
.footer-address ul > li:last-child:after {
	display: none;
}

.footer-nav {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	padding-left: 50px;
}
.footer-nav ul {
	margin: 0px;
	padding: 0px;
}
.footer-nav ul > li {
	list-style-type: none;
	margin: 0 0 10px 0;
}
.footer-nav ul > li a {
	color: #fff;
}
.footer-nav ul > li a:hover, 
.footer-nav ul > li a:focus {
	color: #dbb412;
	text-decoration: none;
}

.footer-contact {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 22px;
}
.footer-contact .hours p {
	color: #fff;	
}

.footer-link {
	color: #dbb412;
	text-transform: uppercase;
}
.footer-link:hover,
.footer-link:focus {
	color: #fff;
	text-decoration: none;
}

.footer-seo p {
	color: #fff;
	font-size: 14px;
	line-height: 1.8em;
}

#copyright{
	margin-top: 25px;
	padding: 20px;
	text-align: center;
}
#copyright .item {
	border-top: 1px solid #dbb412;
	padding-top: 20px;
}
#copyright p {
	color: #fff;
	font-weight: 500;
	margin: 0 0 5px 0;
}
#copyright p a {
	color: #fff;
	text-decoration: underline;
}
#copyright a:hover {
	text-decoration: none;
}


/* Social Media */
.share {
    margin-top: 30px;
}
.share ul {
    margin: 0;
    padding: 0;
}
.share ul li {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-right: 20px;
    text-transform: uppercase;
}
.share ul li:first-child {
    margin-right: 10px;
}
.share ul li a {
    color: #636363;
    text-decoration: none;
}
.share ul li a:hover {
    color: #3b6cb4;
}
.share ul li i {
    margin-right: 5px;
}

.social {
    list-style-type: none;
    text-align: left;
	padding: 0px;
	margin-bottom: 0px;
}
.social .heading {
	color: #2c3c68;
	font-size: 14px;
}
.social ul {
	margin: 5px 0px 0px 0px;
	padding: 0px;
}
.social .link {
    display: inline-block;
	margin: 0px 25px 15px 0px;
}
.social a {
    border-radius: 0px;
    color: #fff;
    display: block;
	font-size:20px;
    padding: 3px 0;
	text-align: center;
}
.social a:hover, 
.social a:focus {
	color: #dbb412;	
}

.social-utility {
    list-style-type: none;
	padding: 0px;
	margin-bottom: 0px;
}
.social-utility ul {
	margin: 0px;
	padding: 0px;
}
.social-utility .link {
    display: inline-block;
	margin: 0px 0px 5px 5px;
}
.social-utility a {
    border-radius: 0px;
    color: #cbcbcb;
    display: block;
	font-size:20px;
    padding: 3px 0;
	text-align: center;
}

.searchNews {
    margin-bottom: 25px;
}
.searchNews input[type="text"] {
    background: #fff none repeat scroll 0 0 !important;
    border-bottom: 1px solid #ccc !important;
    border-radius: 0;
    padding-left: 10px;
}
.searchNews .btn-default {
    background: #cc99cc none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
}
.newsNav ul {
    margin: 0 0 25px;
    padding: 0;
}
.newsNav ul li {
    font-size: 13px;
	line-height: 1.25em;
    list-style-type: none;
	margin-bottom: 10px;
}
.newsNav ul li i {
    padding-right: 10px;
}
.newsNav ul li .news-image {
	margin-bottom: 10px;
}
.newsNav ul li .title {
	font-size: 15px;
	font-weight: 700;
}
.newsNav ul li .date {
    font-weight: 100;
    text-transform: uppercase;
}
.newsNav ul li .day {
    font-size: 24px;
    margin-right: 5px;
}

.education .editor {
	padding: 0px 50px 0px 50px;
	margin-bottom: 25px;
}
.education hr {
	background-color: #dbb412;
}

.tcc .editor {
	margin-bottom: 25px;
}
.tcc .tcc-logo > img {
	max-width: 400px;
	width: 100%;
	margin-bottom: 25px;
}
.tcc .btn-primary {
	text-decoration: none;
}

.newsBlock {
	margin-bottom: 10px;
}
.newsBlock p {
    font-size: 13px;
	line-height: 1.35em;
}
.newsBlock .news-image {
	margin-bottom: 10px;
}
.newsBlock .title,
.newsBlock .title a {
	color: #000;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.25em;
	margin-bottom: 15px;
	text-decoration: none;
}
.newsBlock .title a:hover,
.newsBlock .title a:focus {
	text-decoration: underline;
}
.newsBlock .btn {
	color: #000;
	font-size: 15px;
	font-weight: 700;
	padding: 0px;
	text-decoration: none;
	text-transform: uppercase;
}
.newsBlock .btn:focus, .newsBlock .btn:hover {
	color: #000;
	text-decoration: underline;
}
.newsBlock .carousel-inner {
	padding-bottom: 20px;
}
.newsBlock .carousel-arrows {
	position: absolute;
	top: -41px;
	right: 0;
	height: 20px;
	width: 50px;
}
.newsBlock .carousel-control-next, .newsBlock .carousel-control-prev {
	opacity: 1;
	font-weight: bold;
	text-decoration: none;
}
.newsBlock .carousel-control-next:focus, .newsBlock .carousel-control-next:hover, .newsBlock .carousel-control-prev:focus, .newsBlock .carousel-control-prev:hover {
	color: #000;
}
.newsBlock .carousel-indicators {
	bottom: 0px;
	margin: 0px;
}
.newsBlock .carousel-indicators li {
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background-color: #afafaf;
	margin: 0 3px;
}
.newsBlock .carousel-indicators li.active {
	background-color: rgba(108,46,69,1);
}

.border-art {
	border-left: 1px solid #dbb412;
}

.sideNav ul {
    border-top: 1px solid #9966cc;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.sideNav ul > li {
    border-bottom: 1px solid #9966cc;
}
.sideNav ul > li > a {
    display: block;
    padding: 10px 20px;
}
.sideNav ul > li > a:hover, .sideNav ul > li > a:focus, .sideNav ul > li > a:active, .sideNav ul > .selected a {
    background-color: #cc99cc;
    color: #fff;
    text-decoration: none;
}

.results-pagination .pagination {
	justify-content: center;
}
.results-pagination .page-item a {
	background: none;
	border: none;
	border-radius: 0px;
	color: #666;
	font-weight: bold;
}
.results-pagination .page-item:first-child .page-link,
.results-pagination .page-item:last-child .page-link{
	border-radius: 0px;
}
.results-pagination .page-item {
	margin-right: 10px;
}
.results-pagination .page-item.active a, .results-pagination .page-link:hover {
	background-color: #dbb412;
	border-color: #dbb412;
	color: #000;
}

.news-content .news-header {
	margin-bottom: 25px;
}
.news-content .newsDate {
	background-image: url(../img/news_date_bg.gif);
	background-position: center top;
	background-repeat: no-repeat;
	width: 97px;
	height: 126px;
}
.news-content .newsDate span {
	display: block;
	text-align: center;
}
.news-content .newsDate .month {
	color: #000;
	padding-top: 21px;
	text-transform: uppercase;
	line-height: 29px;
}
.news-content .newsDate .day {
	color: #3b6cb4;
	font-size: 55px;
	line-height: 75px;
}
.news-content article {
    margin-bottom: 25px;
}
.news-content h3 {
    font-size: 24px;
    font-weight: 300;
    margin: 0px 0px 25px 0px;
}
.news-content h3 a {
	color: #9966cc;
}
.news-content h3 a:hover {
	color: #cc99cc;
}

.news-content .label {
    color: #405673;
    font-size: 13px;
    padding: 0 5px 0 0;
    text-transform: uppercase;
}
.news-content hr.seperator {
    background: none repeat scroll 0 0 #d3d4d5;
    height: 1px;
    margin-bottom: 15px;
    margin-top: 0px;
}
.news-content hr {
	margin-bottom: 35px;
}
.news-content figure {
    margin-bottom: 20px;
}
.news-content .btn {
    background: none repeat scroll 0 0 #cc99cc;
    border: medium none;
	color: #404041;
}
.news-content .btn:hover {
    background: none repeat scroll 0 0 #660066;
    color: #fff;
}
ul.newsMeta {
    margin: 0;
    padding: 0;
}
ul.newsMeta li {
    color: #3b6cb4;
    display: inline-block;
    list-style-type: none;
}
ul.newsMeta li:first-child {
    margin-right: 10px;
}
/* END: Default Template Styles */

/* 404 Page Styles */
.error-404 {
    font-size: 100px;
}


/* =============================================================================
   25. Tags Block
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.tags-block {
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 0 0 30px;
    position: relative;
}


/* Container
----------------------------------------------------------------------------- */
.tags-block-container {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}


/* span
----------------------------------------------------------------------------- */
.tags-block-container span {
    width: 100%;
    display: block;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 15px;
}


/* List
----------------------------------------------------------------------------- */
.tags-block-container ul {
    padding: 0;
    width: auto;
    margin: -5px;
    display: block;
    list-style: none;
    overflow: hidden;
}


/* items
----------------------------------------------------------------------------- */
.tags-block-container ul li {
    float: left;
    margin: 5px;
}

.tags-block a {
	background-color: rgba(108,46,69,1);
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	margin: 0 5px 5px 0;
	padding: 5px 8px;
	text-decoration: none;
}
.tags-block a:hover,
.tags-block a:active {
	background-color: #dbb412;
	color: #000;
}

/* News Panel */

#newspanel{
	/*height:500px;*/
	width:350px;
	max-width:100%;
	display:block;
	position: fixed;
	left:0px;
	top:25%;
	background:#fff;
	z-index: 1200;
	padding: 0;
	/*padding: 0 15px 0 0;*/
	-webkit-box-shadow: 0px 0px 15px #000;
	-moz-box-shadow: 0px 0px 15px #000;
	box-shadow: 0px 0px 15px #000;

	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#newspanel.inactive{
	left:-350px;
}

#newspanel:after{
	content:'';
	width:15px;
	height:100%;
	position:absolute;
	right:0;
	top:0;
	z-index: 5;
	display: none;
	/*display:block;*/
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dbb412+27,6c2e45+100 */
	background: rgb(219,180,18); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(219,180,18,1) 27%, rgba(108,46,69,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(219,180,18,1) 27%,rgba(108,46,69,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(219,180,18,1) 27%,rgba(108,46,69,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbb412', endColorstr='#6c2e45',GradientType=0 ); /* IE6-9 */
}
#newspanel h3{
	display:block;
	width:100%;
	position:relative;
	float:left;
	background:#DBB412;
	margin: 0px;
	padding: 20px 35px;
	color:#000;
	font-size:18px;
	line-height: 20px;
	min-height:60px;
	text-transform: uppercase;
}
#newspanel #close{
	z-index: 20;
	color:#fff;
	position:absolute;
	right:0;
	top:0;
	width:60px;
	height:60px;
	line-height: 20px;
	text-align: center;
	padding: 20px 0 0 0;
}
#newspanel #close:hover{
	cursor:pointer;
	background:#6C2E45;
}
#newspanel .panelimg{
	display:block;
	width:100%;
	position:relative;
	float:left;
	height:170px;
	background-repeat:no-repeat;
	background-position: center;
	background-size: cover;
}
#newspanel .featuredText{
	display:block;
	width:100%;
	position:relative;
	float:left;
	padding: 25px 35px;
}
#newspanel .featuredText h4{
	display:block;
	width:100%;
	position:relative;
	float:left;
	color:#380c20;
	font-weight:600;
	font-size:17px;
	margin: 0 0 12px 0;
}
#newspanel .featuredText a{
	text-transform:uppercase;
	/*color:#e71b50;*/
}
#newspanel .featuredText a .fas{
	font-size:12px;
}

/* NEWS TAB */
#newstab{
	position: fixed;
	top:25%;
	left:-2px;
	width:56px;
	height:65px;
	z-index: 500;
	-webkit-transition: left 100ms ease-in-out;
	-moz-transition: left 100ms ease-in-out;
	-ms-transition: left 100ms ease-in-out;
	-o-transition: left 100ms ease-in-out;
	transition: left 100ms ease-in-out;
}
#newstab.inactive{
	left:-50px;
}
#newstab:hover{
	cursor:pointer;
	left:0;
}
#newstab .span{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom: 0;
	display: block;
	z-index: 5;
	background-image:url('../img/news-tab.png');
	background-repeat:no-repeat;
	background-position: center left;
	background-size: contain;
}
#newstab:after{
	content: '';
	display:block;
	z-index: 0;
	position: absolute;
	top:25%;
	left:0;
	width:60%;
	height:50%;
	-webkit-border-radius: 0 50% 50% 0;
	-moz-border-radius: 0 50% 50% 0;
	border-radius: 0 50% 50% 0;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}
#newstab:hover:after{
	-webkit-box-shadow: 0px 0px 50px #fff;
	-moz-box-shadow: 0px 0px 50px #fff;
	box-shadow: 0px 0px 50px #fff;

}

.post-pagination ul {
	margin: 10px 10px 10px 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
	background: #FCFCFC;
}
.post-pagination ul li {
	display: inline-block;
	width: 49%;
	padding: 1em;
	vertical-align: top;
	min-height: 91px;
}
.post-pagination ul li:last-child {
	border-left: 5px solid #F5F5F5;
}
.post-pagination .post > a {
	display: flex;
	align-items: center;
	text-decoration: none;
}
.post-pagination .post h5 {
	margin: 10px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
}
.post-pagination .post:hover h5 {
	text-decoration: underline;
}
.post-pagination .post.last a {
	float: right;
}
