<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Font and Style includes*/
@import url(//fonts.googleapis.com/css?family=Roboto:400,500,400italic,300,300italic,700);

.site-width{width:980px;max-width:100%;}		/*sets width of core elements - change to adjust width of entire site*/

/*************************Main Page Structure*******************************************/
.body-class{ 					/*Controls &lt;body&gt; of all pages (not pop-ups) */
	background-color:#eee;
}
#page-wrap{	
padding-top: 0 !important;					/*full wrap of all elements insdie the body*/
}
.head-wrap{						/*page-wide wrap of header */

}
.head-inner{					/*Inner constraints of header - set to site width */
	height: 75.42px;
    background-position: center;
	background:#000;
	max-height: 52px;
	width: 100%;
	padding-top:15px;
	padding-bottom:15px;
	display: flex;
	align-items: center;
    margin-right: auto;
    margin-left: auto;
    padding-right: 12px;
    padding-left: 12px;
}
}
.header-logo-image{
	
}
.showare-nav-wrap{				/*page-wide wrap of showare navigation*/
    padding:10px;
	width: 720px;
	float: right;
	display:inline-block;
}
.showare-nav-inner{				/*Inner constraints of showare navigation block - set to site width*/
	/*background: #fff;
    border:1px solid #eee;
    box-shadow:1px 1px 3px RGBA(0,0,0,0.1);*/
	border-radius:2px;
    position:relative;
    z-index:999;
}
.content-wrap{					/*page-wide wrap of main content*/
}
.content-inner{					/*inner constraints of main content- set to site width*/
	background-color:#fff;
	border:1px solid #eee;
	-webkit-border-radius: 2px;
	-moz-border-radius:2px;
	border-radius:2px;

}
.foot-wrap{						/*page-wide wrap of footer area*/
}
.foot-inner{					/*inner constraints of footer*/
	padding-top:10px;
	text-align:center;
	background-color:#000;
	border:0px solid #ccc;
	padding-bottom:10px;
	margin-top:20px;
	margin-bottom:20px;
	width: 100%;
}
.control-wrap{	/*wraps controls (search, calendar, categories, etc...) - height set by jquery in HTMLFooter*/
	width:200px;
	padding:10px;
    top:0px;
	position: absolute;
    top: -310px;
}
.show-wrap{
    display:block;
	background: #494949;
}
.hide-wrap{
    height:0px!important;
    display:none;
}
.control-box{					/*shard settings for all controls (search, calendar, categories, etc...)*/
	/*Text COLOR settings set below AFTER .default-font class*/
	padding:10px;
	margin-bottom:10px;
	/*border-radius:2px;
	border:1px solid #494949;
	box-shadow:1px 1px 3px RGBA(0,0,0,0.1);*/
	background-color: #fff;
	background: #494949;
	opacity:0.95;
}
/***********************************additional controls for objects within control-box set (search-box on default.asp)***********************/
.search-control{} .categories-control{} .calendar-control{} .info-control{} .locations-control{} .ads-control{} 
.main-container{				/*MAIN AREA*/
	padding-top: 50px;
}
.main-constrain-width{			/*force main area to give space to search controls when present*/
	padding-left:220px;         /*width of .control-wrap*/
}
.info-box.membership-info-box{
	border:solid 1px #eee;
	-webkit-border-radius: 2px;
	-moz-border-radius:2px;
	border-radius:2px;
    box-shadow:0 1px 2px RGBA(0,0,0,0.2);
}
.membership-info-box.membership-info-hide-callout #membershipInfoBoxCallouts{
    display:none;
}
.info-box{						/*style for all information boxes - highlight areas - extensively used on mobile for material objects*/
	-webkit-border-radius: 2px;
	-moz-border-radius:2px;
	border-radius:2px;
	border:1px solid #eee;
	background:#fff;
}
.price-box{
}
/************************Navigation and Controls******************************************/
.showare-nav{					/*main navigation list*/
}
.showare-nav li{
}
.showare-nav li:last-child{
}
.showare-nav li a{	
	line-height:30px; 
	padding-right:10px;
	padding-left:10px;
	color:#fff;
	text-decoration:none;
	font-weight:400;
	text-transform:uppercase;
    background:#000; 
    transition:background .4s;
	display: inline-block;
}
.showare-nav li.login-link, .showare-nav li.basket-widget{
	border:none;
	position: inherit;
	float: inherit;
    /*margin-left: 630px;*/
}
.showare-nav li.login-link a{
	line-height:20px;
	margin:5px;
	border-radius:2px;
	background: #fff; /* Old browsers */
    color:#333;
    text-shadow:none;
	/*border:1px solid #eee;*/
}
/*.showare-nav li a:hover{
	background:#B9B832;
	color: #fff;
}
.showare-nav li.login-link a:hover{
    background:#fff;
    color:#333;
}*/

/***********************************************
Basket Widget
************************************************/
li.basket-widget #ShoWareBasketWidget
{
    color:#fff;
	background: #000;
}

    li.basket-widget #ShoWareBasketWidget .cart-item
    {
        position: relative;
        line-height: inherit;
        padding: 0px 1em;
        border-radius: 2px;
        font-size: 1em;
    }

    li.basket-widget #ShoWareBasketWidget .cart-item-pic
    {
        margin: 2px;
    }

    li.basket-widget #ShoWareBasketWidget .cart-item-desc
    {
        font-weight: bold;
        text-align: right;
    }

    li.basket-widget #ShoWareBasketWidget .cart-item-detail
    {
        z-index: 999;
        line-height: 12px;
        font-size: 10px;
        right:0px;
        background:#333;
        opacity:.9;
        border-radius:2px;
        box-shadow:0px 2px 3px RGBA(0,0,0,0.3);
    }



    li.basket-widget #ShoWareBasketWidget .cart-item:first-child
    {
        margin-top: -1px;
        padding-top: 6px;
    }

.button{					/*class applied to all buttons - this will inherit some rules from the general input selector above*/
	font-weight:400;
    font-size:17px;
    line-height:18px;
	border-radius:2px;
	background-color:transparent;
	background: #8BC900; /* Old browsers */
    border: 1px solid #8BC900;
	text-transform:capitalize;
	color:#fff;
	box-shadow:0 1px 2px rgba(0,0,0,.2);
	text-shadow:1px 1px 0px RGBA(0,0,0,0.2);
    transition:all .4s;
    padding:.5em 1.5em;
}
.button:hover{
	background:#fff;
	color: #8BC900;
    box-shadow:inset 1px 1px 1px rgba(0,0,0,.2);
	border: 1px solid #494949;
}
.button.sw-button-primary{
    background:#8BC900;
    border: 1px solid #8BC900;
    color:#fff;
    width: 180px;
}
.button.sw-button-primary:hover{
	background:#108e27;
    box-shadow:inset 1px 1px 1px rgba(0,0,0,.2);
}
.order-tickets-area-button-wrap .button.sw-button-primary {
    background: #8BC900;
    border: 1px solid #8BC900;
    color: #fff;
    width: 280px;
}
.button.sw-button-muted{
    background:#fff;
    color:#666;
    border:1px solid #666;
}
.button.sw-basket-help-button{
    /*help button in basket.asp*/
}
.standard-button{
}
.small-button{
}
.buy-tickets, .buy-button{
    /*float:right;*/
}
.load-more-button, .load-more-button:hover{
}
.load-more-button:hover{
}
.delivery-option-item{
    padding:.25em;
}
.delivery-option-item.active-option{
    border-radius:2px;
    background:RGBA(0,0,0,0.05);
}
/*************************FONTS and Headings***************************/
.default-font{				/*primary site font*/
	font-family:'Roboto', Arial, Helvetica, sans-serif; 
	font-size:14px; /* 14px (16px default * 0.875 == 14px) */
	font-weight:400;
	color:#444;
}
a{
	color:#8BC900;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
.heading-text, h2{
	display:block;
	color:#000;
	font-weight:700;
	font-size:24px;
	margin-bottom:10px;
	text-shadow:RGB(229,229,229) 1px 1px 1px;
	padding: 20px;
}

.upcoming-head{
	
}
.control-box .heading-text{
	font-size:18px;
	line-height:28px;
	text-shadow: none;
	border-bottom:1px solid #818183;
	color: #fff;
	padding: 0px;
}	
.sub-head{
}
h2 a{						/*featured events event titles*/
	font-weight:400;
}
.info-box h2{
    margin-top:0px;
}
h3{						/*Performance list event and performance titles*/
}
.info-text{
}
.large-text{
	font-size:32px;
}
/*************************************************
Block lists

DONATIONS, MEMBERSHIPS, FEATURED EVENTS
*************************************************/
.featured-items{				/*div wraps all featured items*/
}
.featured-items-item{			/*div wraps individual event items in featured items*/
	border-top: 5px solid #8BC900;
	margin-left: 150px;
	margin-bottom: 30px;
	position: relative;
}
.featured-items-image{
	float:right;
	margin-left:10px;
	/*margin-bottom:10px;*/
	width:400px;
	display:inline;
}
.constrain-image{
	padding:0px;
	max-width:100%;
}
.even-item{		/*every other item class - applied with jquery to featured events, baskets and plRow items in eventperformances*/
	/*color, background, etc...*/
}
.featured-items-item .buy-button, .featured-items-item .buy-tickets{
    font-size:1.5em;
    min-width:25%;
    padding:.5em 1em;
	display:inline;
}
/***********************************************************************
MEMBERSHIP FORM
***********************************************************************/
#membership-form{
}
.membership-label-button div:first-child{
    /*membership title container*/
}
.membership-label-button div:first-child:hover, .membership-label-active div:first-child{
    /*Hover for membership levels*/
    background:RGBA(0,0,0,0.1);
}
.membership-label-button h2.heading-text{
    /*membership titles*/
}
/***********************************************************************
DONATION FORM
***********************************************************************/
#donations-form-wrap{
}
#donations-wrap .info-box{
}
/**********************Calendar, Locations, Search, Information and Advertisment Controls******************************/
.search-text{
}
.search-control .button{
    text-decoration:none;
}
.control-box select{
	width:160px;
}
.control-box div.ui-datepicker.ui-widget-content, div.ui-datepicker.ui-widget-content{		/*calendar background*/
}
#eventperformances-calendar div#datepicker .ui-datepicker{
	/*eventperformances.asp calendar*/
	border:1px solid #ccc!important;
}
.ui-datepicker .highlight a{
	/*highlighted days for days with performances*/
	color:#000!important;
	box-shadow:inset 0px 0px 5px #333;
}
.ui-datepicker select{
	padding:1px!important;
}
div.ui-datepicker{
	font-size:9.2px; 				/*we can change the size of the calendar just by adjusting the font-size here*/
	color:#FFF; /*weekday color*/
}
/*event performances calendar*/
#epPerformanceList #plCalendar #datepicker .ui-datepicker{
    font-size:16px;
}
.ui-datepicker th{
	/*weekday color*/
}
.ui-datepicker .ui-datepicker-header{	/*Background for date selector on ui calendar*/
}
.ui-datepicker .ui-state-highlight{		/*highlight for current day on ui calendar*/
}
.ui-datepicker .ui-state-default{		/*Background for individual days on calendar*/
}
.ads-control .ad-image{						/*contols default ad images, banners recieve the addotional class .banner-image*/
}
.banner-image{
}
/*************************************************Basket*******************************************/
.basket{
	font-size:1em;
}
.basket-header{							/*styling for first row of baskets, and pricing rows*/
	background-color:#fff;
}
.basket-legend{
    background-color:#f5f5f5;
    margin-bottom:-1em;
    margin-top:1em;
}
.basket-legend .basket-cell{
    border:none;
}
.basket-event{							/*styling for event rows in baskets*/
	background-color:#fff;
    border-top:1px solid #eee;
    margin-top:1em;
}
.basket-cell{
}
.coupon-cell{
    border:none;
}
.basket-apply-all-wrap{
    background:#eee;
}
.item-checkbox, .basket-all-toggle{
    border:none;
}
.basket-item{							/*rows for all tickets in basket*/
	background-color:#fdfdfd;
}
.basket-ticket-item.even-item{				/*every other basket-item*/
	background-color:#fafafa;
}
.basket-total-label{
    border:none;
}
.basket-total{
    border:1px solid #eee;
    background:#fafafa;
}
.checkout-header-item{
    max-width:23%;
    float:left;
    padding:.5em 1.7%;
}
.basket-header-payment{
    margin-right:-15%;
}
#checkout-button{
    float:right;
}
.checkout-donation-image{
    float:left;
    max-width:30%;
    margin-right:.5em;
    margin-bottom:.5em;
    display:none;                   /*hidden by default, also hidden in mobile.css*/
}
.checkout-donation-heading{
    font-weight:700;
}
#checkout-donation-buttons{
    margin:.5em 0px;
}
input.button.checkout-donation-button{
    background-image:#fff;
    background:#fff;
    background-color:#fff;
    color:#333;
    border:1px solid #333;

    text-shadow:none;
    font-size:.8em;
}
input.button.selected-checkout-donation{
    background-image:#333;
    background:#333;
    background-color:#333;
    color:#fff;
    border:1px solid #666;
    text-shadow:none;
}
#CheckoutDonationOrderTotal{
    font-weight:bold;
}
.checkout-donation-order-total-wrap{
    float:right;
    border:1px solid #eee;
    padding:.25em;
    display:none;               /*overwritten on page if checkout donations are enabled*/

}
/*gift cards*/
.gift-card-wrap{
    border:1px solid #eee;
}
.gift-card-header{
    opacity:0.8;
    font-weight:bold;
    border-bottom:1px solid #eee;
    background:RGBA(0,0,0,0.1);
    margin:-.5em;
    padding:.5em;
    margin-bottom:0px;
}
.gift-card-cell{
    display:inline-block;
}
.gift-card-info-row{
    border-bottom:1px solid #eee;
}
.gift-card-number{
    width:30%;
}
.gift-card-balance{
    width:30%;
}
.gift-card-status, .gift-card-remove-check{
    width:20%;
}
.gift-card-remove-check{
    text-align:center;
    margin-right:-5%;
}
/************************************************* 
HTML Styles
*************************************************/
.redFont{
	color:#cc0000;
}
.greenFont{
	color:#00cc00;
}
.orderNumber{
	font-size:1.2em; 
	font-weight:bold; 
}
.uiFloatingContainer{
	position:absolute;
	z-index:2000;
	border:solid 1px #000;
	background:#333 !important;
	color:#fff !important;
	border-radius:5px;
	padding:5px;
	display:none;
	white-space:nowrap;
	box-shadow:5px 5px 5px #000;
}
hr{										/* Title line color */
    border:0;
    border-top:1px dotted #eee;
    height:1;
}
.error-message{
	border:solid 1px #c00;
	background:#fee;
	color:#c00 !Important;
	padding:10px;
	margin:1em auto 1em auto;	
}
.confirm-message{
	border:solid 1px #0c0;
	background:#efe;
	color:#0c0 !Important;
	padding:10px;
	margin:1em auto 1em auto;	
}

.confirm-message{
    border
}
.error-text{
    color:#c00;
}
.special-seating-id{
    border:1px solid #ccc;
}

/*************************************************
EventPerformances.asp &amp;&amp; Performance Lists &amp;&amp; Upcomming Events
*************************************************/
.upcomming-events-wrap{			/*full wrap of upcomming events*/
}
.performance-list-table{
	font-size:0.875em;
	margin-bottom:10px;
}
.performance-list-item{			/*div style for package and bundle items in performance listings*/
	padding:5px;padding-right:5px;	/*adjust for margins created by hidden cells in performance lists*/
	/*clear excessive styling from info-box class*/
	box-shadow:none;
	border-radius:0px;
	/*aditional styling can go below*/
}
.package-item{					/*specific class for package items in performance listings*/
}
.hdrRow{
	color:#999;
}
.login-box{ 					/*coupled with .info-box class to inherit site styles*/
	margin:0px;
	box-shadow:none!important;	/*box shadow will put heavy load on animations*/
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.login-box .button{
	margin:10px 10px 10px 0px;
}
.login-box .heading-text{
	font-size:1.2em;
}
.login-box label{
	display:inline-block;
	width:100px;
	line-height:24px;
	margin-bottom:5px;
}
.login-form-wrap .login-label{
    font-weight:bold;
    opacity:0.8;
}
.login-box input{
	margin-bottom:5px;
}
.login-welcome-text, .register-welcome-text{
	display:block;
	margin:10px 0px;
}
tr.plRow{padding:10px}
.plButton{vertical-align:bottom;}
#epImage2 img{width:100%;}
.event-performances-right{		/*wraps all right-side items in eventperformances.asp*/
	width:400px;
	float:right;
	margin-left:10px;
	margin-right:10px;
}
.event-performances-right img {
    max-width:100%;
}   
.event-performances-description{
	overflow:hidden;
	padding:10px;
}
.event-performances-lower-left{
	overflow:hidden;
	padding:10px;
}
.event-performances-lower-right{
	overflow:hidden;
	padding:10px;
}
.event-performances-footer{
	overflow:hidden;
	padding:10px;
}
.related-events-wrap{
}
.related-event{
	text-align:left;
	border:1px solid #ccc;
}
/*default performance list styles, custom lists should be set up below this set*/

.performance-list{
	margin-bottom:10px;
	padding: 20px;
}
.performance-list .pl-item{
    transition:background-color .5s;
	border-bottom:1px solid #ccc;
	padding:5px;
}
.performance-list .pl-item.even-item{
	
}
.performance-list .pl-item:hover{
	background-color:RGBA(255,255,255,0.2);
}
.performance-list .pl-header:hover{
	background-color:inherit;
}
.performance-list .pl-header{
	font-size:.9em;
	background:none;
	height:1em;
}
.performance-list .pl-page-links{
	text-align:right;
}
.performance-list .pl-first-col{
	display:inline-block;
	width:50%;
	float:left;
}
.performance-list .pl-second-col{
	width:45%;
    padding-left:3%;
	float:right;
    border-left:1px solid #eee;
}
.performance-list .pl-event-name{
	font-size:1.1em;
	font-weight:bold;
	margin-top:0px;
	padding-top:0px;
}
.performance-list .pl-sale-status, .package-item .pl-sale-status{
	float:right;
	color:#c00;
    border:1px solid #c00;
    border-radius:2px;
	font-weight:bold;
	padding:0px 10px;
    line-height:1.5em;
}
.performance-list .pl-description{
	display:none;
}
.performance-list .pl-date, .performance-list .pl-time, .performance-list .pl-venue{
	display:block;
}	
.performance-list .pl-bottom{
	clear:both;
}
.performance-list .pl-note{
	font-style:italic;
	float:right;
}
/*category event view - featured event style*/
.featured-list .performance-list .pl-item:hover{
	background:none;
}
.featured-list .performance-list .pl-item{
	position:relative;
	background:none;
}
.featured-list .performance-list .pl-datetime, .featured-list .performance-list .pl-venue{
	display:none;
}
.featured-list .performance-list .pl-description{
	display:inline;
}
.featured-list .performance-list .pl-image{
	float:right;
	max-width:400px;
	margin:10px;
	margin-right:0px;
}
.featured-list .performance-list .pl-first-col{
	width:100%;
}
.featured-list .performance-list .pl-second-col{
	clear:right;
}
.featured-list .performance-list .pl-header{
	display:none;
}
.featured-list .performance-list .pl-event-name{
	font-size:auto;
}
/*eventperformances performance list view*/
#epPerformanceList .performance-list .pl-first-col, #epPerformanceList .performance-list .pl-second-col{
	float:none;
	width:auto;
    border:none;
    padding:0;
}
#epPerformanceList .performance-list .pl-header{
	display:none;
}
/************************************************* 
POPUP CSS
/*************************************************/
#black-content{
	display:none;
	background:RGBA(0,0,0,0.6);
	position:fixed;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	z-index:9999;
}
#black-content #draggable{
    height:1px;
    width:100%;
}
#popup-wrap{
	display:inline-block;
	position:relative;
	top:100px;
	left:50%;
	background-color:#eee;
	padding:10px;
	border-radius:2px;
	border:1px solid #aaa;
	box-shadow:5px 5px 40px RGBA(0,0,0,0.6);
}
#popup-close{
	position:absolute;
	top:3px;
	right:3px;
	font-family:arial, helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	line-height:24px;
	color:#400!important;
	cursor:pointer;
	border:none;
	box-shadow:none;
	border-radius:2px;
	padding:0px 5px;
	background:#eee;
	transition: background-color .4s;
}
#popup-close:hover{
	background:#fff;
}
#popup-url{
	border-radius:0px;
	box-shadow:none;
	background:transparent;
	display:none;
}
#popup-head{
	display:block;
	font-size:18px;
	line-height:16px;
	font-weight:bold;
	color:#2a2a2a;
	background-color:#f5f5f5;
	padding:5px;
	border-radius:2px;
	margin:-7px;
	margin-bottom:2px;
	border:1px solid #ddd;
	text-shadow:#ccc 1px 1px 1px;
	cursor:default;
	cursor:pointer;
}
.popup-body{
	background-color:#f5f5f5;
}
.popup-body img{
	max-width:100%;
}
.popup-body.default-font, .popup-body .heading-text{
	color:#2a2a2a;
}
.popup-bottom-close{

}
#popup-wrap #fetched{
    max-height:500px;
    width:400px;
    overflow-y:auto;
}
.popup-bottom-close{
    margin-top:10px;
}
/*************************************************
SeatMaps
*************************************************/
.quickpick-price-wrap label.ticket-price-label, .quickpick-quantity-wrap label.number-of-tickets-label
{
    color: #666;
}
#ga-price-code-table .price-code-col{
    border-bottom:3px solid #aaa;
}
#ga-price-code-table .price-code-cell{
    border-bottom:1px solid #eee;
    padding-top:.5em;
    padding-bottom:.5em;
}
#seatmap-wrap{
    font-size:20px;     /*controls default size for seatmap seats*/
    background:#f5f5f5;
    border-radius:2px;
}
.button.seatmap-zoom{
    font-weight:bold;
    font-size:2em;
}
#seatmap-inner{
}
#seatmap-floating-container{
    background:#666;
    background:RGBA(0,0,0,0.6);
    color:#fff;
    font-size:14px;
    border-color:RGBA(0,0,0,0.6);
    border-radius:2px;
    box-shadow:1px 1px 1px 3px RGBA(0,0,0,0.05);
}
area.sold-out-section{
    background-color:RGBA(255,0,0,0.5);
    border:red;
    display:inline-block;
    position:relative;
    z-index:9999;
}
.seatmap-floating-container-label{
    font-weight:bold;
    opacity:0.8;
}
/*seats and seatmap cells*/
.seat-container{
    /*border-radius:2px;*/
	border-radius: 50%;
	
}
.seatmap-row-label{
    padding:.1em;
    font-weight:bold;
    opacity:0.8;
    color:#333;
    box-shadow:none!important;
	
	
}
.seat{
border-radius: 50%;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
  /*  border-radius:1px;
  background-image: url("http://demoESv28.accesso.com.mx/AdsUPLImage/asientoocupado.png");
	width:19px;
	height:19px;
  */
    transition:background .4s;
	
	
	
	
}
.seat.off{
		background-color:#ffffff;

}
.seat.off:hover{
    background:#000;
    background:RGBA(0,0,0,0);
}
.seat.on{
    background-image:url(../images/seat.png);

    background-size:contain;
    background-repeat:no-repeat;
}
.seatmap-status-legend, .special-seating-wrap, .seatmap-price-code-legend
{
    border-top:1px solid #eee;
}
.seatmap-status-color-box{
    border:1px solid #eee;
}
.seat-container.aisle-seat{
    background-image:url('../images/AisleBackground.png')!important;
    background-size:contain;
    background-position:center center;
}
span.special-seating-identifier {
    font-weight:bold;
    opacity:0.8;
    color:#333;
}
.pl-second-col .button {
	color: #8BC900;
	border: 1px solid #8BC900;
	background: #fff;
	float: right;
}
.pl-second-col .button:hover {
	color: #fff;
	border: 1px solid #8BC900;
	background: #8BC900;
	float: right;
}
/************************************************* 
FUZION Insurance CSS
*************************************************/
 .insurance_panel{font-size:11px;font-family:Arial, Helvetica, sans-serif;}
 .insurance_panel .panel_header{background:#e6e6e6;padding:3px;margin:0 0 1px 0;}
 .insurance_panel .panel_body{background:#f5f5f5;}
 .insurance_panel .insurance_protection_img{padding:3px;}
 .insurance_panel .insurance_protection_img div{background:#3630aa;color:#ffffff;width:100px;height:50px;text-align:center;}
 .insurance_panel .insurance_protection_right_column{}
 .insurance_panel .insurance_input_wrapper{}
 .insurance_panel .insurance_input{}
 .insurance_panel .highlight{background:#e6e6e6;} 

/*********************************************
Remove Default buttons from number type fields
for webkit browsers - display:none will crash
chrome.
*********************************************/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/*********************************************
Ajustes calendario
*********************************************/
 #datepicker .ui-datepicker td a:hover {
    border: 1px solid #8BC900!important;
}
#datepicker .ui-datepicker td.ui-datepicker-current-day a {
    background: #8BC900!important;
    color: #fff!important;
}
#datepicker .ui-datepicker td.highlight a {
    border: 1px solid #8BC900;
    box-shadow: inset 0 0 0.1em #8BC900;
    background-color: #fff!important;
    color: #8BC900!important;
    padding-bottom: 0px!important;
}
.ui-datepicker th{
	/*weekday color*/
}
.sw-datepicker td {
    position: relative;
    background: #ffffff78!important;
}
.sw-datepicker .month-wrap {
    background-color: #8bc900!important;
    border: 1px solid #8bc900!important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    font-size: larger;
}
td span.calendar-day {
    display: flex!important;
    height: 1.5em;
    width: 1.5em;
    line-height: 1.5em;
    border-radius: 3px;
    margin: .1em;
    position: relative;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #3f3f3f!important;
    font-weight: bold;
}
td span.calendar-day :hover{
	background: #b7ad7d!important;
	border: 1px solid #b7ad7d!important;
}
td.highlight-day span.calendar-day {
    border: 1px solid #8bc900!important;
    background: #fff!important;
    color: #8bc900!important;
    cursor: pointer;
}
td.focus {
    border: 1px solid #abc968!important;
    background: #abc968!important;
    color: #fff!important;
    cursor: pointer;
}
tr.weekdays {
	background: #f5f5f5!important;
}
.sw-datepicker abbr {
    text-decoration: none;
    opacity: 2.4!important;
    display: inline-block;
    margin: .3em 0;
    color: #333!important;
    background: #f5f5f5!important;
}
/*********************************************
     Custom header and footer 
*********************************************/
.header, .header *{
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.header .container-lg{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 12px;
    padding-left: 12px;
}

.header .btn {
    font-family: "Inter", sans-serif;
    display: inline-block;
    font-weight: 500;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.header #ShoWareBasketWidget .cart-item{
    width: 70px;
}

@media (min-width: 1400px){
    .header .container-lg{
        max-width: 1320px;
    }
}

.header {
    /*position: fixed;*/
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    padding: 11px 0;
    border-bottom: 1px solid #333;
    z-index: 99999;
}

.header .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: "Inter", sans-serif;
}

.header .carrito{
    /*position: relative;*/
    /*top: 2px;*/
}

.header .carrito *{
    color: #fff;
}

.header .carrito #ShoWareBasketWidget{
    padding: 0;
}

.header .carrito #ShoWareBasketWidget .cart-item{
    padding: 0;
}

.header .carrito #ShoWareBasketWidget .cart-item-desc{
    font-weight: normal;
    font-size: 16px;
    padding: 0;
    font-family: "Inter", sans-serif;
}

.header .carrito #ShoWareBasketWidget .cart-item-pic{
    margin-left: 0;
    margin-right: 0;
}

@media all and (max-width: 680px) {
    .header {
        padding: 10px 0;
    }
}
@media all and (max-width: 1200px) {
    .header .container,
    .header .container-lg,
    .header .container-md,
    .header .container-sm {
        max-width: 100%;
    }
}
@media all and (max-width: 768px) {
    .header .container,
    .header .container-lg,
    .header .container-md,
    .header .container-sm {
        max-width: 100%;
    }
}
.header .header-content {
    display: flex;
    width: 100%;
    align-items: center;
}
.header .header-content .logo img {
    width: 250px;
}
@media all and (max-width: 992px) {
    .header .header-content .logo img {
        width: 200px;
    }
}
@media all and (max-width: 768px) {
    .header .header-content .logo img {
        width: 180px;
    }
}
@media all and (max-width: 450px) {
    .header .header-content .logo img {
        width: 150px;
    }
}
.header .header-content .buscador {
    width: 250px;
    padding-left: 20px;
}
@media all and (max-width: 1100px) {
    .header .header-content .buscador {
        width: 200px;
    }
}
@media all and (max-width: 992px) {
    .header .header-content .buscador {
        width: 200px;
    }
}
@media all and (max-width: 768px) {
    .header .header-content .buscador {
        display: none;
    }
}
.header .header-content .buscador .input-buscar {
    display: flex;
    border-radius: 50px;
    border: 1px solid #fff;
}
.header .header-content .buscador .input-buscar .input-header {
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    padding-left: 20px;
    padding-right: 0;
    font-size: 14px;
}
.header .header-content .buscador .input-buscar .input-header:focus {
    outline: none;
    box-shadow: none;
}
.header .header-content .buscador .input-buscar .input-header::-moz-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}
.header .header-content .buscador .input-buscar .input-header::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}
.header .header-content .buscador .input-buscar .input-header:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}
.header .header-content .buscador .input-buscar .input-header::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}
.header .header-content .buscador .input-buscar .btn-submit {
    position: relative;
    outline: none;
    padding: 0 10px;
}
.header .header-content .buscador .input-buscar .btn-submit img {
    width: 20px;
    position: relative;
    top: 2px;
}
.header .header-content .buscador .input-buscar .btn-submit:focus {
    outline: none;
    box-shadow: none;
}
.header .header-content .menu-mobile {
    display: none;
}
@media all and (max-width: 680px) {
    .header .header-content .menu-mobile {
        display: block;
    }
}
.header .header-content .menu,
.header .header-content .menu-mobile {
    margin-left: auto;
}
.header .header-content .menu .btn-hamburguesa button,
.header .header-content .menu-mobile .btn-hamburguesa button {
    outline: none;
    box-shadow: none;
    padding: 0;
    position: relative;
    width: 50px;
    height: 50px;
}
@media all and (max-width: 400px) {
    .header .header-content .menu .btn-hamburguesa button,
    .header .header-content .menu-mobile .btn-hamburguesa button {
        width: 35px;
        height: 35px;
    }
}
.header .header-content .menu .btn-hamburguesa button .icono,
.header .header-content .menu-mobile .btn-hamburguesa button .icono {
    color: #fff;
    width: 50px;
    font-size: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
@media all and (max-width: 400px) {
    .header .header-content .menu .btn-hamburguesa button .icono,
    .header .header-content .menu-mobile .btn-hamburguesa button .icono {
        font-size: 30px;
    }
}
.header .header-content .menu .menu-header ul,
.header .header-content .menu-mobile .menu-header ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.header .header-content .menu .menu-header ul li,
.header .header-content .menu-mobile .menu-header ul li {
    display: inline-block;
}
.header .header-content .menu .menu-header ul li.btn-buscador,
.header .header-content .menu-mobile .menu-header ul li.btn-buscador {
    display: none;
    box-shadow: none;
}
.header .header-content .menu .menu-header ul li.btn-buscador img,
.header .header-content .menu-mobile .menu-header ul li.btn-buscador img {
    width: 20px;
}
.header .header-content .menu .menu-header ul li.btn-buscador button,
.header .header-content .menu-mobile .menu-header ul li.btn-buscador button {
    box-shadow: none;
    outline: none;
}
@media all and (max-width: 850px) {
    .header .buscador{
        display: none;
    }
    .header-content .menu-mobile .menu-header ul li.btn-buscador.buscador-menu img{
        position: relative;
        top: 3px;
    }
    .header .header-content .menu .menu-header ul li.btn-buscador,
    .header .header-content .menu-mobile .menu-header ul li.btn-buscador {
        display: inline-block;
    }
}
.header .header-content .menu .menu-header ul li a.btn,
.header .header-content .menu-mobile .menu-header ul li a.btn {
    font-size: 14px;
    outline: none;
    box-shadow: none;
    color: #fff;
}
@media all and (max-width: 992px) {
    .header .header-content .menu .menu-header ul li a.btn,
    .header .header-content .menu-mobile .menu-header ul li a.btn {
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;
    }
}
.header .header-content .menu .menu-header ul li a.btn.btn-promotores,
.header .header-content .menu-mobile .menu-header ul li a.btn.btn-promotores {
    border: 1px solid #8BC900;
    border-radius: 50px;
    font-weight: 600;
    margin-left: 5px;
    font-family: "Inter", sans-serif;
}
@media all and (max-width: 992px) {
    .header .header-content .menu .menu-header ul li a.btn.btn-promotores,
    .header .header-content .menu-mobile .menu-header ul li a.btn.btn-promotores {
        margin-left: 0;
        padding-left: 10px;
        padding-right: 10px;
    }
}
.header .header-content .menu .menu-header ul li a.btn.btn-login,
.header .header-content .menu-mobile .menu-header ul li a.btn.btn-login {
    background: #8BC900;
    border-radius: 50px;
    color: #000;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 15px;
    font-family: "Inter", sans-serif;
}
.header .header-content .menu .menu-header ul li a.btn.btn-login .icono,
.header .header-content .menu-mobile .menu-header ul li a.btn.btn-login .icono {
    display: none;
    font-size: 15px;
}
.header .header-content .menu .menu-header ul li a.btn.btn-login span,
.header .header-content .menu-mobile .menu-header ul li a.btn.btn-login span {
    color: #000;
    font-weight: 600;
    font-family: "Inter", sans-serif;
}
@media all and (max-width: 992px) {
    .header .header-content .menu .menu-header ul li a.btn.btn-login,
    .header .header-content .menu-mobile .menu-header ul li a.btn.btn-login {
        margin-left: 5px;
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media all and (max-width: 450px) {
    .header .header-content .menu .menu-header ul li a.btn.btn-login,
    .header .header-content .menu-mobile .menu-header ul li a.btn.btn-login {
        font-size: 11px;
        padding: 5px 7px;
    }
    .header .header-content .menu .menu-header ul li a.btn.btn-login span,
    .header .header-content .menu-mobile .menu-header ul li a.btn.btn-login span {
        display: none;
    }
    .header .header-content .menu .menu-header ul li a.btn.btn-login .icono,
    .header .header-content .menu-mobile .menu-header ul li a.btn.btn-login .icono {
        display: block;
    }
}
@media all and (max-width: 680px) {

    .header .header-content .menu .menu-header ul li.carrito{
        display: none;
    }

    .header .header-content .menu {
        position: fixed;
        left: 0;
        top: 71px;
        background: rgba(0, 0, 0, 0.3);
        z-index: 999;
        width: 100%;
        height: 100vh;
        transition-duration: 0.1s;
        opacity: 0;
        visibility: hidden;
    }
    .header .header-content .menu.show {
        opacity: 1;
        visibility: visible;
    }
    .header .header-content .menu.show .menu-header {
        left: 0;
    }
}
@media all and (max-width: 400px) {
    .header .header-content .menu {
        top: 60px;
    }
}
@media all and (max-width: 680px) {
    .header .header-content .menu .menu-header {
        position: absolute;
        width: 250px;
        height: 100%;
        background: #000;
        left: -500px;
        transition-duration: 0.2s;
    }
}
@media all and (max-width: 680px) {
    .header .header-content .menu .menu-header .btn-buscador {
        display: none !important;
    }
}
@media all and (max-width: 680px) {
    .header .header-content .menu .menu-header .column-login {
        display: none;
    }
}
@media all and (max-width: 680px) {
    .header .header-content .menu .menu-header ul li {
        display: block;
        padding: 5px 20px;
    }
}
@media all and (max-width: 680px) {
    .header .header-content .menu .menu-header ul li .btn {
        text-align: left;
        display: block;
        width: 100%;
    }
    .header .header-content .menu .menu-header ul li .btn.btn-promotores {
        text-align: center;
    }
}

.mobile-only{
    background: #000;
}

.mobile-only .logo-mobile{
    display: inline;
}

.mobile-only .logo-mobile img{
    width: 150px;
}

#mobile-menu{
    background: #000;
    color: #fff;
    height: 100vh;
}

#mobile-menu a {
    color: #fff;
}

@media all and (max-width: 350px) {
    .header .header-content .menu-mobile .menu-header ul li.btn-buscador button{
        padding: 0;
    }
}


.modal-buscar {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99999;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    opacity: 0;
    visibility: hidden;
}
.modal-buscar .icono {
    cursor: pointer;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 50px;
    width: 50px;
}
.modal-buscar.show {
    opacity: 1;
    visibility: visible;
}
.modal-buscar .contenedor {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 500px;
    width: 100%;
}
@media all and (max-width: 680px) {
    .modal-buscar .contenedor {
        width: 100%;
        padding: 50px 12px;
    }
}
.modal-buscar .contenedor .input-buscar {
    display: flex;
    border-radius: 50px;
    border: 1px solid #fff;
}
.modal-buscar .contenedor .input-buscar .input-header {
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    padding-left: 20px;
    padding-right: 0;
    font-size: 16px;
    height: 45px;
}
.modal-buscar .contenedor .input-buscar .input-header:focus {
    outline: none;
    box-shadow: none;
}
.modal-buscar .contenedor .input-buscar .input-header::-moz-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}
.modal-buscar .contenedor .input-buscar .input-header::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}
.modal-buscar .contenedor .input-buscar .input-header:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}
.modal-buscar .contenedor .input-buscar .input-header::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}
.modal-buscar .contenedor .input-buscar .btn-submit {
    position: relative;
    outline: none;
    padding: 0 10px;
}
.modal-buscar .contenedor .input-buscar .btn-submit img {
    width: 25px;
    position: relative;
    top: 2px;
}
.modal-buscar .contenedor .input-buscar .btn-submit:focus {
    outline: none;
    box-shadow: none;
}

.modal-buscar .btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.footer .row &gt; * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

.footer .col-6 {
    flex: 0 0 auto;
    width: 50%;
}

@media (min-width: 576px){
    .footer .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (min-width: 768px){
    .footer .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}

@media (min-width: 992px){
    .footer .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
}



.footer, .footer *{
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.footer .container-lg{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 12px;
    padding-left: 12px;
}

.footer .justify-content-center {
    justify-content: center!important;
}

.footer .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: -12px;
    margin-left: -12px;
}


@media (min-width: 1400px){
    .footer .container-lg{
        max-width: 1320px;
    }
}

.footer .btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: "Inter", sans-serif;
}

.footer {
    position: relative;
    padding: 25px 0 10px 0;
    background: #000;
    z-index: 20;
}
.footer .logo {
    text-align: center;
    padding-bottom: 50px;
}
.footer .logo img {
    width: 280px;
}
@media all and (max-width: 600px) {
    .footer .logo img {
        width: 250px;
    }
}
.footer .footer-item {
    margin-bottom: 50px;
}
.footer .footer-item .titulo {
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    padding-bottom: 15px;
    font-family: "Inter", sans-serif;
    margin: 0 0 8px 0;
	text-align: left;
	font-weight: normal;
}
@media all and (max-width: 600px) {
    .footer .footer-item .titulo {
        font-size: 14px;
    }
}
h4 {
	font-weight: normal;
	margin-top: 0;
    margin-bottom: .5rem;
    line-height: 1.2;
}
.footer .footer-item .redes-sociales {
    margin-top: 20px;
    margin-left: -10px;
	text-align: left;
}
.footer .footer-item .opciones {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer .footer-item .opciones li {
    text-align: left;
}
.footer .footer-item .opciones li a.btn {
    text-align: left;
    outline: none;
    box-shadow: none;
    color: #bfbfbf;
    font-size: 14px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 0;
    word-wrap: break-word;
}
@media all and (max-width: 600px) {
    .footer .footer-item .opciones li a.btn {
        font-size: 12px;
    }
}
@media all and (max-width: 350px) {
    .footer .footer-item .opciones li a.btn {
        font-size: 11px;
    }
}
.footer .footer-bottom {
    text-align: center;
    color: #fff;
    padding-top: 20px;
}
.footer .footer-bottom p {
    font-size: 12px;
    font-weight: 300;
    margin: 0;
    color: #bfbfbf;
    font-family: "Inter", sans-serif;
}
@media all and (max-width: 350px) {
    .footer .footer-bottom p {
        font-size: 11px;
    }
}
.footer .redes-sociales {
    margin: 0;
    list-style: none;
    padding: 0;
}
.footer .redes-sociales li {
    display: inline-block;
}
.footer .redes-sociales li a.btn {
    color: #fff;
    outline: none;
    padding-left: 10px;
    padding-right: 10px;
}
.footer .redes-sociales li a.btn .icono {
    color: #fff;
    font-size: 22px;
    width: 22px;
}
@media all and (max-width: 350px) {
    .footer .redes-sociales li a.btn .icono {
        font-size: 18px;
        width: 18px;
    }
}
/*Custom for showare*/
.head-band{
    background:#000!Important;
    position:fixed!important;
    width:100%;
    z-index:9999;
    height:35px;
    padding:5px;
    top:0;
}
.featured-items-item, .featured-items{
    padding:0;
    padding-bottom:3em;
    margin:0;
}
.featured-head{
    padding-bottom:0;
    margin-bottom:0;
    font-size:3.5em;
    display:none;
}
img.featured-items-image{
    float:right;
    margin:0 0 1em 1em;
    border:3px solid #eee;
    box-shadow:0px 0px 4px RGBA(0,0,0,0.1);
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
}
.featured-items-item h2, .featured-items-item h2 a{
    margin-top:0px;
    font-size: 35px;
    color: #000;
    font-weight: bold;
}
    .featured-items-item h2, .featured-items-item h2 a:hover
    {
        text-decoration:none;
    }
.featured-items-description{
    font-size:1.3em;
    font-weight:300;
}
img#img1{
        border:3px solid #eee;
    border-radius:8px;

}
.main-container .event-performances-description,
.main-container .event-performances-lower-left,
.main-container .event-performances-lower-right,
.main-container .event-performances-footer{
    font-weight:300;
}
#epPerformanceList .pl-item{
    margin:.25em 0;
}
.qode_column{
    box-sizing:border-box;
    width:25%;
    float:left;
    text-align:left;
}
.column_inner ul, .column_inner li{
    padding:0;
    margin:0;
    list-style:none;
}
.featured-items-item .buy-button.membership-add-button{
    min-width:0;
}
.quickpick-form, .select-seats-wrap{
    max-width:960px;
    margin:1em auto;
    padding:1em;
}
.quickpick-form{
    margin-top:2em;
}
#ga-price-code-table, .coupon-block{
    max-width:960px;
    margin:1em auto;
}

.checkout-finished-iframe { margin-top: 0px;
    height: 50px;
}
@media screen and (max-width: 490px){
	.checkout-finished-iframe {
		height: 90px!important;
	}
}
/*.event-performance-calendar-wrap {width: 600px;  float: right; text-align: center; margin-left: 10px;  margin-right: 10px;}
.event-performance-calendar-wrap #calendarWidget {display: inline-block; min-width: 180px; text-align: left;}*/
/*.event-performance-calendar-wrap #calendarWidget .heading-text {display: none;}*/</pre></body></html>