@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: none;
}
html {
	width: 100%;
	height: 100%;
	background-color: #000;
}
body {
	width: 100%;
	height: 100%;
}
a {
	text-decoration: none;
	border: none;
	outline: none;
	color: #c59900;
}
a:hover, a:active {
	color: #fff;
}
.slide {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	display: none;
	position: relative;
}

#log {
	position: fixed;
	top: 20px;
	right: 20px;
	color: #fff;
	z-index: 2000;
	font-size: 50px;
}
#viewport {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	z-index: 1000;
	position: fixed;
	top: 0;
	left: 0;
}
#content {
	/*height: 5000px;*/
}
#bulb {
	background-position: center;
	background-repeat: no-repeat;
	overflow: visible;
	z-index: 1;
}
#bulb #loader {
	width: 520px;
	height: 680px;
	background: url(../_images/loading.gif) no-repeat center;
	margin-top: -340px;
	margin-left: -260px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
}
#bulb video {
	margin-top: -340px;
	margin-left: -260px;
	position: relative;
	top: 50%;
	left: 50%;
}
#bulb #cord {
	width: 32px;
	height: 1087px;
	background: url(../_images/edison/cord.png) no-repeat center;
	position: absolute;
	top: 220px;
	right: 80px;
}
#bulb .lBulb {
	width: 246px;
	height: 308px;
	background: url(../_images/edison/logo_bulb.png) no-repeat left center;
	position: absolute;
	border-radius: 154px 115px 115px 154px / 154px 44px 44px 154px;
	border-style: solid;
	border-width: 1px;
	border-color: #000;
	top: 58px;
	right: 0;
}
#bulb #logoBulb {
	background-color: #515151;
	z-index: 100;
	overflow: hidden;
}
#bulb .lBulbLine {
	width: 229px;
	height: 229px;
	border: solid 3px;
	border-radius: 154px;
	position: absolute;
	top: 36px;
	left: 36px;
}
#bulb #logoBulb #bulbLine {
	border-color: #c59900;
}
#bulb #logoBulb #bulbLine2 {
	border-color: #515151;
}
#bulb #logoBG {
	background-color: #c59900;
	z-index: 50;
}
#gina {
	background-image: url(../_images/edison/ginaBG.jpg);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: visible;
	z-index: 0;
}
#gina #ginaLines {
	width: 960px;
	height: 192px;
	background: url(../_images/edison/ginaLines.png) no-repeat center;
	margin-left: -480px;
	position: absolute;
	left: 50%;
	bottom: 0;
}
#gina #ginaText {
	width: 796px;
	height: 314px;
	background: url(../_images/edison/gina.png) no-repeat center;
	margin: auto;
	position: relative;
	top: 0;
}
#gina #ginaTP {
	width: 286px;
	height: 54px;
	background: url(../_images/edison/ginaTP.png) no-repeat center;
	margin-left: -143px;
	position: absolute;
	left: 50%;
	bottom: 0;
}
#the39th {
	background-image: url(../_images/edison/the39thBG.jpg);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#the39th #invites {
	width: 675px;
	height: 569px;
	background: url(../_images/edison/invitesYou.png) no-repeat center;
	margin-top: -284px;
	position: absolute;
	left: -675px;
	top: 50%;
}
#the39th #the39thText {
	width: 675px;
	height: 569px;
	background: url(../_images/edison/the39th.png) no-repeat center;
	margin-top: -284px;
	position: absolute;
	left: -675px;
	top: 50%;
}
#the39th #ofHer21st {
	width: 675px;
	height: 569px;
	background: url(../_images/edison/ofHer21st.png) no-repeat center;
	margin-top: -284px;
	position: absolute;
	left: -675px;
	top: 50%;
}
#the39th .retroBulb {
	width: 74px;
	height: 1070px;
	background: url(../_images/edison/retroBulb.png) no-repeat center;
	position: absolute;
}
#the39th .bulb1 {
	right: 315px;
	top: -885px;
}
#the39th .bulb2 {
	right: 190px;
	top: -785px;
}
#the39th .bulb3 {
	right: 78px;
	top: -785px;
}
#the39th .glow:after {
	content: url(../_images/edison/retroBulbGlow.png);
	position: absolute;
	display: block;
	left: -221px;
	bottom: -221px;
}
#date {
	background-image: url(../_images/edison/dateBG.jpg);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#date #may {
	width: 1170px;
	height: 386px;
	background-image: url(../_images/edison/may.png);
	background-repeat: no-repeat;
	background-position: 55px top;
	position: absolute;
	margin-top: -193px;
	margin-left: -585px;
	left: -100%;
	top: 50%;
}
#date #sunday {
	width: 1170px;
	height: 386px;
	background-image: url(../_images/edison/sunday.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: absolute;
	margin-bottom: -193px;
	margin-left: -585px;
	left: 50%;
	bottom: 10%;
}
#date #the25th {
	width: 1170px;
	height: 386px;
	background-image: url(../_images/edison/the25th.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	position: absolute;
	margin-bottom: -193px;
	margin-left: -585px;
	left: 50%;
	bottom: -50%;
}
#edison {
	background-image: url(../_images/edison/edisonBG.jpg);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#edison #card1 {
	width: 440px;
	height: 366px;
	background: url(../_images/edison/card_pierrotAbs.png) no-repeat center;
	position: absolute;
	left: 5%;
	top: -175px;
}
#edison #card2 {
	width: 234px;
	height: 280px;
	background: url(../_images/edison/card_jackD.png) no-repeat center;
	position: absolute;
	left: 18%;
	top: 350px;
}
#edison #card3 {
	width: 266px;
	height: 371px;
	background: url(../_images/edison/card_absBarth.png) no-repeat center;
	position: absolute;
	left: 6%;
	top: 800px;
}
#edison #theEdison {
	width: 736px;
	height: 726px;
	background-image: url(../_images/edison/theEdison.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	margin-bottom: -320px;
	right: 5%;
	bottom: 50%;
}
#edison #timeAddress {
	width: 736px;
	height: 726px;
	background-image: url(../_images/edison/timeAddress.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	position: absolute;
	margin-bottom: -320px;
	right: 5%;
	bottom: 30%;
}
#cocktails {
	background-image: url(../_images/edison/cocktailsBG.jpg);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#cocktails #trumpet {
	width: 207px;
	height: 356px;
	background: url(../_images/edison/trumpet.png) no-repeat center;
	position: absolute;
	margin-left: -290px;
	left: 50%;
	top: -356px;
}
#cocktails #frenchHorn {
	width: 467px;
	height: 322px;
	background: url(../_images/edison/frenchHorn.png) no-repeat center;
	position: absolute;
	margin-right: -350px;
	right: 50%;
	top: -322px;
}
#cocktails #hat {
	width: 1146px;
	height: 450px;
	background: url(../_images/edison/hat.png) no-repeat center;
	position: absolute;
	margin-left: -573px;
	left: 50%;
	bottom: 100px;
}
#cocktails #cocktailsText {
	width: 1225px;
	height: 575px;
	background-image: url(../_images/edison/cocktails.png);
	background-repeat: no-repeat;
	background-position: 22px top;
	position: absolute;
	margin-left: -612px;
	margin-top: -287px;
	left: 0;
	top: 83%;
}
#cocktails #horsDoeuvres {
	width: 1225px;
	height: 575px;
	background-image: url(../_images/edison/horsDoeuvres.png);
	background-repeat: no-repeat;
	background-position: left 96px;
	position: absolute;
	margin-left: -612px;
	margin-top: -287px;
	left: 100%;
	top: 16%;
}
#cocktails #entertainment {
	width: 1225px;
	height: 575px;
	background-image: url(../_images/edison/entertainment.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	position: absolute;
	margin-left: -612px;
	margin-top: -287px;
	left: 0;
	top: 83%;
}
#rsvp {
	background-image: url(../_images/edison/rsvpBG.jpg);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 410px;
	width: 100%;
	overflow: hidden;
	display: none;
	position: relative;
}
#rsvp #rsvpText {
	width: 100%;
	height: 100%;
	background: url(../_images/edison/rsvp.png) no-repeat center;
	display: block;
}
#last {
	background-image: url(../_images/edison/lastBG.png);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
	display: none;
	position: relative;
	overflow: visible;
}
#last #smallG {
	background-image: url(../_images/edison/logo_bulbSmall.png);
	background-repeat: no-repeat;
	background-position: center;
	/*-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;*/
	position: absolute;
	width: 100%;
	height: 103px;
	margin-top: -51px;
	top: 0;
	left: 0;
	opacity: 1;
}
#last #pickensJrFoundation {
	background: url(../_images/edison/pickensJrFoundation.png) no-repeat center;
	position: absolute;
	width: 100%;
	height: 199px;
	margin-top: -100px;
	top: 50%;
	left: 0;
	display: block;
}