/*-----------------------------
    FORMATTING
---*/
h1{
	font-size			: 70px;
}
body.login p{
	margin-top			: 20px;
}
/*-----------------------------
    STRUCTURE
---*/
/*---
	masthead
--*/
.navbar-brand {
	line-height			: 20px;
	padding				: 0;
	margin-top			: 25px;
}
/*-----------------------------
    SWIPE
---*/
/*-----------------------------
    LOGIN
---*/
/*--
	formatting for login
--*/
div.container.login h1{
	font-size			: 73px;
	padding-left		: 0;
	text-align			: right;
}
div.login p{
	font-size			: 15px;
	line-height			: 20px;
}
/*--*/
div.inner-wrap > div.container.login{
	min-height			: 850px;
	padding-top			: 135px;
	background-size		: 110%;
	background-position	: 0 0;
}
.btn-input{
	display				: block;
}
button.submit{
	margin				: 25px auto 0;
}
/*-----------------------------
    MOVIE PAGE
---*/
/*--
	formatting for cat list page
--*/
/*--
	player
--*/
div.video-player{
	height				: 497px;
}
/*--
	scene swipe nav
--*/
div.container.movie div.swipe-nav{
	width				: 257px;
}
div.scenes-inner-wrap{
	max-height			: 495px;
}
div.scene-info h1{
	max-width			: 879px;
	padding-left		: 15px;
}
div.scene-nav{
	padding-right		: 0;
}
div.scene-nav ul{
	list-style			: none;
	overflow			: hidden;
	height				: 100%;
	max-height			: 535px;
	overflow			: hidden;
	padding				: 0;
}
div.scene-nav ul li{
	float				: none;
	margin				: 0 0 25px 0;
	padding:0;
}
div.scene-nav ul li a{
	width				: 100%;
	display				: block;
}
div.scene-nav ul li img{
	position			: relative;
	border				: 2px solid #333;
}
div.scene-nav ul li h3.scn-title{
	font-size			: 11px;
	color				: #fff;
	font-weight			: 900;
	padding				: 0;
	margin				: 0;
	
	text-shadow			: -1px 1px 5px #000;
}