.seriesTitle {
  display: block;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 7em;
  align-content: flex-start;
  margin-bottom: 3px;
  padding: 5px 20px 0 20px;
}
.seriesTitle .productImages {
  flex: 1 1 100%;
  margin-right: 1em;
}
.seriesTitle .productName,
.seriesTitle .productInfo {
  flex: 1 1 auto;
  max-height: 1.5em;
}
.seriesTitle .details {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.seriesTitle img.medium_image {
  display: inline-block;
}
.seriesTitle h2 {
  margin: 0;
}
@media screen and (max-width: 780px) {
  .seriesTitle {
    position: relative;
    padding: 5px 5px 5px 5px;
    font-size: 10pt;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    margin: 0px;
    min-height: 100px;
    display: block;
  }
  .seriesTitle .productName {
    font-size: 11pt;
  }
  .seriesTitle .productImages {
    max-width: 35%;
    margin-top: 0.3em;
    float: left;
  }
  .seriesTitle .details {
    width: 60%;
    padding-bottom: 2px;
    margin: 0;
    display: inline-block;
  }
  .seriesTitle .details .previewFull {
    float: left;
    margin-top: 32px;
    margin-left: 10px;
  }
}

.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;
	}
}
/*
	+-----------------------------------------------------------------------------------------------------------------+
	| 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);
  }
}
.itemsList {
  width: 100%;
  margin: 0;
}
.itemsList .dataItem {
  float: left;
  width: 50%;
  width: calc(50% - 0.75em);
  height: 20em;
  box-sizing: border-box;
  margin: 0;
  background-color: #eeeeee;
  border: 1px solid #959595;
  margin-bottom: 1em;
  padding: 2em;
}
@media only screen and (max-width: 780px) {
  .itemsList .dataItem {
    background-color: #e6e6e6;
  }
}
.dataItem .name {
  color: #5777a9;
  word-break: break-word;
}
.dataItem .description {
  color: inherit;
}
@media screen and (min-width: 781px) {
  body .itemsList .dataItem:nth-child(2n+2) {
    margin-right: 1em;
  }
}
.itemsList .dataItem:nth-child(4n+5) {
  margin-right: auto;
}
.itemsList .dataItem > * {
  float: left;
  width: 75%;
}
.itemsList .dataItem > a {
  width: auto;
  width: 1px;
}
.itemsList .dataItem .item_image_container {
  float: left;
  width: 25%;
  height: 100%;
  padding-right: 2em;
  box-sizing: border-box;
}
.itemsList .dataItem .previewFull button {
  float: none;
  background-color: transparent;
}
/*
.itemsList .dataItem>a:before
{
    content:"";
    display:block;
    padding-top:110%;
}*/

.itemsList .dataItem div.item_image {
  padding-top: 110%;
  position: relative;
}
.itemsList .dataItem div.item_image > div {
  position: absolute;
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 10% 15%;
  box-sizing: border-box;
}
/*
.itemsList .dataItem div.item_image:before
{
    display:block;
    content:"";
    padding-top:110%;
    float:left;
}*/

.itemsList .dataItem div.item_image img {
  display: inline;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.itemsList .dataItem .description {
  margin: 1em 0;
  max-height: 7em;
  overflow: hidden;
  position: relative;
  min-height: 2em;
}
.itemsList .dataItem .description:after {
  content: "";
  display: block;
  position: absolute;
  top: 5em;
  width: 100%;
  height: 2em;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #f2f2f2 100%);
  /* Chrome10+,Safari5.1+ */

}
.itemsList .itemsButtonsContainer {
  margin: 0;
  text-align: left;
}
.itemsList .itemsButtonsContainer .button {
  float: left;
  clear: both;
}
.itemsList .itemsButtonsContainer .button.moreInfo {
  min-height: 30px;
  width: 100%;
}
.itemsList .itemsButtonsContainer .button.moreInfo a {
  padding-left: 0;
  padding-right: 0;
  color: #999999;
  width: 100%;
  text-align: left;
}
.itemsList .itemsDateRange,
.itemsButtonsContainer .button.moreInfo.disabled A {
  display: none;
}
@media only screen and (max-width: 780px) {
  .itemsList .dataItem > * {
    width: 100%;
    height: 65px;
  }
  .itemsList .dataItem {
    padding: 1em;
    height: 28em;
    width: 42%;
    width: calc(50% - 2em);
    margin-left: 1em;
    margin-right: 1em;
  }
  .button.small_button_a A::after {
    content: '';
  }
  .itemsList .dataItem #btnMoreInfo {
    width: 100%;
  }
  .itemsList .dataItem .item_image_container,
  .dataItem.item_background.item_data_background > a {
    width: 100px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: block;
    height: auto;
    min-height: 100px;
  }
  .itemsList .itemsButtonsContainer .button {
    width: 100%;
  }
  .itemsList .itemsButtonsContainer .button.addToBasket a {
    width: 100%;
    padding-right: 0px;
  }
}
.seriesTitle .productDate {
  order: 3;
}
.seriesTitle .productDate h2 {
  font-size: 1.2em;
  display: inline;
  margin-right: 0.3em;
}
.seriesTitle .productName {
  order: 2;
  font-size: 2.1rem;
  font-weight: bold;
}
.seriesTitle .productImages {
  order: 1;
  height: 100%;
}
.seriesTitle .productImages img {
  max-height: 80px;
  width: auto;
  max-width: 104px;
  height: auto;
}
.seriesTitle .productInfo {
  order: 4;
}
.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;
}


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