/*------- 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;
	}
}


#CategoriesMenuBar
{
	display:none;
}
.ph_quick_buy, .ph_facebook, .ph_googlemap, .ph_basketcalendar
{
	clear:right;
	float: right;
	
	color: #494949;
	max-width: 30%;
}
.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");
  }
}
.ph_quick_buy,
.ph_facebook,
.ph_googlemap,
.ph_basketcalendar {
  max-width: none;
  float: none;
  clear: none;
}
.ph_recommended_shows {
  margin-top: 1.5em;
}
#group_main,
#group_Header #PH_Menu > * {
  width: 70%;
  float: right;
}
@media screen and (max-width: 1151px) {
  #group_main,
  #group_Header #PH_Menu > * {
    width: 100%;
  }
}
.template-TemplateFull .ph_galleria,
.template-TemplateFull .screen-content {
  width: 100%;
  max-width: 100%;
}
.recommendedShows.showslist:not(.searchResult) .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;
}
.recommendedShows.showslist:not(.searchResult) .itemsList .dataItem .itemsButtonsContainer {
  right: 0;
  margin-right: 0.1em;
}
.recommendedShows.showslist:not(.searchResult) .itemsList .dataItem .button.small_button_a A,
.recommendedShows.showslist:not(.searchResult) .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 .recommendedShows.showslist:not(.searchResult) .itemsList .dataItem .button.small_button_a A,
body.dir-RTL .recommendedShows.showslist:not(.searchResult) .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) {
  .recommendedShows.showslist:not(.searchResult) .itemsList .dataItem .button.small_button_a A,
  .recommendedShows.showslist:not(.searchResult) .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 .recommendedShows.showslist:not(.searchResult) .itemsList .dataItem .button.small_button_a A,
  body.dir-RTL .recommendedShows.showslist:not(.searchResult) .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;
  }
}
.recommendedShows.showslist:not(.searchResult) .itemsList .dataItem .button.small_button_a A:after {
  display: none;
}
.recommendedShows.showslist:not(.searchResult) .itemsList .dataItem .name {
  width: 97%;
}
@media only screen and (max-width: 780px) {
  .recommendedShows.showslist:not(.searchResult) .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) {
  .recommendedShows.showslist:not(.searchResult) .itemsList .dataItem .previewFull button {
    color: #fcefa1;
    background-color: transparent;
  }
}
@media only screen and (min-device-width:781px) and  (max-device-width : 1024px) and (orientation : landscape) {
  .recommendedShows.showslist:not(.searchResult) .itemsList .dataItem {
    margin: 0px;
    height: 24em;
    margin: 5px;
    border: 1px solid #959595;
    width: 22%;
  }
  .recommendedShows.showslist:not(.searchResult) .itemsList .dataItem .name {
    color: Black;
    font-weight: bold;
    font-size: 14px;
    top: -35px;
    height: 2.7em;
    overflow-x: auto;
  }
  .recommendedShows.showslist:not(.searchResult) .itemsList .dataItem .itemsDataContainer,
  .recommendedShows.showslist:not(.searchResult) .itemsList .dataItem:hover .itemsDataContainer,
  .recommendedShows.showslist:not(.searchResult) .itemsList .dataItem.simulateHover .itemsDataContainer {
    filter: none;
    height: 6.4em;
    transition: height 0s linear;
    background-color: white;
    top: 242px;
    /*top: 216px;*/
    width: 96%;
  }
  .recommendedShows.showslist:not(.searchResult) .itemsList .dataItem .itemsDataContainer .previewFull button,
  .recommendedShows.showslist:not(.searchResult) .itemsList .dataItem:hover .itemsDataContainer .previewFull button,
  .recommendedShows.showslist:not(.searchResult) .itemsList .dataItem.simulateHover .itemsDataContainer .previewFull button {
    color: black;
    font-weight: bold;
  }
  .recommendedShows.showslist:not(.searchResult) .itemsList .dataItem .item_image_container div.item_image,
  .recommendedShows.showslist:not(.searchResult) .itemsList .dataItem:hover .item_image_container div.item_image,
  .recommendedShows.showslist:not(.searchResult) .itemsList .dataItem.simulateHover .item_image_container div.item_image {
    min-height: 365px;
  }
  .recommendedShows.showslist:not(.searchResult) .itemsList .dataItem .item_image_container div.item_image IMG,
  .recommendedShows.showslist:not(.searchResult) .itemsList .dataItem:hover .item_image_container div.item_image IMG,
  .recommendedShows.showslist:not(.searchResult) .itemsList .dataItem.simulateHover .item_image_container div.item_image IMG {
    height: auto;
    width: auto;
    max-height: 48%;
    max-width: 100%;
  }
  .recommendedShows.showslist:not(.searchResult) .itemsList .dataItem .itemsDateRange,
  .recommendedShows.showslist:not(.searchResult) .itemsList .dataItem:hover .itemsDateRange,
  .recommendedShows.showslist:not(.searchResult) .itemsList .dataItem.simulateHover .itemsDateRange {
    color: gray;
    bottom: 10px;
    transition: bottom 0s;
    width: 96%;
    text-align: center;
    font-size: 1.2rem;
  }
  .recommendedShows.showslist:not(.searchResult) .itemsList .dataItem .itemsButtonsContainer,
  .recommendedShows.showslist:not(.searchResult) .itemsList .dataItem:hover .itemsButtonsContainer,
  .recommendedShows.showslist:not(.searchResult) .itemsList .dataItem.simulateHover .itemsButtonsContainer {
    transition: bottom 0s;
    bottom: 0px;
    top: -200px;
    z-index: 3;
    position: relative;
    height: 13px;
    width: 100%;
  }
  .recommendedShows.showslist:not(.searchResult) .itemsList .dataItem .itemsButtonsContainer .button.small_button_a.addToBasket,
  .recommendedShows.showslist:not(.searchResult) .itemsList .dataItem:hover .itemsButtonsContainer .button.small_button_a.addToBasket,
  .recommendedShows.showslist:not(.searchResult) .itemsList .dataItem.simulateHover .itemsButtonsContainer .button.small_button_a.addToBasket {
    width: 100%;
    height: 25px;
    margin-top: -6px;
  }
  .recommendedShows.showslist:not(.searchResult) .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;
  }
  .recommendedShows.showslist:not(.searchResult) .itemsList .dataItem .itemsButtonsContainer .button.small_button_a A,
  .recommendedShows.showslist:not(.searchResult) .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 .recommendedShows.showslist:not(.searchResult) .itemsList .dataItem .itemsButtonsContainer .button.small_button_a A,
  body.dir-RTL .recommendedShows.showslist:not(.searchResult) .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");
  }
  .recommendedShows.showslist:not(.searchResult) .itemsList .dataItem .itemsDateRange {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 780px) {
  .template-TemplateFull .screen-content {
    padding-top: 0px;
    margin-bottom: 2px;
    /*Show the outline when focus for Accessibility*/
  
  }
  .template-TemplateFull.screen-RecommendedShows_aspx #group_Header-fixed #PH_MenuBack {
    display: none;
  }
  .screen-RecommendedShows_aspx #group_left > div {
    display: none;
  }
  .screen-RecommendedShows_aspx #group_left > div.ph_newsletter {
    display: block;
    width: auto;
  }
  .screen-RecommendedShows_aspx #group_left > #PH_QuickSearch {
    display: inline-block;
    display: none;
    /*delete this row to display the QuickSearch in mobile*/
    width: 96%;
    border: #bfbcbc 1px solid;
    padding: 1%;
  }
  .includeSearchResults #PH_SearchManager,
  .includeSearchResults #PH_Galleria,
  .includeSearchResults #itemsListLabel {
    display: none;
  }
  body:not(.includeSearchResults) #PH_SearchManager {
    display: inline-block;
    float: right;
    width: 100%;
    margin-top: 2px;
    /*Show the outline when focus for Accessibility*/
    margin-bottom: 9px;
    /*Show the outline when focus for Accessibility*/
  
  }
  body:not(.includeSearchResults) #PH_Galleria {
    display: inline-block;
    margin-top: 5px;
  }
  .ph_recommended_shows {
    margin-top: -0.5em;
    padding-top: 42px;
  }
  .screen-RecommendedShows_aspx.includeSearchResults .ph_recommended_shows {
    padding-top: 0px;
    margin-bottom: 2px;
  }
  .screen-RecommendedShows_aspx .showslist {
    padding-top: 13px;
    /*44px;*/
  
  }
  .screen-RecommendedShows_aspx .ui-tooltip {
    display: none !important;
  }
  .dataItem .previewFull button {
    text-decoration: underline;
    background: white;
  }
}
.no_events_message {
  display: none;
}

@media screen and (min-width:781px)
{
	#PH_SearchManager
	{
		display:none;
	}
}
@media screen and (max-width:780px)
{
	#PH_SearchManager
	{
		display:inherit;
	}
	.searchManager
	{
		margin-bottom:10px;
		padding-bottom: 0px;
	}
	.searchManager.expanded
	{
		margin-bottom:6px;
	}
	.findByTitle
	{
		display:inline-block;
		text-align: left;
		padding-left:1%;
		font-size: initial;
		width: 100%;
		line-height: 82px; 
		float: left;
	}
	body.dir-RTL .findByTitle
	{
		text-align:left;	
	}
	.searchManager.expanded .findByOptions button.expanded
	{
		background-color:white;
		-webkit-box-shadow: 0px -2px 0px 1px rgba(204,198,204,1);
		-moz-box-shadow: 0px -2px 0px 1px rgba(204,198,204,1);
		box-shadow: 0px -2px 0px 1px rgba(204,198,204,1);
		vertical-align: middle;
	}
	.searchManager.expanded .findByOptions button:not(.expanded)
	{
		-webkit-box-shadow: 0px 2px 0px 1px rgba(204,198,204,1);
		-moz-box-shadow: 0px 2px 0px 1px rgba(204,198,204,1);
		box-shadow: 0px 2px 0px 1px rgba(204,198,204,1);
	}
	.findByOptions
	{
		padding-left: 0px;
		padding-right: 0px;
		display: inline-block;
		width: 100%;
		float: none;
		margin-top: 0px;
		height: 40px;
		padding-bottom: 6px;
		margin-bottom:0;
	}
	.findByValues
	{
		display:none;
		padding-bottom: 14px;
		/*border-bottom: 1px solid black;*/
	}
	.findByValues .currentTimeRangeEventsCtrl 
	{
		background-color:white;
	}
	.findByOptions button
	{
		display: inline-block;
		width: 48%;
		text-align: center;
		font-weight: bold;
		font-size: large;
		height: 46px;
		border-left: 2px solid #F5F3F4;
		line-height: 44px;
		margin:1px;
	}
	body.dir-RTL .findByOptions button
	{
		border-right: 2px solid #F5F3F4;
		width: 48%;
	}
	.searchManager .genresContainer 
	{
		padding: 1em;
		padding-left: 3px;
		padding-right: 3px;
	}
	.findByOptions button:before
	{
		line-height: 13px;
		font-size: 18px;
		display: inline-block;
		font-family: FontAwesome;
		margin-right: 4px;
	}
	.findByOptions button:after
	{
		line-height: 13px;
		font-size: 11px;
		display: inline-block;
		font-family: FontAwesome;
		margin-left: 5px;
	}
	.findByOptions button:not(.expanded):after
	{
		content: "\f078";
	}
	.findByOptions button.expanded:after
	{
		content: "\f077";
	}
	.findByOptions .findByType:before
	{
		content: "\f1b2";
	}
	.findByOptions .findByCalendar:before
	{
		content: "\f073";
	}
	.findByValues .genres 
	{
		background-color: white;
	}
	.findByValues .genres h2
	{
		display: none;
	}
	.findByValues .genres .genre
	{
		width: 36%;
		background-color: #E4F5FD;
		float: none;
		color: Black;
		padding: 1em;
		vertical-align: middle;
		text-align: center;
		font-size: 15px;
		padding-left: 0px;
		margin-left: 4%;
		margin-right: 4%;
		padding-bottom: 24px;
		line-height: 14px;
		height: 18px;
   
	}
	.findByValues .genres .genresFooter
	{
		display:none;
	}
	.genre:before,
	.genre:after
	{
		content: "";
		background-image:none;
	}
	.searchManager .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all
	{
		/*
		position: absolute;
		bottom: -168px;
		width: 100%;
		background-color: white;
		border-radius: 0px;
		box-shadow: 0 2px 2px gray;
		border-top: 1px dashed black;
*/
		position: absolute;
		width: 100%;
		background-color: white;
		border-radius: 0px;
		box-shadow: 0 2px 2px gray;
		border-top: 1px dashed black;
		top: 0px;
		margin-top: 742px;
		height: 24px;
	}

	.searchManager .eventsCalendar .ui-datepicker,
	.searchManager .eventsCalendar .ui-datepicker-calendar
	{
		background-color:white;
		height: 353px;
		float:right;
		table-layout:fixed;
		width:100%;
	}
	html.appearance .searchManager .eventsCalendar .ui-datepicker-year, 
	html.appearance .searchManager .eventsCalendar .ui-datepicker-month 
	{
		color:Black;	
		font-size: 18px;
	}
	.searchManager .eventsCalendar .ui-datepicker .ui-datepicker-header .ui-datepicker-title
	{
		width: 280px;
		position: absolute;
		margin-left: calc(50% - 140px);
	}
	.searchManager .eventsCalendar .ui-state-default, 
	.searchManager .eventsCalendar .ui-widget-content .ui-state-default
	{
		font-size: 20px;
	    background-position-x: 73%;
	    background-position-y: -1px;
	    background-size: 50px;
	}
	.searchManager .eventsCalendar .ui-datepicker table 
	{
		border-collapse: initial;
	}
	.searchManager .eventsCalendar .ui-datepicker th 
	{
		padding: 13px;
		font-size: large;
		color:#757575;
		border-top-width: 0px;
	}
	.searchManager .eventsCalendar .ui-state-disabled
	{
		background-image:none;
	}
	.searchManager .eventsCalendar .ui-widget-content .ui-datepicker-today span
	{
		background-color:White;
	    background: Transparent url('../style/flowtheatre.css/images/calendar/circleToday.png') 20% no-repeat;
		background-position-x: 59%;
		background-position-y: 5px;
		background-size: 38px;
	}
	.searchManager .eventsCalendar .ui-widget-header .ui-icon 
	{
		background-image: url('../style/flowbase.css/images/ui-icons_222222_256x240.png');
	}
	.searchManager .eventsCalendar .ui-datepicker .ui-datepicker-header a
	{
		width: 2.8em;
		height: 2.8em;
		color: black;
	}
	.findByValues .genres .genre.extra
	{
		display: inline-block !important;
	}
	.searchManager .eventsCalendar .ui-datepicker .ui-datepicker-header a.ui-datepicker-prev
	{
		left: 0px;
		position: absolute;
		top: 10px;
	}
}
/*
	+-----------------------------------------------------------------------------------------------------------------+
	| 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);
  }
}
.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;
}
.searchResult,
.searchResult .itemsList {
  background-color: #eeeeee;
  margin-top: 2em;
}
.searchResult .itemsList {
  padding: 1em;
  width: auto;
}
.searchResult H2.general_caption {
  display: none;
}
.searchHeader {
  font-size: large;
  background-color: #e1e1e1;
  padding: 1em;
}
.searchHeader H2 {
  font-size: x-large;
  margin: 0.1em;
}
.searchResult .itemsList .dataItem {
  display: table;
  width: 100%;
  box-sizing: border-box;
  height: auto;
  margin: 1em 0;
  border: 1px solid #999999;
  padding: 0.5em;
  min-height: 6em;
}
.searchResult .itemsList .dataItem > DIV {
  display: table-cell;
  vertical-align: top;
}
.searchResult .itemsList .dataItem DIV.item_image {
  padding-bottom: 0px;
  min-height: 41px;
  background-repeat: no-repeat;
  background-size: 69px;
  width: 70px;
  height: 74px;
  background-position: 0px 79%;
}
.searchResult .itemsList .dataItem:hover IMG,
.searchResult .itemsList .dataItem:hover .item_image IMG,
.searchResult .itemsList .dataItem .item_image IMG {
  transition: 0s;
  opacity: 1;
  -ms-filter: none;
  filter: inherit;
  max-width: 61px;
  max-height: 67px;
  width: auto;
  height: auto;
  margin-top: 4px;
  margin-left: 14px;
}
.searchResult.category .itemsList .dataItem:hover IMG,
.searchResult.category .itemsList .dataItem:hover .item_image IMG,
.searchResult.category .itemsList .dataItem .item_image IMG {
  max-width: 51px;
  max-height: 49px;
  margin-top: 17px;
  margin-left: 9px;
}
.searchResult .dataItem .itemsDataContainer,
.searchResult .dataItem .itemsButtonsContainer,
.searchResult .dataItem:hover .itemsDataContainer,
.searchResult .dataItem .name,
.searchResult .dataItem .itemsDataContainer .description,
.searchResult .dataItem .itemsDateRange {
  position: inherit;
  width: auto;
  background-color: Transparent;
  height: auto;
  bottom: auto;
  filter: none;
}
.searchResult .dataItem .itemsDataContainer,
.searchResult .dataItem:hover .itemsDataContainer {
  width: 35%;
}
.searchResult .dataItem .name,
.searchResult .dataItem:hover .name {
  font-size: large;
  font-weight: normal;
  text-align: left;
  padding-top: 0;
}
.searchResult .dataItem .itemsDataContainer .description {
  visibility: visible;
  color: black;
  opacity: 1;
  transition: none;
  padding: 0;
  word-break: break-all;
}
.searchResult .dataItem .events {
  width: 45%;
}
.searchResult .dataItem .event {
  border: 1px solid #999999;
  padding: 0.5em;
  display: table;
  width: 100%;
  box-sizing: border-box;
}
.searchResult .dataItem .event > DIV {
  display: table-cell;
  vertical-align: middle;
  padding: 0.2em;
}
@media only screen and (max-width: 780px) {
  .searchResult .dataItem .event > DIV {
    vertical-align: bottom;
  }
}
.searchResult .itemsList .dataItem .itemsDateRange {
  display: none;
}
.searchResult .dataItem .hall {
  padding-left: 0.5em;
}
.searchResult .dataItem .occupancy {
  font-size: smaller;
}
/* lock dir {{*/

.searchResult .dataItem .button.small_button_a A,
.searchResult .dataItem .button.small_button_a A:hover {
  border-bottom: 0;
  background-color: Transparent;
  background-repeat: no-repeat;
  font-size: 1.2rem;
  font-weight: normal;
  min-width: inherit;
  text-transform: capitalize;
  width: 5em;
  padding-left: 2em;
  padding-top: 0.2em;
  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: 100% 100%;
}
body.dir-RTL .searchResult .dataItem .button.small_button_a A,
body.dir-RTL .searchResult .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");
  text-indent: 26px;
  text-align: left;
  padding-right: 1em;
}
/* }} */

.searchResult .dataItem .button.disabled A,
.searchResult .dataItem .button.disabled A:hover,
.searchResult .dataItem .button.disabled A:active,
.searchResult .dataItem .button.disabled A:focus {
  visibility: visible;
  border: 0;
  color: #757575;
  font-weight: normal;
  line-height: 2.2em;
  opacity: 0.5;
}
.searchResult .dataItem .button.small_button_a A::after {
  display: none;
}
.searchResult .itemsList .dataItem .itemsButtonsContainer {
  display: none;
}
.searchResult .showFirstEvent SPAN {
  font-size: smaller;
}
.searchResult .showFirstEvent .title {
  padding-bottom: 0.5em;
}
.searchResult .date DIV {
  display: block;
  text-align: center;
}
.searchResult .date SPAN {
  color: white;
  background-color: #6a6a6a;
  display: block;
  text-align: center;
  margin-top: 0.5em;
  padding: 0.2em;
}
.searchResult .showFirstEvent .moreEvents {
  display: block;
  text-align: right;
  margin: 1em 0;
}
.searchResult .showFirstEvent .moreEvents a {
  text-decoration: none;
}
.searchResult .showFirstEvent .moreEvents a::after {
  content: ' >';
}
@media only screen and (max-width: 780px) {
  .screen-SearchResults_aspx #PH_SearchManager,
  .screen-SearchResults_aspx #PH_Galleria,
  .screen-SearchResults_aspx #itemsListLabel,
  .screen-SearchResults_aspx #group_left {
    display: none;
  }
  .screen-SearchResults_aspx #PH_MenuButton,
  .includeSearchResults #PH_MenuButton {
    display: none;
  }
  .screen-SearchResults_aspx #group_Header-fixed #PH_MenuBack,
  .screen-SearchResults_aspx #group_Header-fixed #PH_MenuBack .onlymobile,
  .includeSearchResults #group_Header-fixed #PH_MenuBack,
  .includeSearchResults #group_Header-fixed #PH_MenuBack .onlymobile {
    display: inline-block;
    width: 29px;
    position: absolute;
    height: 39px !important;
    left: 1px;
  }
  .backbutton {
    font-size: xx-large;
    color: Black;
    left: 10px;
    top: 4px;
  }
  .ph_calendar_search_results {
    background-color: #f2f2f2;
  }
  .searchHeader {
    background-color: white;
  }
  .searchHeader H2 {
    font-size: large;
  }
  .searchResult,
  .searchResult .itemsList {
    margin-top: 0;
    padding: 0;
  }
  .searchResult .itemsList .dataItem {
    display: block;
    border: 0;
    -webkit-box-shadow: 0px 0px 6px 0px #999999;
    -moz-box-shadow: 0px 0px 6px 0px #999999;
    box-shadow: 0px 0px 6px 0px #999999;
    width: 100% !important;
  }
  .searchResult .itemsList .dataItem > DIV {
    display: inline-block;
  }
  .searchResult .itemsList .dataItem DIV.item_image {
    padding-bottom: 0px;
    min-height: 41px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: 79%;
    width: 70px;
    height: 74px;
    text-align: center;
  }
  .searchResult .dataItem .itemsDataContainer,
  .searchResult .dataItem:hover .itemsDataContainer {
    width: 70%;
    top: inherit;
  }
  .searchResult .dataItem .name {
    top: auto;
  }
  .searchResult .dataItem .events,
  .searchResult .dataItem .showFirstEvent {
    width: 100%;
  }
  .searchResult .itemsList .dataItem .event {
    border: 0;
    border-bottom: 1px solid #999999;
  }
  .searchResult .button.addToBasket A,
  .searchResult .btnAddToBasket.small_button_a {
    text-indent: inherit;
  }
  .dataItem .button.small_button_a A,
  .dataItem .button.small_button_a A:hover {
    height: inherit;
    background-size: auto;
    margin-left: 0;
    text-indent: inherit;
    float: none;
  }
  .searchResult .showFirstEvent .moreEvents {
    text-align: left;
  }
  .searchResult .showFirstEvent .moreEvents A {
    color: #494949;
  }
  .searchResult .dataItem .button.small_button_a A,
  .searchResult .dataItem .button.small_button_a A:hover {
    margin-top: -28px;
  }
  .searchResult .itemsList .dataItem:hover IMG,
  .searchResult .itemsList .dataItem:hover .item_image IMG,
  .searchResult .itemsList .dataItem .item_image IMG {
    max-width: 52px;
    max-height: 47px;
    margin-top: 18px;
    margin-left: 9px;
  }
  .searchResult.category .itemsList .dataItem:hover IMG,
  .searchResult.category .itemsList .dataItem:hover .item_image IMG,
  .searchResult.category .itemsList .dataItem .item_image IMG {
    max-width: 51px;
    max-height: 49px;
    margin-top: 17px;
    margin-left: 9px;
  }
  .previewFull button {
    background-color: white;
  }
}
@media only screen and (min-device-width:781px) and  (max-device-width : 1024px) and (orientation : landscape) {
  .searchResult .itemsList .dataItem .name,
  .searchResult .itemsList .dataItem:hover .name,
  .searchResult .itemsList .dataItem.simulateHover .name {
    top: 0px;
  }
  .searchResult .itemsList .dataItem .itemsDataContainer,
  .searchResult .itemsList .dataItem:hover .itemsDataContainer,
  .searchResult .itemsList .dataItem.simulateHover .itemsDataContainer {
    top: auto;
  }
  .searchResult .itemsList .dataItem .item_image_container div.item_image,
  .searchResult .itemsList .dataItem:hover .item_image_container div.item_image,
  .searchResult .itemsList .dataItem.simulateHover .item_image_container div.item_image {
    min-height: 41px;
  }
}


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