/*Global---------------------------------------------------------------------------------- */

@font-face {
font-family: EBGaramond;
src: url("../fonts/EBGaramond.otf") format("opentype");
}

@font-face {
font-family: ProximaNova;
src: url("../fonts/Proxima-Nova-Regular.otf") format("opentype");
}


body {
	background-color: #000;
}

/*We don't want iPad to highlight clicks */
* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

/*We need to force iPad browser to use hardware acceleration*/
.main-container * {
    -webkit-transform: translate3d(0,0,0);  
}

.main-container {
	
	overflow:hidden;
	margin:0 auto;
}

.hide {
    display: none;
}

.navbar-inner{
	position: relative;
	border:none;
	background: #080c0f;
}

.navbar:hover{
	opacity:1;
}

.navbar-fixed-bottom {
	bottom: 0;
	height: 20px;	
}

.navbar-fixed-bottom .container{	
	height: 200px;
	width:	100%;
}

/*Top bar ------------------------------------------------------------*/
.navbar-fixed-top{
	z-index: 3500;
}
.navbar-fixed-top .container{
	width: 575px;
	margin-right: 12px;	

}

.tumblrbtn{
	position: relative;
	margin-left: 25px;
	margin-right: 25px;
}


.top_hashtag{
	color: #FFF;
	text-decoration: none;
	font-weight: bolder;
	font-size: 16px;
	float: left;
	margin-top: 13px;
	margin-left: 20px;
	margin-right: 24px;
}

.top_launch_notice{
	color: #A0A0A0;
	text-decoration: none;
	font-size: 16px;
	float: left;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 24px;
}

.top_launch_notice img{
	position: relative;
	top: -2px;
}


/*Legal bar ------------------------------------------------------------*/
.navbar-fixed-bottom{
	z-index: 3500;
}

.navbar-fixed-bottom .legal{	
	background: rgba(0,0,0,0.75);
	color: rgb(225,225,225);
	min-height: 200px;
	position: absolute;
	width:100%;
	padding-top: 25px;
	padding-left: 50%;
	left: -300px;
	z-index: 3600;

}

.navbar-fixed-bottom .legal .lionsgate{	
	background-image: url('../img/lionsgate.png');	
	background-repeat: no-repeat;
	background-position: center;
	width:120px;
	height: 16px;
	margin-top: 12px;
}

.navbar-fixed-bottom .legal .terms-links{
	font-weight: bold;
	font-size: 12px;
}

.navbar-fixed-bottom .legal .terms-links ul{
	padding-left: 66px;
}

.navbar-fixed-bottom .legal .terms-links span{	
	margin-left: 10px;
	font-size: 12px;
	font-weight: normal;
	display: inline-block;
}


.navbar-fixed-bottom  .legal .rated {	
	background-image: url('../img/rating.png');	
	background-size: contain;
	background-repeat: no-repeat;
	width: 173px;
	height: 61px;
	margin-left: 16px;
	top: -10px;
	position: relative;	
}

.navbar-fixed-bottom  .legal .not-rated {	
	border: 1px solid;
	padding: 3px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 12px;
	margin-top: 5px;
	margin-left: 10px;	
}

.navbar-fixed-bottom  .legal .rateorgs-links{
	font-weight: bold;
	font-size: 12px;
	margin-top: 10px;
	position: relative;
	left: 112px;
	top: 10px;	
}

.navbar-fixed-bottom  .legal-top{
	display: inline-block;	
}

.navbar-fixed-bottom  .legal-top div{	
	float: left;
	margin-right: 10px;
}

.navbar-fixed-bottom  .legal ul{
	margin:0px;
}

.navbar-fixed-bottom  .legal li{
	float: left;	
	list-style-type: none;
	color: rgb(225,225,225);
	margin-left: 10px;
}

.navbar-fixed-bottom  .legal li a{
	color: rgb(225,225,225);

}

.hover-legal{
	width: 100%;
	font-family: "Lato";
	text-align: center;
	margin-left: 50%;
	left: -100px;
	position: relative;
	display: inline-block;
	color: #FFF;
	font-size: 9px;
}

.hover-legal span{
	float:left;
}

.up{
	background-image: url('../img/up.png');	
	background-size: contain;
	background-repeat: no-repeat;
	width: 14px;
	height: 12px;
	margin: 5px 10px;
}




/*Side Navigation*/
.navbar.scroll-nav{
	width: 70px;
	height: 605px;
	margin-left: 50%;
	right: 20px;
	position: fixed;
	top: 100px;
	z-index: 1200;
}

.navbar .ascend{	
	background-image: url("../img/ascend.png");
	background-repeat:no-repeat;
	background-size: cover;
	position: absolute;
	cursor: pointer;
	width: 66px;
	height: 41px;
	top:0px;
}

.navbar .descend{
	background-image: url("../img/descend.png");
	background-repeat:no-repeat;
	background-size: cover;
	cursor: pointer;
	position: absolute;
	width: 66px;
	height: 42px;
	bottom: 0px;
}

.navbar .top{
	background-image: url("../img/nav-top.png");
	background-repeat:no-repeat;
	background-size: cover;
	position: absolute;
	width: 31px;
	height: 42px;
	top: 68px;
	left: 16px;
}

.navbar .bottom{
	background-image: url("../img/nav-bottom.png");
	background-repeat:no-repeat;
	background-size: cover;
	position: absolute;
	width: 50px;
	height: 17px;
	bottom: 74px;
	left:6px;
}

.navbar .nav-marker .tip{	
	color: rgb(253, 250, 250);
	font-family: 'Open Sans';
	position: relative;
	left: -142px;
	width: 134px;
	text-align: right;
	top: -3px;
	vertical-align: top;
	font-size: 13px;
}

.navbar .nav-marker .tip.mlines{
	top: -11px;
}

.navbar .nav-marker{	
	background-image: url("../img/nav-marker.png");
	background-repeat:no-repeat;
	background-size: cover;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 23px;
	cursor: pointer;
}

.navbar .nav-marker.current{
	background-image: url("../img/nav-marker-on.png");
}



.navbar .nav-marker.marker-1{
	top: 130px
}

.navbar .nav-marker.marker-2{
	top: 165px
}

.navbar .nav-marker.marker-3{
	top: 200px	
}

.navbar .nav-marker.marker-4{
	top: 235px
}

.navbar .nav-marker.marker-5{
	top: 270px
}

.navbar .nav-marker.marker-6{
	top: 305px;
}

.navbar .nav-marker.marker-7{
	top: 340px;
}

.navbar .nav-marker.marker-8{
	top: 375px;
}

.navbar .nav-marker.marker-9{
	top: 410px;
}

.navbar .nav-marker.marker-10{
	top: 445px;
}

.navbar .nav-marker.marker-11{
	top: 480px
}



/*Trailer Video*/
.trailer_video{
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;	
	position: fixed;
	margin-left: 50%;
	width: 1280px;
	height: 720px;
	left: -640px;
	top: 100px;
	z-index: 4050;
	opacity: 1;	
}

.trailer_video .video_close {
	background-image: url("../img/close.png");
	background-repeat: no-repeat;
	background-position-y: center;	
	background-position-x: center;	
	background-position: center;
	width: 20px;
	height: 20px;
	position: absolute;
	top: -30px;
	margin: auto;
	right: -30px;	
	cursor: pointer;	
	opacity: 0.5;	
}

/*AUDIO control ---------------------------------------------------------------------------*/
.audio-control{
    background-image: url("../img/audio_on_default.png");
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    position: relative;
    width: 32px;
    height: 21px;
    top: 2px;
    left:12px;
    display: inline-block;
}

.audio-control:hover{
   background-image: url("../img/audio_on_hover.png");
 }

.audio-control.off{
    background-image: url("../img/audio_off_default.png");
}

.audio-control.off:hover{
   background-image: url("../img/audio_off_hover.png");
 }
