body{
	background-color: black;
	font-family: 'Typewriter Spool SFT Ex';
	color: #b31000;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#main{
	position:  relative;
	z-index: 1;
}
a{
	color: #b31000;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 9px;
	text-decoration: none;
	transition:  all 0.3s;
}
.hide{
	opacity: 0;
}
a:hover{
	color: white;
}
h1{
	font-size: 0;
	background-image: url('../gfx/michael-kiwanuka.png');
	width: 300px;
	height: 22px;
	background-size: cover;
	margin: auto;
}
header{
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	padding-top: 20px;
	height: 200px;
	pointer-events: none;
	position:  fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 3;
}
section{
	width: 100%;
	background-size: cover;
	min-height: 100vh;
	display: flex;
	background-color: black;
	display: flex;
  align-items: center;
  justify-content: center;
}
section.section1{
	background-color: transparent;
}
footer{
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: black;
}
#imageContainer{
	position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-image: url(../gfx/backg.jpg);
    z-index: 0;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    align-items: center;
  	justify-content: center;
}
#homeContainer{
	align-self: flex-end;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    padding-bottom: 40px;
    padding-top: 100px;
}
a.button{
	padding: 18px;
	padding-top: 12px;
	padding-bottom: 14px;
	font-size: 14px;
	display: inline-block;
	color: white;
	background-color: #b31000;
	border-radius: 40px;
	font-weight: bold;
}
h2{
	width: 90%;
	margin: auto;
	max-width: 400px;
}
h2 img{
	width: 100%;
}
h3{
	color: white;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 12px;
	line-height: 130%;
}
a.button:hover{
	background-color: #ffffff;
	color: #b31000;
}
video {
	height: 100vh;
	width: 100%;
	object-fit: cover;
	position: fixed;
	z-index: 5;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	mix-blend-mode: lighten;
	opacity: 0.2;
	pointer-events: none;
}
h4{
	display: inline-block;
	width: 120px;
	margin: auto;
	margin-bottom: 20px;
}
h4 img{
	width: 100%;
}
#_evh-button{
	opacity: 0!Important;
	visibility: hidden!Important;
	height: 0px!Important;
	width: 0!Important;
}

.umg_live_table{
	line-height: 140%;
    color: white;
    text-align: left;
    text-transform: lowercase;
    font-size: 13px;
    width: 90%;
    margin: auto;
}
.umg_live_table td{
	padding-right: 13px;
}
.umg_live_tickets a {
    border-radius: 23px;
    background: #b31000;
    padding: 5px;
    font-size: 13px;
    display: inline-block;
    color: white;
    margin-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
}
.umg_live_tickets a:hover{
	background-color: white;
	color: black;
}

.ae-cform-title, .ae-cform-item label, .cform-required-field.ae-cform-item{
	display: none!Important;
}

.ae-cform-item input[type="text"], .ae-cform-item input[type="email"], .ae-cform-item input[type="password"], .ae-cform-item input[type="tel"]{
	appearance: none;
    display: inline-block;
    margin: 0;
    padding: 0 8px;
    background: #fff;
    box-sizing: border-box;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    cursor: auto;
    width: 100%;
    border: 0px ! Important;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    font-family: 'Typewriter Spool SFT Ex';
    font-size: 13px;
    font-weight: bold;
    height: 40px;
    text-indent: 6px;
    transition:  all 0.3s;
    font-size: 13px!important;
    font-weight: bold!important;
}

.ae-cform-item .ae-cform-select select{
	border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    font-family: 'Typewriter Spool SFT Ex';
    font-size: 13px;
    font-weight: bold;
    height: 40px;
    transition:  all 0.3s;
    font-size: 13px!important;
    font-weight: bold!important;
}
div.ae-cform-container{
	width: 90%;
	margin: auto;
}
.owl-dots{
	padding-top: 25px;
}
nav.social a{
	font-size: 20px;
}
nav.social{
	padding-bottom: 5px;
}
footer{
	padding-bottom: 10px;
}
.ae-cform-item .ae-cform-select .select__arrow {
    position: absolute;
    top: 17px;
    right: 15px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-width: 8px 5px 0 5px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    font-size: 13px!important;
    font-weight: bold!important;
}

.ae-cform-item input[type="text"], .ae-cform-item input[type="email"], .ae-cform-item input[type="password"], .ae-cform-item input[type="tel"] {
    appearance: none;
    display: inline-block;
    margin: 0;
    padding: 0 8px;
    background: #fff;
    box-sizing: border-box;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    cursor: auto;
    width: 100%;
    border: 0px ! Important;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    font-family: 'Typewriter Spool SFT Ex';
    height: 40px;
    text-indent: 6px;
    transition: all 0.3s;
    font-size: 13px !important;
    font-weight: bold !important;
}
.ae-cform-item .ae-cform-select{
	margin-bottom: 0px;
}
.ae-cform-item .ae-cform-select select:hover, 
.ae-cform-item .ae-cform-select select:focus,
.ae-cform-item input[type="text"]:focus,
.ae-cform-item input[type="text"]:hover,
.ae-cform-item input[type="email"]:focus,
.ae-cform-item input[type="email"]:hover,
.ae-cform-item input[type="tel"]:focus,
.ae-cform-item input[type="tel"]:hover{
	color: white!important;
    background-color: rgba(255, 255, 255, 0.4)!important;
}

.ae-cform-item ul.parsley-errors-list{
	padding-top: 8px;
    text-align: center;
    text-transform: lowercase;
    color: #8d0e06;
    font-weight: bold;
}
div.iti__selected-flag{
	font-size: 13px !important;
    font-weight: bold !important;
    color: white !important;
    font-family: 'Typewriter Spool SFT Ex';
    padding-top: 7px;
    padding-bottom: 7px;
    height: 35px;
}
div.iti__selected-dial-code, .iti--separate-dial-code .iti__selected-dial-code, span.iti__country-name{
	font-size: 13px !important;
    font-weight: bold !important;
    color: white !important;
    font-family: 'Typewriter Spool SFT Ex';
}
.iti__arrow{
	    border-top: 4px solid #fff!important
}
.ae-cform-item .ae-cform-select select{
	text-transform: lowercase;
}

.iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0.9);
    border: none;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    backdrop-filter: blur(3px);
}
.ae-cform-item span.iti__country-name{
	    text-transform: lowercase;
}


.ae-cform-item .ae-cform-select select:hover ~ .select__arrow, .ae-cform-item .ae-cform-select select:focus ~ .select__arrow {
    border-top-color: #fff!important;
}

.ae-cform-item input[type="submit"]{
	background: #8f0d06;
    border: 0px;
    border-radius: 30px;
    font-size: 14px;
    text-transform: lowercase;
    font-weight: bold;
    width: 160px;
}

.ae-cform-item input[type="submit"]:hover{
	color: #000;
    background-color: #fff;
}
.ae-cform-modal-container hr, .ae-cform-container hr{
	display: none!Important;
}
.ae-cform-optin label span{
	text-transform: lowercase;
	font-size: 11px;
}
#terms, #sms-terms{
	text-transform: lowercase!important;
    line-height: 140%!important;
    font-size: 9px;
    font-weight: bold;
}
#terms a{
	color: #8f0d06!important;
	font-weight: bold;
}


.ae-cform-item input[type="submit"]:hover {
    color: black;
    background: none;
    background: white;
    border: 0px !important;
}

.sectionInner{
	width: 100%;
    max-width: 1000px;
}
.section3 .sectionInner{
	max-width: 800px;
}
#preloader{
	background-color: black;
	position:  fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 2;
}
#preloaderInner{
	background-color: black;
	position:  fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-image: url('../gfx/preloader.gif');
	background-size: 300px;
	background-position:  center;
	background-repeat: no-repeat;
}
#productList{
	width: calc(100% - 150px);
    text-align: center;
    margin: auto;
}
div.product{
	display: inline-block;
	width: 260px;
}
div.product img{
	width: 240px;
	margin-left: 10px;
	margin-right: 10px;
}
div.product h2{
	color: white;
	text-transform: lowercase;
	margin-bottom: 15px;
	font-size: 13px;
}
td.umg_live_tickets{
	text-align: right;
	    padding-right: 0px;
}
.owl-carousel button.owl-dot span{
	    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
    width: 12px;
    height: 12px;
    background: white;
    border-radius: 12px;
    opacity:  0.5;
    transition:  all 0.3s;
}
.owl-carousel button.owl-dot.active span, .owl-carousel button.owl-dot:hover span{
opacity:  0.8;
}
@media screen and (max-width: 480px) {
    table.umg_live_table td.umg_live_date {
        text-transform: lowercase!Important;
        font-style: normal!Important;
    }
    table.umg_live_table tr{
    	margin: 0px!important
    }
    table.umg_live_table td{
    	line-height: 21px;
    	text-align: center!important;
    	padding: 0px ! Important;
        line-height: 130% !important;
        padding-right: 0px!important;
        padding-left: 0px!important;
    }
}


@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */ 
  	section, #imageContainer, video{
		min-height: -webkit-fill-available;
	}
}
