* {
	outline:none;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
}



h1, h1, h3, section, .grid, .content, #navMobile {
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

html {
	-webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape */
	width:100%;
	height:100%;
}


body {
	width:100%;
	height:100%;
	position:relative;
}

body {
	padding:0;
	margin:0;
	font-family:"roboto", helvetica, Arial,  sans-serif;
	font-size:14px;
	line-height:1.5;
	color:#444444;
	background-color:#000000;
}

.wf-active body {
	font-size:15px;
}

.center {
	text-align:center;
}


h1 {
	font-family: "essonnes-display", Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	text-transform:uppercase;
	font-weight:400;
	font-style:normal;
	line-height:1;

	color:#000000;
	margin:0 0 20px 0;
}


h2 {
	font-size:18px;
	margin:0 0 20px 0;
	text-transform:uppercase;
	color:#000000;
	line-height:1;
}

h3 {
	font-size:14px;
	margin:0 0 20px 0;
	text-transform:uppercase;
	color:#000000;
	line-height:1;
}


p {
	margin:0 0 20px 0;
}


a {
	color:#E697B5;
	text-decoration:none;
}

ul {
    list-style: outside none none;
    margin: 0 0 18px;
    padding: 0;
}

.noMargin {
	margin:0 0 5px 0;
}

ul.bullet {
	list-style:square;
	margin:0px 0 20px 20px;
	padding:0;
}

ul.bullet li {
	margin-top:5px;
}

.button {
	display:inline-block;
	padding:10px 20px;
	background-color:#000000;
	color:#ffffff;
	text-transform:uppercase;
	font-weight:bold;
	border-radius:3px;
	font-size:14px;
	letter-spacing:1px;
	opacity:1;
}

.button:hover {
	opacity:0.8;
}


#tickets .button.disabled {
	background-color:#666666;
	color:#999999;
}

sup {
	font-size:11px;
}


div.hr {
	width:80px;
	height:5px;
	background-color:#000000;
	margin:40px auto;
}


section {
	width:100%;

	background-attachment:fixed;
	padding:10% 0;
	position:relative;
	z-index:1;
}

.container {
	width:100%;
	overflow:hidden;
	position:relative;
}

.content {
	width:90%;
	margin: 0 auto;
	padding:30px 20px;
	max-width:1600px;
}

div.gap {
	height:5px;
	position:relative;
	width:100%;
	background-color:#00CBE3;
	z-index:3 !important;
	opacity:0.9;
}

div.gap.fixed {
	position:fixed;
}


/* ------- CITY SELECT PAGE ------- */
#citySelect {
	padding:50px 5%;
	color:#ffffff;
	min-height:0px;
}

#citySelect p {
	margin:0 0 10px 0;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:bold;
}

div.intro {
	position:relative;
	z-index:999;
}

.logoBoobyball img, .logoParadiseCity img {
	display:block;
	width:100%;
}

.logoBoobyball {
	margin:0 auto 20px auto;
	width:40%;
	max-width:170px;
}

.logoParadiseCity {
	margin:0 auto 10px auto;
	width:100%;
	max-width:500px;

	background-image:url(../images/general/home-logo-off.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}

.logoParadiseCity img {
	visibility: hidden;
}

.logoParadiseCity.on img {
	visibility:visible;
}


#citySelect ul {
	margin:30px auto 20px auto;
	padding:0;
	width:100%;
	max-width:1000px;
	overflow:hidden;
	color:#ffffff;
}

#citySelect ul li {
	width:50%;
	float:left;
}





#citySelect a .cityCode {
	display:block;
	width:80%;
	margin:0 auto 10px auto;
	max-width:180px;
	opacity:0.7;
}


#citySelect a span {
	display:block;
}

#citySelect a .city {
	font-family: "essonnes-display", Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	text-transform:uppercase;
	font-weight:400;
	line-height:1;
	margin-bottom:3px;
}

#citySelect a .date {
	font-weight:bold;
	font-size:15px;
	letter-spacing:1px;
}

#citySelect li.everywhere {
	overflow:hidden;
	width:100%;
	float:none;
	border:0px;
	padding-top:20px;
}



#citySelect .everywhere a {
	width:100%;
	max-width:450px;
	margin:0 auto;
	text-align:center;
}


#citySelect .everywhere a .cityCode {
	max-width:600px;
}

#citySelect a {
	color:#ffffff;
	padding:25px 0px;
	text-align:center;
	display:block;
	text-align:center;
	letter-spacing:1px;
}

#citySelect a:hover {
	color:#ffd5e5;
	text-shadow: 0 0 15px #e70078, 0 0 15px #e70078, 0 0 15px #e70078;
}


#citySelect a:hover .cityCode {
	opacity:1;
}

/* ----- LOADING ------ */
#loading {
	width:100%;
	height:100%;
	position:fixed;
	z-index:99;
	top:0;
	left:0;
	right:0;
	bottom:0;
}

body.loaded #jungleRight,
body.loaded #jungleLeft {
	width:0px;
}


#loading div {
	-webkit-transition: all 2.5s ease-in;
	transition: all 2.5s ease-in;
	z-index:2;
}

body.loaded #jungleMask {
	opacity:0;
	-webkit-transition: all 3s ease-out;
	transition: all 3s ease-out;
}


#jungleMask {
	width:100%;
	height:100%;
	position:fixed;
	background-color:#000000;
	z-index:1;
}

#jungleRight {
	position:fixed;
	right:0;
	width:60%;
	height:100%;
	background-image:url(../images/general/loading-bg.png);
	background-repeat:no-repeat;
	background-size:auto 100%;
	background-position:left;
	z-index:1;
}


#jungleLeft {
	position:fixed;
	left:0;
	width:60%;
	height:100%;
	background-image:url(../images/general/loading-bg.png);
	background-repeat:no-repeat;
	background-size:auto 100%;
	background-position:right;
	z-index:1;
}

#loadingText {
	text-align:center;
	width:100px;
	height:100px;
	position:fixed;
	left:50%;
	top:50%;
	margin:-50px 0 0 -50px;
	color:#ffffff;
	font-weight:bold;
	font-size:16px;
	letter-spacing:1px;
	line-height:1;
}


@-webkit-keyframes spinLoad
{
    from{-webkit-transform:rotate(0deg);}
    to{-webkit-transform:rotate(360deg);}
}
@-moz-keyframes spinLoad
{
    from{-moz-transform:rotate(0deg);}
    to{-moz-transform:rotate(360deg);}
}
@-ms-keyframes spinLoad
{
    from{-ms-transform:rotate(0deg);}
    to{-ms-transform:rotate(360deg);}
}


#loadingText img {
	display:block;
	margin:10px auto;
	width:50px;

	-webkit-animation-name: spinLoad;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spinLoad;
    -moz-animation-duration: 1.5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spinLoad;
    -ms-animation-duration: 1.5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
}




/* ------ NAV MOBILE ------ */


#navToggle	{
	width:45px;
	height:45px;
	background-color:#ffa7c8;
	position:fixed;
	top:25px;
	right:5%;
	z-index:9;
	cursor:pointer;
	opacity:0.9;
}

.navOpen #navToggle {
	background-color:#c26f8f;
}

#navToggle div	{
	display:block;
	width:22px;
	height:3px;
	left:50%;
	margin-left:-11px;
	background-color:#ffffff;
	position:absolute;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}


#navToggle .top		{
	top:15px;
	}


#navToggle .middle1,
#navToggle .middle2 {
	top:22px;
	-ms-transform: rotate(0deg); /* IE 9 */
	-webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
	transform: rotate(0deg)  scaleX(1);
}

.navOpen #navToggle .middle1 {
	-ms-transform: rotate(-45deg); /* IE 9 */
	-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
	transform: rotate(-45deg) scaleX(1);
}

.navOpen #navToggle .middle2 {
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg)  scaleX(1);
}


#navToggle .bottom	{
	top:29px;
	}

.navOpen #navToggle .top,
.navOpen #navToggle .bottom {
	opacity:0;
}


nav  a {
	color:#ffffff;
	line-height:20px;
	text-transform:uppercase;
	font-weight:700;
	font-size:12px;
}

nav a.active,
nav li a.active  {
	color:#000000;
}


.no-touch nav a:hover {
	color:#000000;
}



#navMobile {
	position:fixed;
	top:0;
	right:0;
	height:100%;
	padding-top:100px;
	width:300px;
	z-index:4;
	background-color:#E98EB1;
	opacity:0.95;
	width:0px;
	overflow-x:hidden;

}

.navOpen #navMobile {
	width:300px;
	border-left:#d5779b solid 1px;
}

#navMobile .header {
	position:absolute;
	top:0;
	left:0px;
	padding:10px 20px;
	width:300px;
	height:100px;
	background-color:#c26f8f;
	color:#ffffff;
}

#navMobile .header b {
	font-family: "essonnes-display", Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:20px;
	line-height:1.2;
	display:block;
}

#navMobile .header small,
#navMobile .header a {
	font-size:11px;
	font-weight:bold;
	display:block;
}

#navMobile .header a {
	margin-bottom:8px;
}


#navMobile .links {
	height:100%;
	width:100%;
	overflow:auto;

}

#navMobile p {
	position:absolute;
	top:10px;
	left:20px;
	line-height:20px;
	font-size:14px;
	letter-spacing:1px;
}

#navMobile p small {
	font-size:12px;
}

#navMobile p a {
	display:block;
	font-size:12px;
	margin:0 0 10px 0;
	color:#999999;
	letter-spacing:0px;
}




#navMobile li a {
	padding:10px 20px;
	display:block;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
}



#navMobile ul {
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
	border-top:#ffffff solid 1px;
}

#navMobile li 	{
	border-bottom:#d5779b solid 1px;
}


/* ------ NAV DESKTOP ------ */


#navXL {
	width:100%;
	height:65px;
	background-color:#E98EB1;
	color:#ffffff;
	display:none;
	opacity:0.9;
	border-bottom:#00e0fb solid 5px;
}



.navWrapper {
	position:Absolute;
	bottom:0px;
	z-index:3;
	left:0px;
	width:100%;
}

.navWrapper.fixed {
	top:0px;
	bottom:auto;
	position:fixed;
}



#navXL ul {
	margin:0 auto;
	padding:0;
	list-style:none;
	width:90%;
	max-width:1600px;
	overflow:hidden;
}

#navXL ul li {
	float:left;
	margin:20px 15px 15px 0;
}

#navXL ul li.change {
	float:right;
	margin-right:0px;
}

#navXL a {
	display:block;

}





/* ----- HOME ----- */

#bg {
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
}

#bg img {
  position: absolute;
	left:0;
	right:0;
  margin: auto;
  min-width:50%;
	min-height:50%;
}



#home {
	width:100%;
	height:100%;
	min-height:500px;
	display:table;
	padding:0;
}




#home .hero {
	height:100%;
	width:100%;
	background-image:url(../images/general/home-hero.jpg);
	background-repeat:no-repeat;
	background-size:cover;

	background-position:center bottom;
	display:table-cell;
	vertical-align:middle;
}


.no-touch #home .hero {
	background-attachment:fixed;
}


#home .hero .logo {
	width:93%;
	max-width:650px;
	background-image:url(../images/general/home-logo-off.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	margin:80px auto 10px auto;

}

#home .locale {
	color:#ffffff;
	text-align:center;
	width:90%;
	margin:0 auto;
	text-transform:uppercase;
	letter-spacing:1px;
	text-shadow: 0 0 15px #e70078, 0 0 15px #e70078, 0 0 15px #e70078;
}


#home .locale .city {
	font-family: "essonnes-display", Georgia, "Times New Roman", Times, serif;
	font-weight:400;
	font-style:normal;
	font-size:24px;
	display:block;
	line-height:1;
	margin-bottom:5px;
}

#home .locale .date {
	font-weight:bold;
	font-size:16px;
}



@keyframes flicker  {
	0% 	{ opacity:0; }
	1% 	{ opacity:0.2; }
	2% { opacity:0.5; }
	10% { opacity:1; }
	15% { opacity:0.7; }
	18% { opacity:1; }
	20% { opacity:0.8; }
	21% { opacity:1; }
	22% { opacity:0.7; }
	23% { opacity:1; }
	24% { opacity:0.85; }
	32% { opacity:1; }
	33% { opacity:0.9; }
	34% { opacity:1; }
	35% { opacity:0.8; }
	36% { opacity:1; }
	37% { opacity:0.85; }
	38% { opacity:1; }
	39% { opacity:0.9; }
	40% { opacity:1; }
	41% { opacity:0.85; }
	42% { opacity:1; }
	43% { opacity:0.85; }
	44% { opacity:0.75; }
	45% { opacity:0.85; }
	46% { opacity:0.9; }
	47% { opacity:0.85; }

	53% { opacity:0.9; }
	54% { opacity:1; }
	55% { opacity:0.9; }
	56% { opacity:1; }
	57% { opacity:0.85; }
	58% { opacity:1; }
	59% { opacity:0.9; }
	60% { opacity:1; }
	61% { opacity:0.85; }
	62% { opacity:1; }
	63% { opacity:0.85; }
	64% { opacity:1; }
	65% { opacity:0.85; }
	66% { opacity:0.9; }


	87% { opacity:0.75; }
	88% { opacity:0.95; }
	89% { opacity:0.65; }
	90% { opacity:1; }
	91% { opacity:0.75; }
	92% { opacity:1; }
	95% { opacity:0.9; }
	96% { opacity:0.4; }
	97% { opacity:0.6; }
	98% { opacity:0.3; }
	99% { opacity:0.5; }
	100% { opacity:0.1; }


}

#home .hero .logo img {
	display:block;
	width:100%;
	max-width:100%;
	animation: flicker 8s infinite;
}


/* ---- CONTENT GRID ---- */
 .grid {
	width:90%;
	max-width:700px;
	margin:0 auto;
	position:relative;
}



.grid .row {
	display:table;
	width:100%;
}

.grid .title {
	position:relative;
	width:50%;
	height:0;
	padding-top:50%;
	float:left;
}

.grid .title h1 {
	position:absolute;
	left:30px;
	bottom:30px;
	margin:0;
	padding-right:20px;
}

.grid .gridCell {
	width:50%;
	float:left;
}

.grid .gridCell img {
	display:block;
	width:100%;
	max-width:100%;
}



.grid .content {
	background-color:#ffffff;
	padding:30px;
	width:100%;
	float:left;
}


/* ---- the PARTY  ---- */
#theParty {
	background-color:#ffa5c8;
}



#theParty .content {
	padding:0px;
	width:90%;
	max-width:1000px;
	margin:0 auto;
	overflow:hidden;
}

#theParty p {
	max-width:500px;
	margin-left:auto;
	margin-right:auto;
}

#theParty p.presents {
	font-weight:bold;
	text-transform:uppercase;
	color:#000000;
}

#theParty p.presents .xl {
	font-size:130%;
}





#theParty table {
	margin:0 auto;
	width:100%;
	max-width:500px;
}

#theParty table td {
	padding:0 15px 5px 0;
	text-align:left;
}



#theParty .grid {
	width:100%;
}

#theParty .gridCell {
	padding:0;
	width:100%;
}


#theParty .gridCell:first-child {
	margin:0;
}


#theParty .hero {
	width:100%;
	max-width:650px;
	margin:0 auto;
	display:block;
}

#theParty .dropCap {
	font-size:24px;
	float:left;
	line-height:1;
	margin-top:-3px;
	font-weight:bold;
}


#theParty h3 {
	font-size:120%;
}






/* ---- CONTEST ----- */


#contest {
	background-image:url(../images/general/splash-bg.jpg);
	background-size:700px;
	background-position:right center;
}

#contest .title {
	background-color:#ffea00;
}


#contest  .row2 .gridCell,
#committee  .row2 .gridCell {
	display:none;
}


#contest table td {
	padding:0 15px 5px 0;
}

#contest p {
	max-width:500px;
}

#contest a.button {
	background-color:#b8d641;
}






/* ---- AUCTION ---- */
#auction  {
	background-color:#ffffff;
	min-height:0px;
	background-image:url(../images/general/auction-bg.jpg);
	background-repeat:no-repeat;
	background-size:100%;
	background-position:center bottom;
	background-attachment:scroll;
}




#auction .content {
	border:#E98EB1 solid 15px;
	padding-bottom:0px;
	text-align:center;
	overflow:hidden;
}

#auction p {
	max-width:500px;
	margin-left:auto;
	margin-right:auto;
}

#auction .button {
	background-color:#00e0fb;
}

#auction img.hero {
	width:100%;
	max-width:550px;
	margin:0 auto;
	display:block;
}






/* ---- SPONSORS ----- */

#sponsors {
	min-height:500px;
	background-color:#000000;
	color:#ffffff;

}

#sponsors .content {
	color:#ffffff;
	text-align:center;
}

#sponsors h1 {
	color:#ffffff;
}


#sponsors h3 {
	color:#888888;
}


#sponsors .sponsorLogos {
	text-align:center;
	width:100%;
	max-width:1200px;
	margin:0 auto;
}

#sponsors .sponsorLogos img {
	display:inline-block;
	width:47%;
	max-width:200px;
}




/* ---- COMMITTEE ---- */
#committee .title {
		background-color:#E98EB1;

	}

#committee ul {
	list-style:none;
	margin:0;
	padding:0;
}

#committee ul li {
	line-height:1.2;
	padding:5px 0;
}

#committee .cols {
	width:50%;
	max-width:250px;
	padding-right:20px;
	float:left;
	}


#committee {
	background-image:url(../images/general/committee-bg.jpg);
	background-size:600px;
}

#committee .row1 .gridCell:first-child {
	display:none;
}




/* ----- ABOUT ----- */
#about {
	background-color:#000000;
	min-height:0px;
	color:#e0e0e0;
}


#about .content {
	border:#00dde0 solid 15px;
	min-height:400px;
	text-align:center;
	background-image:url(../images/general/about-bg.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size:1600px;
	padding-top:0px;

}

#about .container {
	max-width:400px;
	margin:0 auto;
}

#about h1 {
	color:#ffffff;
}

#about h3 {
	color:#ffffff;
}

#about a {
	color:#e062c1;
}

#about img.scale {
	display:block;
	width:60%;
	max-width:200px;
	margin:0 auto 30px auto;
}

#about img.hero {
	display:block;
	width:75%;
	max-width:400px;
	margin:0 auto 40px auto;
}




/* ---- HOW TO GET THERE ---- */

#howToGetThere {
	background-image:url(../images/general/howtogetthere-bg.jpg);
	background-size:650px;
}


#howToGetThere .grid .row2 {
	background-color:#ffffff;
}


#howToGetThere .grid .row3 gridCell {
	margin-left:50%;
}

#howToGetThere .grid .title h1 br {
	display:none;
}

#howToGetThere .title {
	background-color:#00FF90;
}

#howToGetThere .gridCell.map {
	width:100%;
	padding-top:100%;
	position:relative;
}

#howToGetThere .gridCell.map iframe {
	position:absolute;
	top:0;
	left:0;
}

#howToGetThere .content p {
	margin:0;
}



/* ---- WHAT TO WEAR ----- */

#whatToWear {
	background-color:#000000;
	background-color:#38FFEF;
	min-height:0px;
}

#whatToWear .content {
	border:#CC90FF solid 15px;
	padding-bottom:0px;
	text-align:center;
	overflow:hidden;
}

#whatToWear .hero {
	width:75%;
	max-width:350px;
	display:block;
	margin:0 auto 30px auto;
}

#whatToWear a {
	color:#d65cbe;
}




/* ---- WHAT TO WEAR ----- */


#donate, #contact {
	background-color:#00fffc;
	text-align:center;
	padding:15% 5%;
}

#contact {
	background-color:#00eaff;
}

#contact p,
#donate p {
	max-width:400px;
	margin-left:auto;
	margin-right:auto;
}

#donate a,
#contact a {
	color:#d65cbe;
}

#donate .hero,
#contact .hero {
	display:block;
	margin:0 auto 40px auto;
	width:30%;
	max-width:100px;
}

#donate .button {
	background-color:#f6ff00;

}













/* ------- SOCIAL LINKS ------ */
#socialLinks {
	background-color:#ffffff;
	padding:30px;
	position:relative;
	width:100%;
	text-align:center;
	font-size:0px;
	line-height:0px;
}

#socialLinks a {
	display:inline-block;
	width:30px;
	margin:0 5px;
	opacity:0.7;
}

#socialLinks a:hover {
	opacity:1;
}

#socialLinks a img {
	width:100%;
}



/* -------- FOOTER ------ */
footer {
	position:relative;
	z-index:1;
	background-color:#ffffff;
	overflow:hidden;
	text-align:center;
	max-width:2000px;
	margin: 0 auto;
}


footer p.copyright {
	color:#ffffff;
	margin:0;
}

.logoBg {
	background-color:#d0d0d0;
	padding:20px 0;
}

.logoBg .rethink {
	width:150px;
	margin:0 auto;
}

.logoBg .rethink img {
	width:100%;
}

.footerLinks {
	width:100%;
	max-width:1400px;
	padding:30px 0;
	margin:0 auto;
	overflow:hidden;
}



.footerLinks a {
	color:#b3a99f;
}

.footerLinks a:hover {
	color:#c6bbb0
}

.footerLinks h3 {
	margin:0;
}

.footerLinks h3 a {
	font-weight:bold;
	text-transform:uppercase;
	color:#ee2b74;
}

.footerLinks h3 a:hover {
	color:#fc498c;
}

.auxLinks {
	width:100%;
	background-color:#EF638F;
	padding:30px 20px;
	overflow:hidden;
}

.auxLinks .col1of3 {
	margin-bottom:20px;
}

.auxLinks a {
	text-transform:uppercase;
	color:#ffffff;
}

.auxLinks a:hover {
	color:#ffd8ed;
}




/* ----- TICKETS ----- */
#tickets {
	background-color:#000000;
	color:#e0e0e0;
}

#tickets h1 {
	color:#ffffff;
}

#tickets .content {
	width:90%;
	padding:0;
	max-width:800px;
}

#tickets table.chart {
	border:#00bbd7 solid 1px;
	width:100%;
	margin:-7px 0 30px 0;
	background-color:#009db4;
}



#tickets table.chart td {
	border-top:#00bbd7 solid 1px;
	padding:10px 15px;
}

#tickets table.chart tr:first-child td {
	border:0px;
}

#tickets b {
	color:#ffffff;
}


#tickets .hero {
	display:block;
	width:300px;
	margin:0 auto;
}

#tickets .button {
	background-color:#009DB4;
	color:#ffffff;
	text-transform:uppercase;
}


#tickets,
#tickets h2,
#tickets h3 {
	color:#ffffff;
}

#tickets form a {
	color:#009DB4;
	text-transform:uppercase;
}


/* ---- TICKETS FORM ------ */
fieldset {
	border:0px;
	padding:0px;
	min-width:0px;
	margin:0;
}

form, input, select, label {
	font-size:14px;
	line-height:20px;
	font-family: "roboto", helvetica, Arial,  sans-serif;
}

form {
	width:100%;
	border:#404040 solid 1px;
}

input[type=text], select {
	width:100%;
	max-width:500px;
}

input[type=text], select{
	border:#ffffff solid 1px;
	padding:5px;
}


select.XS,
input[type=text].XS {
	width:100px;
}



form .button {
	border:0px;
	margin:0px;
}


label {
	display:block;
	margin-bottom:7px;
	position:relative;
}

form span.output {
	display:inline-block;
	padding:5px 0;
}

label.static {
	color:#888888;
}

.control-group {
	position:relative;
	padding:10px;
	/* border-left:#333333 solid 1px;
	border-right:#333333 solid 1px;
	*/
	border-bottom:#333333 solid 1px;
	width:100%;
}

.control-group:nth-child(odd) {
	background-color:#303030;
}

.control-group:nth-child(even) {
	background-color:#383838;
}


.help-inline,
.validation {
	font-size:11px;
	line-height:15px;
	margin:5px 0 0 0 !important;
	color:#e0296e;
}


.form-actions {
	padding:40px 10px;
	border-top:#ffffff solid 2px;
	background-color:#303030;
}


#receive-comm label {
	padding-left:30px;
}

#receive-comm input {
	position:absolute;
	left:0px;
	top:0px;
}



table.cart,
table.transaction-details {

background-color:#303030;
width:100%;
}

.cart td:first-child,
.transaction-details td:first-child {
	width:65%;
}

.cart td,
.transaction-details td {
	padding:10px;
	border-bottom:#333333 solid 1px;
}

.cart tr:nth-child(even),
.transaction-details tr:nth-child(even) {
	background-color:#383838;
}

.cart tr:nth-child(odd),
.transaction-details tr:nth-child(odd) {
	background-color:#303030;
}


.cart tr.subtotal td {
	border-top:#ffffff solid 2px;
}



.transaction-details tr.totalCharge td {
	border-top:#ffffff solid 2px;
	border-bottom:#ffffff solid 2px;
}

.cart tr.subtotal,
.cart tr.handling,
.cart tr.totalCharge,
.transaction-details tr.totalCharge{
	background-color:#222222;
}


.cart tr.totalCharge td {
	border-top:#666666 solid 2px;
}


.control-group.totalCharge {
	border-top:#ffffff solid 2px;
	font-weight:bold;
	background-color:#222222;
}




/* -- cc form -- */

#cc-form,
#confirm {
	border:0px;
}

div.cc-group,
div.billing-group,
div.order-summary  {
	border:#333333 solid 1px;
}


div.billing-group  {
	margin-bottom:20px;
}

#cc-wrapper {
	margin-top:20px;

}

form h3 {
	padding:10px;
	margin:0;
}




/* ------------------------------------- BREAKPOINT ---------------------------------- */
@media screen and (min-width:450px) {

		#contest .title br,
		#donate .title br,
		#committee .title br {
			display:none;
		}

		#howToGetThere .grid .title h1 br {
			display:block;
		}


}




/* ------------------------------------- BREAKPOINT ---------------------------------- */
@media screen and (min-width:550px) {

	h1 {
		font-size:26px;
	}

	#tickets h1 br {
		display:none;
	}

	#sponsors .sponsorLogos img {
		width:32%;
	}
}

/* ------------------------------------- BREAKPOINT ---------------------------------- */
@media screen and (min-width:750px) {




	/* ----- GENERAL ------ */


	h1 {
		font-size:22px;
	}


	p {
			margin: 0 0 30px 0;
	}

	.button {
		padding:10px 50px;
		font-size:16px;
	}




	.content {
		padding: 60px 40px 40px 40px;
	}

	.grid {
		max-width:1000px;
	}

	.grid .content {
		width:66.666%;
		padding:50px;
	}

	.grid .title,
	.grid .gridCell {
		width:33.333%;
	}




	.grid .title {
		padding-top:33.333%;
	}

	.grid .title h1 {
		bottom:50px;
		left:50px;
	}

	.grid .gridCell {
		display:block;
		width:33.333%;
	}



	/* ------ CITY SELECT PAGE ------ */
	#citySelect ul li {
		width:25%;
	}

	#citySelect li.everywhere {
		padding-top:20px;
	}

	#citySelect a .date {
		font-size:20px;
		letter-spacing:2px;
	}


	/* ----- HOME ----- */
	#home .date {
		font-size:18px;
	}

	#home .date b {
		font-size:32px;
	}


	/* ---- PARTY ---- */

	#theParty .gridCell {
		width:31%;
		float:left;
		margin-left:3%;

	}

	#theParty table {
		width:50%;
	}

	#contest .row3 .gridCell,
	#howToGetThere .row3 .gridCell {
		margin-left:33.333%;
	}

	#contest .row2 .gridCell,
	#committee .row2 .gridCell {
		display:block;
	}










	/* --- AUCTION --- */
	#auction .content {
		border:#E98EB1 solid 45px;
		padding: 60px 40px 0px 40px;
	}

	/* --- WTW --- */
	#whatToWear .content {
		border:#bb81ec solid 45px;
		padding: 60px 40px 0px 40px;
	}



	/* --- COMMITTEE --- */

	#committee .row1 .gridCell:first-child {
		display:block;
	}




	/* --- ABOUT --- */
	#about .content {
		border:#00dde0 solid 45px;
		padding: 0px 40px 40px 40px;
	}

	#about img.hero {
		margin:0 auto 60px auto;
	}



	/* --- HOW TO GET THERE --- */
	#howToGetThere .title {
		margin-left:33.333%;
	}


	#howToGetThere .gridCell.map {
		padding-top:33.333%;
		width:66.666%;
		min-height:350px;
	}

	#howToGetThere .gridCell.map.xl {
		min-height:450px;
	}

	#howToGetThere .content {
		width:33.333%;
		padding:45px;

	}



	/* --- WHAT TO WEAR --- */

	.container.sections {
		display:table;
	}

	#donate, #contact {
		width:50%;
		padding:10%;
		display:table-cell;
		vertical-align:top;

	}

	#donate .hero,
	#contact .hero  {
		margin-top:10%;
	}


	/* --- DONATE --- */
	#donate .grid .content {
		min-height:333px;
	}

	#donate .row2 .gridCell:first-child {
		display:block;
	}


	/* ---- TICKETS ---- */

	#tickets table.chart {
		margin:-11px 0 30px 0;
	}

	#tickets .hero {
		width:450px;
	}

	.cart td,
	.transaction-details td ,
	.control-group {
		padding:20px;
	}

	form .form-actions {
		padding:40px 20px;
	}


	form .control-group {
		width:100%;
		overflow:hidden;
	}

	form .control-group label {
		width:35%;
		float:left;
		padding:5px 0px;
		margin-right:2%;
	}

	form .control-group .controls {
		float:left;
		width:63%;

	}

	form .control-group .static-output {
		padding:5px 0;
	}

	form .control-group select.XS {
		width:100px;
	}



	#receive-comm label {
		width:100%;
	}

	#receive-comm input {
		top:5px;
	}


	/* -- cc form -- */
	div.billing-group .control-group {
		padding-top:5px;
		padding-bottom:5px;
	}

	div.billing-group .control-group.bottom {
		padding:20px;
	}

	form h3 {
		padding:20px;
	}


	/* ------ FOOTER ------ */
	.footerLinks ul {
		float:left;
		width:50%;
	}

	.col1of3 {
	    float: left;
	    width: 33.3333%;
	    margin-bottom:20px;
	}


}




/* ------------------------------------- BREAKPOINT ---------------------------------- */
@media screen and (min-width:1000px) {

	body {
		font-size:15px;
		min-height:650px;
	}

	.wf-active body {
		font-size:16px;
	}

	h1 {
		font-size:32px;
		margin:0 0 30px 0;
	}

	h2 {
		font-size:22px;
		margin:0 0 30px 0;
	}

	h3 {
		font-size:14px;
	}

	.wf-active h3 {
		font-size:15px;
	}




	.grid .content {
		padding:80px;
	}




	/* ----- HOME ----- */
	#home .locale .city {
		font-size:28px;
	}

	#home .locale .date {
		font-size:18px;
	}

	/* ----- ABOUT ----- */
	#about .container {
		max-width:500px;
	}


	/* ---- HOW TO GET THERE ---- */
	#theParty table {
		width:32%;
	}



	/* ------ FOOTER ------ */
	footer, footer h3 {
		font-size:14px;
		line-height:20px;
	}

	.wf-active footer, .wf-active footer h3 {
		font-size:15px;
		line-height:24px;
	}

	.logoBg .rethink {
		width:230px;
	}

	.footerLinks ul {
		width:20%;
	}



	/* ---- TICKET FORM ---- */
	form, input, select, label {
		font-size:15px;
	}



}


/* ------------------------------------- BREAKPOINT ---------------------------------- */
@media screen and (min-width:1200px) {

	div.gapWrapper {
		display:none;
	}

	/* ----- NAV ----- */
	#navXL {
		display:block;
	}

	#navToggle {
		display:none;
	}

	#navMobile,
	.navOpen #navMobile {
		width:0px;
	}

	#donate, #contact {

	}

	div.gap.fixed {
		display:none;
	}


}



/* ------------------------------------- BREAKPOINT ---------------------------------- */
@media screen and (min-width:1300px) {
	nav a {
		font-size:13px;
	}

}

/* ---  --- */

.form-actions-inline {
	border:none;
	padding: 0;
	margin: 0;
}

.pi-form-action-no-bottom-border {
	border-bottom : none;
}

@media screen and (min-width:750px) {
	form .form-actions.form-actions-inline {
		padding:0;
		margin:0;
	}
}
