
body {
  padding-top: 50px;
  background-color: #000;
  color: #FFF;
  font-family: arial, sans-serif;
}

h1 {
	font-family: bebas-neue, sans-serif;
	color: #FFF;
	background-color: #ed1f24;
	display: inline-block;
	padding: 10px 20px;
	text-transform: uppercase;
}
.clubname {
	font-family: century-gothic, sans-serif;
	color: #FFF;
	font-size: 18px;
	margin-top: 15px;
}
form {
	text-align: left;
	background-color: #f8091e;
	width: 360px;
	margin: 0 auto;
	padding: 10px;
	margin-top: 30px;
}
@media (max-width: 380px) {
	form {
		width: 100%;
	}
}
.highlight {
	color: #ed1f24;
}

.starter-template {
  padding: 40px 15px;
  text-align: center;
}

#background-images {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	min-height: 1280px;
}
#background-images div {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-position: top center;
	background-repeat: no-repeat;
	display: none;
}
#background-images div.active {
	display: block;
}

.container {
	position: relative;
	z-index: 10;
	text-align: center;
	padding-bottom: 80px;
}

.intro {
	font-size: 18px;
	max-width: 380px;
	margin: 0 auto;
	font-weight: normal;
	font-family: century-gothic, sans-serif;
}


body #mc_embed_signup {
	background-color: transparent;
	max-width: 360px;
	margin: 30px auto;
}

body #mc_embed_signup .indicates-required {
	display: none;
}
body #mc_embed_signup span.asterisk {
	display: none;
}

body #mc_embed_signup form {
	padding: 0; margin: 0;
}

body #mc_embed_signup .mc-field-group {
	background-color: #ed1f24;
	position: relative;
	padding: 10px;
	width: 99%;
}

body .mc-field-group label {
    position:absolute;
    top:18px;
    left:18px;
    z-index:1;
    color:#999;
}

body .mc-field-group input {
	color: #000;
}

body #mc_embed_signup div.mce_inline_error {
	margin-bottom: 0;
}

body #mc_embed_signup #mc-embedded-subscribe.button {
	float: right;
	background-color: #ed1f24;
	font-style: italic;
	margin-top: 10px;
}


.phone_reveal {
	background-color: #999;
	color: #fff;
	padding: 3px 8px;
	margin: 0 8px;
	-moz-border-radius: 5px;
	border-radius: 5px;


background: rgb(181,189,200); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(181,189,200,1) 0%, rgba(130,140,149,1) 36%, rgba(40,52,59,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(181,189,200,1)), color-stop(36%,rgba(130,140,149,1)), color-stop(100%,rgba(40,52,59,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 ); /* IE6-9 */


}

.phone_reveal a {
	color: #fff;
}

























