  html.series
, html.programme
{
  background-color: #ddd;
}
  html.programme .centercontent
, html.series .centercontent
{
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}
html.series .centercontent
{
  padding-right: 20px;
}
html.performance .centercontent
{
  padding-top: 20px;
}

/* full width overview */
#programmeoverview
{
  padding-right: 20px;
  min-height: 200px;
  color: #fff;
}

/* programme searchbar */
#programmesearchform
{
  position: relative;
  margin-top: -95px;
  height: 60px;
  background-color: rgba(255,255,255,1);
  font: normal 16px/16px 'sansa_stdnormal', Arial, Helvetica, Sans-Serif;
  z-index: 1; /* stay on top of content for calendar */
}
html.home #programmesearchform
{
  display: none;
}
#programmesearchform > .searchfields
{
  position: relative;
  width: 100%;
  min-height: 100%;
}
#programmesearchform .searchdate
{
  position: absolute;
  top: 22px;
  right: 20px;
  padding-right: 36px;
  z-index: 1; /* stay on top of mobile submit button */
  cursor: pointer;
}
#programmesearchform .searchdate .fa
{
  position: absolute;
  font-size: 21px;
  top: -3px;
  right: 0;
}
#searchdatepicker
{
  display: none;
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #d9d5b5;
  border: 2px solid #333;
  width: 295px;
  min-height: 200px;
  box-shadow: 0 5px 5px 0 rgba(0,0,0,0.3);
}
#searchdatepicker.active
{
  display: inline-block;
}
#searchdatepicker > .header
{
  font: normal 18px/18px 'sansa_stdbold', Arial, Helvetica, Sans-Serif;
  background-color: #333;
  position: relative;
  color: #fff;
  text-align: center;
  padding: 15px 10px;
}
#searchdatepicker > .header:after
{
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 16px;
  font: normal normal normal 16px/16px FontAwesome;
  text-rendering: auto;
  transform: translate(0, 0);
  content: "\f057";
  padding: 0 0 0 10px;
}

#searchdatepicker > .wh-pulldown
{
  color: #666;
  background-color: #fff;
}
#searchdatepicker > .wh-pulldown.month
{
  width: 167px;
  float: left;
}
#searchdatepicker > .wh-pulldown.year
{
  width: 122px;
  float: right;
}
#searchdatepicker > #searchdatetable
{
  clear: both;
}
#searchdatetable > table
{
  border-collapse: collapse;
  width: 100%;
}
  #searchdatetable > table th
, #searchdatetable > table td
{
  vertical-align: middle;
  text-align: center;
  font: normal 15px/15px 'sansa_stdnormal', Arial, Helvetica, Sans-Serif;
}
#searchdatetable > table th
{
  text-transform: uppercase;
  height: 44px;
  padding-bottom: 4px;
  cursor: default;
}
#searchdatetable > table td
{
  width: 40px;
  height: 40px;
  border-left: 2px solid #d9d5b5;
  border-top: 2px solid #d9d5b5;
  background-color: #71c815;
  color: #fff;
}
#searchdatetable > table td.day.disabled
{
  opacity: 0.5;
  cursor: default;
  background-color: transparent;
}
#searchdatetable > table .firstrow td
{
  border-top: 0 none;
}
#searchdatetable > table td.firstdaycol
{
  border-left: 0 none;
}
  #searchdatetable > table td.day-previous-month
, #searchdatetable > table td.day-next-month
{
  background-color: transparent;
  color: #666;
}
#programmesearchform .searchinput
{
  width: 350px;
  border: 1px solid #999;
  height: 38px;
  position: absolute;
  top: 11px;
  left: 20px;
  background-color: #fff;
  border-radius: 5px;
}
#programmesearchform .searchinput > input
{
  border: 0 none;
  background-color: transparent;
  font: normal 16px/34px 'sansa_stdnormal', Arial, Helvetica, Sans-Serif;
  display: block;
  height: 34px;
  position: absolute;
  top: 0;
  left: 15px;
  width: calc(100% - 40px);
  padding-right: 20px;
  color: #666;
  outline: none;
}
#programmesearchform .searchinput > button
{
  position: absolute;
  top: -1px;
  right: 0;
  width: 38px;
  height: 36px;
  border: 0 none;
  background-color: transparent;
  font-size: 24px;
  color: #666;
  cursor: pointer;
}
#programmesearchform .searchfilters
{
  position: absolute;
  top: 13px;
  right: 215px;
  white-space: nowrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#programmesearchform .searchfilters > li
{
  display: inline-block;
  position: relative;
  height: 38px;
  color: #444;
  margin-left: 40px;
  cursor: pointer;
}
#programmesearchform .searchfilters > li > .fa
{
  font-size: 28px;
  position: relative;
  top: 3px;
  padding-left: 20px;
}
#programmesearchform .searchfilters> li > ul
{
  display: none;
}

#selectedsearchfilters
{
  list-style-type: none;
  margin: 0;
  padding: 20px 20px 0;
  display: none;
}
#selectedsearchfilters.active
{
  display: block;
}
#selectedsearchfilters > li
{
  font: normal 16px/16px 'sansa_stdnormal', Arial, Helvetica, Sans-Serif;
  display: inline-block;
  margin-bottom: 15px;
  height: 50px;
  padding: 17px 0;
  color: #666;
  cursor: pointer;
  white-space: nowrap;
  vertical-align: bottom;
}
#selectedsearchfilters > li + li
{
  margin-left: 15px;
}
#selectedsearchfilters > li.filter
{
  background-color: #fff;
  padding: 15px 25px 15px 15px;
  color: #444;
  position: relative;
  border: 1px solid #ccc;
  transition: opacity 0.3s;
}
  #selectedsearchfilters > li.filter:hover
, #selectedsearchfilters > li.filter:active
{
  opacity: 0.8;
}
#selectedsearchfilters > li.filter.words
{
  color: #6c217e;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#selectedsearchfilters > li.filter[data-value^=s]
{
  color: #D43600;
}
#selectedsearchfilters > li.filter[data-value^=g]
{
  color: #44AE2F;
}
#selectedsearchfilters > li.filter[data-value^=l]
{
  color: #0096D0;
}


#selectedsearchfilters > li.filter:after
{
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  height: 20px;
  width: 20px;
  font: normal normal normal 16px/16px FontAwesome;
  text-rendering: auto;
  transform: translate(0, 0);
  content: "\f057";
  padding: 0 0 0 10px;
}
#programmesearchform > .toggleprogrammesearch
{
  display: none;
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 10px 15px;
}
#programmesearchform > .toggleprogrammesearch > .button
{
  border-width: 1px;
  border-style: solid;
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 10px 15px;
  font: normal 16px/20px 'sansa_stdnormal', Arial, Helvetica, Sans-Serif;
  transition: background-color 0.3s;
  background-color: transparent;
}
#programmesearchform > .toggleprogrammesearch > .button > .fa
{
  font-size: 27px;
  position: absolute;
  right: 15px;
  top: 4px;
}
html.enablemouseover #programmesearchform > .toggleprogrammesearch > .button:hover
{
  background-color: rgba(255,255,255,0.4);
}
#programmesearchform.showfields > .searchfields
{
  display: block;
}
#programmesearchform.showfields > .toggleprogrammesearch
{
  display: none;
}
#programmesearchform .mobiletitle
{
  display: none;
  font: normal 16px/18px 'sansa_stdnormal', Arial, Helvetica, Sans-Serif;
  text-transform: uppercase;
  padding: 5px 10px 15px;
}
#programmesearchform .mobilesubmit
{
  display: none;
  position: relative;
  margin-top: 6px;
  text-align: left;
  text-transform: uppercase;
  height: 38px;
  width: 100%;
  border: 0 none;
  border-radius: 4px;
  cursor: pointer;
  color: #fff;
  font: normal 16px/18px 'sansa_stdnormal', Arial, Helvetica, Sans-Serif;
  padding: 10px 20px;
  transition: opacity 0.3s;
}
html.enablemouseover #programmesearchform .mobilesubmit:hover
{
  opacity: 0.8;
}
#programmesearchform .mobilesubmit > .fa
{
  position: absolute;
  right: 15px;
  top: 8px;
  font-size: 20px;
}

@media (max-width:1000px)
{
  #programmesearchform .searchinput
  {
    width: 34%;
  }
}
@media (max-width:1150px)
{
  #programmesearchform .searchfilters > li.locations
  {
    display: none;
  }
}
@media (max-width:750px)
{
  #programmesearchform .searchfilters > li.seasons
  {
    display: none;
  }
}
@media (max-width:600px)
{
  html.series .centercontent
  {
    padding-right: 0;
  }
  #programmesearchform
  {
    height: auto;
    background-color: #E0DCC2;
  }
  html.home #programmesearchform
  {
    margin: -35px 0 20px;
    display: block;
  }
  html.home #mobilemainnav + #programmesearchform
  {
    margin-top: 0;
  }
  html.home #programmesearchform > .searchfields
  {
    display: block;
  }

    #programmesearchform > .toggleprogrammesearch
  , #programmesearchform .mobiletitle
  , #programmesearchform .mobilesubmit
  {
    display: block;
  }
  #programmesearchform > .searchfields
  {
    display: none;
    padding: 15px 10px;
  }
  #programmesearchform .searchinput
  {
    width: 100%;
    border: 1px solid #999;
    height: 38px;
    position: relative;
    top: 0;
    left: 0;
    border-radius: 5px;
    margin-left: 0;
  }
  #programmesearchform .searchinput > input
  {
    padding: 0;
    width: calc(100% - 30px);
  }
  #programmesearchform .searchinput > button
  {
    display: none;
  }
  #programmesearchform .searchfilters
  {
    position: relative;
    top: 0;
    right: 0;
    padding: 5px 0;
    display: block;
  }
  #programmesearchform .searchfilters > li
  {
    display: block;
    position: relative;
    color: #666;
    line-height: 38px;
    margin-left: 0;
    border: 1px solid #999;
    background-color: #fff;
    border-radius: 5px;
    padding-left: 20px;
  }
  #programmesearchform .searchfilters > li > .fa
  {
    position: absolute;
    top: 4px;
    padding-left: 20px;
    right: 14px;
  }
  #programmesearchform .searchdate
  {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    height: 38px;
    color: #666;
    line-height: 38px;
    border: 1px solid #999;
    background-color: #fff;
    border-radius: 5px;
    padding-left: 20px;
  }
  #programmesearchform .searchdate .fa
  {
    top: 9px;
    left: auto;
    right: 14px;
    font-size: 18px;
  }
}

/* results */
/* */
.performance-list
{
  list-style-type: none;
  padding: 0 0 20px;
  margin: 0;
  display: block;
  width: 100%;
}
.performance-list.series
{
  padding-bottom: 65px;
}
#suggestions-list.performance-list
{
  padding-bottom: 100px;
}
html.performance #suggestions-list.performance-list
{
  padding-bottom: 20px;
}

.performance-list:after
{
  clear: both;
  content: '';
  display: block;
}
.performance-list > li
{
  float: left;
  display: block;
  padding-left: 20px;
  width: 33.3333%;
  padding-top: 20px;
}

html.programme #moreresults
{
  left: 20px;
}
.performance-list .performance
{
  display: block;
  background-color: #fff;
  position: relative;
  text-decoration: none;
  transition: transform 0.2s;
}
.performance-list .performance > a
{
  text-decoration: none;
  display: block;
  height: 100%;
  position: relative;
  padding-bottom: 65px;
}
.performance-list.series .performance > a
{
  padding-bottom: 78px;
}
html.enablemouseover .performance-list .performance:hover
{
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
  transform: scale(1.02);
}
.performance-list .performance .header
{
  display: block;
  background-color: #000;
  position: relative;
  width: 100%;
  overflow: hidden;
  height: auto;
  color: #fff;
}
.performance-list .performance .header > .meta
{
  position: absolute;
  bottom: 10px;
  left: 15px;
  right: 15px;
  font: normal 13px/22px 'sansa_stdbold', Arial, Helvetica, Sans-Serif;
}
.performance-list .performance .header > .meta > .date
{
  text-transform: uppercase;
  display: block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.performance-list .performance .header > .sticker
{
  height: 78px;
  width: 78px;
  border-radius: 100%;
  color: #fff;
  position: absolute;
  bottom: 15px;
  right: 15px;
  font: normal 20px/20px 'sansa_stdnormal', Arial, Helvetica, Sans-Serif;
  text-align: center;
  white-space: nowrap;
}
.performance-list .performance .header > .sticker:before
{
  content: '';
  width: 0;
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}
.performance-list .performance .header > .sticker > span
{
  display: inline-block;
  vertical-align: middle;
}
.performance-list .performance .header > .sticker .text
{
  position: relative;
  top: -4px;
  font-size: 13px;
  line-height: 13px;
}
.performance-list .performance .header > .sticker .cents
{
  position: relative;
  top: -4px;
  font-size: 14px;
  line-height: 14px;
}
@media (max-width:750px)
{
  .performance-list .performance .header > .sticker
  {
    height: 10vw;
    width: 10vw;
    font-size: 2.7vw;
    line-height: 2.7vw;
  }
  .performance-list .performance .header > .sticker .text
  {
    top: -4px;
    font-size: 1.7vw;
    line-height: 1.7vw;
  }
  .performance-list .performance .header > .sticker .cents
  {
    top: -4px;
    font-size: 1.9vw;
    line-height: 1.9vw;
  }
  .performance-list .performance .header > .meta
  {
    font-size: 1.9vw;
  }

}

.performance-list .performance .header:after
{
  display: block;
  content: '';
  padding-top: 64.7059%; /* 340:220, 17:11 */
}
.performance-list .performance .header > .thumb
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.performance-list .performance .day
{
  position: absolute;
  top: 50%;
  left: 60px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  border-radius: 100%;
  color: #fff;
  font: normal 20px/20px 'sansa_stdbold', Arial, Helvetica, Sans-Serif;
  text-align: center;
  padding-top: 10px;
}
.performance-list .performance .shortdate
{
  display: block;
  font: normal 11px/12px 'sansa_stdnormal', Arial, Helvetica, Sans-Serif;
  text-transform: uppercase;
  padding: 5px 15px 0;
  color: #797979;
}
  .performance-list .performance .mobile
, .performance-list .performance .shortdate .canceled + .time
, .performance-list .performance .shortdate .soldout + .time
{
  display: none;
}
.performance-list .performance .title
{
  padding: 15px 15px 0;
  display: block;
  font: normal 20px/22px 'sansa_stdbold', Arial, Helvetica, Sans-Serif;
}
.performance-list .performance .subtitle
{
  padding: 5px 15px 0;
  display: block;
  font: normal 17px/22px 'sansa_stdnormal', Arial, Helvetica, Sans-Serif;
  color: #444;
}
.performance-list .performance .order
{
  display: block;
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  text-transform: uppercase;
  padding: 14px 0 0 60px;
  height: 48px;
  font: normal 17px/20px 'sansa_stdnormal', Arial, Helvetica, Sans-Serif;
}
.performance-list.series .performance .order
{
  bottom: 15px;
}
  .performance-list .performance .order > .ticket
, .performance-list .performance .order > .fa
{
  display: block;
  height: 48px;
  width: 48px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  color: #fff;
  text-align: center;
  padding-top: 5px;
  font-size: 32px;
  left: 0;
}
.performance-list .performance .order > .fa
{
  padding-top: 7px;
}
.performance-list .performance .order > .ticket > img
{
  width: 38px;
  height: 38px;
  padding: 3px;
}
.performance-list > li .tags
{
  display: block;
  padding: 10px 15px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  background-color: #fff;
  height: 45px;
}
  .performance-list > li .tags
, .performance-list > li .tags .genretag
{
  color: #999;
  font-size: 14px;
  line-height: 20px;
}
.performance-list > li .tags .genretag + .genretag:before
{
  content: ',';
  padding: 0 3px;
  display: inline-block;
}
.performance-list > li .tags .genretag + .genretag:before
{
  content: ',';
  display: inline-block;
  margin-left: -3px;
  margin-right: 3px;
}
#performance-list > li .tags .genretag
{
  cursor: pointer;
}
html.enablemouseover #performance-list > li .tags .genretag:hover
{
  text-decoration: underline;
}
.performance-list > li .tags .fa
{
  position: relative;
  top: 4px;
  padding: 0 1px 0 5px;
  font-size: 23px;
}

/* suggestion list below content */
#suggestions
{
  margin-top: -360px; /* compensate */
  padding-bottom: 360px;
  min-height: 100px;
  background-color: #ADBCC6;
  color: #fff;
}
#suggestions > .inner
{
  padding: 20px 20px 20px 120px;
  max-width: 1220px;
  margin: 0 auto;
  position: relative;
}
html.home #suggestions > .inner
{
  padding-left: 120px;
}
#suggestions > .inner > .title
{
  padding: 10px 20px;
  font: normal 27px/27px 'sansa_stdnormal', Arial, Helvetica, Sans-Serif;
}
#suggestions .button-programme
{
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  text-decoration: none;
  margin: 0;
  padding: 16px 60px 0 0;
  height: 48px;
  font: normal 16px/16px 'sansa_stdnormal', Arial, Helvetica, Sans-Serif;
}
#suggestions .button-programme > .fa
{
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  height: 48px;
  width: 48px;
  text-align: center;
  color: #fff;
  border-radius: 100%;
  border: 2px solid #fff;
  font-size: 26px;
  padding-top: 10px;
}


@media (min-width:1500px)
{
  .performance-list > li
  {
    width: 20%;
  }
  #suggestions-list.performance-list > li
  {
    width: 33.3333%;
  }
}
@media (max-width:1500px)
{
  .performance-list > li
  {
    width: 25%;
  }
  #suggestions-list.performance-list > li
  {
    width: 33.3333%;
  }
}
@media (max-width:1220px)
{
  .performance-list > li
  {
    width: 33.3333%;
  }
  #suggestions > .inner
  {
    padding-left: 10%;
  }
}
@media (max-width:1100px)
{
  #suggestions > .inner
  {
    padding-left: 0;
  }
}
@media (max-width:1024px)
{
    .performance-list > li
  , #suggestions-list.performance-list > li
  {
    width: 50%;
  }
}
@media (max-width:720px)
{
  #suggestions .button-programme
  {
    display: none;
  }
}
@media (max-width:600px)
{
  #suggestions
  {
    margin-top: -340px;
    padding-bottom: 340px;
  }
  #suggestions > .inner > .title
  {
    font-size: 5vw;
    line-height: 5vw;
    padding-bottom: 20px;
  }
  #programmeoverview
  {
    padding-right: 0;
  }
  #suggestions > .inner
  {
    padding: 10px 0 0;
  }
  .performance-list
  {
    padding-top: 0;
    border-top: 1px solid #ddd;
  }
    .performance-list > li
  , #suggestions-list.performance-list > li
  {
    width: 100%;
    float: none;
    padding: 0;
    position: relative;
    min-height: 82px;
    border-bottom: 1px solid #ddd;
  }
  .performance-list .performance a
  {
    padding-left: 90px;
    padding-top: 2px;
    padding-bottom: 3px;
    height: auto !important;
    min-height: 82px;
  }
  .performance-list.series .performance > a
  {
    padding-bottom: 0;
  }
  .performance-list .performance .header
  {
    position: absolute;
    top: 50%;
    margin-top: -40px;
    left: 0;
    height: 80px;
    width: 80px;
  }
  .performance-list .performance .header > .thumb
  {
    height: 100%;
    width: auto;
    margin: auto;
    position: absolute;
    top: 0;
    right: -9999px;
    bottom: 0;
    left: -9999px;/* center image */
  }
    .performance-list .performance .header > span
  , .performance-list .performance .order
  , .performance-list > li .tags
  , .performance-list .performance .shortdate .soldout + span
  , #suggestions .button-programme
  {
    display: none;
  }
  .performance-list .performance .mobile
  {
    display: block;
  }
  .performance-list .performance .day.mobile + .day
  {
    display: none;
  }
  .performance-list .performance .title
  {
    padding-top: 5px;
  }
  .performance-list .performance .title
  {
    font-size: 14px;
    line-height: 16px;
  }
  .performance-list .performance .subtitle
  {
    padding-top: 2px;
    font-size: 13px;
    line-height: 15px;
  }
  html.programme #moreresults
  {
    font-size: 16px;
    height: 52px;
    margin: 18px 20px 20px;
    left: 0;
  }
  #moreresults .more > .fa
  {
    margin-top: -10px;
  }
}

