﻿/* ------------------------------------

88888888ba 888888888888 88 8b        d8  
88      "8b     88      88  Y8,    ,8P   
88      ,8P     88      88   `8b  d8'    
88aaaaaa8P'     88      88     Y88P      
88""""""'       88      88     d88b      
88              88      88   ,8P  Y8,    
88              88      88  d8'    `8b   
88              88      88 8P        Y8

---------------------------------------
Premier Tickets Prototype Stylesheet
By Sebastian Matcham
seb at sarkie dot co


Swatches
---------------------------------------
Brand Green   #DAFF95   rgb(155,200,20)
Brand Blue    #8CD9FF   rgb(0,145,215)
Brand Purple  #390D77   rgb(57,13,119)
Grey 0        #424251   rgb(66,66,81)


normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! HTML5 Boilerplate */
fieldset,
hr {
  border: 0;
  padding: 0;
}
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border-top: 1px solid #ccc;
  margin: 1em 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  margin: 0;
}
textarea {
  resize: vertical;
}
@media print {
  blockquote,
  img,
  pre,
  tr {
    page-break-inside: avoid;
  }
  *,
  :after,
  :before {
    background: 0 0!important;
    color: #000 !important;
    box-shadow: none!important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  blockquote,
  pre {
    border: 1px solid #999;
  }
  thead {
    display: table-header-group;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*
@font_family_title: 'Cabin Condensed', Ariel, sans-serif;
@font_family_text: "Segoe UI", Arial, Helvetica, sans-serif;
*/
/* Basics, Typography
-----------------------------------------------------------*/
html {
  height: 100%;
  box-sizing: border-box;
  background-color: #EEEEEE;
  color: #404051;
  line-height: 1.5;
  font-family: "DM Sans", sans-serif;
}
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "DM Sans", sans-serif;
}
.RadGrid_Metro,
.RadButton {
  font-family: "DM Sans", sans-serif !important;
}
#masthead,
#site-nav,
.show-display-table {
  font-family: 'DM Sans', sans-serif;
}
* {
  box-sizing: inherit;
}
*:before {
  box-sizing: inherit;
}
*:after {
  box-sizing: inherit;
}
a {
  text-decoration: none;
  font-weight: 500;
}
input {
  font-weight: 500;
}
button {
  font-weight: 500;
}
.btn {
  font-weight: 500;
}
b {
  font-weight: 700;
}
strong {
  font-weight: 700;
}
h1 {
  display: inline;
  font-size: 3.5em;
  font-weight: 200;
  line-height: 0.8;
  margin-bottom: 1em;
}
h1 b {
  font-weight: 500;
}
h4 {
  font-size: 1.25em;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  margin: 1em 0 0.5em 0;
}
/* Structural & Utility Classes
-----------------------------------------------------------*/
/*.row,*/
@media (min-width: 992px) {
  main {
    padding-top: 100px;
  }
}
@media (min-width: 1200px) {
  main {
    padding-top: 100px;
  }
}
#outer {
  position: relative;
}
#outer a.block {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
#outer.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cf:before {
  content: " ";
  display: table;
}
.cf:after {
  content: " ";
  display: table;
  clear: both;
}
.wrapper {
  width: auto;
  margin: 0 auto;
  position: relative;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.wrapper:before {
  content: " ";
  display: table;
}
.wrapper:after {
  content: " ";
  display: table;
  clear: both;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  content: " ";
  display: table;
  clear: both;
}
[class^="block-"] {
  position: relative;
  float: left;
  padding-right: 0.3em;
}
[class^="block-"]:before {
  content: " ";
  display: table;
}
[class^="block-"]:after {
  content: " ";
  display: table;
}
[class*=" block-"] {
  position: relative;
  float: left;
  padding-right: 0.3em;
}
[class*=" block-"]:before {
  content: " ";
  display: table;
}
[class*=" block-"]:after {
  content: " ";
  display: table;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.block-1 {
  width: 100%;
}
.block-2 {
  width: 50%;
}
.block-4 {
  width: 25%;
}
.block-34 {
  width: 75%;
}
.block-3 {
  width: 33.33333333%;
}
.block-23 {
  width: 66.66666667%;
}
.block-5 {
  width: 20%;
}
.block-25 {
  width: 40%;
}
.block-35 {
  width: 60%;
}
.block-45 {
  width: 80%;
}
.block-6 {
  width: 16.66666667%;
}
.green {
  background-color: #DAFF95;
}
.blue {
  background-color: #8CD9FF;
}
.purple {
  background-color: #DD8BEC;
}
.grey {
  background-color: #8C8C8C;
}
.white {
  background-color: #FFFFFF;
}
.grey1 {
  background-color: #999999;
}
.text-green {
  color: #DAFF95;
}
.text-blue {
  color: #8CD9FF;
}
.text-purple {
  color: #DD8BEC;
}
.text-grey {
  color: #8C8C8C;
}
.text-white {
  color: #FFFFFF;
}
.text-grey1 {
  color: #999999;
}
.smaller {
  font-size: 0.75em;
}
.transition02 {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.transition075 {
  transition: all 0.075s ease-in;
  -webkit-transition: all 0.075s ease-in;
  -moz-transition: all 0.075s ease-in;
  -o-transition: all 0.075s ease-in;
}
.btn {
  transition: all 0.075s ease-in;
  -webkit-transition: all 0.075s ease-in;
  -moz-transition: all 0.075s ease-in;
  -o-transition: all 0.075s ease-in;
  display: block;
  float: left;
  padding: 0 0.85em;
  font-size: 0.85em;
  line-height: 2.5;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -1px;
  color: #fff;
  margin: 0;
  outline: 0;
  border: 0;
}
.btn-link {
  color: #8CD9FF;
}
.bg-cover {
  background: url('') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.btn.buy {
  background-color: #DAFF95;
}
.btn.buy.buyticket-left {
  background-color: #DAFF95;
  display: none;
}
.btn.buy.buyticket-right {
  background-color: #DAFF95;
}
html.no-touch .btn.buy:hover {
  background-color: #DAFF95;
}
html.no-touch .btn.moreinfo:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
html.no-touch .btn.lessinfo:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
.btn.moreinfo {
  font-weight: 500;
  background-color: #DDDDDD;
  background-color: rgba(255, 255, 255, 0.4);
}
.btn.lessinfo {
  font-weight: 500;
  background-color: #DDDDDD;
  background-color: rgba(255, 255, 255, 0.4);
  display: none;
}
/* Navigation
-----------------------------------------------------------*/
.nav-outer {
  width: 100%;
  background: #fff;
}
#site-nav {
  bottom: 0;
  z-index: 1000;
  width: 100%;
  max-height: 123px;
}
#site-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#site-nav ul * {
  padding: 0;
  margin: 0;
  list-style: none;
}
#site-nav ul li {
  float: left;
  margin-left: 1em;
}
#site-nav ul li a {
  display: block;
  line-height: 3.5em;
  padding: 0 1em;
  color: #003651;
  font-weight: 400;
}
#site-nav ul li a:hover {
  text-decoration: none;
}
#site-nav ul li a img {
  display: inline;
  height: 1.75em;
}
#site-nav ul li a.block {
  padding: 0 0 0 1em;
}
#site-nav ul li a.block span {
  font-size: 0.9em;
  margin: 2.05em 0;
  padding: 0.25em 0.75em;
}
#site-nav ul li a.active {
  color: #DAFF95;
}
#site-nav ul + ul li {
  font-size: 0.9em;
  margin: 0;
}
#site-nav ul + ul li a {
  font-size: 0.9em;
  line-height: 6.22222222em;
  font-weight: 500;
  text-transform: uppercase;
  color: #75757D;
}
#cssmenu ul li a {
  line-height: 1em;
}
html.no-touch #site-nav ul li a:hover {
  color: #8CD9FF;
}
html.no-touch #site-nav ul li a .green:hover {
  background-color: #DAFF95;
  color: #8C8C8C;
}
html.no-touch #site-nav ul li a.block:hover span {
  color: #8C8C8C;
}
/* Layout & Content
-----------------------------------------------------------*/
#masthead {
  background: url('../img/bg-crowd.jpg') no-repeat center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  height: 100%;
}
#masthead .wrapper {
  top: 25%;
}
#masthead.masthead-short {
  padding: 4em 0;
}
#masthead.masthead-short h1 {
  margin: 0.5em 0;
  font-size: 6em;
}
.section-icon {
  width: 6em;
  height: auto;
  margin-bottom: 3em;
}
.event-tags {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 1.333em;
}
.event-tags * {
  padding: 0;
  margin: 0;
  list-style: none;
}
.event-tags li {
  display: inline-block;
  margin: 0.666em 0.666em 0 0;
}
.event-tags li a {
  display: block;
  font-size: 1.125em;
  line-height: 1.75;
  font-weight: 500;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 0 0 0 0.5em;
  letter-spacing: -1px;
  font-weight: 700;
}
.event-tags li a span {
  display: inline-block;
  padding: 0 0.5em;
  margin-left: 0.5em;
}
.event-tags li a span.green span {
  margin-left: 0;
}
.event-tags li a:hover {
  background-color: #DAFF95;
  text-decoration: none;
}
.event-tags li h4 {
  display: block;
  font-size: 1.125em;
  line-height: 1.75;
  font-weight: 500;
  text-transform: uppercase;
}
html.no-touch .event-tags li a:hover {
  background-color: #DAFF95;
}
#input-search {
  display: block;
  width: 50%;
  margin: 0 auto;
  padding: 0;
  border: 0;
  font-size: 1.5em;
  line-height: 1;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.25);
}
/* Listings
---------------------------------------------------------- */
#listings {
  overflow: hidden;
}
#listings * {
  font-family: 'DM Sans', sans-serif;
}
#listings .wrapper {
  margin: 0;
}
#listings .row {
  margin-right: -6px;
  margin-left: 0;
}
#listings .listing-row {
  background-color: #fff;
  transition: background-color 0.25s ease-out;
  -webkit-transition: background-color 0.25s ease-out;
  -moz-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
}
#listings .listing-row .block-2 {
  padding-right: 0.25em;
  transition: width 0.2s ease-out;
  -webkit-transition: width 0.2s ease-out;
  -moz-transition: width 0.2s ease-out;
  -o-transition: width 0.2s ease-out;
}
#listings .listing-row .block-3:nth-child(3n) {
  float: right;
}
#listings .listing-row .block-3:nth-child(3n) h2 {
  text-align: right;
  float: right;
  clear: right;
}
#listings .listing-row .block-3:nth-child(3n) .listing-details {
  text-align: right;
  float: right;
  clear: right;
}
#listings .listing-row .block-3:nth-child(3n) .listing-actions {
  text-align: right;
  float: right;
  clear: right;
}
#listings .listing-row .block-3:nth-child(3n) .details-wrap {
  text-align: right;
  float: right;
  clear: right;
}
#listings .listing-row .block-3:last-child .listing-details ul li {
  margin-right: 0;
  margin-left: 0.75em;
}
#listings .listing-row .block-3:last-child ul li:first-child {
  margin-left: 0;
}
#listings h2 {
  float: left;
  clear: left;
  padding: 0.125em 0.25em;
  max-width: 75%;
  background-color: #fff;
  color: #000;
  font-size: 2em;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: -1px;
}
#listings h2.long {
  font-size: 1.5em;
  padding: 0.25em 0.5em;
}
#listings .listing-row.active {
  background-color: #000;
}
.row {
  margin-right: 0;
  margin-left: 0;
}
.listing-wrapper {
  position: relative;
  padding: 2em 0;
  background: url('') no-repeat left top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom: 0.25em;
  transition: padding 0.25s ease-out;
  -webkit-transition: padding 0.25s ease-out;
  -moz-transition: padding 0.25s ease-out;
  -o-transition: padding 0.25s ease-out;
  cursor: pointer;
}
.listing-wrapper.active {
  padding: 8em 0;
}
.listing-details {
  float: left;
  clear: left;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}
.listing-details ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0.125em 0;
  padding: 0.125em 0.75em;
}
.listing-details ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  color: #fff;
  font-size: 0.8em;
  line-height: 1;
  margin-right: 0.75em;
}
.listing-details ul li:last-child {
  margin-right: 0;
}
.listing-details img {
  height: 1.25em;
  width: 1.25em;
  vertical-align: middle;
  margin-bottom: 0.25em;
}
.listing-actions {
  float: left;
  clear: left;
}
.details-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
  z-index: 100;
}
.listing-content {
  position: relative;
  z-index: 200;
}
.details-wrap {
  display: none;
  clear: both;
  float: left;
  color: #fff;
  z-index: 1;
  padding: 0.75em;
  transition: max-height 0.25s ease-out;
  -webkit-transition: max-height 0.25s ease-out;
  -moz-transition: max-height 0.25s ease-out;
  -o-transition: max-height 0.25s ease-out;
}
.gradient-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
}
.go-blue-left {
  background: -moz-linear-gradient(left, #0090d9 30%, rgba(0, 144, 217, 0.3) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #0090d9), color-stop(100%, rgba(0, 144, 217, 0.3)));
  background: -webkit-linear-gradient(left, #0090d9 30%, rgba(0, 144, 217, 0.3) 100%);
  background: -o-linear-gradient(left, #0090d9 30%, rgba(0, 144, 217, 0.3) 100%);
  background: -ms-linear-gradient(left, #0090d9 30%, rgba(0, 144, 217, 0.3) 100%);
  background: linear-gradient(to right, #0090d9 30%, rgba(0, 144, 217, 0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0090d9', endColorstr='#000090d9', GradientType=1);
}
.go-blue-right {
  background: -moz-linear-gradient(left, rgba(0, 144, 217, 0.3) 30%, #0090d9 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(0, 144, 217, 0.3)), color-stop(100%, #0090d9));
  background: -webkit-linear-gradient(left, rgba(0, 144, 217, 0.3) 30%, #0090d9 100%);
  background: -o-linear-gradient(left, rgba(0, 144, 217, 0.3) 30%, #0090d9 100%);
  background: -ms-linear-gradient(left, rgba(0, 144, 217, 0.3) 30%, #0090d9 100%);
  background: linear-gradient(to right, rgba(0, 144, 217, 0.3) 30%, #0090d9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000090d9', endColorstr='#0090d9', GradientType=1);
}
.go-purple-left {
  background: -moz-linear-gradient(left, #39007b 30%, rgba(57, 0, 123, 0.3) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #39007b), color-stop(100%, rgba(57, 0, 123, 0.3)));
  background: -webkit-linear-gradient(left, #39007b 30%, rgba(57, 0, 123, 0.3) 100%);
  background: -o-linear-gradient(left, #39007b 30%, rgba(57, 0, 123, 0.3) 100%);
  background: -ms-linear-gradient(left, #39007b 30%, rgba(57, 0, 123, 0.3) 100%);
  background: linear-gradient(to right, #39007b 30%, rgba(57, 0, 123, 0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#39007b', endColorstr='#0039007b', GradientType=1);
}
.go-purple-right {
  background: -moz-linear-gradient(left, rgba(57, 0, 123, 0.3) 30%, #39007b 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(57, 0, 123, 0.3)), color-stop(100%, #39007b));
  background: -webkit-linear-gradient(left, rgba(57, 0, 123, 0.3) 30%, #39007b 100%);
  background: -o-linear-gradient(left, rgba(57, 0, 123, 0.3) 30%, #39007b 100%);
  background: -ms-linear-gradient(left, rgba(57, 0, 123, 0.3) 30%, #39007b 100%);
  background: linear-gradient(to right, rgba(57, 0, 123, 0.3) 30%, #39007b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0039007b', endColorstr='#39007b', GradientType=1);
}
.go-green-left {
  background: -moz-linear-gradient(left, #82ab00 30%, rgba(130, 171, 0, 0.3) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #82ab00), color-stop(100%, rgba(130, 171, 0, 0.3)));
  background: -webkit-linear-gradient(left, #82ab00 30%, rgba(130, 171, 0, 0.3) 100%);
  background: -o-linear-gradient(left, #82ab00 30%, rgba(130, 171, 0, 0.3) 100%);
  background: -ms-linear-gradient(left, #82ab00 30%, rgba(130, 171, 0, 0.3) 100%);
  background: linear-gradient(to right, #82ab00 30%, rgba(130, 171, 0, 0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#82ab00', endColorstr='#0382ab00', GradientType=1);
}
.go-green-right {
  background: -moz-linear-gradient(left, rgba(130, 171, 0, 0.3) 30%, #82ab00 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(130, 171, 0, 0.3)), color-stop(100%, #82ab00));
  background: -webkit-linear-gradient(left, rgba(130, 171, 0, 0.3) 30%, #82ab00 100%);
  background: -o-linear-gradient(left, rgba(130, 171, 0, 0.3) 30%, #82ab00 100%);
  background: -ms-linear-gradient(left, rgba(130, 171, 0, 0.3) 30%, #82ab00 100%);
  background: linear-gradient(to right, rgba(130, 171, 0, 0.3) 30%, #82ab00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0382ab00', endColorstr='#82ab00', GradientType=1);
}
.go-black-left {
  background: -moz-linear-gradient(left, #000000 30%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #000000), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, #000000 30%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, #000000 30%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(left, #000000 30%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, #000000 30%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1);
}
.go-black-right {
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.3) 30%, #000000 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(0, 0, 0, 0.3)), color-stop(100%, #000000));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3) 330%, #000000 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.3) 30%, #000000 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.3) 30%, #000000 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 30%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=1);
}
.go-white-left {
  background: -moz-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
}
.go-white-right {
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 30%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 30%, #ffffff 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 30%, #ffffff 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 30%, #ffffff 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 30%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
}
.overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: auto;
  min-height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 30000;
}
.modal {
  display: none;
  width: 75%;
  background: #eee;
  padding: 2em 2em 0 2em;
  position: absolute;
  top: 12.5%;
  right: 12.5%;
  left: 12.5%;
  z-index: 30001;
  margin-bottom: 12.5%;
}
.modal h3 {
  display: block;
  font-size: 2em;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: -2px;
  margin: -1em -1em 0.75em -1em;
  padding: 1em;
  background: #DAFF95;
  color: #fff;
}
.modal h3 a {
  font-size: 0.5em;
  color: #000;
  letter-spacing: 0;
  display: block;
  margin-top: 1em;
}
.modal p {
  display: block;
  line-height: 1.5;
}
.buy-tickets {
  background: #313140;
  color: #fff;
  margin: 1.666em -2em -2em -2em;
  padding: 2em;
}
.buy-tickets h4 {
  display: block;
  margin: 0 0 0.5em 0;
}
#ticket-form-wrap {
  min-width: 15em;
}
#ticket-form-wrap > div {
  padding-left: 0;
}
#ticket-form-wrap .block-3 {
  width: 33.33333333%;
  padding: 1px;
}
#ticket-form-wrap .form-row {
  margin-bottom: 0.5em;
}
#ticket-form-wrap button {
  margin-top: 0.5em;
}
/* Listing NEW */
/** COLORS **/
#listings {
  padding-top: 1rem;
  /* rounded corners */
}
#listings .show-module {
  position: relative;
  z-index: 1;
  display: block;
  background: #FFFFFF;
  min-width: 12em;
  height: 20em;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  margin-bottom: 10px;
  /*.description{
            padding: 0.8em;
            font-size: 0.8em;
            line-height: 1.2em;
            color: @ptix_palette_dark_grey;
            display: none;
        }*/
}
#listings .show-module:hover {
  -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.6);
  cursor: pointer;
  /*.description {
			    display: block !important;
			    height: auto !important;
			    opacity: 1 !important;
		    }*/
}
#listings .show-module:hover .show-image-thumbnail .img-responsive {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.6;
}
#listings .show-module:hover .title {
  color: #8CD9FF !important;
}
#listings .show-module .show-image-thumbnail {
  background: white;
  height: 20em;
  overflow: hidden;
  padding: 0;
}
#listings .show-module .show-image-thumbnail img {
  display: block;
  width: 120%;
  /*min-height: 20em;*/
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
#listings .show-module .show-content {
  position: absolute;
  bottom: 0;
  background: #FFFFFF;
  width: 100%;
  padding: 0;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}
#listings .show-module .show-content .right-content {
  border-left: 2px gainsboro solid;
  margin-top: 10px;
  margin-bottom: 10px;
}
#listings .show-module .show-content .right-content .title {
  margin: 0;
  padding: 0;
  padding-bottom: 0.3em;
  color: #003651;
  font-weight: bolder;
  line-height: 1em;
}
#listings .show-module .show-content .right-content .sub-title {
  margin: 0;
  padding: 0;
  padding-bottom: 0.3em;
  color: #8C8C8C;
  font-size: 0.9em;
  line-height: 1em;
}
#listings .show-module .show-content .left-content {
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#listings .show-module .show-content .left-content .title {
  color: #DD8BEC;
  font-weight: bold;
  font-size: 1.3em;
}
#listings .show-module .show-content .left-content .sub-title,
#listings .show-module .show-content .left-content .sub-title-end-time {
  line-height: 0.9em;
  color: #8C8C8C;
}
#listings .show-module .show-content .left-content .sub-title {
  font-weight: bold;
  font-size: 0.8em;
}
#listings .show-module .show-content .left-content .sub-title-end-time {
  font-size: 0.75em;
}
#listings .container .column {
  width: 100%;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
#listings .show-module,
#listings .show-image-thumbnail {
  border-radius: 10px;
}
#listings .show-content {
  border-bottom-left-radius: 10px;
  /* Rounds the bottom-left corner */
  border-bottom-right-radius: 10px;
  /* Rounds the bottom-right corner */
}
#listings .container-featured {
  display: flex;
  align-items: center;
  /* vertically centers content */
  padding: 1rem 0;
  padding-left: 0.5rem;
  background-color: white;
  padding-bottom: 1.8rem;
}
#listings .all-events {
  padding-top: 3rem;
}
#listings .container-featured img {
  width: 2.3rem;
  /* adjust image size as needed */
  height: auto;
}
#listings .text {
  margin-left: 0.6rem;
  /* space between the image and the text */
}
#listings .text p {
  color: #003651 !important;
  font-weight: 500;
  font-size: 1.6rem;
}
.show-sold-out-old {
  background-image: url(../img/sold-out.png) !important;
  background-repeat: no-repeat !important;
  background-position: 0% 65% !important;
  z-index: 500;
  height: inherit !important;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  /*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=\'../img/sold-out.png\',     sizingMethod=\'scale\');
      -ms-filter: \"progid:DXImageTransform.Microsoft.AlphaImageLoader(src=\'../img/sold-out.png\', sizingMethod=\'scale\')\*/
}
.show-sold-out {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto;
  z-index: 2;
  bottom: 3em;
  /*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=\'../img/sold-out.png\',     sizingMethod=\'scale\');
      -ms-filter: \"progid:DXImageTransform.Microsoft.AlphaImageLoader(src=\'../img/sold-out.png\', sizingMethod=\'scale\')\*/
}
.overlay-sold-out {
  position: relative;
}
.overlay-sold-out:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background-color: #333333;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
}
.menu-wrap {
  z-index: 3;
  /* needed becouse sold out handling */
}
.small-padding {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
/*Send Event
------------------------------------------------------------*/
.modal.modal-send-event {
  width: 50%;
  left: 25%;
  top: 2.5%;
}
#send-event-wrap .block-edit {
  width: 66.66666666%;
}
#send-event-wrap .block-edit-checkbox {
  width: 66.66666666%;
}
#send-event-form .block-edit input {
  margin: 3px;
  width: 100%;
  color: dimgray;
}
#send-event-form .block-edit textarea {
  margin: 3px;
  width: 100%;
  color: dimgray;
}
#send-event-form .block-edit select {
  margin: 3px;
  width: 100%;
  color: dimgray;
}
/* Media Queries
-------------------------------------------------------------
    

Smallest screens
-----------------------------------------------------------*/
@media (max-width: 319px) {
  body {
    font-size: 14px;
  }
}
/* Small screens
-----------------------------------------------------------*/
@media (min-width: 320px) and (max-width: 479px) {
  body {
    font-size: 16px;
  }
  .wrapper {
    width: auto;
    margin: 0 1.5em;
  }
}
/* Medium-small screens 
-----------------------------------------------------------*/
@media (min-width: 480px) and (max-width: 991px) {
  body {
    font-size: 18px;
  }
  .wrapper {
    width: auto;
    margin: 0 5%;
  }
}
/* Tablets and down 
-----------------------------------------------------------*/
@media (max-width: 991px) {
  [class^="block-"] {
    width: 100%;
    padding: 15px;
    margin: 0;
  }
  [class*=" block-"] {
    width: 100%;
    padding: 15px;
    margin: 0;
  }
  .row {
    margin: 0;
  }
  .wrapper {
    width: auto;
    padding: 0 1em;
  }
  #outer {
    padding-bottom: 4.5em;
  }
  #outer #site-nav .nav-outer {
    background-color: #313140;
  }
  #outer #site-nav ul li {
    display: block;
    width: 100%;
    margin-left: 1em;
  }
  #outer #site-nav ul li a {
    width: 100%;
    text-align: right;
    line-height: 3;
  }
  #outer #site-nav #mobile-menu {
    float: right;
  }
  #outer #site-nav #mobile-menu li a {
    margin-top: 1.1em;
  }
  #outer #site-nav .menu-wrap ul.float-left li a {
    font-size: 1.5em;
  }
  #outer #site-nav .menu-wrap ul.float-right {
    margin-top: 0.75em;
    float: right;
  }
  #outer #site-nav .menu-wrap ul.float-right li {
    width: auto;
    float: left;
  }
  #outer .listing h2 {
    font-size: 1.5em;
  }
  #outer .listing-wrapper {
    padding: 2em 0;
  }
  #site-nav {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 0.8em;
    z-index: 20000;
    -webkit-box-shadow: 0px -2px 15px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px -2px 15px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px -2px 15px 0px rgba(0, 0, 0, 0.75);
  }
  #site-nav ul {
    float: none;
  }
  .menu-wrap {
    display: none;
    background: #FFF;
    position: fixed;
    bottom: 5em;
    left: 0;
    right: 0;
    padding: 0;
    z-index: 20000;
    margin-bottom: -13px;
  }
  .open-button {
    z-index: 14999 !important;
  }
  .listing-row:first-child {
    margin-top: 0.25em;
  }
  #ticket-form-wrap {
    overflow: auto;
  }
  .modal {
    width: 90%;
    top: 5%;
    right: 5%;
    left: 5%;
    margin-bottom: 5%;
  }
}
/* Tablets and up 
-----------------------------------------------------------*/
@media (min-width: 992px) {
  .wrapper {
    margin: 0 auto;
    padding: 0 1em;
  }
  #site-nav ul li#mobile-menu {
    display: none;
  }
  #outer.nav-top {
    padding-top: 2em;
    background-color: #fff;
  }
  #mobile-menu {
    display: none;
  }
}
/* Medium screens 
-----------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1199px) {
  body {
    font-size: 16px;
  }
}
/* [BUG] Top cut off FIX */
@media (min-width: 992px) and (max-width: 1299px) {
  #site-nav {
    font-size: 0.9em;
  }
  #site-nav ul li a {
    padding: 0 0.75em 0 0;
  }
}
/* Larger screens 
-----------------------------------------------------------*/
@media (min-width: 1200px) and (max-width: 1439px) {
  body {
    font-size: 18px;
  }
}
/* Big screens 
-----------------------------------------------------------*/
@media (min-width: 1440px) {
  body {
    font-size: 18px;
  }
  #site-nav {
    font-size: 0.95em;
  }
}
.float-right.mobile-menu {
  display: none;
}
.hidden {
  display: none;
}
.visible {
  display: block;
}
#menuLogIn:hover {
  background: #8CD9FF !important;
}
#menuCart:hover {
  background: #DAFF95 !important;
}
#menuSubmitEvent:hover {
  background: #DD8BEC !important;
}
.whats-going-on-near-you {
  display: block;
  font-size: 3em;
  font-weight: lighter;
  line-height: 0.8;
  margin-bottom: 1em;
}
.details-wrap-ticket-grid {
  display: none;
  color: #fff;
  z-index: 1;
  clear: both;
  padding: 0.75em 0 0.75em 0;
  transition: max-height 0.25s ease-out;
  -webkit-transition: max-height 0.25s ease-out;
  -moz-transition: max-height 0.25s ease-out;
  -o-transition: max-height 0.25s ease-out;
}
.block-3:last-child .btn.green.text-white {
  float: right;
}
.block-3:last-child .btn-float {
  float: right;
}
.block-3 .btn-float {
  float: left;
}
#cssmenu.align-right {
  border-right: none;
}
.buy-ticket-grid-view-hidden {
  display: none;
}
.button-paragraph {
  background-color: #DAFF95;
  color: #fff;
  font-weight: bold;
  margin: 1em 1em 1em 0;
  border: none;
  padding: 0.4em 0.7em;
}