/**
*	Ticketfly Basic Layout Stylesheet
*	Version: v1.08.0
*	Author: Bill Rousseau
**/


/*GLOBAL*/
.ticket-link a, .sold-out, .cancelled, .postponed, .free, .tickets-at-the-door, .future-sale a, .on-sale-soon, .custom {
	display:block;
	border:solid 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding:5px;
	margin:0 0 5px 0;
	text-align:center;
}
span.settime {font-size:0.85em;}

/*Clears*/
.list-view-item:after, .list-view-heading:after, .event-detail .event-info:after, .share-text, .tfly-calendar .calendar-list-flip:after, .event-detail .related-events:after, .event-detail .artist-boxes .artist-box-headliner:after, .event-detail .artist-boxes .artist-box-support:after, .event-detail .artist-boxes ul.links:after, .event-detail .sponsor-info:after {
	content:" ";
	display:block;
	clear:both;
}
.list-view-item, .event-detail .event-info, .share-text, .list-view-heading, .calendar-list-flip {
	height:1%;
}
/*END GLOBAL*/

/*LIST VIEW*/
.list-view {}
.list-view .list-view-title {
	float:left;
	display:inline;
}
.list-view .calendar-link {
	float:right;
	display:inline;
}
.list-view-item {
	border:solid 1px gray;
	margin-bottom:-1px;
	border-collapse:collapse;
	position:relative;
	padding:10px;
}
.list-view-details {
	float:left;
	max-width:45%;
}
.list-view img {
	float:left;
	margin:0 10px 0 0;
}
.list-view .ticket-price {
	float:right;
	text-align:center;
}
.list-view .ticket-link a, .list-view .sold-out, .list-view .cancelled, .list-view .postponed, .list-view .free, .list-view .tickets-at-the-door, .list-view .future-sale a, .list-view .on-sale-soon, .list-view .custom {
	width:100px;
}
.list-view ul.pages, .venue-list ul.pages {
	list-style-type: none;
	background: none;
	margin: 0px;
	padding: 0px;
	float: right;
}
.list-view ul.pages li, .venue-list ul.pages li {
	list-style-type: none;
	background: none;
	margin: 0px 5px;
	padding: 0px;
	display: inline;
}
.list-view .more-info, .list-view .city-state {display: none;}
/*END LIST VIEW*/

/*VENUE LISTING*/
.venue-list-item {
	padding: 0 0 15px 0;
}
.venue-list-details {
	float:left;
}
.map-directions {
	float:right;
}
.venue-list-item .map {
	width: 200px;
	height: 133px;
}

.tfly-venuedetails-map {
	width: auto;
	height: 150px;
}

/*END VENUE LISTING*/

/*EVENT DETAIL*/

.event-detail {
	position:relative;
	width:100%;
}
.event-detail img {
	float:right;
}
.event-detail .event-info {
	padding:0 320px 0 0px;
	margin:0 0 20px 0;
	overflow:visible;
}
.event-detail .ticket-link a, .event-detail .sold-out, .event-detail .cancelled, .event-detail .postponed, .event-detail .free, .event-detail .tickets-at-the-door, .event-detail .future-sale a, .event-detail .on-sale-soon, .event-detail .custom {
	width:100px;
	text-align:center;
}
.share-facebook a, .share-twitter a , .share-email a {
	display:block;
	width:45px;
	height:44px;
	text-indent:-10000px;
	overflow:hidden;
	float:left;
}
.share-facebook a {
	background:url(images/facebook.png) no-repeat;
	margin:0 10px 5px 0;
}
.share-twitter a {
	background:url(images/twitter.png) no-repeat;
	margin:0 10px 5px 0;
}
.share-email a {
	background:url(images/email-icon.png) no-repeat;
}
.share-text{
	display:block;
	clear:left;
	margin:0 0 10px 0;
}

/*Share Plus*/
.share-plus .share-facebook a,.share-plus .share-twitter a,.share-plus .share-email a,.share-plus .share-gplus{width:32px;height:20px;float:left;margin:0 3px 0 0;}
.share-plus .share-facebook a{background:url('images/tf-share-plus-sprite.svg') no-repeat -66px 0;}
.share-plus .share-facebook a:hover{background:url(images/tf-share-plus-sprite.svg) no-repeat -33px 0;}
.share-plus .share-facebook a:active{background:url(images/tf-share-plus-sprite.svg) no-repeat 0 0;}
.share-plus .share-twitter a{background:url(images/tf-share-plus-sprite.svg) no-repeat -66px -21px;}
.share-plus .share-twitter a:hover{background:url(images/tf-share-plus-sprite.svg) no-repeat -33px -21px;}
.share-plus .share-twitter a:active{background:url(images/tf-share-plus-sprite.svg) no-repeat 0px -21px;}
.share-plus .share-email a{background:url(images/tf-share-plus-sprite.svg) no-repeat -66px -42px;}
.share-plus .share-email a:hover{background:url(images/tf-share-plus-sprite.svg) no-repeat -33px -42px;}
.share-plus .share-email a:active{background:url(images/tf-share-plus-sprite.svg) no-repeat 0px -42px;}
.share-plus .share-gplus {background:url(images/tf-share-plus-sprite.svg) no-repeat 0px -106px;text-indent:0;}
/*Calendar*/
.calendar-sync {position:relative;}
.calendar-sync:after{content:"";display:block;clear:both;}
.calendar-sync .ical-sync a,.calendar-sync .gcal-sync a{display:block;float:left;margin:0 4px 0 0;width:19px;height:19px;position:relative;}
.calendar-sync .ical-sync a{background:url(images/tf-share-plus-sprite.svg) no-repeat -42px -86px;}
.calendar-sync .ical-sync a:hover{background:url(images/tf-share-plus-sprite.svg) no-repeat -21px -86px;}
.calendar-sync .ical-sync a:active{background:url(images/tf-share-plus-sprite.svg) no-repeat 0px -86px;}
.calendar-sync .gcal-sync a{background:url(images/tf-share-plus-sprite.svg) no-repeat -40px -63px;}
.calendar-sync .gcal-sync a:hover{background:url(images/tf-share-plus-sprite.svg) no-repeat -20px -63px;}
.calendar-sync .gcal-sync a:active{background:url(images/tf-share-plus-sprite.svg) no-repeat 0px -63px;}
/*Tooltips*/
.tf-tooltip span{margin-left:-999em;position:absolute;opacity:0.5;border:solid #ccc 1px;}
.tf-tooltip:hover span{border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;font-size:11px;font-family:Helvetica,Arial sans-serif;background:#fff;position:absolute;left:0px;top:22px;z-index:99;margin-left:0;padding:5px;opacity:.9;transition:opacity .3s ease-in;-moz-transition:opacity .3s ease-in;-webkit-transition:opacity .3s ease-in;color:#333;text-decoration:none;white-space: nowrap; text-shadow:none; }
.tf-tooltip:link{text-decoration:none}
/* hide addthis promo div */
div#at_promo { display:none !important; }

.event-detail .related-events {
	margin-bottom: 10px;
}
.event-detail .related-events-item {
	display: inline;
	float: left;
	margin: 10px;
	width: 200px;
}
.event-detail .related-events-item img {
	float:left;
	margin:0 4px 0 0;
}
.event-detail .related-events-item .item-details {
  margin:0 0 0 104px;
  line-height: 12px;
  font-size: 9px;
  vertical-align: text-top;
}
.event-detail .related-events-item .item-details .headliners {
	font-weight: bold;
}
.event-detail .artist-boxes .artist-name, .event-detail .artist-boxes .artist-start-time {
	font-weight: bold;
}
.event-detail .artist-boxes .artist-box-headliner, .event-detail .artist-boxes .artist-box-support, .attraction-detail .artist-boxes .artist-box-headliner {
	margin-bottom: 25px;
}
.event-detail .artist-boxes img.bio-image-right {
	position:relative;
	float:right;
	margin: 0 0 15px 15px;
}
.event-detail .artist-boxes img.bio-image-no-float {
	position:relative;
	float:none;
}
.event-detail .artist-boxes ul.links, .attraction-detail .artist-boxes ul.links, .artist-boxes ul.links {
	list-style-type: none;
	margin-bottom: 10px;
}
.event-detail .artist-boxes ul.links li, .attraction-detail .artist-boxes ul.links li {
	float: left;
	font-weight: bold;
	padding-right: 10px;
}
.event-detail .artist-boxes ul.links li a, .attraction-detail .artist-boxes ul.links li a {
	display:block;
	text-indent: 12px;
	background-color: transparent;
	background-image: url("images/list-arrow.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
}

/* EVENT DETAIL - Social Share Buttons */
.event-detail .stButton .stBubble_count {
	height: 19px;
	margin-top: 8px;
	line-height: 8px;
	font-weight: normal;
	font-family: Arial, sans-serif;
	font-size:15px;
	/*	width: 62px;*/
	-moz-border-radius: 0px 0px 3px 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
}
.event-detail .st_email_vcount {
	margin-left:-5px;
}
/*.stButton .st-twitter-counter, .stButton .st-facebook-counter {
width: 62px;
}*/
.event-detail .stButton .stBubble {
	background: url(../../../share4x/images/bubble_arrow_below.png) no-repeat 27px 38px;
}
.event-detail .st_twitter_vcount .stBubble,.st_email_vcount .stBubble {
	background-image: url("../../../share4x/images/Twitter_arrow_below.png");
}
.event-detail .st_facebook_vcount .stBubble, .st_fb_like_vcount .stBubble {
	background-image: url("../../../share4x/images/Facebook_arrow_below.png");
}
.event-detail .st_email_vcount .stBubble {
	width: 53px;
	background: url(../../../share4x/images/bubble_arrow_below.png) no-repeat 23px 37px;
}
.event-detail .st_email_vcount .stBubble_count {
	width: 51px;
	margin-top:8px;
}
.event-detail .st_email_vcount .stBubble {
	background-image: url("../../../share4x/images/Twitter_arrow_below.png");
}
.event-detail .stButton .stBubble + .stButton_gradient {
	min-width: 47px;
}

.event-detail .stButton .stBubble {
	height: 45px;
}
.event-detail span.chicklets.email {
	width:20px;
	font-size:10px;
	text-indent:-3px;
}


/* EVENT DETAIL - Lyte Integration */
#tflyLyteDialog h1.headliners,
#tflyLyteDialog h2.venue, #tflyLyteDialog h2.dates,
#tflyLyteDialog p,
#tflyLyteDialog .sold-out,
#tflyLyteDialog h3 a {
	font-family: 'Source Sans Pro', sans-serif !important;
	font-weight:normal !important;
	text-transform: none !important;
	letter-spacing:0 !important;
}
#tflyLyteDialog {padding:20px 28px 28px;}
.lyte-event-info {
	width:330px;
	clear: both;
}
#tflyLyteDialog h1.headliners {
	font-size: 22px !important;
	font-weight:normal !important;
	line-height: 1.45 !important;
	color: #535663 !important;
	margin-bottom: 0.3em;
}
#tflyLyteDialog h2.venue, #tflyLyteDialog h2.dates {
	font-size: 16px !important;
	color:#9195A2 !important;
	font-weight: normal !important;
}
#tflyLyteDialog h2.dates {margin-bottom:28px;}
#tflyLyteDialog p {
	font-size: 16px !important;
	line-height: 1.8 !important;
	margin: 0 0 28px;
	color:#6A6D7C !important;
}
#tflyLyteDialog .sold-out {border:0;padding:0;margin:0}
#tflyLyteDialog h3 a {
	background-color: #17C284 !important;
	display: inline-block;
	text-align: center;
	padding: 13px 0px 13px;
	color: #FFFFFF !important;
	text-decoration: none;
	font-weight: normal !important;
	font-size: 18px !important;
	width: 100%;
	clear: both;
	line-height: 1 !important;
	position: relative;
	border: none;
	outline: none;
	margin: 0;
	-webkit-transition: background-color .15s ease-in-out;
	-moz-transition: background-color .15s ease-in-out;
	-o-transition: background-color .15s ease-in-out;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
#tflyLyteDialog h3 a:hover, #tflyLyteDialog h3 a:focus {
	background-color: #1DE099 !important;
	color: #FFFFFF !important;
	text-decoration: none;
}

/* ATTRACTION DETAIL */
.attraction-header {padding:20px;margin-bottom:16px;overflow:auto;}
.attraction-header img {float:left;margin-right:20px;}
.attraction-detail .list-view-item img {display:none;}
.attraction-header .headliners {clear:none;font-size:2em;margin-bottom:1em;}
.attraction-header h2.dates {clear:none;font-size:1.2em;line-height:2;margin-bottom:1em;}
.attraction-header h4.share-text {top:0;}
.attraction-header #toolbox {float:left;clear:none;padding-top:0;display:block;}
.attraction-header span.start.dtstart, .attraction-header span.end.dtend {display:inline-block;}
.attraction-header .share-facebook,
.attraction-header .share-twitter {
	float: left;
	position: relative;
	color:#fff;
}
.attraction-header .share-facebook a:before,
.attraction-header .share-twitter a:before {
	font-family: 'ticketfly';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height:1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e900";
	font-size:24px;
	text-indent:inherit;
	position:relative;
	right:14px;
	top:5px;
}
.attraction-header .share-facebook a:before {content: "\e900";}
.attraction-header .share-twitter a:before {content: "\e909";}
.attraction-header .share-facebook a,
.attraction-header .share-twitter a {
	font-family: "Akkurat-Pro", sans-serif;
	text-indent: inherit !important;
	color:#fff;
	font-size:14px;
	padding:0px 40px 5px 20px;
	height:auto;
	width:auto;
	border-radius:3px;
}
.attraction-header .share-facebook a {background:#3B5998;}
.attraction-header .share-twitter a {background:#55ACEE;}
.attraction-header .share-facebook a:hover,
.attraction-header .share-twitter a:hover {background-image:none;text-decoration:none;}
.attraction-header .share-facebook a:hover {background-color:#2E4A7A;}
.attraction-header .share-twitter a:hover {background-color:#3990C6;}
.attraction-detail .list-view p {text-align:center;padding:10px;}
.attraction-detail .no-events {font-style:italic;}

/* Layout helpers
----------------------------------*/
/* Orig. from JQuery CSS */
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }

.ui-corner-all { -moz-border-radius: 6px/*{cornerRadius}*/; -webkit-border-radius: 6px/*{cornerRadius}*/; border-radius: 6px/*{cornerRadius}*/; }


/* Icons
----------------------------------*/
/* Orig. from JQuery CSS */

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }

/* EVENT DETAIL - OVERLAY (Artist URLs, Video, etc.) */
.ui-dialog {
	padding: 5px;
	box-shadow: 1px 2px 6px #111;
	-webkit-box-shadow: 1px 2px 6px #111;
	-moz-box-shadow: 1px 2px 6px #111;
}

.ui-dialog .ui-dialog-content {
	padding: 0px;
	position: relative;
	border: 0;
	background: none;
	overflow: auto;
}


/* Misc visuals
----------------------------------*/
/* Orig. from JQuery CSS */

/* Overlays */
.ui-widget-overlay { position:fixed;top:0;left:0;width:100%;height:100%;background-color: #000000;opacity:0.4; }

/* Dialog
----------------------------------*/
/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	outline: 0;
    background: white;
    border: 1px solid #ddd;
	-moz-border-radius: 3px/*{cornerRadius}*/;
	-webkit-border-radius: 3px/*{cornerRadius}*/;
	border-radius: 3px/*{cornerRadius}*/;
	}
.ui-dialog .ui-dialog-titlebar {
	/* padding: .4em 1em; */
	position: absolute;
	bottom: 0;
	}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: none;
	}
.ui-dialog .ui-dialog-titlebar-close {
	background: url(images/close-icon.svg) no-repeat center bottom #fff;
	background-size: 19px auto;
	position: absolute;
	right:50%;
	width: 20px;
	margin: -25px 0 0 0;
	padding: 1px;
	height: 20px;
    border:0;
	cursor: pointer;
	}
.ui-dialog .ui-dialog-titlebar-close:focus {outline:none;}
.ui-dialog button {box-shadow:none;}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-dialog .ui-dialog-titlebar-close span { text-indent: -9999px; display: block; }
.ui-front {z-index: 100;}

/* FB Share dialogs */
body .tfly-share-dialog.ui-dialog {box-sizing:content-box !important;border:1px solid #ddd !important;border-radius:3px !important;}
body .tfly-share-dialog.ui-dialog.ui-widget-content {padding:5px;}
body .tfly-share-dialog.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:focus {outline:none;}

/* Watch and Listen dialogs */
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable {padding-bottom:30px;}
.ui-draggable .ui-dialog-titlebar { cursor:move;width:100%; }

/* Artist Links dialogs */
.fancy-close .ui-dialog-content {
	padding-top: 0px!important;
	margin-bottom: 30px !important;
}
.fancy-close .ui-dialog-titlebar {
	position: absolute;
	bottom: 0;
	width:96%;
	width:calc(100% - 10px);
	height: 26px;
	padding: 0;
}
.fancy-close .ui-dialog-title {display:none;}
.fancy-close .ui-dialog-titlebar-close {
	width: 20px;
	margin: 0px 0px 0 0;
	padding: 1px;
	height: 22px;
	border: 0 !important;
	top: initial;
}
.fancy-close .ui-button {
	background: url(images/close-icon.svg) no-repeat center bottom #fff;
	background-size: 19px auto;
	position: absolute;
	left: 50%;
	margin-left: -11px;
}
.fancy-close .ui-dialog-content {overflow: visible;}

/* Lyte modal */
.ui-dialog.lyte-soldout-dialog {
	border:0;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-moz-border-radius: 6px/*{cornerRadius}*/;
	-webkit-border-radius: 6px/*{cornerRadius}*/;
	border-radius: 6px/*{cornerRadius}*/;
	z-index: 100000;
	max-width:96%;
}
.lyte-soldout-dialog .ui-dialog-titlebar {top:28px;right:30px;width:20px;height:20px;position:absolute;}
.lyte-soldout-dialog .ui-dialog-titlebar-close {
	background: url(images/lyte-x.svg) no-repeat center bottom;
	background-size: 20px 20px;
	position: absolute;
	width: 20px;
	height: 20px;
	margin: 0px 0 0 0;
	padding: 1px;
	right: 0;
	z-index: 100000;
}

@media screen and (max-device-width: 736px) {
	.ui-dialog.lyte-soldout-dialog {width:90% !important;}
	.lyte-event-info {width: 90%;width: calc(100% - 30px);clear: both;}
}

/* jQ UI CSS end*/

div#fancy_div {
	background: #fff!important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	 border-radius: 3px;
}
a#fancy_left, a#fancy_right {display: none!important;}


/* EDP ARTIST LINKS */
ul.tfly-more {list-style-type:none;margin:0px;padding:0px;width:100%;  }
ul.tfly-more li {
	margin-top:5px;
	height: 26px;
	margin-left: 0px;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
	visibility: visible;
}

/* tfly-brand icon font */
@font-face {
	font-family: 'ticketfly';
	src:  url('../../../fonts/tfly-brand/ticketfly.eot');
	src:  url('../../../fonts/tfly-brand/ticketfly.eot') format('embedded-opentype'),
	url('../../../fonts/tfly-brand/ticketfly.ttf') format('truetype'),
	url('../../../fonts/tfly-brand/ticketfly.woff') format('woff'),
	url('../../../fonts/tfly-brand/ticketfly.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

ul.tfly-more li a {
	text-decoration: none;
	padding-top: 5px;
	display: block;
	color: #535353;
}
ul.tfly-more a {
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	border: none;
}
ul.tfly-more a:hover {  color: #000;  }
ul.tfly-more a:focus, ul.tfly-more, ul.tfly-more li {border:none;outline:none;}

ul.tfly-more li.web a:before,
ul.tfly-more li.facebook a:before,
ul.tfly-more li.twitter a:before,
ul.tfly-more li.instagram a:before,
ul.tfly-more li.soundcloud a:before,
ul.tfly-more li.bandcamp a:before,
ul.tfly-more li.buy-music a:before,
ul.tfly-more li.watch-video a:before,
ul.tfly-more li.audio-link a:before,
span.link-slide:before{
	font-family: 'ticketfly';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position:relative;
}

/* Modal links */
ul.tfly-more li.web a:before,
ul.tfly-more li.facebook a:before,
ul.tfly-more li.twitter a:before,
ul.tfly-more li.instagram a:before,
ul.tfly-more li.soundcloud a:before,
ul.tfly-more li.bandcamp a:before,
ul.tfly-more li.buy-music a:before {
	font-size:18px;
	padding-right: 7px;
	top: 3.5px;
	}
ul.tfly-more li.web a:before {content: "\e911";}
ul.tfly-more li.facebook a:before {content: "\e910";}
ul.tfly-more li.twitter a:before {content: "\e914";}
ul.tfly-more li.instagram a:before {content: "\e91d";}
ul.tfly-more li.soundcloud a:before {content: "\e91f";}
ul.tfly-more li.bandcamp a:before {content: "\e91c";}
ul.tfly-more li.buy-music a:before {content: "\e912";}

/* inline links and icons */
ul.tfly-more.inline-links, ul.tfly-more.inline-icons {margin: 0px 0px 8px 0px;padding:0px;}
ul.tfly-more.inline-links li a:hover, ul.tfly-more.inline-icons li a:hover {opacity:0.8;}
/* inline-links */
.inline-links-wrap {white-space:nowrap;overflow:hidden;position:relative;max-width:100%;}
ul.tfly-more.inline-links, span.link-slide {display:inline-block;position:relative;}
span.link-slide {width:20px;height:20px;background:#fff;right:30px;cursor:pointer;padding:0 16px;}
span.link-slide:before {content: "\e932";}
div.slide-return span.link-slide:before {content: "\e931" !important;}
div.inline-links-wrap ul.inline-links {right: 0; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;}

ul.tfly-more.inline-links li {display:inline-block;padding: 0 10px 0 3px;height:auto;}
ul.tfly-more.inline-links li a {font-size:12px;padding-top:0;color:inherit;}
ul.tfly-more.inline-links li.web a:before,
ul.tfly-more.inline-links li.facebook a:before,
ul.tfly-more.inline-links li.twitter a:before,
ul.tfly-more.inline-links li.instagram a:before,
ul.tfly-more.inline-links li.bandcamp a:before,
ul.tfly-more.inline-links li.buy-music a:before,
ul.tfly-more.inline-links li.watch-video a:before,
ul.tfly-more.inline-links li.audio-link a:before {
	font-size:20px;
	padding-right:5px;
	top:4px;
	}
ul.tfly-more.inline-links li.web a:before {content: "\e906";}
ul.tfly-more.inline-links li.facebook a:before {content: "\e900"; /* font-size:13px;top:1.25px;*/ }
ul.tfly-more.inline-links li.twitter a:before {content: "\e909";}
ul.tfly-more.inline-links li.instagram a:before {content: "\e92e";}
ul.tfly-more.inline-links li.bandcamp a:before {content: "\e92d";}
ul.tfly-more.inline-links li.soundcloud a:before {content: "\e930";}
ul.tfly-more.inline-links li.buy-music a:before {content: "\e907";}
ul.tfly-more.inline-links li.watch-video a:before {content: "\e90a"; /*font-size:13px;top:1px;*/ }
ul.tfly-more.inline-links li.audio-link a:before {content: "\e90c";}
/* inline-icons */
ul.tfly-more.inline-icons li {display:inline-block;padding:0px;height:auto;}
ul.tfly-more.inline-icons li a {/* visibility:hidden; */ display:block;width:28px;padding-top:0;color:#666;font-size:0;}
ul.tfly-more.inline-icons li.buy-music a {font-size:0;}
ul.tfly-more.inline-icons li.web a:before,
ul.tfly-more.inline-icons li.facebook a:before,
ul.tfly-more.inline-icons li.twitter a:before,
ul.tfly-more.inline-icons li.instagram a:before,
ul.tfly-more.inline-icons li.bandcamp a:before,
ul.tfly-more.inline-icons li.soundcloud a:before,
ul.tfly-more.inline-icons li.buy-music a:before,
ul.tfly-more.inline-icons li.watch-video a:before,
ul.tfly-more.inline-icons li.audio-link a:before
	{visibility:visible;font-size:19px;top: 0;}
ul.tfly-more.inline-icons li.web a:before {content: "\e917";}
ul.tfly-more.inline-icons li.facebook a:before {content: "\e916";}
ul.tfly-more.inline-icons li.twitter a:before {content: "\e91a";}
ul.tfly-more.inline-icons li.instagram a:before {content: "\e92a";}
ul.tfly-more.inline-icons li.bandcamp a:before {content: "\e929";}
ul.tfly-more.inline-icons li.soundcloud a:before {content: "\e92c";}
ul.tfly-more.inline-icons li.buy-music a:before {content: "\e918";}
ul.tfly-more.inline-icons li.watch-video a:before {content: "\e91b";}
ul.tfly-more.inline-icons li.audio-link a:before {content: "\e915";}


/* ticketfly-powered icon link */
[class^="icon-ticketfly"], [class*=" icon-ticketfly"] {
	font-family: 'ticketfly' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size:26px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
div.tfly-powered a {opacity:1;}
div.tfly-powered a:hover {text-decoration:none;opacity:0.75;}
.icon-ticketfly_lockup:before {content: "\e902";}
.icon-ticketfly_wordmark:before {content: "\e903";}
.icon-ticketfly_flying_t:before {content: "\e901";}
.icon-ticketfly_flying_t_circle:before {content: "\e904";}
.icon-ticketfly_powered_logo:before {content: "\e905";color:#8e93ad;}
.icon-ticketfly_powered_logo_black:before {content: "\e905";color:#151619;}
.icon-ticketfly_powered_logo_white:before {content: "\e905";color:#fff;}
/* END Ticketfly logo font icons */


/* Youtube video overlay */
.youtube-video {
width:500px;
height:304px;
float:left;
margin:0 20px 0 0;
}
.youtube-playlist {
float:left;
width:300px;
height:304px;
overflow-x: hidden;
overflow-y: auto;
}
.youtube-thumb {
height:64px;
width:105px;
background:white;
border:#d3d3d3 solid 1px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
position:relative;
float:left;
margin:0 10px 0 0;
}
.youtube-thumb img{
width:96px;
height:72px;
top:-4px;
left:4px;
clip:rect(8px,96px,64px,0px);
position:absolute;
}

a.youtube-playlist-link:hover {
background-color: #D1E1FA;
}

a.youtube-playlist-link {
font:12px arial,sans-serif;
color:#005ae0;
text-decoration:none;
background: #FFF;
display: block;
margin:0 0 10px 0;
}

.youtube-playlist-link:after {
content:" ";
display:block;
clear:both;
}

.youtube-video-sidebar {
margin:0;
}

.youtube-video-sidebar iframe { min-height:225px; }

.youtube-playlist-sidebar {
max-height: 200px;
overflow-x: hidden;
overflow-y: auto;
}

/* @end EVENT DETAIL - OVERLAY*/

.event-detail .sponsor-info {
	float: right;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
}

/*END EVENT DETAIL*/


/*SIDEBAR WIDGETS */
.sidebar-list {
	padding:10px;
}
.sidebar-list ul {
	list-style:none;
	margin:0;
	padding:0;
}
.sidebar-list li {
	margin:0;
}
.sidebar-list li a {
	display:block;
}
.sidebar-list li a {
	display:block;
	padding:5px 0 5px 0;
}
.sidebar-list .date {
	text-transform:capitalize;
}
.sidebar-list .on-sale {
	font-style: italic;
	display:block;
}
/*END SIDEBAR WIDGETS */

/*BEGIN CALENDAR*/

.tfly-calendar .calendar-sync {
float:right;
width:46px;
margin:0 0 0 10px;
}
.tfly-calendar .tf-tooltip:hover span {
left:-85px;

}
.tfly-calendar {
	border-collapse: collapse;
}
.tfly-calendar table {
	width: 100%;
	border: 1px solid;
	padding: 0px;
	margin: 0px;
	border-spacing: 0px 0px;
	border-collapse: collapse;
	margin-top: 10px;
}
.tfly-calendar table tr {
	padding: 0px;
	margin: 0px;
	border: 1px solid;
}
.tfly-calendar .data .ticket-link a, .tfly-calendar .data .sold-out, .tfly-calendar .data .cancelled, .tfly-calendar .data .postponed, .tfly-calendar .data .free, .tfly-calendar .data .tickets-at-the-door, .tfly-calendar .data .future-sale a, .tfly-calendar .data .on-sale-soon, .tfly-calendar .data h1, .tfly-calendar .data h2, .tfly-calendar .data h3 {
	font-size: 11px;
}
.tfly-calendar table tr td {
	padding: 5px;
	margin: 0px;
	height: auto;
	line-height: 1;
}
.tfly-calendar .one-event, .tfly-calendar .date {
	padding: 0px 0px 15px 0px;
}
.tfly-calendar .last-event {
}
.tfly-calendar table tr td.data {
	vertical-align: top;
	width: 14%;
	border: 1px solid;
	margin: 0px;
}
.tfly-calendar .ticket-link a, .tfly-calendar .sold-out, .tfly-calendar .cancelled, .tfly-calendar .postponed, .tfly-calendar .free, .tfly-calendar .tickets-at-the-door, .tfly-calendar .future-sale a, .tfly-calendar .on-sale-soon {
	width:50px;
	text-align:center;
}
.tfly-calendar .calendar-list-flip {
	float: right;
}
.tfly-calendar .calendar-list-flip a {
}
.tfly-calendar .topline-info, .tfly-calendar .start-time { display:none; }

/* BEGIN CAROUSEL */

#tfly-featured-events {
	width: 100%;
	padding: 5px 0px;
	overflow: hidden;
	height: 333px;
	position: relative;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	background: #000;
}
#tfly-featured-events ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#tfly-featured-events #grey-back {
	background: #000;
	z-index: 10;
	position: absolute;
	bottom:0px;
	height: 90px;
	width: 100%;
	opacity: 0.4;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
	/* For IE 8 (and 9, 10, 11?). Don't miss the added quotes */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
#tfly-featured-events #overlay {
	z-index: 20;
	position: absolute;
	bottom:10px;
	margin:0px 10px;
	width: 100%;
    /* fix colliding style in jQ lightbox CSS */
    display: block;
    top: auto;
    height: auto;
    background-color: transparent;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
#tfly-featured-events #overlay h1 {
	color: #fff;
	font-size: 20px;
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-transform: capitalize;
	display: block;
}
#tfly-featured-events #overlay h1 a {
	color: #fff;
}
#tfly-featured-events #overlay h1 a:hover {
	color: #ccc;
}
#tfly-featured-events #overlay h2 {
	color: #fff;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	font-size: 11px;
	line-height:22px;
	float: left;
	margin-right: 10px;
}
#tfly-featured-events #overlay .ticket-link a {
	width: 50px;
	text-align: center;
	display: block;
	float: left;
	font-size: 11px;
	padding:2px;
	color:white;
	text-decoration:none;
}
#tfly-featured-events ul.nav {
	position: absolute;
	z-index: 10;
	bottom:10px;
	right:20px;
	list-style-type: none;
}
#tfly-featured-events ul.nav li {
	margin: 0px;
	padding: 0px;
	float: left;
	font-size: 11px;
}
#tfly-featured-events ul.nav li a, #prev_carousel, #next_carousel {
	border: 1px solid #888;
	padding: 3px;
	margin: 1px;
	background: #666666;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	font-size: 11px;
}
#tfly-featured-events ul.nav li a:hover {
	border: 1px solid #ccc;
}
#tfly-featured-events ul.nav li a {
	color: #fff;
	text-decoration: none;
}
#tfly-featured-events ul.images li {
	background: none;
	padding-left: 0px;
	width: 100%;
	margin: 0px;
}
#tfly-featured-events ul.images li a {
	width: 100%;
}
#overlay-content {
	display: none;
}
#tfly-featured-events ul.nav li a.selected {
	background: #373737;
}
#tfly-featured-events ul li img {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	border:none;
}
#tfly-featured-events ul li img a {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	border:none;
}
/* END CAROUSEL */

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 14px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 14px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #dde;
	position: relative;
}

.jspDrag
{
	background: #bbd;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}
/* END jScrollPane */

/* Ticketfly Mobile Link */
#tfly-mobile-link {
    clear:both;
}
/* END Ticketfly Mobile Link */