
/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
	box-sizing: border-box;
	text-align:center;
	font-family:"Proxima Nova Light", 'Helvetica Neue', Arial, Helvetica, sans-serif;
}
img {
	border:0;
}
#wrap {
	width: 100%;
	margin: auto;
	text-align:center;
}

/*** Header ***/

header {
	margin:0 auto;
	background:#FFFFFF;
	text-align:center;
	padding:8px 0;
	border-bottom:solid 3px #666666;
	/*position:fixed;*/
	z-index:100000;
	width:100%;
	top:0;
}


/*** Steps ***/

#steps{
	width:900px;
	color:#999;
	margin:auto;
}

.photobooth{
	float:left;
	width:370px;
	margin-top:30px;
  position: relative;
  height: auto;
  min-height: 350px;
  height: 370px;
}

.photobooth #idshow1, .photobooth #idshow2 {
  width: 70%;
  height: 100%;
  position: absolute;
  left: 15%;
  top: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.photoboothTX{
	font-size:120%;
	float:right;
	width:470px;
	text-align:left;
	margin-top:180px;
	/*margin-bottom:250px;*/
}

.photoboothTX span{
	font-size:160%;
}

.iPhone{
	float:left;
	width:400px;
}

.iPhoneTX{
	font-size:120%;
	float:right;
	width:470px;
	text-align:left;
	margin-top:40px;
}

.iPhoneTX span{
	font-size:160%;
}

/*** Studio Campaigns ***/

.StudioBox{
	margin:auto;
	box-sizing: border-box;
	width:100%;
	clear:both;
	color:#333;
}

.StudioBox h1{
	font-size:160%;
	color:#999;
	padding:10px;
	text-align:left;
}

.StudioBox ul{list-style:none;}

.StudioBox li{display:inline-block;}

.StudioLogo{
	float:left;
	width:16%;
	text-align:center;
	background:#FF0;
}

/*** Theaters ***/

.TheatersBox{
	margin:auto;
	box-sizing: border-box;
	width:100%;
	clear:both;
	color:#333;
}

.TheatersBox h1{
	font-size:160%;
	color:#999;
	padding:10px;
	text-align:left;
}

.TheaterInfo{
	float:left;
	width:25%;
	background:#ebe6df;
	border-right:solid 2px #FFF;
	border-bottom:solid 2px #FFF;
	box-sizing: border-box;
	height:265px;
	font-size:80%;
}
.TheaterInfo img{
	text-align:center;
	padding:10px 0;
}

.TheaterInfo span{
	color:#f99d39;
}

.TheaterNT{
	float:left;
	width:25%;
	background:#ebe6df;
	border-right:solid 2px #FFF;
	border-bottom:solid 2px #FFF;
	box-sizing: border-box;
	height:265px;
	font-size:80%;
}

/***Map***/

#Map{
	margin:auto;
	width:100%;
	text-align:center;
	clear:both;
	background:#ebe6df;
	padding:45px 0;
	border-bottom:solid 2px #FFF;
	height:560px;
	box-sizing: border-box;
}

/***Footer***/

footer{
	margin:auto;
	width:100%;
	padding:25px;
	box-sizing: border-box;
	background:#0E0504;
	color:#CCC;
	clear:both;
	height:150px;
	}

footer nav{font-size:100%; line-height:25px; float:left; text-align:left;}

footer a{
	color:#f99d39;
	text-decoration:none;
}

.sns{
	margin:auto;
	text-align:right;
	padding:10px 0;
	float:right;
}

.sns img{
	padding:0 10px;
}
