.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%;
  padding: 0;
  margin: 0;
  background-color: transparent;
  /*text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
    display:flex;
    flex-wrap:wrap;
    */

}
.itemsList .dataItem {
  width: 21%;
  height: 15em;
  display: inline-block;
  position: relative;
  margin: 2.2%;
  font-size: 100%;
  padding: 0;
  overflow: hidden;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background-color: white;
}
.itemsList::after {
  content: ' ';
  height: 15em;
}
.itemsList .dataItem:first-child {
  margin-left: 0;
}
.dataItem .item_image IMG {
  height: auto;
  width: auto;
  transition: opacity 0.5s;
  max-width: 100%;
  max-height: 178px;
}
.itemsList .dataItem:nth-child(4n+2) {
  margin-left: 0;
}
.itemsList .dataItem:nth-child(4n+5) {
  margin-right: 0;
}
.dataItem:hover IMG,
.dataItem.simulateHover IMG {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  transition: opacity 0.5s;
}
.dataItem .moreInfo {
  display: none;
}
.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;
  width: 100%;
  transition: height 0.5s linear;
}
.dataItem .itemsButtonsContainer {
  position: absolute;
  bottom: -10em;
  transition: bottom 0.5s;
}
.dataItem .name {
  color: black;
  font-weight: normal;
  text-align: center;
  padding-top: 0.5em;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: white;
  font-size: inherit;
  width: 100%;
  height: 1.2em;
  z-index: 2;
}
.dataItem .itemsDataContainer .description {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.5s, opacity 0.5s linear;
  color: White;
  height: 6.4em;
  /*width:100%;*/
  overflow: hidden;
  padding: 0.5em;
}
.dataItem .itemsDateRange {
  display: inline-block;
  position: absolute;
  bottom: -10em;
  color: white;
  left: 0.5em;
  width: 45%;
  font-size: 1.3rem;
  line-height: 1.5em;
  transition: bottom 0.5s;
}
.dataItem:hover .name,
.dataItem.simulateHover .name {
  font-weight: bold;
}
.dataItem:hover .itemsDataContainer,
.dataItem.simulateHover .itemsDataContainer {
  height: 15em;
}
.dataItem:hover .itemsDataContainer .description,
.dataItem.simulateHover .itemsDataContainer .description {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
.dataItem:hover .itemsButtonsContainer,
.dataItem.simulateHover .itemsButtonsContainer {
  bottom: 2em;
}
.dataItem:hover .itemsDateRange,
.dataItem.simulateHover .itemsDateRange {
  bottom: 3.2em;
}
.dataItem .dates SPAN.rangetitle {
  display: inline-block;
  padding-right: 0.3em;
}
.dataItem .dates SPAN.rangetitle::after {
  content: ':';
}
.dataItem .itemDetails .add {
  display: inline-block;
  /*float: right;*/
  padding: 4px 8px;
  text-decoration: none;
  background-color: #498f13;
  color: White;
  margin: 2px;
  border-radius: 10%;
}
/*
@media screen and (max-width:1026px)
{
	
	.itemsList .dataItem:nth-child(4n+2),
	.itemsList .dataItem:nth-child(4n+5)
	{
		margin:5px;
	}
	.itemsList .dataItem:nth-child(3n+2),
	{
		margin-left:0;
	}
	.itemsList .dataItem:nth-child(3n+4)	
	{
		margin-right:0;
	}
}
*/

.itemsList .dataItem div.item_image/*fit to the picture height*/ {
  height: 100%;
  background-image: url('../style/flowtheatre.css/images/ticketMed.svg');
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: center 13%;
  min-height: 260px;
}
@media only screen and (max-width: 780px) {
  /*.itemsList
  	{
  		background-color:#F5F3F4;
  	}*/
  
  .itemsList .dataItem {
    width: 45% !important;
    width: calc(50% - 12px) !important;
    margin: 0px;
    height: 24em;
    margin: 5px;
  }
  .itemsList .dataItem:nth-child(4n+2),
  .itemsList .dataItem:nth-child(4n+5) {
    margin: 5px;
    margin-bottom: 10px;
  }
  .itemsList .dataItem:nth-child(2n+1) {
    margin: 5px;
    margin-bottom: 10px;
  }
  .itemsList .dataItem:nth-child(2n+0) {
    margin-left: 2%;
    margin: 5px;
    margin-bottom: 10px;
  }
  .itemsList .dataItem div.item_image {
    min-height: 336px;
  }
  #itemsListLabel {
    font-size: 13px;
    margin-bottom: 4px;
    padding-left: 1%;
  }
  .dataItem .itemsDataContainer,
  .dataItem:hover .itemsDataContainer,
  .dataItem.simulateHover .itemsDataContainer {
    filter: none;
    height: 6.4em;
    transition: height 0s linear;
    background-color: white;
    top: 200px;
  }
  .dataItem .name {
    color: Black;
    font-weight: bold;
    font-size: 14px;
    top: -25px;
    height: 2.7em;
    overflow-x: auto;
  }
  .dataItem .item_image IMG,
  .dataItem:hover .item_image IMG,
  .dataItem.simulateHover .item_image IMG {
    height: auto;
    width: auto;
    max-height: 48%;
    max-width: 100%;
  }
  .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;
  }
  .dataItem .itemsDateRange,
  .dataItem:hover .itemsDateRange,
  .dataItem.simulateHover .itemsDateRange {
    color: #707070;
    bottom: 9px;
    transition: bottom 0s;
    width: 96%;
    text-align: center;
  }
  .dataItem .itemsButtonsContainer,
  .dataItem:hover .itemsButtonsContainer,
  .dataItem.simulateHover .itemsButtonsContainer {
    transition: bottom 0s;
    bottom: 0px;
    top: -200px;
    z-index: 3;
    position: relative;
    height: 13px;
    width: 100%;
  }
  .dataItem .itemsButtonsContainer .button.small_button_a.addToBasket,
  .dataItem:hover .itemsButtonsContainer .button.small_button_a.addToBasket,
  .dataItem.simulateHover .itemsButtonsContainer .button.small_button_a.addToBasket {
    width: 100%;
    height: 25px;
    margin-top: -6px;
  }
}
@media only screen and (min-device-width:781px) and  (max-device-width : 1024px) and (orientation : landscape) {
  .itemsList .dataItem {
    margin: 0px;
    height: 24em;
    margin: 5px;
    border: 1px solid #959595;
    width: 22%;
  }
  .itemsList .dataItem .name {
    color: Black;
    font-weight: bold;
    font-size: 14px;
    top: -35px;
    height: 2.7em;
    overflow-x: auto;
  }
  .itemsList .dataItem .itemsDataContainer,
  .itemsList .dataItem:hover .itemsDataContainer,
  .itemsList .dataItem.simulateHover .itemsDataContainer {
    filter: none;
    height: 6.4em;
    transition: height 0s linear;
    background-color: white;
    top: 242px;
    /*top: 216px;*/
    width: 96%;
  }
  .itemsList .dataItem .itemsDataContainer .previewFull button,
  .itemsList .dataItem:hover .itemsDataContainer .previewFull button,
  .itemsList .dataItem.simulateHover .itemsDataContainer .previewFull button {
    color: black;
    font-weight: bold;
  }
  .itemsList .dataItem .item_image_container div.item_image,
  .itemsList .dataItem:hover .item_image_container div.item_image,
  .itemsList .dataItem.simulateHover .item_image_container div.item_image {
    min-height: 365px;
  }
  .itemsList .dataItem .item_image_container div.item_image IMG,
  .itemsList .dataItem:hover .item_image_container div.item_image IMG,
  .itemsList .dataItem.simulateHover .item_image_container div.item_image IMG {
    height: auto;
    width: auto;
    max-height: 48%;
    max-width: 100%;
  }
  .itemsList .dataItem .itemsDateRange,
  .itemsList .dataItem:hover .itemsDateRange,
  .itemsList .dataItem.simulateHover .itemsDateRange {
    color: gray;
    bottom: 10px;
    transition: bottom 0s;
    width: 96%;
    text-align: center;
    font-size: 1.2rem;
  }
  .itemsList .dataItem .itemsButtonsContainer,
  .itemsList .dataItem:hover .itemsButtonsContainer,
  .itemsList .dataItem.simulateHover .itemsButtonsContainer {
    transition: bottom 0s;
    bottom: 0px;
    top: -200px;
    z-index: 3;
    position: relative;
    height: 13px;
    width: 100%;
  }
  .itemsList .dataItem .itemsButtonsContainer .button.small_button_a.addToBasket,
  .itemsList .dataItem:hover .itemsButtonsContainer .button.small_button_a.addToBasket,
  .itemsList .dataItem.simulateHover .itemsButtonsContainer .button.small_button_a.addToBasket {
    width: 100%;
    height: 25px;
    margin-top: -6px;
  }
  .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;
  }
  .itemsList .dataItem .itemsButtonsContainer .button.small_button_a A,
  .itemsList .dataItem .itemsButtonsContainer .button.small_button_a A:hover {
    float: left;
    width: 92%;
    background-position: center center;
    text-align: center;
    margin-top: 22px;
    margin-left: 2px;
    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");
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    border-bottom: none;
  }
  body.dir-RTL .itemsList .dataItem .itemsButtonsContainer .button.small_button_a A,
  body.dir-RTL .itemsList .dataItem .itemsButtonsContainer .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");
  }
}
.itemsList .dataItem .item_image_container div.item_image {
  background-image: url('../style/flowtheatre.css/images/SubscriptionMed.svg');
}
.itemsList .dataItem .itemsButtonsContainer {
  width: 100%;
  text-align: center;
}
.itemsList .dataItem:hover .itemsDateRange,
.itemsList .dataItem.simulateHover .itemsDateRange {
  bottom: 6.5em;
}
@media only screen and (max-width: 780px) {
  .itemsList .dataItem:hover .itemsDateRange,
  .itemsList .dataItem.simulateHover .itemsDateRange {
    bottom: 9px;
  }
}
@media only screen and (max-width: 780px) {
  .dataItem .itemsButtonsContainer,
  .dataItem:hover .itemsButtonsContainer,
  .dataItem.simulateHover .itemsButtonsContainer {
    top: -205px;
  }
  .itemsList .dataItem .name {
    color: Black;
    font-weight: bold;
    font-size: 14px;
    top: -34px;
    height: 2.3em;
    overflow-x: auto;
    width: 97%;
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .itemsList .dataItem div.item_image {
    background-position: center 8%;
  }
}


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