.timer-tooltip .timerMessage
{
    padding:initial;
    border:none;
    background:none;
}
#CountDown .graphicCountdownHolder 
{
    height:auto;
    width:auto;
    border:none;
}
.qtip.timer-tooltip
{
    background-color: #FAF5A1;
    border-radius: 3px;
    /*border-top-left-radius:0;*/
    border: 1px solid #E9C47F;
}
.timer-tooltip .qtip-content
{
    padding: 0.3em 0 0 0.5em;
}

@media only screen and (max-width: 780px) 
{
	.timer-tooltip .qtip-content .timerMessage .idCountDown
	{
		font-weight: bold;
	}
	
}
.graphicCountdownHolder
{
	display:none;
}
.CountDownRemainingTimeTitle
{
	display:inline-block;
}
.timerMessage
{
	color:black;
	background-color:#FAF5A1;
	padding:3px;
	border-radius:5px;
}
.CancelTransFromTimer 
{
	background-color:Transparent;
	display: inline-block;
	padding: 0 2px;
	border-radius: 10px;
	text-decoration:underline;
}
.CancelTransFromTimer label
{
	cursor:pointer;
}

@media only screen and (max-width: 780px) 
{
	.CancelTransFromTimer 
	{
		/*display:none;*/
	}
	.pageSectionContainer .CountDownRemainingTimeTitle:nth-child(2) 
	{
		float:right;
		margin-right:5px;
		margin-top: -25px;
		/*position: absolute;*/
		height: 21px;
		float: left;
	}
}



.promoBox {
  /*background-color:#e6e6e6;*/
  padding: 0.5em;
  border: 1px dashed rgba(0, 0, 0, 0.3);
  position: relative;
  border-radius: 0.5em;
  margin-top: 0.55em;
  display: -webkit-flex;
  display: flex;
  align-items: baseline;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /*.description{
        margin-left:@label-width;
        padding:@padding;
    }*/

}
.promoBox:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  content: "\f0c4";
  position: absolute;
  top: calc(0.55em * -1);
  right: 0.55em;
  font-size: 1.5em;
}
.promoBox > div {
  width: 100%;
  -webkit-order: -1;
  order: -1;
}
.promoBox label {
  box-sizing: border-box;
  /*flex: 1;*/
  min-width: 8em;
  font-weight: bold;
  font-size: 1.1em;
}
.promoBox input {
  -webkit-flex: 2;
  flex: 2;
  min-width: 5em;
  box-sizing: border-box;
}
.promoBox input + button {
  color: white;
  background-color: #1b6597;
  margin-left: 0.3em;
  padding: calc(0.3em + 2px);
  -webkit-flex: 0 auto;
  flex: 0 auto;
  white-space: nowrap;
}
.promoBox input + button:disabled {
  background-color: #d1dae0;
  color: #999999;
}
.promoBox > * {
  padding: 0.3em;
}
.promoBox .number {
  display: inline-block;
  border: 1px #cccccc solid;
  background-color: #e6e6e6;
  border-radius: 0.3em;
  white-space: nowrap;
}
.promoBox .number button {
  background-color: inherit;
}
.promoBox .number button:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00d";
}

/*
	+-----------------------------------------------------------------------------------------------------------------+
	| Attention: please follow the conventions described at https://seatgeekenterprise.atlassian.net/wiki/x/H4G2Bg !  |
	+-----------------------------------------------------------------------------------------------------------------+ 
*/
/*TODO: @notMobileMediaQuery: e(%("not %s", @mobileMediaQuery)); --and dtop the 'only'*/

/*ATTENTION: override only via config files!*/

@keyframes blinkTitle {
  from {
    color: silver;
  }
  to {
    color: #404041;
  }
}
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.15, 1.15, 1.15);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.carousel {
  width: 100%;
  text-align: center;
}
.carousel > DIV {
  display: inline-block;
}
.carousel .dataItem > .item_image_container:first-child {
  float: left;
  height: 100%;
  width: 99px;
}
.carousel .listContainer {
  width: 90%;
  width: calc(100% - 62px);
  overflow: hidden;
}
.carousel .general_caption {
  display: block;
  margin-bottom: 1.5em;
  background: transparent;
  color: inherit;
}
.carousel .scroller {
  width: 1em;
  height: 13em;
  cursor: pointer;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.carousel .scroller:after {
  content: '\f053';
  font-family: FontAwesome;
  display: inline;
  position: absolute;
  top: 50%;
  left: 0;
}
.carousel .left.disabled,
.carousel .right.disabled {
  visibility: hidden;
}
/* lock dir {{*/

.carousel .right:after,
body.dir-RTL .carousel .left:after {
  content: '\f054';
  left: auto;
  right: 0;
}
body.dir-RTL .carousel .right:after {
  content: '\f053';
}
/* }} */

.carousel .itemsList {
  white-space: nowrap;
}
.carousel.recommendedShows .itemsList .dataItem {
  background-image: url('../style/flowtheatre.css/images/ticketMed.svg');
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: center 13%;
}
.carousel .itemsList .dataItem {
  height: 12.5em;
  display: inline-block;
  white-space: normal;
  vertical-align: top;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 13%;
}
@media only screen and (max-width: 780px) {
  .carousel .itemsList .dataItem {
    background-color: white;
  }
}
.carousel .itemsList .dataItem .item_image IMG {
  height: auto;
  width: 100%;
}
.carousel .itemsList .dataItem .moreInfo {
  display: none;
}
.carousel .itemsList .dataItem .addToBasket {
  width: inherit;
  text-align: center;
}
.carousel .itemsList .dataItem .itemsDataContainer {
  text-align: left;
  min-width: 200px;
}
.carousel .itemsList .dataItem .name {
  font-weight: 500;
  font-size: 1.35em;
}
.carousel .itemsList .dataItem .itemsDataContainer .description {
  margin: 0.5em 0;
  white-space: nowrap;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.carousel .itemsList .dataItem .itemsDataContainer .name,
.carousel .itemsList .dataItem .itemsDataContainer .description {
  overflow: hidden;
  max-width: 234px;
  display: block;
  text-overflow: ellipsis;
}
.carousel .itemsList .dataItem .itemsDataContainer .description .previewFull button {
  display: block;
  color: #cccccc;
}
.carousel .itemsList .dataItem .itemsDateRange {
  font-size: 0.7em;
  line-height: 1.5em;
  /* display: none; */
  text-align: left;
  /* white-space: nowrap; */

}
.carousel .itemsList .dataItem .itemDetails .add {
  display: inline-block;
  padding: 4px 8px;
  text-decoration: none;
  background-color: #498f13;
  color: White;
  margin: 2px;
  border-radius: 10%;
}
/* lock dir {{*/

.carousel .itemsList .dataItem .button.small_button_a A,
.carousel .itemsList .dataItem .button.small_button_a A:hover {
  text-transform: capitalize;
  min-width: initial;
  font-size: smaller;
  width: 91%;
}
/* }} */

.carousel .itemsList .dataItem .button.small_button_a A::after {
  display: none;
}
.carousel .itemsList .dataItem .itemsButtonsContainer {
  margin-right: 0.1em;
  padding-bottom: 0;
  float: left;
  width: 100%;
  position: relative;
  bottom: 55px;
}
.carousel .itemsList .dataItem .innerdescription {
  display: none;
}
.carousel .item_image {
  display: inline-block;
}
.carousel .extras {
  display: none;
}
.occupancy {
  background-size: auto 2em;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 2.2em;
  min-width: 8em;
  margin: 0.4em 0;
  display: table-cell;
  vertical-align: middle;
  height: 2em;
}
body.dir-RTL .occupancy {
  background-position: right center;
}
.LowSeatsOccupation {
  background-image: url('../style/flowtheatre.css/images/avail/plenty_small.png');
  color: #2d8436;
}
.MediumSeatsOccupancy {
  background-image: url('../style/flowtheatre.css/images/avail/fair_small.png');
  color: #2d8436;
}
.HighSeatsOccupancy {
  background-image: url('../style/flowtheatre.css/images/avail/poor_small.png');
  color: #e71d13;
}
.SoldOut {
  background-image: url('../style/flowtheatre.css/images/avail/soldOut_small.png');
  color: #e71d13;
}
.soon {
  padding-left: 0.1em;
  color: #f4973c;
}
.tags {
  display: block;
  color: #999999;
}
.showDetails {
  position: relative;
}
.showDetails > img {
  float: left;
}
#media {
  width: 38%;
  right: 0;
  position: absolute;
  z-index: 9;
  min-height: 20em;
}
#media > DIV {
  padding-left: 1em;
}
#media .video {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 1em;
}
#media .video:after {
  content: "";
  background-color: black;
  height: 1px;
  display: block;
  bottom: -1px;
  position: relative;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
}
.embed,
.oembedall-closehide {
  display: none;
}
#description,
#eventslist {
  float: left;
  width: 58%;
  padding: 2%;
}
#description {
  padding-top: 0;
}
#description > div {
  margin: 1em 0 1em 0;
}
#eventslist {
  background-color: #eeeeee;
}
#clear {
  clear: both;
}
.chooseDayCaption {
  display: none;
}
#dateSelect {
  background-color: #e6e6e6;
  min-width: 10em;
}
.largeImageContainer {
  max-height: 245px;
  overflow: hidden;
  padding-top: 60px;
}
.largeImage {
  width: 100%;
}
.showName {
  position: absolute;
  top: 0;
}
.showName H2 {
  font-size: 2em;
  margin: 0.5em 0;
}
/*.showName:after
{
	content:" ";
	background-image:url('../style/flowtheatre.css/images/show/rectRight.png');
	width:17px;
	background-repeat:no-repeat;
	height:36px;
	position:absolute;
	right:-17px;
}*/

/*body.dir-RTL .showName:after
{
	right:-16px;
	background-image:url('../style/flowtheatre.css/images/show/rectLeft.png');
}*/

.genresContainer {
  display: block;
  position: relative;
  top: -40px;
  text-align: right;
  margin-bottom: -40px;
}
.genresContainer SPAN {
  display: inline-block;
  background-color: #e7e8e9;
  color: #1a1a1a;
  line-height: 1.5em;
  padding: 0 0.2em;
  margin: 0;
  text-align: center;
  position: relative;
  margin: 0 8px;
}
/* lock dir {{*/

.genresContainer SPAN::before {
  content: " ";
  background-image: url('../style/flowtheatre.css/images/show/littleCategoryLeft.png');
  background-repeat: repeat-y;
  background-position: left;
  width: 5px;
  height: 1.5em;
  left: -5px;
  position: absolute;
}
/* }} */

.ShowEventsitemsList {
  padding: 0;
}
P.brief {
  font-size: larger;
  font-weight: bolder;
}
P.detailed .previewFull button {
  color: #0b0080;
  text-decoration: underline;
}
.extras UL {
  margin: 0;
  margin-top: 1em;
  padding: 0;
}
.extras LI {
  list-style: none;
}
.propLabel {
  font-weight: bold;
}
.propLabel LABEL {
  font-weight: normal;
}
.propLabel LABEL:before {
  content: ":";
  padding-right: 0.2em;
}
.general_caption {
  padding: 0;
  margin: 0;
  font-family: inherit;
  display: inline-block;
  line-height: 20px;
  height: 20px;
}
.dateGroup {
  font-weight: bold;
  margin-top: 2em;
  padding-left: 1.5em;
  font-size: larger;
  color: black;
}
.ShowEventsitemsList .dataItem {
  background-color: white;
  border: 1px solid #cccccc;
  margin: 0.5em 0;
  margin-left: 0.5em;
  position: relative;
  padding-left: 10em;
  display: -ms-grid;
  display: grid;
}
.ShowEventsitemsList .dataItem .helpDeskRequestPanel {
  display: inline-block;
}
.ShowEventsitemsList .dataItem .name {
  font-weight: bolder;
}
.ShowEventsitemsList .dataItem .extras {
  display: block;
}
.ShowEventsitemsList .dataItem .extras IMG {
  vertical-align: middle;
  margin-right: 1em;
}
.ShowEventsitemsList .dataItem > * {
  grid-row: auto;
}
html.cssgridlegacy.no-cssgrid .ShowEventsitemsList .dataItem > *:nth-child(1) {
  -ms-grid-row: 1;
}
html.cssgridlegacy.no-cssgrid .ShowEventsitemsList .dataItem > *:nth-child(2) {
  -ms-grid-row: 2;
}
html.cssgridlegacy.no-cssgrid .ShowEventsitemsList .dataItem > *:nth-child(3) {
  -ms-grid-row: 3;
}
html.cssgridlegacy.no-cssgrid .ShowEventsitemsList .dataItem > *:nth-child(4) {
  -ms-grid-row: 4;
}
html.cssgridlegacy.no-cssgrid .ShowEventsitemsList .dataItem > *:nth-child(5) {
  -ms-grid-row: 5;
}
html.cssgridlegacy.no-cssgrid .ShowEventsitemsList .dataItem > *:nth-child(6) {
  -ms-grid-row: 6;
}
html.cssgridlegacy.no-cssgrid .ShowEventsitemsList .dataItem > *:nth-child(7) {
  -ms-grid-row: 7;
}
html.cssgridlegacy.no-cssgrid .ShowEventsitemsList .dataItem > *:nth-child(8) {
  -ms-grid-row: 8;
}
html.cssgridlegacy.no-cssgrid .ShowEventsitemsList .dataItem > *:nth-child(9) {
  -ms-grid-row: 9;
}
html.cssgridlegacy.no-cssgrid .ShowEventsitemsList .dataItem > *:nth-child(10) {
  -ms-grid-row: 10;
}
.ShowEventsitemsList .dataItem .helpDeskRequestPanel {
  /*margin: 0;
	position: absolute;
	right: 7.5em;
	bottom: 0.58em;*/
  -ms-grid-row: 100;
  grid-row: 100;
  margin-left: calc(-1 * 10em + 1em);
}
html.cssgridlegacy.no-cssgrid .ShowEventsitemsList .dataItem .helpDeskRequestPanel {
  -ms-grid-row: 100;
}
.ShowEventsitemsList .dataItem .highlight {
  background: none;
  color: White;
  border: 0;
  display: inline-block;
  width: 100%;
}
.ShowEventsitemsList .dataItem .highlight A {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  color: White;
  /*height:1.7em;*/
  padding-left: 1em;
  text-align: center;
  padding-right: 1em;
  padding-top: 0.4em;
  padding-bottom: 0.8em;
  background-repeat: no-repeat;
  background-position: 2px center;
  overflow: hidden;
  font-size: smaller;
}
body.dir-RTL .ShowEventsitemsList .dataItem .highlight A {
  background-position: left;
}
.ShowEventsitemsList .dataItem .highlight .ui-icon {
  display: none;
}
.ShowEventsitemsList .dataItem .helpDeskRequest-88000000-0000-0000-0000-000000000001 A {
  background-color: #2055a1;
  background-image: url('../style/flowtheatre.css/images/show/disabled.png');
  padding-left: 2em;
  padding-right: 0;
}
.ShowEventsitemsList .dataItem .helpDeskRequest-88000000-0000-0000-0000-000000000002 A {
  background-color: #237e8e;
}
.ShowEventsitemsList .itemsDateRange {
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  width: 9em;
}
.ShowEventsitemsList .itemsDateRange SPAN/* time */ {
  color: white;
  background-color: #6a6a6a;
  display: block;
  text-align: center;
  margin-top: 0.5em;
  padding: 0.2em;
}
.ShowEventsitemsList .itemsButtonsContainer {
  padding: 0;
  /*position: absolute;
	right: 0;
	top: 0;
	padding-top:0.3em;*/

}
@-moz-document url-prefix() {
  .ShowEventsitemsList .itemsButtonsContainer {
    max-height: 37px;
  }
}
/* lock dir {{*/

.ShowEventsitemsList .button.small_button_a A,
.ShowEventsitemsList .button.small_button_a A:hover,
.ShowEventsitemsList .button.small_button_a A:active,
.ShowEventsitemsList .button.small_button_a A:focus {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 46.058 21.563' width='46.058' height='21.563'%3E%3Cpath fill='%23ef4138' d='M12.598 0v2.717h-1.36V0H0v6.07c2.314 0 4.188 1.875 4.188 4.188S2.314 14.443 0 14.443v7.12h46.058V0h-33.46zm0 19.02h-1.36v-2.718h1.36v2.72zm0-5.432h-1.36v-2.72h1.36v2.72zm0-5.438h-1.36V5.436h1.36V8.15z'/%3E%3C/svg%3E");
  background-color: transparent;
  border-bottom: 0;
  background-repeat: no-repeat;
  font-size: smaller;
  font-weight: normal;
  min-width: inherit;
  text-transform: capitalize;
  width: 4em;
  padding-left: 1.5em;
  background-size: contain;
  padding-bottom: 0.6em;
  padding-top: 0.3em;
}
@media only screen and (max-width: 780px) {
  .ShowEventsitemsList .button.small_button_a A,
  .ShowEventsitemsList .button.small_button_a A:hover,
  .ShowEventsitemsList .button.small_button_a A:active,
  .ShowEventsitemsList .button.small_button_a A:focus {
    line-height: 1em;
  }
}
body.dir-RTL .ShowEventsitemsList .button.small_button_a A,
body.dir-RTL .ShowEventsitemsList .button.small_button_a A:hover,
body.dir-RTL .ShowEventsitemsList .button.small_button_a A:active,
body.dir-RTL .ShowEventsitemsList .button.small_button_a A:focus {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 46.059 21.563' width='46.059' height='21.563'%3E%3Cpath fill='%23ef4138' d='M0 0v21.562h46.06v-7.12c-2.315 0-4.19-1.87-4.19-4.184 0-2.313 1.875-4.188 4.19-4.188V0H34.82v2.717h-1.36V0H0zm33.46 16.302h1.36v2.72h-1.36V16.3zm0-5.433h1.36v2.718h-1.36v-2.72zm0-5.434h1.36V8.15h-1.36V5.436z'/%3E%3C/svg%3E");
  text-align: right;
  display: table;
  padding-right: 20px;
  padding-left: 0px;
}
/* }} */

.ShowEventsitemsList .button.small_button_a A::after {
  display: none;
}
.ShowEventsitemsList .itemsButtonsContainer .button.disabled A,
.ShowEventsitemsList .itemsButtonsContainer .button.disabled A:hover,
.ShowEventsitemsList .itemsButtonsContainer .button.disabled A:active,
.ShowEventsitemsList .itemsButtonsContainer .button.disabled A:focus {
  visibility: visible;
  background: none;
  border: 0;
  color: #999999;
  font-weight: normal;
  line-height: 3.2em;
}
.itemsListMore {
  margin-top: 2em;
  cursor: pointer;
}
.itemsListMore button {
  background-color: transparent;
}
.itemsListMore button:after {
  content: '\f078';
  font-family: FontAwesome;
  padding-left: 0.5em;
  font-size: smaller;
}
.itemsListMore .less:after {
  content: '\f077';
}
.innerdescription {
  display: none;
}
/* override default carousel */

.carousel {
  float: left;
  width: 62%;
}
.carousel .dataItem > a.item_image_container:first-child {
  float: none;
  height: auto;
}
.carousel .item_image {
  display: inline-block;
  max-width: 80px;
  margin-left: 4px;
  margin-top: 9px;
  max-height: 81px;
  width: auto;
  height: auto;
}
body.dir-RTL .carousel .item_image {
  margin-right: 20px;
}
.carousel .itemsList .dataItem {
  width: 9em;
  position: relative;
  margin: 0.2em;
  padding: 0;
  overflow: hidden;
  vertical-align: inherit;
}
.carousel .itemsList .dataItem .item_image IMG {
  transition: opacity 0.5s;
}
.carousel .itemsList .dataItem:hover IMG,
.carousel .itemsList .dataItem.simulateHover IMG {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  transition: opacity 0.5s;
}
.carousel .itemsList .dataItem .itemsDataContainer {
  position: absolute;
  bottom: 0;
  background-color: rgba(80, 80, 80, 0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#a5000000', endColorstr='#a5000000');
  padding: 0.2em;
  height: 1.2em;
  min-width: auto;
  width: 100%;
  transition: height 0.5s linear;
  min-height: 0;
  text-align: left;
  box-sizing: border-box;
}
.carousel .itemsList .dataItem .itemsButtonsContainer {
  position: absolute;
  bottom: -10em;
  transition: bottom 0.5s;
  right: 0;
  float: none;
}
.carousel .itemsList .dataItem .name {
  color: black;
  font-weight: normal;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: white;
  font-size: inherit;
  width: 100%;
  min-height: 2.4em;
  z-index: 2;
}
.carousel .itemsList .dataItem .itemsDataContainer .description {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.5s, opacity 0.5s linear;
  color: White;
  height: 5.2em;
  padding: 0.5em;
  line-height: normal;
}
.carousel .itemsList .dataItem .itemsDataContainer .description .previewFull button {
  display: inline;
  color: inherit;
}
@media only screen and (max-width: 780px) {
  .carousel .itemsList .dataItem .itemsDataContainer .description .previewFull button {
    float: right;
    margin-top: -25px;
    background-color: #cccccc;
  }
}
.carousel .itemsList .dataItem .itemsDateRange {
  display: inline-block;
  position: absolute;
  bottom: -10em;
  color: white;
  left: 0.5em;
  width: 45%;
  font-size: smaller;
  transition: bottom 0.5s;
}
.carousel .itemsList .dataItem .itemsDateRange .rangetitle {
  float: left;
}
@media only screen and (max-width: 780px) {
  .carousel .itemsList .dataItem .itemsDateRange .rangetitle {
    width: 100%;
  }
}
.carousel .itemsList .dataItem:hover .name,
.carousel .itemsList .dataItem.simulateHover .name {
  font-weight: bold;
}
.carousel .itemsList .dataItem:hover .itemsDataContainer,
.carousel .itemsList .dataItem.simulateHover .itemsDataContainer {
  height: 12.5em;
}
.carousel .itemsList .dataItem:hover .itemsDataContainer .description,
.carousel .itemsList .dataItem.simulateHover .itemsDataContainer .description {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
.carousel .itemsList .dataItem:hover .itemsButtonsContainer,
.carousel .itemsList .dataItem.simulateHover .itemsButtonsContainer,
.carousel .itemsList .dataItem:hover .itemsDateRange,
.carousel .itemsList .dataItem.simulateHover .itemsDateRange {
  bottom: 3em;
}
.carousel .itemsList .dataItem .button.small_button_a A,
.carousel .itemsList .dataItem .button.small_button_a A:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 46.058 21.563' width='46.058' height='21.563'%3E%3Cpath fill='%23ef4138' d='M12.598 0v2.717h-1.36V0H0v6.07c2.314 0 4.188 1.875 4.188 4.188S2.314 14.443 0 14.443v7.12h46.058V0h-33.46zm0 19.02h-1.36v-2.718h1.36v2.72zm0-5.432h-1.36v-2.72h1.36v2.72zm0-5.438h-1.36V5.436h1.36V8.15z'/%3E%3C/svg%3E");
  background-size: contain;
  color: white;
  background-color: transparent;
  border-bottom: 0;
  background-repeat: no-repeat;
  font-size: inherit;
  font-weight: normal;
  min-width: inherit;
  text-transform: capitalize;
  width: 4em;
  font-size: smaller;
  background-position-y: 9px;
  padding-left: 0px;
  margin-right: -5.7em;
  text-align: right;
}
body.dir-RTL .carousel .itemsList .dataItem .button.small_button_a A,
body.dir-RTL .carousel .itemsList .dataItem .button.small_button_a A:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 46.059 21.563' width='46.059' height='21.563'%3E%3Cpath fill='%23ef4138' d='M0 0v21.562h46.06v-7.12c-2.315 0-4.19-1.87-4.19-4.184 0-2.313 1.875-4.188 4.19-4.188V0H34.82v2.717h-1.36V0H0zm33.46 16.302h1.36v2.72h-1.36V16.3zm0-5.433h1.36v2.718h-1.36v-2.72zm0-5.434h1.36V8.15h-1.36V5.436z'/%3E%3C/svg%3E");
}
@media only screen and (max-width: 780px) {
  .carousel .itemsList .dataItem .button.small_button_a A,
  .carousel .itemsList .dataItem .button.small_button_a A:hover {
    background-position-y: 2px;
    margin-left: 8px;
  }
}
.carousel .dataItem .dates SPAN.rangetitle {
  display: inline-block;
}
@media only screen and (max-width: 780px) {
  /*#HelpDeskRequestPanel ~ .ShowEventsitemsList .dataItem
      {
  	    padding-bottom: 83px;
      }*/
  
  .ShowEventsitemsList .dataItem .highlight A {
    width: 100%;
    text-align: left;
    box-sizing: border-box;
  }
  /*.ShowEventsitemsList .dataItem .highlight
      {
  	    width:100%;
      }*/
  
  .largeImageContainer {
    padding-top: 0;
  }
  .largeImage {
    min-height: 49px;
  }
  .showName {
    position: static;
    padding-left: 2%;
    padding-right: 2%;
    width: 96%;
  }
  .showName H2 {
    padding-left: 0.5em;
    font-size: 1.8em;
  }
  #description,
  #eventslist {
    width: auto;
  }
  #description {
    width: 94%;
    word-wrap: break-word;
  }
  .screen-ShowDetails_aspx #description table {
    width: 100% !important;
  }
  #eventslist {
    width: 96%;
  }
  #media {
    float: right;
    width: 100%;
    position: static;
    min-height: 0;
  }
  #media > DIV {
    padding: 0;
  }
  #media .video H3 {
    display: none;
  }
  #media .extras {
    padding: 1em;
    padding-top: 0;
  }
  #media .video::after,
  #media .video::before,
  #media::after {
    content: "";
    height: 2px;
    display: block;
    bottom: -1px;
    position: relative;
    background: linear-gradient(to left, transparent, rgba(0, 0, 0, 0.5), transparent);
    margin: 1em;
  }
  #media .video {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .itemsListMore {
    margin: 1em;
    text-align: center;
  }
  /*.carousel
  	{
  		background-color:#f2f2f2;
  	}*/
  
  .carousel {
    width: 100%;
    display: inline-block;
    float: right;
    margin-bottom: 2px;
  }
  .carousel .scroller {
    width: 1em;
  }
  .carousel .scroller:after {
    left: 9px;
  }
  .carousel .listContainer {
    width: 82%;
    width: calc(100% - 62px);
  }
  .carousel .itemsList .dataItem {
    height: 21em;
    width: 12em;
    background-color: white;
    border: 1px solid #cccccc;
    display: inline-grid;
  }
  .carousel .itemsList .dataItem div.item_image {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    margin-top: 35px;
    margin-left: 50%;
  }
  .carousel .itemsList .dataItem:hover IMG,
  .carousel .itemsList .dataItem.simulateHover IMG {
    opacity: 1;
  }
  /*.carousel .dataItem .item_image IMG, 
  	.carousel .dataItem:hover .item_image IMG,
      .carousel .dataItem.simulateHover .item_image IMG
  	{
  		height:48%;
  	}*/
  
  .carousel .itemsList .dataItem .itemsDataContainer,
  .carousel .itemsList .dataItem:hover .itemsDataContainer,
  .carousel .itemsList .dataItem.simulateHover .itemsDataContainer {
    filter: none;
    height: 6.4em;
    transition-delay: 0s;
    background-color: white;
    min-width: 0px;
  }
  .carousel .itemsList .dataItem .item_image IMG {
    width: 100%;
    height: auto;
    margin-top: 0px;
  }
  .carousel .itemsList .dataItem .name {
    font-weight: bold;
    font-size: 14px;
    top: -40px;
    height: 2.7em;
    overflow-x: auto;
  }
  .carousel .itemsList .dataItem .itemsDataContainer .description {
    visibility: visible;
    opacity: 1;
    color: black;
    font-size: 12px;
    margin-right: 0px;
    transition: height 0s linear;
    word-break: break-word;
    transition: visibility 0s linear 0s, opacity 0s linear;
    height: 5.4em;
    margin-top: -5px;
  }
  .carousel .itemsList .dataItem .itemsDataContainer .description .previewFull > span {
    width: 11em;
    float: left;
    height: 4.4em;
    white-space: normal;
  }
  .carousel .itemsList .dataItem .itemsDateRange,
  .carousel .itemsList .dataItem:hover .itemsDateRange,
  .carousel .itemsList .dataItem.simulateHover .itemsDateRange {
    bottom: 0;
    color: #707070;
    width: 96%;
    transition: bottom 0s;
    text-align: center;
  }
  .carousel .dataItem .dates SPAN.rangetitle {
    display: inline-block;
    padding-right: 0.3em;
  }
  .carousel .dataItem .dates SPAN.rangetitle::after {
    content: ':';
  }
  .carousel .itemsList .dataItem .itemsButtonsContainer,
  .carousel .itemsList .dataItem:hover .itemsButtonsContainer,
  .carousel .itemsList .dataItem.simulateHover .itemsButtonsContainer {
    transition: bottom 0s;
    top: 121px;
    z-index: 3;
    height: 29px;
    width: 100%;
  }
  .carousel .dataItem .itemsButtonsContainer .button.small_button_a.addToBasket,
  .carousel .dataItem:hover .itemsButtonsContainer .button.small_button_a.addToBasket,
  .carousel .dataItem.simulateHover .itemsButtonsContainer .button.small_button_a.addToBasket {
    width: 100%;
  }
  .carousel .itemsList .dataItem .button.small_button_a A,
  .carousel .itemsList .dataItem .button.small_button_a A:hover {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 329.32 39.202' width='329.32' height='39.202'%3E%3Cpath fill='%23ef4138' d='M25.323 0v7.94h-3.14V0H0v11.036c4.208 0 7.613 3.41 7.613 7.613S4.208 26.26 0 26.26v12.942h329.32V0H25.323zm-.044 33.704h-3.1V25.76h3.1v7.944zm.043-12.886h-3.19V12.88h3.19v7.938z'/%3E%3C/svg%3E");
    width: 73%;
    margin-right: calc(6em - 58px);
    background-size: cover;
    text-align: center;
    padding-left: 8px;
  }
  body.dir-RTL .carousel .itemsList .dataItem .button.small_button_a A,
  body.dir-RTL .carousel .itemsList .dataItem .button.small_button_a A:hover {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 329.32 39.203' width='329.32' height='39.203'%3E%3Cpath  fill='%23ef4138' d='M0 0v39.203h329.32V26.26c-4.208 0-7.613-3.407-7.613-7.61s3.405-7.614 7.613-7.614V0h-22.183v7.94h-3.14V0H0zm304.04 25.76h3.1v7.944h-3.1V25.76zm-.043-12.88h3.19v7.938h-3.19V12.88z'/%3E%3C/svg%3E");
    background-size: contain;
    background-position-y: 5px;
  }
  .genresContainer SPAN {
    max-width: 10em;
    height: 19px;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
  }
}


/*# sourceMappingURL=http://jon.tixcast.com/style/Css.ashx?i=4&iv=e0de8af6-3da3-43cc-8df9-ea6af8ddff5b&p=iBCsB8C&map */