/*------- Items List -----------*/
.itemsList
{
	padding: 10px 0px; 
	margin: 0px 10px; 
}
.sortingContainer .label
{
	display: inline-block;
	line-height: 25px;
	margin-left: 20px;
	margin-right: 5px; 
}
.sortingContainer select
{
	border: 0 !important; /*Removes border*/
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-appearance: none; /*Removes default chrome and safari style*/
	-moz-appearance: none; /*Removes default style Firefox*/
	background: #fff url('../style/flowbase.css/images/select_arrow.png') 180px center no-repeat; /*Position of the background-image*/
	width: 200px; /*Width of select dropdown to give space for arrow image*/
	height: 20px;
	padding: 2px 2px;
	text-indent: 0.01px;
	font-size: 9pt;
	color: #585858;
	font-family: arial, verdana, sans-serif;
}
body.dir-RTL .sortingContainer select
{
    background-position:10px;
}
.sortingContainer select::-ms-expand
{
	display: none; /* hide default arrow in IE10 */
}
.dataItem
{
	
	padding: 0;
	font-size: 10pt;
	cursor: pointer;
}

.itemsList .dataItem div.item_image 
{
	overflow: hidden;
  	text-align: center;
}

.itemsList .inpInclude
{
	width:16px;
	height:16px;
	vertical-align:bottom;
}
.dataItem .dates SPAN
{
	display:block;
}
.dataItem .name
{
	font-size: 120%;
	font-weight: bold;
	/* margin-top: 5px; */
	display:block;
	color: #5777A9;
	text-decoration: none;
}

.dataItem .itemsDataContainer .description
{
	display: inline-block;
	vertical-align: top;
	margin: 0px 0px 0px 5px;
	margin-left:0px;
	margin-right:5px;
}

.itemsList .dataItem
{ 
	padding: 8px; 
	margin-top: 4px;  
	background: #FFFFFF; 
}

.no_events_message
{
	margin-left:1em;
	font-size:1.5em;
}
.dataItem .previewFull
{
	display:inline-block;
	word-break: break-word;
}
.dataItem .previewFull>span
{
    white-space:pre-line;
}
.innerdescription
{
	display:none;
}
@media screen and (max-width:780px)
{
	.sortingContainer select
	{
		font-size:16px;
	}
}


.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);
  }
}
.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");
  }
}
#eventsList .itemsList .dataItem .button.small_button_a A {
  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");
  color: white;
  background-color: transparent;
  background-size: contain;
}
#eventsList .itemsList .dataItem .itemsButtonsContainer {
  right: 0;
  margin-right: 0.1em;
}
#eventsList .itemsList .dataItem .button.small_button_a A,
#eventsList .itemsList .dataItem .button.small_button_a A:hover {
  border-bottom: 0;
  background-repeat: no-repeat;
  background-position: center right;
  font-size: 1.2rem;
  font-weight: normal;
  min-width: inherit;
  text-transform: capitalize;
  width: 5em;
  padding-left: 0.5em;
  padding-top: 0.4em;
  text-align: right;
}
body.dir-RTL #eventsList .itemsList .dataItem .button.small_button_a A,
body.dir-RTL #eventsList .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");
  padding-left: 0em;
  margin-bottom: -7px;
  margin-right: 2px;
}
@media only screen and (max-width: 780px) {
  #eventsList .itemsList .dataItem .button.small_button_a A,
  #eventsList .itemsList .dataItem .button.small_button_a A:hover {
    width: 131px;
    height: 15px;
    margin-left: 7%;
    margin-left: calc(50% - 75px);
    text-indent: 12px;
    background-position: inherit;
    background-size: auto 100%;
    float: left;
    text-align: center;
    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");
    margin-top: 19px;
  }
  body.dir-RTL #eventsList .itemsList .dataItem .button.small_button_a A,
  body.dir-RTL #eventsList .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");
    text-align: center;
    background-position: center right;
  }
}
#eventsList .itemsList .dataItem .button.small_button_a A:after {
  display: none;
}
#eventsList .itemsList .dataItem .name {
  width: 97%;
}
@media only screen and (max-width: 780px) {
  #eventsList .itemsList .dataItem .itemsDateRange:before {
    content: "\f073";
    line-height: 13px;
    font-size: 1.5rem;
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 4px;
  }
}
@media not screen and (max-width: 780px) {
  #eventsList .itemsList .dataItem .previewFull button {
    color: #fcefa1;
    background-color: transparent;
  }
}
.dataItem .moreInfo {
  display: block;
}
.dataItem .moreInfo a {
  color: yellow;
}
@media only screen and (max-width: 780px) {
  #group_left {
    display: none;
  }
  #eventsList .itemsList .dataItem .button.small_button_a A,
  #eventsList .itemsList .dataItem .button.small_button_a A:hover {
    margin-top: -27px;
  }
  #eventsList .itemsList .dataItem .moreInfo {
    position: relative;
    top: 103px;
    width: 100%;
    text-align: right;
  }
  #eventsList .itemsList .dataItem .moreInfo a {
    color: blue;
  }
}


/*# sourceMappingURL=http://afcrichmond.seatgeek.com/style/Css.ashx?i=16&iv=8950462b-d15b-4085-bd6c-739ea9a4668c&p=kIlGCoHlB&map */