@media only screen and (min-width : 735px) {
@font-face {
    font-family: OLDENG;
    src: url(fonts/OLDENG.eot),
		url(fonts/OLDENG.eot?#iefix) format('embedded-opentype'),
		url(fonts/OLDENG.woff) format('woff'),
		url(fonts/OLDENG.woff2) format('woff2'),
		url(fonts/OLDENG.ttf) format('truetype');	
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: OLDENG5;
	src: url('fonts/OLDENG5.eot'),
	url('fonts/OLDENG5.eot?#iefix') format('embedded-opentype'),
	url('fonts/OLDENG5.woff') format('woff'),
	url('fonts/OLDENG5.woff2') format('woff2'),
	url('fonts/OLDENG5.ttf') format('truetype');	
    font-weight: normal;
    font-style: normal;
}

html, textarea, select { height: 100%; 
	font-family: "Segoe UI", Optima, Helvetica, Arial, sans-serif;
	}

body {
	color: #000;
	background-color: #000000;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 35px;
	margin-left: 0px;
	font-size: 100%;
	min-height: 100%;
	display:block;
}

#preload{
	visibility:hidden;
	width:10px;
	height:10px;
	font-family: OLDENG,OLDENG5;
}	


#toprightmobile {
	display: none;
}

select {
	font-family: "Segoe UI", Optima, Helvetica, Arial, sans-serif;
}

img {
	vertical-align: top;
}

.masthead{
	vertical-align: top;
	display:block;
	height: 180px;
}

.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 */
}

.logo img {
	border-radius: 15px;
	-moz-border-radius: 15px 15px 15px 15px;	
	-webkit-border-radius: 15px;
	
}	

#upcomingevents {
	border-radius: 15px;
	-moz-border-radius: 15px 15px 15px 15px;	
	-webkit-border-radius: 15px;
	
}	

.logo {
	z-index: 999;
	position: fixed;
	top: 0;
	display:block;
	height: 160px;
	max-width:980px;
	width: 100% !important;
	text-align: center;
	background-color: #000000;
}
	
.logoleft {
	height: 100% !important;
	width: 30% !important;
	text-align: left;
	min-width: 30%;
	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: -160px;
  height: 160px;
  width: 60%;
  content: '';
}

.logoleft img { 
	height: 100%;
	width: 60% !important;
	min-width: 60%;
}

.logomiddle {	
    z-index: 1000;
	position: absolute;
	width: 100% !important;
	top: 1vw;
    left: 0px;
	font-family: OLDENG,OLDENG5;
	color:#FF0;
	font-size: 80px;
	text-align: center;
	line-height: 80%;
	letter-spacing: 3px;
	white-space: nowrap;
	max-height:160px;
}

.logoright {
	height: 100% !important;
	width: 30% !important;
	float:right;
	text-align: right;
}

.logoright img {
	height: 100%;
	width: 60% !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: -160px;
  height: 160px;
  width: 60%;
  content: '';
}

#constructiondiv {
	margin-top: 160px;
}


.sociallink {
 height: 40px;
 height: 40px;
}	

.sociallink:hover{
	transform: scale(1.50);
}

.content-wrapper {
	margin: 0 auto;
	width: 980px;
	border: 1px solid #000;
	overflow: hidden;
	display: block;
}

.columns-wrapper {
	background-color: #FFF;
	overflow: hidden;
	border-radius: 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	border: 1px solid #ccc;
	padding: 10px;
}

.content {
    padding: 15px;
    font-size: .94em;
    line-height: 1.2em;
	min-height:400px;
}

.footer {
    font-family: "Segoe UI", Optima, Helvetica, Arial, sans-serif;
    color: 
    #CCC;
    font-size: 75%;
    text-align: center;
    font-variant: normal;
	margin-top: 20px;
}

.footer p.copyright {
    text-transform: uppercase;
    margin: 5px;
    font-size: .75em;
}

#toprow {
	width: 100%;
	float: left;
}

#bottomrow {
	width: 100%;
	height: 470px;
	float: left;
}
	
#topleft {
	transition: transform .2s; /* Animation */
	width: 63%;
	float: left;
	min-height: 185px;
	margin-bottom: 10px;
	padding: 10px;
}

#topleft:hover {
  transform: scale(1.05); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

#topright:hover {
  transform: scale(1.05); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

#topright {
	transition: transform .2s; /* Animation */
	width: auto;
	float: left;
	min-height: 185px;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 20px;
	-moz-border-radius: 10px 10px 10px 10px;
}

#bottomleft {
	width: 30%;
	float: left;
	margin: 10px 14px 20px 0px;
	display: inline;
	max-height: 425px;
	height: 425px;
}	

#bottommiddle {
	width: 30%;
	float: left;
	margin: 10px 14px 20px 0px;
	display: inline;
	max-height: 425px;
	height: 425px;
}	

#bottomright {
	width: 30%;
	float: left;
	margin: 10px 0px 20px 0px;
	display: inline;
	max-height: 425px;
	height: 425px;
}

#videoleft {
	width: 46.2%;
	float: left;
	margin: 10px 14px 20px 0px;
	display: inline;
	height :550px;
}	

#videoright {
	width: 46.2%;
	float: left;
	margin: 10px 14px 20px 0px;
	display: inline;
	height :550px;
}	


#twitterbox {
	overflow: auto;
	max-height: 310px;
}

#instagrambox {
	overflow: auto;
	max-height: 310px;
}

.black-dark {
	border-radius: 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	background-color: #000000;
	padding: 10px;
	color: #CCC;
}

#sgs-home-nextevent {
    width:186px;
    float: left;
}

#sgs-home-nextevent img {
	width:186px;
	height:186px;
	border-radius: 10px;
	-moz-border-radius: 10px 10px 10px 10px;	
}

#sgs_home_nextevent_details {
    float: left;
    width: 65%;
    padding: 0px;
	margin: 0px;
}

#sgs_home_nextevent_details ul {
   list-style-type: none;
    padding: 0px 0px 0px 10px;
	margin: 0px;
}

#sgs_home_nextevent_details h1{
	color: #ff0;
}	

#sgs_home_nextevent_details ul li {  
   padding-bottom:10px;
}

.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: 440px;
	z-index: initial;
}
#loginscreenmain h2 {
	padding: 0px 0px 10px 0px;	
}
	
#loginscreenmain input {
	background-color: #FFF;
	border: none;
	border-radius: 0.4rem;
	height: 40px;
	width: 400px;
	font-size: 150%;
	padding: 0px 0px 0px 5px;	
}	

#loginscreenmain input:hover {
	background-color: #DDD;
}


#loginscreenmain div {
	margin: 0px 0px 10px 0px;
	height: auto;
	width: 400px;
}

#event_editor {
	float: left;
	width:930px;
	--background: #ddddee;
}	

#event_editor_left {
	float: left;
	width:800px;
	padding: 0px 0px 0px 5px;
}

#event_editor_right {
	float: left;
	width:800px;
}
#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;
	width:900px;
	height:100px;
	border: 1px solid #CCC;
	border-radius: 5px;
	background-color: black; 
	color: #ff0 !important;
}	

.event_editor_menu_button_cont:hover {
	background-color: #333 !important;
	color: #ff0 !important;
	transform: scaleY(1.1);
	transform: scaleX(1.05);
	filter:drop-shadow(8px 8px 10px gray);
}

.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{
	font-size: 150%;
	width:100%; 
	display:block; 
	padding: 0px 0px 0px 0px; 
	color:#FFF;
}

.event_editor_menu_button_img {
	height: 100px;
	float: left;
	width:120px;
}

.event_editor_menu_button_img img{
	width:80px;
	height:80px;
	padding: 10px 10px 10px 10px;
}


.event_editor_menu_button_text {
	height: 100px;
	width:220px;
	float: left;
	color:#FFF;
}

#LocationName {
	color:#FF0;
	display:block;
	padding: 10px 20px 0px 0px;
	font-size: 1.2em;
	line-height: 1.2em;
}

.event_editor_menu_button_tickets {
	padding-top: 10px;
	width:220px;
	float: left;
	color:#FFF;
}

.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_item h2{
	color: #ff0;
}	
	
.event_list_grid_full_width {
  display: block; 
}
 

.event_list_grid_item {
	display: inline-block;
	Width:30%;
	Height:200px;
	margin:0px;
	padding:10px;
	margin-bottom:10px;
	margin-right:5px;
	cursor: pointer;
}

.event_list_grid_item img {
	height:120px;
	Width:120px;
	margin-top: 10px;
	padding:0px;
	border-radius: 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	
}	

.event_list_grid_item_left {
	display: inline-block;
	float : left;
	text-align: top;
	width:45%;
	Height:70%;
	margin: 0 auto;
	padding:0px;
	color: #ffdb50;

}

#sgs_home_nextevent_details{
color: #ffdb50;	
}	

#sgs_home_nextevent_details span{
color: #ff0;	
}

.event_list_grid_item_right {
   display: inline-block;
	float : left;
   margin: 0 auto;
   margin-bottom:0px;
   margin-top: 10px;
   margin-left: 2px;
	padding:0;
	padding-left:5px;
	   width:45%;
   Height:70%;
   color: #ffdb50;
   cursor: pointer;
}	
.event_list_grid_item_bottom ul {
	list-style-type: none;
	padding:0px;
	margin: 0px;
}	

.event_list_grid_item_bottom li {
	padding-bottom:5px;
}	

.event_list_grid_item_right ul {
   list-style-type: none;
   padding:0px;
   margin: 0px;
}
.event_list_grid_item_right label {
	padding-right: 10px;
}
.event_list_grid_item_right i{
	padding-bottom:15px;
}	

.event_list_grid_item_bottom {
   display: block;
  float : left;
   margin: 0 auto;
   margin-top: -10px;
   margin-left: 2px;
	padding:0;
	padding-left:5px;
  width:100%;
   Height:30%;
   color: #ff0;
}


#TicketCartContainer ul {
   list-style-type: none;
   padding:0px;
   margin: 0px;
}

#TicketCartContainer li {
	padding-bottom:15px;
}	


.addtocart_eventlist{
position: relative;
left: 110px;
top: -28px;
}

.addtocart_SGSMain{
position: relative;
left: 10px;
top: 7px;
cursor:pointer !important;
}

.blinking{
    animation:blinkingText 1.2s infinite;
}
@keyframes blinkingText{
    0%{     color: #ff0;    }
    49%{    color: #ff0; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #ff0;    }
}
	

#EventOverviewDetailsList {
list-style-type:none; 
padding-left:5px;}
#EventOverviewDetailsList li{
padding-bottom:5px;}

#EventOverviewDetailsList li h1{
padding-bottom:20px;}
	

#event_overview {
	position:static;
	display:block;
	width:98%;
}	

#event_overview_header {
	position:relative;
	width:100%;
	height: 350px;
	top:0;
	left:0;
	display:inline-block;
	z-index: 8;
	margin-bottom:10px;
}
	
#event_overview_eventdetails {
	position: absolute;
	display: inline-block;
	width:100%;
	top:17px;
	left:448px;
	font-size: 1.10em;
	color:#FF0;
	z-index: 10;
}


#locationname {
	margin-bottom:15px;
}	

#event_overview_picture {
	position: absolute;
	display: inline-block;
	top:30px;
	left:30px;
    width: 387px;
	height: 256px;
	padding: 0px 10px 0px 0px;
	z-index: 9;
}

#event_overview_picture img {
	position: relative;
	border-radius: 10px !important;
	-moz-border-radius: 10px 10px 10px 10px !important;	
	width:100%;
	height:100%;
	border-radius: 10px;
	filter: grayscale(100%);	
	-moz-border-radius: 10px 10px 10px 10px;
	display:inline-block;
}

#event_overview_ticketspurchased {
	position:relative;
	width:100%;
	margin-bottom:10px;
}	
	
#event_overview_tickets {
	position:relative;
	width:100%;
	height: 240px;
}	

#EventOverviewtext {
	width:100%;	
}	

#EventOverviewtext h2 {
	color: #090;

}	

.sgs_on_black h1, .sgs_on_black h2 {
	color: #ff0;
}

.sgs_on_black label{
padding-right:10px;
}

.nobullets {
list-style-type:none; 
padding-left:5px;
}

.nobullets li{
padding-bottom: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;
    background: #111111;
    color: #fff;
    cursor: text;
	font-size: 1.20em;
}
	
#CenterDIV {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;   
	width:100%;	
	padding-top: 100px;
}
#CenterDIV div{
	min-width:350px;
	max-width:980px;
}

.youtube {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

#youtuberow {
	width: 45%;
	display: inline;
}

#youtube {
	overflow: hidden;
	width: 100%;
	height: 100%;
	float:left;
}

#youtube iframe{
	width: 95%;
	height: 315px;
}	

.youtubesubscribe {
	padding:0px;
	width: 100%;
}

.youtubesubscribe img {
		max-width:100%;
}	

#videorow {
	width: 100%;
	float: left;
}	

#tiktokbox {
	width: 45%;
	position:relative;
	display: inline;
	top:0px;
	left: 50%;
}	

.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 {
	width:930px;
	background: white;
}

#ownaccount_editor ul, #member_editor_select ul {
	max-width:875px !important;
	width:875px !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
}	

.blackwhitepic {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}

#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;
}

#TeamProfiles {
	z-index: 1002;
	position: fixed;
	white-space: pre-line;
	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;
}	

#TeamProfileimage{
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
	width:300px;
	height:300px;
	border: 0px;
	border-radius: 15px;
	-moz-border-radius: 15px 15px 15px 15px;	
	-webkit-border-radius: 15px;
}	

#TeamProfile{
display:flex;
}

#TeamProfile div {
 display:block;
 float: left;
}

#termsandconditions div{
margin-top: 10px;
margin-bottom: 20px;
}

#termsandconditions li {
margin-bottom: 5px;	
}

.memberEditorTable th{
	width:300px;
	text-align:left;
}	

.memberEditorTable a {
	text-decoration: none;
}


.button:hover  {
	background-color: #AAA !important;
	color: #EE0 !important;
}


.button  {
	background-color: #333 !important;
	border-radius: 0.4rem;
	height: 40px !important;
	min-height: 40px !important;
	width: 400px;
	font-size: 150%;
	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;
	-webkit-transition: 0.2s -webkit-transform ease-in-out;
	transition: 0.2s -webkit-transform ease-in-out;
	transition: 0.2s transform ease-in-out;
	transition: 0.2s transform ease-in-out, 0.2s -webkit-transform ease-in-out;
	will-change: transform;
	z-index: 0;	
	cursor: pointer;
}

.button:hover {
  background-color: #ff0 !important;	
  color: #000 !important;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  will-change: transform;
  cursor: pointer;
}

#MainPageTicketButton {
	display:inline-block;
	left:0px;
}	

#MainPageTicketSelect {
	display:inline-block;
}

.textarea_fullwidth_mediumlength {
	height: 20em;
    width: 100%;
}	

#sHousekeeping li{
	list-style-type: initial !important;
	color:#000 !important;
}	

#Countdownclock {
	display:none;
}	

#event_editor_add_location_form {
display:none;	
}

#event_add_previous_investigated {
display:block;
}

#event_add_never_investigated {
display:none;	
}

#TicketCartAuthorised {
display:none;	
}

.OI_REVIEW_DESKTOP {
	display:block;
}

.OI_REVIEW_MOBILE {
display:none;
}	

}