a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */


/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
	border:0;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #fff;
	font-family: 'Stolzl-Regular', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #FFF;
	text-decoration:none;
}

a:focus {
	outline:none;
}



@font-face {
  font-family: 'Stolzl-Regular';
  src: url('../fonts/Stolzl-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/Stolzl-Regular.otf')  format('opentype'),
	     url('../fonts/Stolzl-Regular.woff') format('woff'), url('../fonts/Stolzl-Regular.ttf')  format('truetype'), url('../fonts/Stolzl-Regular.svg#Stolzl-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}


body, html {
    margin: 0;
    padding: 0;
    height: 100%;
	font-family:'Stolzl-Regular', sans-serif;
	color:#fff;
	background:center no-repeat #000;
}

body {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color:#fff;
}

a {
  background: transparent;
  color:#fff;
  text-decoration:none;
}

a:focus {
  outline: none; }

a:active,
a:hover {
  outline: 0; }

.fade-hover {
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.fade-hover:hover {
	opacity:0.5;
}

#video-box {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#video-box:before, #overlay-bg-video-wrapper:before{
	position:absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	display:block;
	content:'';
}

#video-inner {
    opacity: 0;
}

#video-inner iframe {
    position: absolute;
    left: 50%;
    top: 0;
    width: 140%;
    height: 1000%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#video-inner:before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	display:block;
	display:none;
}

#video-bg {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	width:100%;
	height:100%;
}

#unmute-load {
    position: fixed;
    left: 50%;
    top: 50%;
    text-transform: uppercase;
    display: block;
    border: 2px solid;
    padding: 1em 4em;
    font-size: 0.5em;
    cursor: pointer;
    font-weight: bold;
	-ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

#page-wrapper {
    height: 100%;
    display: table;
    width: 100%;
	position:relative;
	z-index:2;
}

#page-inner {
    display: table-cell;
    vertical-align: middle;
    padding: 100px 0;
}


/*  Header  */

#header {
    box-sizing: border-box;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}

#header-inner {
}

#logo {
    margin: 0;
    line-height: 1em;
    padding: 0;
    width: 90%;
    max-width: 300px;
    left: 50%;
    display: block;
    position: absolute;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	top:30px;
	z-index: 9;
	font-size: 0.1em;
}

#logo img {
    display: block;
    width: 100%;
    border: 0;
}

#hf-logo {
    position: absolute;
    width: 122px;
    top: 30px;
    left: 30px;
    margin: 0;
    line-height: 1em;
    padding: 0 !important;
}

#hf-logo img {
    display: block;
    width: 100%;
    border: 0;
}

/*  Social  */

#social {
    position: absolute;
    right: auto;
    top: auto;
    bottom: 30px;
    left: 30px;
    font-size: 24px;
    z-index: 2;
}

#social a {
    display: block;
    float: left;
    margin-left: 15px;
    overflow: hidden;
    position: relative;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#social a:hover {
	opacity:0.5;
}

#social a:first-child {
	margin-left:0;
}

#social a span {
    position: absolute;
    margin: -5000px;
}

.ae-cform-container {
    position: absolute;
    right: 30px;
    bottom: 40px;
    text-transform: uppercase;
    font-size: 0.5em;
    font-weight: bold;
    font-size: 12px !important;
	z-index:3;
}

#ae-cform-container-1 a {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    padding: 1em 2em !important;
}

.ae-cform-container a .fa {
	font-size:2em;
}

.ae-cform-container a .fa {
    font-size: 2em;
    line-height: 0.6em;
    vertical-align: top;
    margin-right: 5px;
	font-weight: 300;
}

/*  Buttons  */

.page-button {
    display: table;
    border: 2px solid #fff;
    padding: 0.5em 1.5em;
    box-sizing: border-box;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	text-transform: uppercase;
	text-align:center;
}

.page-button:hover {
	background:#fff;
	color:#000;
}

.video-controls {
    display: none;
    position: absolute;
    margin: auto;
    padding: 10px;
    box-sizing: border-box;
    color: #fff;
    font-size: 24px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    left: 30px;
    top: 20px;
	z-index:3;
}
.mobilevideo .video-controls {
	display:none !important;
}

.video-controls-inner {
    display: table;
	margin:auto;
}

#playpause, #muteunmute, #restart {
    border-left: 1px solid #fff;
    padding: 0 10px;
    text-align: center;
    margin: 0;
    float: left;
    line-height: 25px;
    height: 25px;
}

#playpause div, #muteunmute div, #restart div {
    width: 20px;
	margin:auto;
}
#playpause span, #muteunmute span, #restart span {
    cursor: pointer;
}

#playpause {
    margin-left: 0;
    border: 0;
}

#playpause:hover span, #muteunmute:hover span, #restart:hover span, #social a:hover {
   opacity:0.5;
}

#playpause .play {
  padding-left: 2px;
}

.mute {
	display:none;
}


/*  Content  */
#video-wrapper {
    display: none;
    width: 90%;
	max-width:800px;
    margin: auto;
}

#lower-content {
    position: absolute;
    z-index: 2;
    left: 50%;
    width: 90%;
    max-width: 300px;
    bottom: 30px;
    text-align: center;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#lower-content a {
    display: block;
    padding: 1em 2em;
    background: #fff;
    color: #000;
    text-transform: uppercase;
    font-size: 0.8em;
    line-height: 1.5em;
    font-weight: bold;
    box-sizing: border-box;
    cursor: pointer;
}

#lower-content-inner {
    position: relative;
    margin: 0 -10px ;
}

.lower-block-spacing, .lower-watch-spacing {
    display: table;
    width: 100%;
    border-spacing: 10px;
    table-layout: fixed;
    margin-bottom: -10px;
}

.mobilevideo .lower-watch-spacing {
    border-spacing: 0;
    margin-bottom: 0;
}

.mobilevideo .lower-block-spacing {
    margin-bottom: -10px;
}

#lower-content .lower-content-block {
    display: table-cell;
    width: 2%;
}

.mobilevideo #watch-button {
    display: none !important;
}

#left-block .page-button {
    float: left;
    margin-right: 30px;
}

/*  Video  */
#video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    box-sizing: border-box;
}

#video-container iframe, #preview-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    right: 0;
    bottom: 0;
    height: 100%;
}
/*  Footer  */

#footer {
    position: absolute;
    bottom: 8px;
    left: 0;
    font-size: 8px;
    z-index: 2;
    width: 100%;
	box-sizing:border-box;
    text-align: center;
}

/*  Popups  */
.mfp-close-btn-in .mfp-close {
    color: #fff !important;
}

.mfp-bg {
    background: #000 !important;
    opacity: 0.9 !important;
	position:fixed !important
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
    max-height: 100%;
    left: 0;
    overflow: scroll;
}

.mfp-iframe-holder .mfp-content {
    overflow: visible !important;
}

.bit-widget {
    background: transparent !important;
}

/*  LIVE  */

#live {
	padding:30px 0;
	width:80%;
	margin:auto;
	position:relative;
}

#live h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 48px;
	line-height: 1em;
}

#gigs {
    display: table;
    width: 100%;
    border-top: 3px solid #fff;
	text-transform:uppercase;
	font-size:14px;
}

#gigs .row {
    display: table-row;
    text-decoration: none;
}

#gigs .umg-live {
border-bottom: 3px solid #fff;
}
#gigs a {
    text-decoration: none;
}

#gigs div, #gigs a {
    display: table-cell;
    padding: 10px 0;
	vertical-align:middle;
	text-align:left;
	padding-left: 10px;
}

#gigs div:first-child {
	padding-left:0;
}

#gigs div.ticket-link {
    text-align: right;
}

#gigs div.ticket-link div {
    display: table;
    padding: 15px 30px;
    color: #2c132c;
    text-align: center;
    margin-left: auto;
	border:3px solid #fff;
	position: relative;
	box-sizing: border-box;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

#gigs div.ticket-link span {
    position: relative;
    display: block;
    margin: auto;
    z-index: 2;
    min-width: 80px;
}

#gigs div.ticket-link div:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
	z-index:1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    -webkit-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
}

#gigs a:hover div.ticket-link div {
	color:#FFF;
	border-color:#FFF;
}

#gigs a:hover div.ticket-link div:before {
	opacity:0;
}


#gigs a:hover {
    color: #FFF;
}

.listen-embed iframe {
    max-width: 100%;
    margin-left: 0;
}

.listen-embed iframe:first-child {
    margin-left: 0;
}

.listen-embed {
  display: table;
  margin: auto;
  position:relative;
}

.listen-embed .followbutton {
  margin: auto;
  display: table;
}

.mfp-close-btn-in .mfp-close {
    color: #fff !important ;
    opacity: 1;
}

#_evidon-button-text {
    font-size: 0.5em;
    color: #000;
    line-height: 2em !important;
}

.blocker {
    z-index: 99;
}

.ae-cform-header-image {
    width: 100%;
}

#copyright-logo {
    height: 6px;
    border: 0;
}

.jquery-modal {
    z-index: 9999 !important;
}

/*  Overlay  */

#overlay {
    position: fixed;
    z-index: 9;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
	box-sizing:border-box;
    padding: 30px;
    text-align: center;
    color: #000;
	overflow:scroll;
	font-size: 14px;
}

#overlay-inner {
    position: relative;
	display: table;
    box-sizing: border-box;
    width: 100%;
    max-width: 800px;
    margin: auto;
	z-index:3;
}

#overlay-width {
    display: table-cell;
    vertical-align: middle;
	position:relative;

}

#overlay-header {
    position: relative;
    background: #fff;
    padding: 20px;
    width: 100%;
	box-sizing: border-box;
}

#overlay-logo {
    position: relative;
    margin: auto;
    display: block;
    line-height: 1em;
    width: 100%;
    max-width: 400px;
}

#overlay-logo img {
    display: block;
    width: 100%;
}

.overlay-sub-heading {
    position: relative;
    margin: 20px auto 0;
    text-transform: uppercase;
    font-size: 1.2em;
}

.overlay-sub-heading:first-child {
    margin-top: 0;
}

#overlay-center {
    display: table;
    width: 100%;
    background: #fff;
    margin: 20px auto 0;
	border-spacing:20px;
    position: relative;
	table-layout: fixed;
}

.overlay-center-block {
    display: table-cell;
    width: 2%;
    vertical-align: middle;
}

#packshot-block .overlay-sub-heading {
    display: none;
    margin-bottom: 20px;
}

.overlay-packshot {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.overlay-buttons {
    margin: 10px auto 0;
}

.overlay-buttons .overlay-button {
    display: block;
    padding: 10px 2em;
    border: 3px solid #000;
    color: #000;
    font-weight: bold;
    margin-top: 10px;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size: 10px;
}

.overlay-buttons .overlay-button:hover {
    background: #000;
    color: #fff;
}

.overlay-buttons:first-child, .overlay-buttons .overlay-button:first-child {
    margin-top:0;
}

#overlay-enter {
    position: relative;
    margin: 20px auto 0;
    background: #000;
    display: block;
    border: 20px solid #fff;
    padding: 10px 2em;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#overlay-enter:hover {
    border-width: 0;
    padding: 30px;
}


#overlay-bg-video-wrapper {
    position: fixed;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
	opacity:0;
}

#overlay-bg-video {
    position: absolute;
    left: 50%;
    top: 0;
    width: 140%;
    height: 1000%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#_evidon_banner {
    background: #fff !important;
    color: #000 !important;
}

#_evidon_banner .evidon-banner-title, #_evidon_banner .evidon-banner-message, #_evidon_banner .evidon-banner-message a {
    color: #000 !important;
}

@media screen and (min-width:737px){
#lower-content {
    bottom: 30px !important;
}
}
@media screen and (min-width:737px) and (max-width:1000px){
#buy-button {
    width: 220px;
}

#logo-wrapper {
    width: 200px;
    margin: 15px 0 0;
}
}

@media screen and (max-width:736px){

body {
	display:table;
	width:100%;
}

#page-inner {
    /* position: relative; */
    padding: 0;
    vertical-align: top;
    display: table;
    height: 100%;
    box-sizing: border-box;
    width: 100%;
}


#header-inner {
    position: relative;
    display: table;
    margin: auto;
    padding: 30px;
    width: 100%;
    box-sizing: border-box;
}

#logo {
    position: relative;
    left: 0;
    -ms-tansform: translateX(0);
    -webkit-transform-origin-x: translateX(0);
    transform: translateX(0);
    margin: auto;
    top: 0;
    float: none;
}

#hf-logo {
    top: 0;
    left: 0;
    position: relative;
    width: 60px;
    margin: 20px auto 0;
    background: #fff;
    padding: 10px 8px 10px 10px !important;
}

#social {
    position: relative;
    top: 0;
    left: 0;
    margin: 10px auto 0;
    display: table;
	bottom:0;
}

.ae-cform-container {
    position: relative;
    bottom: 0;
    right: 0;
    width: 100%;
}


#ae-cform-container-1 a {
    padding: 0 2em !important;
    margin-top: 10px;
}
.ae-cform-modal-container, .ae-cform-container {
    max-width: 200px !important;
    margin: 0 auto 0;
    float: none !important;
}

.ae-cform-container:before {
	content:'';
	display:block;
	clear:both;
}

.ae-cform-container a {
    display: block;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    margin-top: 20px;
}

.video-controls {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    margin: 20px auto 0;
}

#video-wrapper {
    width: 80%;
}

#lower-content-wrapper {
    position: absolute;
    z-index: 2;
    left: 50%;
    width: 90%;
    max-width: 300px;
    bottom: 30px;
    text-align: center;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    margin: 0;
    padding: 0 0 30px;
    width: 80%;
}

#lower-content {
    position: relative;
    padding: 0;
    border-spacing: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
}

#lower-content-inner {
    margin: 0;
}

#lower-content-blocks {
    border-spacing: 0;
    margin-bottom: 0;
}

#lower-content .lower-content-block {
    display: block;
    width: 100%;
    margin-top: 20px;
}

#content {
    position: relative;
    padding-top: 0;
}

#buy-button {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
	margin-top:30px;
}

.page-button {
	display:block;
}

#left-block .page-button {
    float: none;
    margin-right: 0;
    display: block;
    margin-top: 30px;
}

#buy-button br {
    display: none;
}


#footer {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 8px;
    padding: 0 30px 30px;
    text-align: center;
}

/*  Preview Page  */

#preview-wrapper {
    border: 0;
    overflow: scroll;
}

#preview-wrapper #header {
    padding: 30px;
    height: auto;
}

#preview-wrapper #logo-wrapper {
    top: 0;
	left:0;
    margin: auto;
    -ms-transform: translate(0,0);
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}

#preview-wrapper .video-controls {
    position: relative;
    top: 0;
    right: 0;
    margin: 10px auto 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 80%;
    max-width: 300px;
}

#preview-wrapper #social {
    top: 0 !important;
    margin-top: 10px;
    left: 0 !important;
    -ms-transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
}

#preview-signup {
    position: relative;
    bottom: 0;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: 80%;
    max-width: 300px;
    text-align: center;
    margin: 20px auto 0;
    left: 0;
}

#preview-signup a {
    font-size: 14px;
}

#preview-wrapper #footer {
    left: 0;
    bottom: 0;
    right: 0;
}

/*  LIVE  */

#gigs .umg-live {
  border-bottom: 0;
}

#gigs {
    border-top: 2px solid;
}

#gigs div {
    display: block;
    padding: 0;
    border-bottom: 0;
    padding-left: 0;
}

#gigs a {
    display: block;
    margin: 10px 0;
    //border-bottom: 2px solid;
    padding: 0 0 10px;
}

#gigs .rsvp {
  border-bottom: 2px solid;
}

#gigs div.ticket-link {
    text-align: left;
}

#gigs div.ticket-link div {
    display: block;
    padding: 15px;
    margin-top: 10px;
	border-width:2px;
}

#unmute-load {
	display:none !important;
}

/*  Overlay  */

.overlay-center-block {
    display: block;
    width: 100%;
}

#packshot-block .overlay-sub-heading {
    display: block;
}

#buttons-block {
    padding-top: 10px;
}

#buttons-block .overlay-sub-heading {
    display: none;
}

}