
@charset "UTF-8";



/*
		Pinball NYC Red: #BE1E2D
*/



.submenu {
	margin: 0 17%;
}
p, h1, h2, h3, h4, h5, h6, table {
	margin-left: 17%;
	margin-right: 17%;
}
table {
	width: 66%;
}
h1 {
	margin: 15px 0 15px 0;
	padding: 20px 17% 10px 17%;
}
iframe {
	margin-right: 17%;
}


/*****************************     Main Structural Divs    **************************************/

#Cities {
	left: 0;
	position: fixed;
	width: 25px;
}
#Cities a {
	width: 140px;
	padding: 4px 5px 4px 5px;
	text-align: center;
	background:rgba(0,0,0,0.8);
}
#Cities a.currentcity {
	width: 25px;
	height: 75px;
	overflow: hidden;
	padding: 0;
	text-indent: -1000px;
	background-color: transparent;
	background-position: 0 0;
	border-right: 1px solid #333;
}
#Cities a.currentcity:hover, #Cities a.currentcity.opened:hover {
	background-color: var(--league-color);
}
#Cities a.currentcity.opened {
	background-color: transparent;
	background-position: 0 -75px;
}
#Menu {
	width: 100%;
	height: 75px;
	top: 0;
	position: fixed;
	background:rgba(0,0,0,0.8);
}
#Menu.transparent {
	background:rgba(0,0,0,0.8);
}
.mainlogo {
    width: 87px;
    height: 56px;
    margin: 5px 0 0 30px;
    float: left;
}

#Content {
	width: 100%;
}
#loader {
	left: 50%;
}


ul.submenu {
	margin: 20px 17% 0 17%;
	width: 66%;
}
ul.submenu li {
	float: left;
	margin: 0 20px 0 0;
}


/***********************************     Main Menu    **************************************/



#Menu ul.mainmenu {
	float: right;
	padding-right: 5px;
	display: block;
	position: relative;
	width: auto;
}
ul.mainmenu li {
	margin: 25px 20px;
	float: left;
}
.menusocial {
	display: none;
}



ul.mainmenu li a {
	width: auto;
	height: auto;
	padding: 0;
	background-image: none;
	border: none;
	font-size: 16px;
	color: #a4a4a4;	
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
}
ul.mainmenu li a:hover, ul.mainmenu li a.selected {
	color: #fff;
	text-decoration: none;
	text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
	background-image:none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
}
ul.mainmenu li a.selected {
	color: #fff;
	text-shadow: 0px 0px 12px rgba(255, 255, 255, 0.85);
}




.arrows {
	display: none; 
	position: fixed;
	left: 15px;
	bottom: 15px;
}
.arrowsup, .arrowsup.animateblock.fadein, .arrowsup.animateblock.fadein.animated {
	width: 47px;
	height: 57px;
	position: fixed;
	left: auto;
	right: 15px;
	bottom: 15px;
}
#Scrolldown {
	top: -100px;
}

.animateblock {
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
.arrowsup.animateblock.fadein {
	opacity: 1;
}
.arrows.animateblock.fadeout {
	display: none;
}



/***********************************     Footer   **************************************/




.footer ul.social {
	margin-left: 17%;
	margin-right: 17%;
}



/***********************************     Slideshow    **************************************/


#Spacerdiv {
	width: 100%;
	height: 75px;
	display: block;
	background-color: #000;
}
.home-slide h1 {
	width: 70%;
}
#Slideshow.homepage {
	height: 75%;
}
#Slideshow.pages {
	height: 70%;
	max-height: 450px;
	margin-left: 0;
	width: 100%;
}




/***********************************     2-Col Home Page content    **************************************/


.twocolumnblock {
	width: 66%;
	margin: 10px 17% 0 17%;
}





/*******************************  HOME Sponsor Logos  ******************************************/


.sponsorlogo {
	width: 30%;
}
.sponsorlogo.col {
	margin-left: 17%;
}
.sponsorlogo.col1 {
	margin-right: 17%;
}




/*******************************  EVENTS  ******************************************/



div.eventday {
	width: 17%;
}
div.eventinfo {
	width: 66%;
}

div.eventdetails {
	width: 66%;
	margin-left: 17%;
	margin-right: 17%;
}



/*******************************  NEWS ITEM LISTS  ******************************************/



div.newsitem {
	margin: 20px 17% 0 17%;
}



/*******************************  LOCATIONS  ******************************************/

/* Search/Filter wrapper Div */
.searchfield {
	margin: 25px 17% 0 17%;
}
ul.list {
	margin-left: 17%;
	margin-right: 17%;
	width: 66%;
}
div.locationmachines {
	margin: 0 17% 0 17%;
}



/*******************************  TEAM PAGES  ******************************************/



.teamhome {
	width: 30%;
	margin: 0 5% 0 17%;
	display: block;
	float: left;
	margin-bottom: 15px;
}


/***********************************     Sub Page Dropdown    **************************************/



form.subpages {
	margin-left: 17%;
	margin-right: 17%;
}


/*****************************  Facebook Like & Twitter Tweet Buttons  *********************************/


.sharebuttons {
	margin: 25px 17%;
}



/***********************************     Gravity Forms    **************************************/


.gform_wrapper {
	margin-left: 17%;
	margin-right: 17%;
	width: 64%;
}


/***********************************     Registration Form    **************************************/


.registerteam td.reg_number {
	width: 17%;
}
#registrationform div.g-recaptcha {
	margin-left: 17%;
}
