@media only screen and (max-width : 735px) {
@font-face {
    font-family: OLDENG;
    src: url(fonts/OLDENG.TTF) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: OLDENG5;
    src: url(fonts/OLDENG5.TTF) format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* ----------------------------- Main page Layout ---------------------------------------- */

html { height: 100%; 
	font-family: "Segoe UI", Optima, Helvetica, Arial, sans-serif;
	 margin:0;
    padding:0;
}

body {
	display:block;
	color: #000;
	background-color: #000000;
	font-size: 100%;
	width:100%;
	margin:0;
    padding:0;
}

.content-wrapper {
	display:inline-block;
	margin: 0px;
	padding: 0px;
	border: 1px solid #000;
	width:99%;
}

.masthead{
	display:block;
	margin-top:5px;
}	

.logo img {
	border-radius: 15px;
	-moz-border-radius: 15px 15px 15px 15px;	
	-webkit-border-radius: 15px;
	
}	

.logo {
	display: block;
	height: 20vw;
	text-align: center;
	background-color: #000000;
}
	
.logoleft {
	height: 100% !important;
	width: 20vw !important;
	text-align: left;
	float:left;
}

.logoleft::after {
  display: block;
  position: relative;
  background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,1));
  margin-top: -20vw;
  height: 20vw;
  width: 100%;
  content: '';
}

.logoleft img { 
	height: 100%;
	width: 100% !important;
	min-width: 60%;
}

.logomiddle {	
    z-index: 1000;
	position: absolute;
	width: 100% !important;
	top: 3vw;
    left: 3vw;
	font-family: OLDENG,OLDENG5;
	color:#FF0;
	font-size: 10vw;
	text-align: center;
	line-height: 80%;
	letter-spacing: 3px;
	white-space: nowrap;
}

.logoright {
	height: 100% !important;
	width: 20vw !important;
	float:right;
	text-align: right;
}

.logoright img {
	height: 100%;
	width: 100% !important;
}

.logoright::after {
  display: block;
  float:right;
  position: relative;
  text-align: right;
  background-image: linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,0));
  margin-top: -20vw;
  height: 20vw;
  width: 100%;
  content: '';
}

.columns-wrapper {
	display:block;
	background-color: #FFF;
	border-radius: 15px;
	border: 1px solid #ccc;
	padding: 0px;
	width:100%;
}

.content {
	display:table;
    padding: 0px 10px 0px 10px;
    font-size: .94em;
    line-height: 1.2em;
	height:100%;
	width:95%;
}

.footer {
    font-family: "Segoe UI", Optima, Helvetica, Arial, sans-serif;
    color: 
    #CCC;
    font-size: 75%;
    text-align: center;
    font-variant: normal;
	margin-top: 20px;
	display:block;
}

.footer p.copyright {
    text-transform: uppercase;
    margin: 5px;
    font-size: .75em;
}


/* --------------------------------------------------------------------------------------- */

/* ----------------------------- Generic HTML tags ---------------------------------------- */

img {
	vertical-align: top;
}

select { height: 100%; 
	font-family: "Segoe UI", Optima, Helvetica, Arial, sans-serif;
}

/* --------------------------------------------------------------------------------------- */

/* ---------------------------------- Home Page ------------------------------------------ */

#toprow {
	display:block;
	width: 100%;
}

#bottomrow {
	width: 100%;
}
	
#topleft {
	display:block;
	position: relative;
	min-height: 185px;
	margin-bottom: 10px;
	padding: 10px;
}

#topright {
	display: none;
}

#toprightmobile {
	margin-bottom: 10px;
}

#bottomleft {
	margin-bottom: 10px;
	padding: 10px;
	max-height: 425px;
	height: 425px;
}	

#bottommiddle {
	margin-bottom: 10px;
	padding: 10px;
	max-height: 425px;
	height: 425px;
}	

#bottomright {
	margin-bottom: 10px;
	padding: 10px;
	max-height: 425px;
	height: 425px;
}

#twitterbox {
	overflow: auto;
	max-height: 310px;
}

#instagrambox {
	overflow: auto;
	max-height: 310px;
}

.fb-like-box {
	display:inline-block;
}	

.fb-like-box span{
	display:inline-block;
	width:500px;
}

.fb-like-box iframe{
	display:inline-block;
	width:500px;
}

._2p3a {
	width:500px !important;
}	

/* --------------------------------------------------------------------------------------- */

/* ---------------------------------- d ------------------------------------------ */






.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}



#constructiondiv {
	margin-top: 160px;
}

.sociallink {
 height: 40px;
 height: 40px;
}	

.sociallink:hover{
	transform: scale(1.50);
}

.hls-link {
    color: #FFFF00;
    text-decoration: none;
    border-bottom: 1px solid;
    font-size: 9pt;
}

.black-dark {
	border-radius: 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	background-color: #000000;
	padding: 10px;
	color: #CCC;
}

.sgs_on_black h1, .sgs_on_black h2 {
 color: #ff0;
}

.sgs_on_black label{
padding-right:10px;
}

.sgs_on_black ul{
list-style-type:none; 
padding-left:20px;
}

.sgs_on_black ul li{
	padding-bottom:10px;
	color: #ffdb50;	
}

.sgs_on_black a:hover {
 color:	white;
}	

.sgs_on_black a {
 color:	green;
}	

.sgs_on_black input, .sgs_on_black textarea {
	border: 1 !important;
	border-color: #ffdb50 !important;
    color: #fff;
    cursor: text;
	font-size: 1.00em;
}

.g-recaptcha {
	transform:scale(0.80);
transform-origin:0 0;
}

.shadow {
    border: 1px solid white; 
	box-shadow: 10px 10px 15px;
}

#Countdownclock {
	display:none;
}

#sgs-home-nextevent {
	position: absolute;
    width: 95%;
	height: 90%;
	padding: 0px 10px 0px 0px;
}

#sgs-home-nextevent img {
	width:100%;
	height:100%;
	border-radius: 10px;
	filter: contrast(40%);	
	-moz-border-radius: 10px 10px 10px 10px;	
}

#sgs_home_nextevent_details {
	position: absolute;
	text-shadow: -1px 0 15px black, 0 1px 15px black, 1px 0 15px black, 0 -1px 15px black;
	font-size: 1.10em;
	color:#FF0;
}
	

#MainPageTicketButton {
	display:inline-block;
}	

#MainPageTicketSelect {
	display:inline-block;
	position: relative;
	top: -20px;
}

#MainPageOther {
	color: #FF0;
	display: block;
	text-align: center;
	text-decoration:none;
	font-size: 1.5em;
	padding: 14px 0px;
	margin: 0px 0px 0px 0px;
	border-style: solid;
	background-color: #000 !important;
	border: 2px solid #FF0 !important;
	border-radius: 10px;
	-moz-border-radius: 10px 10px 10px 10px;	
	-webkit-border-radius: 10px;
}

#MainPageOther:active {
	color: #000;
	background-color: #FF0 !important;
}
	

.addtocart_SGSMain{
position: relative;
left: 40px;
top: 0px;
width:150px !important;
height:35px !important;
cursor:pointer !important;
}

#event_overview {
	position:static;
	display:block;
	width:95%;
}	

#event_overview_header {
	position:relative;
	width:100%;
	height: 65vw;
	top:0;
	left:0;
	display:inline-block;
	z-index: 8;
	overflow: auto;
	margin-bottom:10px;
}
	
#event_overview_eventdetails {
	position: absolute;
	display: inline-block;
	width:100%;
	top:0;
	left:0;
	text-shadow: -1px 0 15px black, 0 1px 15px black, 1px 0 15px black, 0 -1px 15px black;
	font-size: 1.10em;
	color:#FF0;
	z-index: 10;
}


#locationname {
	margin-bottom:15px;
}	

#event_overview_picture {
	position: absolute;
	display: inline-block;
	top:0;
	left:0;
    width: 100%;
	height: 100%;
	padding: 0px 10px 0px 0px;
	z-index: 9;
}

#event_overview_picture img {
	border-radius: 10px !important;
	-moz-border-radius: 10px 10px 10px 10px !important;	
	width:100%;
	height:100%;
	border-radius: 10px;
	filter: contrast(40%);	
	-moz-border-radius: 10px 10px 10px 10px;
	display:inline-block;
}

#event_overview_ticketspurchased {
	position:relative;
	width: 100%;
	display:inline-block;
	z-index: 9;
	margin-bottom:10px;
}	

#event_overview_tickets {
	position:relative;
	width: 100%;
	display: block;
	z-index: 8;
}

#EventOverviewtext {
	position:relative;
	width: 100%;
	display: block;
	z-index: 7;
}	

#EventOverviewtext h2{
	color: #090;
}	

#TicketCartContainer ul{
	padding-left: 10px;
}	

#TicketCartContainer li{
	list-style-type:none; 
	width:94%;
	padding-bottom:10px;
}	

#sPhone {
	width:100% !important;
}	

#col2 {
    float: left;
    width: 65%;
    padding-left: 20px;
}

#col2 p{
	display: inline-block;
border: 1px solid rgba(255,255,255,.2);
box-shadow: 5px 5px 5px
rgba(0,0,0,.20);
background-color:
#333;
color:
#FF0;
font-size: 0.8ems;
line-height: 20px;
border-radius: 12px;
border: 1px solid
#ccc;
    border-top-color: rgb(204, 204, 204);
    border-right-color: rgb(204, 204, 204);
    border-bottom-color: rgb(204, 204, 204);
    border-left-color: rgb(204, 204, 204);
padding: 0.1em 0.6em 0.3em;
	color:#FF0;
	font-size: 0.8ems;
	line-height: 20px;
	
}	



.leftfloated{
	margin : 0px 10px 0px 0px;	
    float: left;
}

.rightfloated{
	margin : 0px 0px 0px 10px;	
    float: right;
}

.unfloated{
    float: none;
}

.wrappedtext{
    float: none;
}

.wrappedtext img {
	height: auto !important;
	width: auto !important;
	max-width: 30%;
	display: block;
	border-radius: 12px;
	border: 1px solid;
	margin-bottom:5px;
}

.imagebound div {
    overflow: hidden;
	margin-bottom:10px;
}
.imagebound div img {
    margin-bottom:10px;
}


#col1 img {
	margin : 50px 0px 0px 3px;	
	width: 100%;
	text-align: top;
	object-fit:cover;
}


#topright img {
	width: 280px;
	text-align: center;
	height: 175px;
}

h1 {
    font-size: 140%;
}

h2 {
    font-size: 120%;
}

h1, h2, h3, h4 {
    color: #090;
    margin: 0px 0px  0px 0px;
}
#loginheader {
	padding: 10px 0px 20px 0px;
}	

#loginscreenmain {
	padding: 20px 20px 100px 20px;
	border-radius: 0.4rem;
	background-color: #000;
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	display: block;
	min-width: 90%;
	z-index: initial;
	margin:0px 0px 10px 0px;
}
#loginscreenmain h2 {
	padding: 0px 0px 10px 0px;	
}
	
#loginscreenmain input {
	border: none;
	border-radius: 0.4rem;
	height: 40px;
	width: 100%;
	font-size: 150%;
}	

#loginscreenmain input:hover {
	background-color: #DDD;
}


#loginscreenmain div {
	margin: 0px 0px 20px 0px;
	height: auto;
	width: 90%;
}

#event_editor {
	float: left;
	width:100%;
	--background: #ddddee;
}	

#event_editor_left {
	float: left;
		width:100%;
		min-width:307px;
	padding: 0px 0px 0px 5px;
}

#event_editor_right {
	float: left;
	width:610px;
}
#event_editor_right h1 {
	margin:10px;
    padding: 2px 12px 10px 20px;
}
	
#selectayear {
	display: block;
	width:300px;
	height:50px;
	border: none;
	background-color: black; 
	color: #ff0 !important;
}

#selectayearselect {
	float: right;
	width:300px;
	height:50px;
	border: none;
	background-color: black; 
	color: #ff0 !important;
	font-family: "Segoe UI", Optima, Helvetica, Arial, sans-serif;
	font-size: 150%;
	text-align: left;
    text-align-last: left;
    -moz-text-align-last: left;
}

#selectayearselect:hover {
	background-color: #555 !important;
	color: #ff0 !important;
}

ul.event_editor_menu {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}	

ul.event_editor_menu li {
	height: 100px;

	margin: 0px 0px 5px 0px;
}

.event_editor_menu_button_cont {
	display: block;
	height:100px;
	border: 1px solid #CCC;
	border-radius: 5px;
	background-color: black; 
	color: #ff0 !important;
}	

.event_editor_menu_button_cont:hover {
	background-color: #555 !important;
	color: #ff0 !important;
}


.event_editor_menu_button_membertype {
	height: 100px;
	float: left;
	width: 12%; 
	text-align:center; 
	height: 100px; 
	line-height: 100px;
}

.event_editor_menu_button_membertype span{
	display: none;
}

.event_editor_menu_button_img {
	display: none;
}

.event_editor_menu_button_text {
	height: 100px;
	width:220px;
	float: left;
	color:#FFF;
	padding-left: 10px;
}

#LocationName {
	color:#FF0;
	display:block;
	padding: 10px 20px 0px 0px;
	font-size: 1.2em;
	line-height: 1.2em;
}

.event_editor_menu_button_tickets {
	display: none;
}























.pound{
	display:inline-block;
	position: relative;
	}
	
.pound input{
	padding-left:14px !important;
	}
	
.pound:before {
	font-family: "Segoe UI", Optima, Helvetica, Arial, sans-serif;
	font-size: 9pt;
	position: absolute;
    content:"£";
    left:7px;
	top:7px;
 	}

.event_list_grid {

}
	
.event_list_grid_full_width {
  display: block; 
}
 	
.event_list_grid_item {
	position: relative;
	display: inline-block;
	Width:95%;
	Height:200px;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	margin-right:5px;
	line-height: 110%;
}

.event_list_grid_item img {
	width:100%;
	height:100%;
	border-radius: 10px;
	filter: grayscale(100%) contrast(40%);	
	-moz-border-radius: 10px 10px 10px 10px;	
}	

.event_list_grid_item:active {
	filter: sepia(80%);
}

.event_list_grid_item_left {
	position: absolute;
    width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

.event_list_grid_item_right {
  position: absolute;
  width:100%;
  text-shadow: -1px 0 15px black, 0 1px 15px black, 1px 0 15px black, 0 -1px 15px black;
  font-size: 1.10em;
  color:#FF0;
  z-index: 10;
}	

.event_list_grid_item_bottom {
  position: absolute;
  text-shadow: -1px 0 15px black, 0 1px 15px black, 1px 0 15px black, 0 -1px 15px black;
  font-size: 1.10em;
  color:#FF0;
   width:100%;
}

.event_list_ticketsection {
  margin-top:38%;
  width:100%;
}	

.event_list_ticketsection_envelope {
	position: relative;
	width:100%;
}	
	
.eventlist_ticketselect {
	display:inline-block;
	position: absolute;
	top: 0px;
}

.eventlist_ticketcart {
	display:inline-block;
	position: absolute;
	top:2px;
	right: 50px;
}	

.event_list_grid_item li {
	padding: 0px 0px 4px 0px;
	list-style: none;
}	

#sHousekeeping li{
	list-style-type: initial !important;
	color:#000 !important;
}	
	

.event_list_grid_item label {
	margin-right:10px;
}	
	
#CenterDIV {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	overflow-y:scroll;  
	padding-top: 100px;
}

.youtube {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.divFloat {
	margin: 0 auto;
	background-color: rgba(0, 0, 0, 0.85);
	color: #FFA;
	width: 70%;
	max-width: 70%;
	height: auto;
	padding: 20px;
	MARGIN-TOP:10%;
	font: inherit;
	border: solid 1px #999;
	-webkit-border-radius: 3px;
	-webkit-box-orient: vertical;
	-webkit-transition: 200ms -webkit-transform;
	box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0, 0, 0, 0.15);
	display: block;
}
 
#ownaccount_editor {
	max-width:95% !important;
	width:95%;
	background: white;
}

#ownaccount_editor  ul {
	max-width:95% !important;
}

.blacktext {
	color:#000 !important;
}

#sLocation {
	width:100% !important;
}
	
#sEmail {
width:100% !important;
}	

#sWhyLocation {
width:100% !important;
}	

#contactusul { 
width:100% !important;
}	

	
#MeetTeam img{
	border-radius: 15px;
	-moz-border-radius: 15px 15px 15px 15px;	
	-webkit-border-radius: 15px;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	transition: transform .2s
}	

#MeetTeam img:hover{
	-webkit-filter: sepia(100%) hue-rotate(0deg) saturate(100%);
	filter:  sepia(100%) hue-rotate(0deg) saturate(100%);
	transform: scale(1.05);
	filter: grayscale(0%);
}

#meetteam_gridcontainer {
	display: block;
 	margin-top: 20px;
	width: 100%;
	padding-left:10%;
}
	
	
.teamPicture {
	display: inline-block;	
	margin-right: 40px;
	margin-bottom: 20px;
	width:225px;
	height:225px;
	cursor: pointer;
}
	
#meetteam_gridcontainer img{
	width:100%;
	height:100%;
}	

.teamname {
	/*background-color: rgba(0, 0, 0, 0.10);*/
	color: #FFB;
	font-size: 120%;
	line-height: 120%;
	display: inline;
	position: relative;
	top:-50px;
	left:10px;
}

#teamdrilldown {
	z-index: 1000;
	position: fixed;
	top: 20%;
	left: 5%;
	width: 85vw;
	height: 65vh;    
	margin: 0 auto;
	background-color: rgba(255, 255, 255, 0.99);
	color: black;
	padding: 20px;
	font: inherit;
	border: 0px solid;
	border-radius: 15px;
	-moz-border-radius: 15px 15px 15px 15px;	
	-webkit-border-radius: 15px;
	-webkit-box-orient: vertical;
	-webkit-transition: 200ms -webkit-transform;
	box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0, 0, 0, 0.15);
	display: none;
}	

#teamdrilldownimage{
	float: left;
	margin-right: 40px;
	margin-bottom: 10px;
	width:225px;
	height:225px;
	border: 0px;
	border-radius: 15px;
	-moz-border-radius: 15px 15px 15px 15px;	
	-webkit-border-radius: 15px;
}	

#termsandconditions div{
margin-top: 10px;
margin-bottom: 20px;
}

#termsandconditions li {
margin-bottom: 5px;	
}

.rndpic {
	display:block;
	height: 160px !important;
	width: 100% !important;
}


.button  {
	background-color: #000 !important;
	border: 2px solid #FF0 !important;
	border-radius: 15px;
	-moz-border-radius: 15px 15px 15px 15px;	
	-webkit-border-radius: 15px;
	padding-left:10px;
	padding-right:10px;
	height: 40px !important;
	min-height: 40px !important;
	width: 240px !important; 
	font-size: 100%;
	padding: 0px 0px 0px 0px !important;
	vertical-align: middle;
	font-weight: normal;
	line-height:40px;
	color:#FF0 !important;
	text-align: center;
    text-decoration: none;
	float: none !important;
    display: inline-block;
	overflow: hidden;
	position: relative;
	z-index: 0;		
}

.youtubesubscribe {
		width:90%;
}

.youtuberow {
	margin-bottom: 10px;
	padding: 10px;
	max-height: 350px;
	height: 350px;
	width:95%;
}

#youtuberow {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	width:95%;
}

#youtube {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

#youtube iframe{
	width: 100%;
	height: 50vw;
}	

	
.textarea_fullwidth_mediumlength {
	height: 20em;
    width: 100%;
}	

.button:hover {
  background-color: #ff0 !important;	
  color: #000 !important;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  will-change: transform;
}	

#Countdownclock {
	display:none;
}

#event_add_previous_investigated {
display:block;
}

#event_add_never_investigated {
display:none;	
}

#event_editor_add_location_form {
display:none;	
}

#TicketCartAuthorised {
display:none;	
}

.OI_REVIEW_DESKTOP {
	
	display:none;
}

.OI_REVIEW_MOBILE {
display:block;
}	

}