/* Introduction Page ======================================================== */

/**
 *  Intro Box
 */

#intro-box 
{
	width:770px;
	height:455px;
	margin-top: 250px;
	margin-left:90px;
	background:#fdfefd;
	border-radius:15px;
	-webkit-border-radius:15px;
	border-color:#ccc;
	box-shadow:0 0 10px #999;
	-webkit-box-shadow:0 0 10px #999;
	text-align:center;
	float:left;
}

#intro-box .text-video {
	margin-top: 3px;
	margin-right: 8px;
	float:right;
	white-space:nowrap;
}

#intro-box .inside 
{
	padding:20px 20px 20px 20px;
}

/**
 *  Intro Content
 */

#intro-content
{
	margin-top: 670px;
	margin-left: 175px;
}

#intro-content .btn
{
	margin-top: 5px;
}

#intro-content-tv
{
	margin-top: 580px;
	margin-left: 175px;
}

#intro-content-tv .btn
{
	margin-top: 5px;
}

/**
 *  Intro TV Show
 */

#intro-tvshow
{ 
	margin-left: 40px;
	width: 500px;
}

#intro-tvshow .txtHeadline
{
	display:inline-block; 
	font-size:35px; 
	line-height:50px; 
	color:#fff;
	margin-top:-15px;
}

#intro-tvshow .txtNormal
{
	display:inline-block; 
	margin-top:-2px;
	margin-left: 5px;
}

#intro-tvshow .imageTv
{
	position:absolute;
	margin-left: 560px;
	margin-top:-50px;
}

/**
 *  General Format and Position
 */

.intro-title 
{ 
	float:left; 
	margin-top: 25px; 
	margin-left: 90px;
}

.intro-title figure
{
	margin-top: -25px;
}

.intro-title p
{ 
	margin-top: -25px;
	color: #ffffff;
	width: 610px;
	margin-right: 10px;
}

/*.intro-title p strong
{ 
	#color:#6f471d;
}
*/
.intro-title span
{
	margin-top: -15px;
}

.intro-text 
{
	display:inline-block; 
	font-size:50px; 
	margin-top:-8px; 
	letter-spacing:-4px;
}

.splash-intro {width:auto; background:url(/static/img/wetogether_lucas_bg.jpg) center 0 no-repeat;}
.splash-ep1 {width:auto; background:url(/static/img/ep1_bg.jpg) center 0 no-repeat;}
.splash-ep2 {width:auto; background:url(/static/img/ep2_bg.jpg) center 0 no-repeat;}
.splash-ep3 {width:auto; background:url(/static/img/ep3_bg.jpg) center 0 no-repeat;}
.splash-ep4 {width:auto; background:url(/static/img/ep4_bg.jpg) center 0 no-repeat;}
.splash-ep5 {width:auto; background:url(/static/img/ep5_bg.jpg) center 0 no-repeat;}
.splash-ep6 {width:auto; background:url(/static/img/ep6_bg.jpg) center 0 no-repeat;}
.splash-ep7 {width:auto; background:url(/static/img/ep7_bg.jpg) center 0 no-repeat;}
.splash-ep8 {width:auto; background:url(/static/img/ep8_bg.jpg) center 0 no-repeat;}
.splash-ep9 {width:auto; background:url(/static/img/ep9_bg.jpg) center 0 no-repeat;}
