/*------------------------------------*
	VARIABLES
*------------------------------------*/
/* Sizes */
/* Colours */
/*------------------------------------*
	IMPORTS
*------------------------------------*/
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
  max-width: 100%;
  height: auto;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*------------------------------------*
	GRIDS / WIDTHS
*------------------------------------*/
/**
* Whole
*/
.oneWhole,
.fullWidth {
  width: 100%;
}
/**
* Halves
*/
.oneHalf,
.twoQuarters,
.threeSixths,
.fourEighths,
.fiveTenths,
.sixTwelfths,
.eightSixteenths {
  width: 50%;
}
/**
* Thirds
*/
.oneThird,
.twoSixths,
.fourTwelfths {
  width: 33.333%;
}
.twoThirds,
.fourSixths,
.eightTwelfths {
  width: 66.666%;
}
/**
* Quarters
*/
.oneQuarter,
.twoEighths,
.threeTwelfths,
.fourSixteenths {
  width: 25%;
}
.threeQuarters,
.sixEighths,
.nineTwelfths,
.twelveSixteenths {
  width: 75%;
}
/**
* Fifths
*/
.oneFifth,
.twoTenths {
  width: 20%;
}
.twoFifths,
.fourTenths {
  width: 40%;
}
.threeFifths,
.sixTenths {
  width: 60%;
}
.fourFifths,
.eightTenths {
  width: 80%;
}
/**
* Sixths
*/
.oneSixth,
.twoTwelfths {
  width: 16.666%;
}
.fiveSixths,
.tenTwelfths {
  width: 83.333%;
}
/**
* Eighths
*/
.oneEighth,
.twoSixteenths {
  width: 12.5%;
}
.threeEighths {
  width: 37.5%;
}
.fiveEighths {
  width: 62.5%;
}
.sevenEighths {
  width: 87.5%;
}
/**
* Tenths
*/
.oneTenth {
  width: 10%;
}
.threeTenths {
  width: 30%;
}
.sevenTenths {
  width: 70%;
}
.nineTenths {
  width: 90%;
}
/**
* Twelfths
*/
.oneTwelfth {
  width: 8.333%;
}
.fiveTwelfths {
  width: 41.666%;
}
.sevenTwelfths {
  width: 58.333%;
}
.elevenTwelfths {
  width: 91.666%;
}
/**
	 * Sixteenths
	 */
.fifteenSixteenths {
  width: 93.75%;
}
.fourteenSixteenths {
  width: 87.5%;
}
.thirteenSixteenths {
  width: 81.25%;
}
.elevenSixteenths {
  width: 68.75%;
}
.tenSixteenths {
  width: 62.5%;
}
.nineSixteenths {
  width: 56.25%;
}
.sevenSixteenths {
  width: 43.75%;
}
.fiveSixteenths {
  width: 31.25%;
}
.threeSixteenths {
  width: 18.75%;
}
.oneSixteenths {
  width: 6.25%;
}
/*------------------------------------*
	 GUTTERS
*------------------------------------*/
.gutterTop {
  padding-top: 10px;
}
.gutterRight {
  padding-right: 10px;
}
.gutterBottom {
  padding-bottom: 10px;
}
.gutterLeft {
  padding-left: 10px;
}
.gutterTopBottom,
gutterBottomTop {
  padding-top: 10px;
  padding-bottom: 10px;
}
.gutterLeftRight,
.gutterRightLeft {
  padding-right: 10px;
  padding-left: 10px;
}
.gutterAll {
  padding: 10px;
}
/*------------------------------------*
	 ROW
*------------------------------------*/
.row {
  clear: both;
  float: none;
}
.column,
.columns {
  float: left;
  position: relative;
  display: block;
}
/*------------------------------------*
	PUSH
*------------------------------------*/
/**
* Whole
*/
.pushOneWhole,
.pushFullWidth {
  left: 100%;
}
/**
* Halves
*/
.pushOneHalf,
.pushTwoQuarters,
.pushThreeSixths,
.pushFourEighths,
.pushFiveTenths,
.pushSixTwelfths,
.pushEightSixteenths {
  left: 50%;
}
/**
* Thirds
*/
.pushOneThird,
.pushTwoSixths,
.pushFourTwelfths {
  left: 33.333%;
}
.pushTwoThirds,
.pushFourSixths,
.pushEightTwelfths {
  left: 66.666%;
}
/**
* Quarters
*/
.pushOneQuarter,
.pushTwoEighths,
.pushThreeTwelfths,
.pushFourSixteenths {
  left: 25%;
}
.pushThreeQuarters,
.pushSixEighths,
.pushNineTwelfths,
.pushTwelveSixteenths {
  left: 75%;
}
/**
* Fifths
*/
.pushOneFifth,
.pushTwoTenths {
  left: 20%;
}
.pushTwoFifths,
.pushFourTenths {
  left: 40%;
}
.pushThreeFifths,
.pushSixTenths {
  left: 60%;
}
.pushFourFifths,
.pushEightTenths {
  left: 80%;
}
/**
* Sixths
*/
.pushOneSixth,
.pushTwoTwelfths {
  left: 16.666%;
}
.pushFiveSixths,
.pushTenTwelfths {
  left: 83.333%;
}
/**
* Eighths
*/
.pushOneEighth,
.pushTwoSixteenths {
  left: 12.5%;
}
.pushThreeEighths {
  left: 37.5%;
}
.pushFiveEighths {
  left: 62.5%;
}
.pushSevenEighths {
  left: 87.5%;
}
/**
* Tenths
*/
.pushOneTenth {
  left: 10%;
}
.pushThreeTenths {
  left: 30%;
}
.pushSevenTenths {
  left: 70%;
}
.pushNineTenths {
  left: 90%;
}
/**
* Twelfths
*/
.pushOneTwelfth {
  left: 8.333%;
}
.pushFiveTwelfths {
  left: 41.666%;
}
.pushSevenTwelfths {
  left: 58.333%;
}
.pushElevenTwelfths {
  left: 91.666%;
}
/**
	 * Sixteenths
	 */
.pushFifteenSixteenths {
  left: 93.75%;
}
.pushFourteenSixteenths {
  left: 87.5%;
}
.pushThirteenSixteenths {
  left: 81.25%;
}
.pushElevenSixteenths {
  left: 68.75%;
}
.pushTenSixteenths {
  left: 62.5%;
}
.pushNineSixteenths {
  left: 56.25%;
}
.pushSevenSixteenths {
  left: 43.75%;
}
.pushFiveSixteenths {
  left: 31.25%;
}
.pushThreeSixteenths {
  left: 18.75%;
}
.pushOneSixteenths {
  left: 6.25%;
}
/*------------------------------------*
	PULL
*------------------------------------*/
/**
* Whole
*/
.pullOneWhole,
.pullFullWidth {
  right: 100%;
}
/**
* Halves
*/
.pullOneHalf,
.pullTwoQuarters,
.pullThreeSixths,
.pullFourEighths,
.pullFiveTenths,
.pullSixTwelfths,
.pullEightSixteenths {
  right: 50%;
}
/**
* Thirds
*/
.pullOneThird,
.pullTwoSixths,
.pullFourTwelfths {
  right: 33.333%;
}
.pullTwoThirds,
.pullFourSixths,
.pullEightTwelfths {
  right: 66.666%;
}
/**
* Quarters
*/
.pullOneQuarter,
.pullTwoEighths,
.pullThreeTwelfths,
.pullFourSixteenths {
  right: 25%;
}
.pullThreeQuarters,
.pullSixEighths,
.pullNineTwelfths,
.pullTwelveSixteenths {
  right: 75%;
}
/**
* Fifths
*/
.pullOneFifth,
.pullTwoTenths {
  right: 20%;
}
.pullTwoFifths,
.pullFourTenths {
  right: 40%;
}
.pullThreeFifths,
.pullSixTenths {
  right: 60%;
}
.pullFourFifths,
.pullEightTenths {
  right: 80%;
}
/**
* Sixths
*/
.pullOneSixth,
.pullTwoTwelfths {
  right: 16.666%;
}
.pullFiveSixths,
.pullTenTwelfths {
  right: 83.333%;
}
/**
* Eighths
*/
.pullOneEighth,
.pullTwoSixteenths {
  right: 12.5%;
}
.pullThreeEighths {
  right: 37.5%;
}
.pullFiveEighths {
  right: 62.5%;
}
.pullSevenEighths {
  right: 87.5%;
}
/**
* Tenths
*/
.pullOneTenth {
  right: 10%;
}
.pullThreeTenths {
  right: 30%;
}
.pullSevenTenths {
  right: 70%;
}
.pullNineTenths {
  right: 90%;
}
/**
* Twelfths
*/
.pullOneTwelfth {
  right: 8.333%;
}
.pullFiveTwelfths {
  right: 41.666%;
}
.pullSevenTwelfths {
  right: 58.333%;
}
.pullElevenTwelfths {
  right: 91.666%;
}
/**
	 * Sixteenths
	 */
.pullFifteenSixteenths {
  right: 93.75%;
}
.pullFourteenSixteenths {
  right: 87.5%;
}
.pullThirteenSixteenths {
  right: 81.25%;
}
.pullElevenSixteenths {
  right: 68.75%;
}
.pullTenSixteenths {
  right: 62.5%;
}
.pullNineSixteenths {
  right: 56.25%;
}
.pullSevenSixteenths {
  right: 43.75%;
}
.pullFiveSixteenths {
  right: 31.25%;
}
.pullThreeSixteenths {
  right: 18.75%;
}
.pullOneSixteenths {
  right: 6.25%;
}
/*------------------------------------*
	FONTS
*------------------------------------*/
@font-face {
  font-family: 'engravers_engraversgothichand';
  src: url('../fonts/engravers_gothic_hand-webfont.eot');
  src: url('../fonts/engravers_gothic_hand-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/engravers_gothic_hand-webfont.woff') format('woff'), url('../fonts/engravers_gothic_hand-webfont.ttf') format('truetype'), url('../fonts/engravers_gothic_hand-webfont.svg#engraversgothic_btregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: '---_face_condensedregular';
  src: url('../fonts/peg-face_condensed_t-fix2-webfont.eot');
  src: url('../fonts/peg-face_condensed_t-fix2-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/peg-face_condensed_t-fix2-webfont.woff') format('woff'), url('../fonts/peg-face_condensed_t-fix2-webfont.ttf') format('truetype'), url('../fonts/peg-face_condensed_t-fix2-webfont.svg#peg_face_condensedregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*------------------------------------*
	BASE STYLES
*------------------------------------*/
body {
  background-color: black;
  font-family: 'Crimson Text', serif;
  font-size: 17px;
  color: white;
  text-align: center;
  letter-spacing: 0.5px;
  line-height: 1.2em;
}
ol,
ul,
li {
  padding: 0;
  margin: 0;
}
/* -------
TYPOGRAPHY
---------- */
h1 {
  font-size: 26px;
  font-family: engravers_engraversgothichand, sans-serif;
  margin: 0px;
  line-height: 1.2em;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
}
h2,
.live-tickets {
  margin: 0;
  font-family: engravers_engraversgothichand, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}
h3 {
  font-size: 18px;
  margin: 0;
  font-weight: normal;
}
p {
  line-height: 1.5em;
}
/* ----
COLOURS
------- */
.bgBlue {
  background-color: #006fe0;
}
.bgPurple {
  background-color: #9612b4;
}
.bgDarkPurple {
  background-color: #59006d;
}
.bgRed {
  background-color: #e90040;
}
.bgGreen {
  background-color: #00a766;
}
a.textBlue,
a:link.textBlue,
a:visited.textBlue {
  color: #006fe0 !important;
}
a.textPurple,
a:link.textPurple,
a:visited.textPurple {
  color: #9612b4 !important;
}
a.textRed,
a:link.textRed,
a:visited.textRed {
  color: #e90040 !important;
}
a.textGreen,
a:link.textGreen,
a:visited.textGreen {
  color: #00a766 !important;
}
/* --
LINKS
----- */
a,
a:link,
a:active,
a:visited {
  text-decoration: none;
  color: white;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
a:hover {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  -moz-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
a.hoverBlue:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  color: #006fe0;
}
a.hoverRed:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  color: #e90040;
}
a.hoverPurple:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  color: #9612b4;
}
a.hoverGreen:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  color: #00a766;
}
a div,
a p {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0px);
}
/* --
FORMS
----- */
input {
  border: 1px solid white;
  padding: 10px 10px;
  background: none;
  color: white;
  text-align: center;
}
.button {
  padding: 10px;
  border: 1px solid white;
  cursor: pointer;
}
/*------------------------------------*
	CLASSES STYLES
*------------------------------------*/
.cf:after {
  content: "";
  display: table;
  clear: both;
}
.wrapper {
  width: 75%;
  max-width: 1600px;
  padding: 0 10px;
  margin: 0 auto;
  clear: both;
}
.header {
  padding: 50px 0;
  font-family: engravers_engraversgothichand, sans-serif;
  text-align: center;
  font-size: 20px;
  clear: both;
  letter-spacing: 0px;
}
.headerLogo-container {
  text-align: left;
}
.header-logo {
  width: 236px;
  height: auto;
  top: -6px;
  position: relative;
  webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.header-nav {
  display: block;
  padding: 0 12px;
}
.headerNav-items {
  text-align: justify;
}
.headerNav-items:after {
  content: "";
  display: inline-block;
  width: 100%;
}
.header-link {
  display: inline-block;
}
.header-lastLinks {
  display: inline-block;
}
.headerLastLinks-item {
  width: 25%;
  float: left;
  text-align: right;
}
.headerSocial-icon {
  width: 19px;
  height: 20px;
  display: inline-block;
  margin: 0 0px;
  zoom: 1;
  *display: inline;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.headerSocial-icon:hover {
  webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.headerSocial-icon.-twitter {
  background-image: url(../img/twitter.png);
}
.headerSocial-icon.-facebook {
  background-image: url(../img/facebook.png);
}
.headerSocial-icon.-instagram {
  background-image: url(../img/instagram.png);
}
.headerSocial-icon.-vevo {
  background-image: url(../img/vevo.png);
}
.headerSocial-icon.-spotify {
  background-image: url(../img/spotify.png);
}
.headerSocial-icon.-youtube {
  background-image: url(../img/youtube.png);
}
.headerSocial-icon.-soundcloud {
  background-image: url(../img/soundcloud.png);
}
.headerSocial-icon.-gplus {
  background-image: url(../img/gplus.png);
}
.footer {
  font-size: 12px;
  color: #515151;
  padding: 50px 0;
  display: block;
  text-align: center;
  clear: both;
}
.footer a {
  padding: 0 1%;
  color: #747474;
  font-style: italic;
}
.mainContent {
  clear: both;
  margin: 50px auto 0 auto;
  min-width: 600px;
}
.post {
  padding-bottom: 40px;
}
.post h1 {
  padding-bottom: 20px;
}
.post-content {
  text-align: left;
}
.post-content p {
  padding: 0 40px;
}
.post-content img {
  padding: 20px 0;
  width: 100%;
  height: auto;
}
.post-content embed {
  padding: 20px 0;
  width: 100%;
  height: auto;
}
.live {
  text-align: left;
  border-bottom: 1px solid #FFF;
}
.live-date {
  padding-bottom: 10px;
  font-family: Crimson Text, serif;
}
.live-location {
  margin-top: 10px;
}
.live-tickets {
  float: right;
}
.videoContent {
  left: 0;
  right: 0;
  bottom: 0px;
  top: 0px;
  position: absolute;
  width: 100%;
  z-index: 50;
}
.videoCarousel {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 150px;
  background-color: black;
  z-index: 100;
  padding-bottom: 87px;
  width: 100%;
}
.videoTitle {
  padding: 10px 0 30px 0;
}
.videoPage .header {
  position: absolute;
  z-index: 100;
  background-color: black;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
}
.videoPage .headerContainer {
  width: 75%;
  max-width: 1600px;
  padding: 0 10px;
  margin: 0 auto;
  clear: both;
}
.videoFooter {
  bottom: 0;
  height: 100px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: black;
  width: 100%;
}
.videoFooter .footer {
  padding: 0;
  margin: 50px 0 0 0;
}
.instagram-img {
  background: no-repeat url(../img/loader.gif);
  background-position: center;
}
.instagram-img img {
  width: 100%;
  height: auto;
}
.squareItem-top {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
}
.squareItem-bottom {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
}
.squareItem-top.-lower {
  top: 20%;
}
.audioItem-info {
  padding: 40px 0 0 0;
}
.audioItem-container {
  float: none;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1;
}
.tweet_list div {
  display: none;
  word-wrap: break-word;
}
.tweet {
  overflow: hidden;
  line-height: 1.3em;
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
}
.error {
  font-size: 11px;
  margin-top: 25px;
  color: red;
}
.share-link {
  padding: 6px 10px;
  margin-top: 10px;
  border: 1px solid #333;
  font-family: engravers_engraversgothichand, sans-serif;
}
#tourpopup .pop-links {
  font-size: 10px;
  color: #666;
  padding: 20px 0;
  clear: both;
}
#tourpopup .pop-links a {
  font-size: 10px;
  color: #666;
}
.counter {
  font-family: engravers_engraversgothichand, sans-serif;
  width: 770px;
  margin: 0 auto;
  clear: both;
}
.counter-days,
.counter-hours,
.counter-minutes,
.counter-seconds {
  text-align: center;
  width: 25%;
  float: left;
}
.counter-lable {
  font-size: 22px;
  color: #383838;
  clear: both;
}
.counter-digit {
  font-size: 88px;
}
.secondaryInfo {
  width: 770px;
  margin: 0 auto;
  font-family: 'Century Gothic', 'Apple Gothic', sans-serif;
  font-size: 12px;
  line-height: 20px;
  padding: 30px 0;
  clear: both;
  border-bottom: 1px solid #333;
  border-top: 1px solid #333;
  margin-bottom: 20px;
  text-align: left;
  margin-top: 20px;
}
.secondaryInfo-left {
  border-right: 1px solid #333;
  width: 28%;
  margin-right: 3%;
  padding-right: 3%;
  float: left;
}
.secondaryInfo-right {
  width: 31%;
  float: left;
}
.secondaryInfo-left-cover {
  float: left;
  width: 38%;
}
.secondaryInfo-left-cover img {
  max-width: 100%;
  height: auto;
  float: left;
}
.secondaryInfo-left-copy {
  float: right;
  width: 55%;
  padding-right: 3%;
}
.enter {
  font-family: 'Century Gothic', 'Apple Gothic', sans-serif;
  font-size: 34px;
  width: 100%;
  text-align: center;
  clear: both;
  margin-bottom: 20px;
}
.termsLinks {
  color: #383838;
  text-align: center;
}
#us-splash,
#uk-splash {
  display: none;
}
#tourpopup p {
  margin: 0;
}
#tourpopup {
  background: #000;
  font-family: 'Century Gothic', 'Apple Gothic', sans-serif;
  position: absolute;
  display: none;
  color: #ddd;
  top: 0;
  left: 0;
  z-index: 11000;
  right: 0;
  text-align: center;
  padding-top: 50px;
}
.pop-bg {
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
}
#tourpopup .content .tour-image {
  float: left;
  margin-right: 40px;
  width: 278px;
  max-width: 90%;
}
#tourpopup .content {
  display: block;
  margin: 0 auto;
  width: 770px;
  max-width: 90%;
}
#tourpopup .content .sign-up-here {
  font-size: 15px;
  padding: 40px 0 0 0;
}
#tourpopup form {
  display: block;
  padding: 10px 0 0 0;
}
#tourpopup .content .sign-up-here {
  font-size: 15px;
  padding: 40px 0 0 0;
}
#tourpopup .content .email-textbox {
  float: left;
  height: 40px;
  text-align: left;
  border: 0;
  background: #1C1C1C;
  color: #fff;
  width: 90%;
  padding: 1% 5%;
  line-height: 30px;
  font-family: 'Century Gothic', 'Apple Gothic', sans-serif;
  margin-bottom: 5px;
}
#tourpopup .content .email-submit {
  border: none;
  display: inline-block;
  float: left;
  line-height: 30px;
  font-size: 16px;
  text-align: left;
  padding: 0;
  cursor: pointer;
}
#tourpopup .content .enter-site {
  display: block;
  font-size: 30px;
  margin: 20px 0 0 0;
}
#tourpopup .logo {
  max-width: 50%;
}
/* LONELY HOUR   */
.lonelyHour {
  text-align: left;
}
.lonelyHour img {
  max-width: 100%;
  height: auto;
}
.lonelyHour iframe,
.lonelyHour embed {
  max-width: 100%;
}
hr {
  border: none;
  border-bottom: 1px solid #282828;
}
.lonelyHour hr {
  padding: 0;
  margin: 20px 0;
}
.lonelyHour .counter-container {
  margin-left: 40px;
  border: 1px solid #282828;
}
.lonelyHour .counter {
  width: auto;
  padding: 40px 40px;
}
.lonelyHour .counter p {
  line-height: 0.1em !important;
}
.lonelyHour .counter-days,
.lonelyHour .counter-hours,
.lonelyHour .counter-minutes,
.lonelyHour .counter-seconds {
  width: 33%;
}
@media only screen and (max-width: 767px) {
  .lonelyHour .counter-container {
    margin-left: 00px;
    border: 1px solid #282828;
  }
  .counter-digit {
    font-size: 52px;
  }
}
/* SPLASH   */
.splash {
  width: 810px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 20px;
}
.splash:after {
  content: "";
  display: table;
  clear: both;
}
.splash_logo img {
  width: 100%;
  height: auto;
}
.splash_counter {
  padding: 40px 0;
  font-size: 26px;
  border-bottom: 1px solid #333;
}
.splash_counter:after {
  content: "";
  display: table;
  clear: both;
}
.splash_misc {
  padding: 40px 0;
}
.splash_misc:after {
  content: "";
  display: table;
  clear: both;
}
.splash_productHighlight {
  width: 100%;
  margin: 0 auto;
  font-family: 'Century Gothic', 'Apple Gothic', sans-serif;
  font-size: 12px;
  line-height: 20px;
  padding: 30px 0;
  clear: both;
  border-bottom: 1px solid #333;
  border-top: 1px solid #333;
  margin-bottom: 20px;
  text-align: left;
  margin-top: 20px;
}
.splash_productHighlight:after {
  content: "";
  display: table;
  clear: both;
}
.splash_productHighlight_left,
.splash_productHighlight_middle {
  border-right: 1px solid #333;
  width: 28%;
  margin-right: 3%;
  padding-right: 3%;
  float: left;
}
@media screen and (max-width: 699px) {
  .splash_productHighlight_left,
  .splash_productHighlight_middle {
    width: 80%;
    border: none;
    margin-top: 25px;
  }
}
.splash_productHighlight_right {
  width: 31%;
  float: left;
}
@media screen and (max-width: 699px) {
  .splash_productHighlight_right {
    width: 100%;
    border: none;
  }
}
.splash_productHighlight_right form {
  display: block;
  padding: 10px 0 0 0;
}
.splash_productHighlight_right .sign-up-here {
  font-size: 15px;
  padding: 40px 0 0 0;
}
.splash_productHighlight_right .email-textbox {
  float: left;
  height: 40px;
  text-align: left;
  border: 0;
  background: #1C1C1C;
  color: #fff;
  width: 90%;
  padding: 1% 5%;
  line-height: 30px;
  font-family: 'Century Gothic', 'Apple Gothic', sans-serif;
  margin-bottom: 5px;
}
.splash_productHighlight_right .email-submit {
  border: none;
  display: inline-block;
  float: left;
  line-height: 30px;
  font-size: 16px;
  text-align: left;
  padding: 0;
  cursor: pointer;
}
.splash_productHighlight_cover {
  float: left;
  width: 38%;
}
.splash_productHighlight_cover img {
  max-width: 100%;
  height: auto;
  float: left;
}
.splash_productHighlight_copy {
  float: right;
  width: 55%;
  padding-right: 3%;
}
.splash_videoHighlight {
  padding: 20px 0;
  border-bottom: 1px solid #333;
}
.splash_videoHighlight:after {
  content: "";
  display: table;
  clear: both;
}
.splash_videoHighlight iframe {
  max-width: 100%;
  margin-bottom: 25px;
}
.splash_tour {
  padding: 40px 0;
}
.splash_tour:after {
  content: "";
  display: table;
  clear: both;
}
.splash_tour img {
  margin-bottom: 40px;
}
.splash_tour_title {
  font-size: 40px;
  padding: 0 0 40px 0;
  font-family: engravers_engraversgothichand, sans-serif;
  width: 100%;
  line-height: 1em;
  clear: both;
  border-bottom: 1px solid #333;
}
.splash_enter {
  font-family: 'Century Gothic', 'Apple Gothic', sans-serif;
  font-size: 34px;
  width: 100%;
  text-align: center;
  clear: both;
  margin-bottom: 20px;
  page-break-after: 40px 0;
}
.splash_terms {
  margin-bottom: 50px;
}
.splash_terms a {
  font-size: 10px;
  color: #666;
  text-align: center;
}
/* SPECIFIC FOR BRITS VOTING SPLASH */
.vote_button:first-of-type {
  float: left;
  margin-left: 95px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.vote_button + .vote_button {
  float: right;
  margin-right: 95px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.top-image {
  width: 75%;
  height: auto;
}
/* SPLASH COUNTER*/
.counter {
  font-family: engravers_engraversgothichand, sans-serif;
  width: 770px;
  margin: 0 auto;
  clear: both;
}
.counter-days,
.counter-hours,
.counter-minutes,
.counter-seconds {
  text-align: center;
  width: 25%;
  float: left;
}
.counter-lable {
  font-size: 22px;
  color: #383838;
  clear: both;
}
.counter-digit {
  font-size: 88px;
}
@media screen and (max-width: 699px) {
  .top-image {
    width: 100%;
  }
  .vote_button {
    margin: 0!important;
    float: none!important;
    margin: 0 auto 25px auto;
  }
  .splash_productHighlight_middle,
  .splash_productHighlight_right,
  .splash_productHighlight_left {
    width: 100%;
  }
  .splash_productHighlight_middle,
  .splash_productHighlight_right {
    border-top: 1px solid #333;
    margin-top: 20px;
    padding-top: 25px;
  }
  .splash_productHighlight {
    padding-top: 0;
  }
  .splash_productHighlight_middle {
    padding-top: 25px;
  }
  .splash_productHighlight_left {
    margin-top: 0;
  }
  .splash_productHighlight_right {
    text-align: center;
  }
  .splash_tour {
    padding-top: 0;
  }
  .splash_tour_title {
    font-size: 30px;
    padding-bottom: 20px;
  }
  .splash_videoHighlight iframe {
    height: 220px;
  }
  .counter {
    width: 100%;
  }
}
/*------------------------------------*
	OBJECTS STYLES
*------------------------------------*/
/*------------------------------------*
	HELPER STYLES
*------------------------------------*/
/* Position Verticly Center */
.table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
/* Square Box - Based only on width */
.squareItem {
  width: 100%;
  padding: 100% 0 0 0;
  position: relative;
}
.squareItem-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.thumbSelected img {
  opacity: 0.4;
}
.subtleBorder {
  border: 1px solid #2f2f2f;
}
.thickBorder {
  border: 2px solid #FFF;
}
.twoGutterAll {
  padding: 20px;
}
.fourGutterAll {
  padding: 40px;
}
.fiveGutterLeftRight {
  padding: 0 50px;
}
.sixGutterLeftRight {
  padding: 0 60px;
}
.fourGutterLeftRight {
  padding: 0 40px;
}
.threeGutterLeftRight {
  padding: 0 30px;
}
.ukContent {
  display: block;
}
.usContent {
  display: none;
}
.-desktopHide {
  display: none;
}
/*------------------------------------*
	THIRD PARTY STYLES
*------------------------------------*/
/* Elastislide Style */
.elastislide-list {
  list-style-type: none;
  display: none;
}
.no-js .elastislide-list {
  display: block;
}
.elastislide-carousel ul li {
  min-width: 20px;
  /* minimum width of the image (min width + border) */
}
.elastislide-wrapper {
  position: relative;
  margin: 0 auto;
  min-height: 60px;
}
.elastislide-wrapper.elastislide-loading {
  background-image: url(../img/loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
.elastislide-horizontal {
  padding: 10px 40px;
}
.elastislide-vertical {
  padding: 40px 10px;
}
.elastislide-carousel {
  overflow: hidden;
  position: relative;
}
.elastislide-carousel ul {
  position: relative;
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
.elastislide-horizontal ul {
  white-space: nowrap;
}
.elastislide-carousel ul li {
  margin: 0;
  -webkit-backface-visibility: hidden;
}
.elastislide-horizontal ul li {
  height: 100%;
  display: inline-block;
}
.elastislide-vertical ul li {
  display: block;
}
.elastislide-carousel ul li a {
  display: inline-block;
  width: 100%;
}
.elastislide-carousel ul li a img {
  display: block;
  padding: 5px;
  /* max-width: 100%; */
}
/* Navigation Arrows */
.elastislide-wrapper nav span {
  position: absolute;
  background: url(../img/arrows.png) no-repeat bottom;
  width: 27px;
  height: 40px;
  border-radius: 50%;
  text-indent: -9000px;
  cursor: pointer;
  opacity: 1;
}
.elastislide-wrapper nav span:hover {
  opacity: 0.8;
}
.elastislide-horizontal nav span {
  top: 50%;
  left: 10px;
  margin-top: -11px;
}
.elastislide-vertical nav span {
  top: 10px;
  left: 50%;
  margin-left: -11px;
  background-position: -17px 5px;
}
.elastislide-horizontal nav span.elastislide-next {
  right: 10px;
  left: auto;
  background-position: top;
}
.elastislide-vertical nav span.elastislide-next {
  bottom: 10px;
  top: auto;
  background-position: -17px -18px;
}
.sc-player img {
  width: 100%;
  height: auto;
}
.sc-player .sc-info {
  display: none;
}
.sc-player .sc-trackslist,
.sc-player .sc-info-toggle,
.sc-player .sc-time-indicators {
  display: none;
}
/* scrubber */
.sc-scrubber .sc-time-span {
  height: 30px;
  position: relative;
  display: none;
}
.playing .sc-scrubber .sc-time-span {
  display: block;
}
.sc-scrubber .sc-buffer,
.sc-scrubber .sc-played {
  height: 30px;
  position: absolute;
  top: 0;
}
.sc-scrubber .sc-time-indicators {
  position: absolute;
  right: 0;
  top: -30px;
}
.sc-scrubber {
  background-color: white;
  top: 100%;
  margin-top: -5px;
}
.sc-scrubber .sc-time-span {
  background-color: #fff;
}
.sc-scrubber .sc-time-span img {
  background-color: #FCB37C;
}
.sc-scrubber .sc-buffer,
.sc-scrubber .sc-played {
  background-color: #fff;
  opacity: 0.1;
}
.sc-scrubber .sc-played {
  background-color: #F63;
  opacity: 1;
}
.sc-play {
  background: url(../img/sc-play.png);
  width: 44px;
  height: 44px;
  font-size: 0px;
  top: 60%;
  left: 50%;
  display: block;
  margin: 0 0 0 -22px;
  position: absolute;
}
.playing .sc-play {
  background: url(../img/sc-pause.png);
}
.sc-play.off {
  background: url(../img/sc-play.png);
}
/*------------------------------------*
	RESPONSIVE STYLES
*------------------------------------*/
@media only screen and (min-width: 1080px) and (max-width: 1440px) {
  .wrapper {
    width: 98%;
    max-width: 1098px;
    padding: 0 10px;
    margin: 0 auto;
    clear: both;
  }
  .videoPage .headerContainer {
    width: 98%;
    max-width: 1098px;
    padding: 0 10px;
    margin: 0 auto;
    clear: both;
  }
  body,
  h3 {
    font-size: 16px;
  }
  h1 {
    font-size: 24px;
  }
  h2,
  .live-tickets {
    font-size: 18px;
  }
}
@media only screen and (min-device-width: 0px) and (max-device-width: 1024px) {
  .headerLogo-container {
    text-align: center;
  }
  .-deviceHide {
    display: none;
  }
  .-deviceShow {
    display: block;
  }
  .videoFooter {
    bottom: auto;
    height: 100px;
    position: relative;
    left: auto;
    right: auto;
    padding: 0;
    z-index: 100;
    background-color: black;
  }
  .videoPage .header {
    position: relative;
    z-index: 100;
    background-color: black;
    left: auto;
    right: auto;
    padding: 50px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .mainContent {
    margin-top: 20px;
  }
  .-tabletOneColumn {
    width: 100%;
    left: 0;
    right: 0;
  }
  .headerNav-items {
    width: 100%;
    padding: 10px 0 10px 0;
    text-align: center;
  }
  .header-logo {
    padding-bottom: 20px;
  }
  .videoPage .headerContainer {
    width: 75%;
    max-width: 1600px;
    padding: 0 10px;
    margin: 0 auto;
    clear: both;
  }
  .headerLogo-container {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .mainContent {
    margin-top: 20px;
    min-width: 0;
  }
  .column,
  columns,
  .-tabletOneColumn,
  .-phoneOneColumn {
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
  }
  .headerNav-items {
    width: 100%;
    padding: 10px 0 10px 0;
    text-align: center;
  }
  .post-content p {
    padding: 0 20px;
  }
  .header-logo {
    padding-bottom: 20px;
  }
  .videoPage .headerContainer {
    width: 98%;
    max-width: 1600px;
    padding: 0 10px;
    margin: 0 auto;
    clear: both;
  }
  .wrapper {
    width: 100%;
    max-width: 1098px;
    padding: 0px;
    margin: 0 auto;
    clear: both;
  }
  .headerLogo-container {
    text-align: center;
  }
  #tourpopup .content .tour-image {
    float: none;
    margin: 0;
  }
  #tourpopup .content .email-submit {
    float: none;
  }
  #tourpopup .content .email-textbox {
    float: none;
  }
  #tourpopup .content .enter-site {
    margin-top: 20px;
    padding-bottom: 40px;
  }
}


  /*--Added 28th July16--*/

  .splash-social-icons ul,   .splash-social-icons li {
    list-style: none;
  }


  .splash-social-icons ul li {
    display: inline-block;
    padding: 3px;
  }

  .splash-social-icons, .splash-social-icons ul, .spotify-follow-btn {
    display: inline-block;
  }

  .spotify-follow-btn {
    padding: 10px;
    vertical-align: sub;
    height: 25px;
  }

  .splash-social-icons ul {
    padding: 10px;
  }

  .splash_productHighlight {
    display: none;
  }

  .splash_misc {
        padding-bottom: 10px;
    border-bottom: 1px solid #333;
    margin-bottom: 60px;
  }

  #sign-up {
    display: inline-block;
  }


  .mobile-only {
    display: none;
  }
  .onMobile .mobile-only{
    display: block;
  }

  #mobile-sign-up {
    background: #e8e1d2;
    border-radius: 4px;
    color: black;
    display: inline-block;
    padding: 5px 10px;
    margin: 10px 15px 10px 10px;
  }


/*--SSO Styles--*/

.ae-modal iframe {
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    width: 100%!important;
    height: 100%;
    border: 0px;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
     border-radius: 0 !important;
    -moz-box-shadow: 0!important ;
     -webkit-box-shadow: 0 0 0 #000 !important ;
     box-shadow: 0 0 0 #000 !important ;
}

.ow-overlay, .ae-modal-overlay {
  background: #000 !important;
      opacity: 0.7 !important;
}


.track-mobile {
  display: none;
}

.onMobile .track {
  display: none;
}

.onMobile .track-mobile {
  display: block;
}



