
@charset "UTF-8";



/*
		Pinball NYC Red: #BE1E2D
*/


h1.pagehead {
	font-size: 50px;
	line-height: 62px;
}
p, h1, h2, h3, h4, h5, h6, table {
	margin-left: 5%;
	margin-right: 5%;
}
table {
	width: 90%;
}
h1 {
	font-size: 28px;
	line-height: 40px;
	margin: 20px 0 20px 0;
	padding: 12px 5% 0 5%;
}
h1:first-child {
    padding-top: 0;
}
h1.expandbutton {
	background-image: url('images/h1-expandarrow.gif');
	background-repeat: no-repeat;
	padding-top: 12px;
}
h1.expandbutton {
	background-position: 95% -100px;
}
h1.expandbutton:hover {
	background-position: 95% -100px;
}
h1.expandbutton.opened {
	background-position: 95% 24px;
}
h1.expandbutton.opened:hover {
	background-position: 95% 24px;
}



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

.mainlogo {
    width: 87px;
    height: 56px;
    margin: 5px 0 0 30px;
    float: left;
}
#Scrolldown {
	top: -100px;
}

#Mobilemenubut {
	display: block;
}

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


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


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


/***********************************     Main (Mobile) Menu    **************************************/


#Menu {
	width: 100%;
	height: 75px;
	display: block;
	position: fixed;
}
#Menu.transparent {
	background-color: #000;
}
#Menu ul.mainmenu {
	display: none;
}


#Menu ul.mobilemenu {
	width: 100%;
	left: 0;
	height: auto;
	clear: both;
}
ul.mobilemenu li a{
	color: #a4a4a4;
	text-transform: uppercase;
	font-size: 16px;
	padding: 15px 15px 15px 35px;
	display: block;
	width: 100%;
	background-color: #000;
	border-top: 1px solid #a4a4a4;
	text-decoration: none;
}
ul.mobilemenu li a:hover, ul.mobilemenu a:hover {
	color: #FFFFFF;
	background-color: #333;
}
ul.mobilemenu li a.active {
	color: #fff;
}

.menusocial {
	display: none;
}
.arrows {
	display: none;
}
.arrowsup {
	display: none;
}


#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;
}


/***********************************     Submenu    **************************************/


ul.submenu {
	margin: 0 5%;
	padding-bottom: 10px;
	width: 90%;
}
ul.submenu li {
	margin: 0 10px 10px 0;
	font-size: 12px;
}
ul.submenu li a, ul.submenu.sort li.locatorsort {
	color: #fff;
	padding: 5px 10px;
	background-color: #a4a4a4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	display: block;
}
ul.submenu li a:hover, ul.submenu.sort li.locatorsort:hover {
	color: #fff;
	background-color: var(--league-color);
}
ul.submenu li.active {
	padding: 5px 10px;
	color: #fff;
	background-color: var(--league-color);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
ul.submenu li.event-subscribe {
	padding-left: 0;
	background: none;
	height: auto;
	display: inline-block;
	float: none;
}
ul.submenu li a.active, ul.submenu.sort li.locatorsort.active {
	background-color: var(--league-color);
}

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


#Spacerdiv {
	width: 100%;
	height: 75px;
	display: block;
	background-color: #000;
}
#Slideshow.homepage { 
	height: 50%;
	max-height: 600px;
}
.home-slide h1 {
	font-size: 40px;
	line-height: 52px;
	width: 60%;
}
#Slideshow.pages {
	margin-left: 0;
	padding-top: 75px;
	height: 30%;
	width: 100%;
}
#Slideshow.pages:after {
	width: 100%;
	height: 100%;
	padding-top: 100%;
}
#Slideshow.pages.map {
	height: 30%;
	padding-top: 75px;
}

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


.twocolumnblock {
	width: 90%;
	margin: 10px 5% 0 5%;
	display: block;
	float: left;
}
.twocolumn {
	margin: 0;
	width: 100%;
}
.twocolumn.col {
	float: none;
}
.twocolumn.col1 {
	float: none;
}
.homethumb {
	display: none;
}
.twocolumn h2 {
	margin-top: 0;
}
.twocolumn p, .twocolumn h2, .twocolumn a {
	clear: both;
}
p.details {
	clear: both;
}




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


.sponsorlogo {
	width: 90%;
}
.sponsorlogo.col {
	float: none;
	margin-left: 5%;
	margin-right: 5%;
}
.sponsorlogo.col1 {
	float: none;
	margin-left: 5%;
	margin-right: 5%;
}



/***********************************     Tables    **************************************/

@media (max-width: 480px) {
	th.hide, td.hide {
		display: none;
	}
	.schedulehood {
		display: none;
	}
	th, td {
		padding: 7px;
	}
	th.match {
		padding-left: 15px;
	}
}


table.schedule td.team {
	width: 20%;
	padding-left: 15px;
	text-indent: 0;
}
table.schedule td.location {
	width: 20%;
}
table.schedule td.date {
	width: 5%;
}
table.schedule th.date {
	width: 5%;
}


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



div.eventday {
	display: none;
}
div.eventinfo {
	width: 90%;
	margin-top: 5px;
	margin-left: 5%;
	margin-right: 5%;
}
.eventinfo p.mobiledate {
	display: inline;
}
img.eventthumb {
	display: none;
}

div.eventdetails {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}
#Smallmap {
	float:none; 
	margin:0 0 15px 0;
	width: 100%;
}




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



div.newsitem {
	margin: 5px 5% 0 5%;
}
img.newsthumb {
	display: none;
}




/*******************************  Team Pages  ******************************************/


.teamhome {
	width: 90%;
	margin: 0 5%;
	float: none;
}
iframe.teammap {
	margin: 20px 5%;
	width: 88%;
	height: 250px;
	float: none;
}
#Teammap {
	margin: 0 5% 15px 5%;
	width: 90%;
}


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


div.expandcontent p.locationkey {
	margin-top: 0;
}

.keylocation {
	display: none;
}
.keydetails {
	float:none;
}
/* Search/Filter wrapper Div */
.searchfield {
	margin: 15px 5% 0 5%;
}

input.search {
	text-indent: 7px;
}

ul.list {
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;
}
.locationgroup div.nameaddress {
	width: 100%;
	float: none;
}

.locationdetail {
	width: 100%;
	float: none;
	text-align: left;
	margin: 0 0 10px 0;
	font-size: 12px;
}
div.locationmachines {
	margin: 0 5% 0 5%;
}



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



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




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


.sharebuttons {
	margin: 25px 5%;
}



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


.gform_wrapper {
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;
}



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


.registerteam td.reg_number {
	width: 5%;
	text-align: left;
	font-size: 1px;
	text-indent: -9999px;
}
.registerteam td.reg_info {
	padding: 5px 5px 10px 5px;
}
form.regform input[type=text], form.regform input[type=email], form.regform select {
	font-size: 12px;
	text-indent: 8px;
}
#registrationform label {
	font-size: 12px;
}
#registrationform div.g-recaptcha {
	margin-left: 5%;
}

form.regform div.nickname_div {
	width: 47%;
}
form.regform div.initials_div {
	width: 20%;
	margin-left: 6%;
}
form.regform div.gender_div {
	width: 47%;
	clear: both;
	margin-left: 0;
}
form.regform div.email_div {
	width: 47%;
}
