<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html { 
  background: #ede3bc url(img/background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
	background: transparent;
}


a {
	color: #ea7300;
}

a:hover {
	color: #bb5d00;	
}


.container_full {
	padding-right: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
}

.recommend {
	color:#fff;
	font-size:10px;
	text-align: center;
}


#trailer_button {
	font-family: "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 12px;
}

.modal-content {
	background: #222;
}

.btn-maz {
	background-color: #ea7300;
	border-color: #bb5d00;
	color: #fff;
}

.btn-maz:hover, .btn-maz:focus, .btn-maz:active, .btn-maz.active, .open&gt;.dropdown-toggle.btn-maz {
	background-color: #bb5d00;
	border-color: #ea7300;
	color: #fff;
}


h1, h2 {
	font-family: "futura-pt",sans-serif;
	font-weight: 700;
	font-size: 24px;
}

.home-quote {
	font-size:19px;
	text-align:center;
}

.cast_item {
	margin-bottom: 30px;
	min-height: 350px;
}

.cast_item h2 {
	margin-top: 0;
	padding-top: 0;
}

.cast_item h2 span {
	font-family: "futura-pt",sans-serif;
	text-transform: uppercase;
	margin-top: 0;
	font-size: 18px;
	font-weight: 300;
	color: #000;
	display: block;
}

h1 {
	text-transform: uppercase;
	border-bottom: 2px solid #ea7300;
	margin-bottom: 30px;
}

.synopsis_text {
	padding: 0 10px;
}

.carousel-inner &gt; .item &gt; img {
    margin: 0 auto;
}

#bts_carousel, #main_gallery {
	background: #000;
}

#main_gallery .carousel-inner &gt; .item &gt; img {
    max-height: 900px;
}

#bts_carousel .carousel-inner &gt; .item &gt; img {
    max-height: 500px;
}

.fb-like-box {
	background: #fff;
}

.instagram_dropdown {
	background: #fff;
	padding: 10px 0 10px 10px;
	width: 320px;
}

.instagram_dropdown img {
	width: 100px;
	height: 100px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.img-logo {
	vertical-align: baseline;
}


/* Main Nav Changes */


	.navbar {
		margin-bottom: 0;
	}

	.navbar-inverse .navbar-nav&gt;li&gt;a {
		color: #fff;
		font-size: 11px;
	}
	
	.navbar-inverse {
		color: #fff;
	}
	
	.navbar-inverse .navbar-nav&gt;li&gt;a:hover {
		color: #ea7300;
	}
	
	nav {
		font-family: "futura-pt",sans-serif;
		font-weight: 700;
		text-transform: uppercase;
	}
	
	#logo {
		color: #ea7300;
		font-size: 32px;
		height: 70px;
	}
	
	#logo span {
		font-size: 18px;
		padding-top: 4px;	
	}
	
	#logo img {
		vertical-align: top;
		display: block;
		float: left;
		margin-top: -5px;
	}



/* Carousel for BTS */

	.the_thumbs {
		overflow-y: hidden;
	}
	
	.carousel-indicators {
		margin-left: inherit;	
		position: relative;
		left: 0;
		bottom: 0;
		margin: 0 1px;
		width: 90%;
		min-height: 100%;
		white-space: nowrap;
	}
	
	
	.carousel-indicators li {
		position: relative;
		width: 10%;
		max-height: 100%;
		background-color: transparent;
		opacity: 0.5;
		filter: alpha(opacity=50);
		height: 0;
		padding-bottom: 12%;
		border:0;
	}
	
	.carousel-indicators li:hover {
		opacity: 0.8;
		filter: alpha(opacity=80);
	}
	
	.carousel-indicators li img{
		position: absolute;
		top: 0;
		left: 4%;
		max-height: 100%;	
		margin-right: auto;
		margin-left: auto;
	}
	
	.carousel-indicators .active {
		width: 10%;	
		opacity: 1.0;
		filter: alpha(opacity=100);
		background-color: transparent;
		border:0;
	}




	/*Scrollbar stuff*/
	
		.scroll-pane
		{
			height: 100%;
			outline: 0;
		}
		
		.jspPane {
			width: 100%;
		}
		
		.jspHorizontalBar {
			background: transparent;
		}
		
		.jspTrack {
			background: #000;
		}
		
		.jspDrag {
			background: #ea7300;
			border-radius: 3px;
		}
		
		.jspHorizontalBar {
			height: 12px;
		}
		
		.jspHorizontalBar .jspArrow {
			width: 6px;
			background: #507e90;
			border-radius: 1px;
		}
		
		.jspCorner {
			background: red;/*#507e90;*/
		}
		
		.jspDrag:hover, .jspHorizontalBar .jspArrow:hover{
			background: #308aae;
		}


.navbar-fixed-bottom {
	height: 60px;
	overflow: hidden;
}

#home_img_2 {
	margin: 0 auto;
	display: block;	
}

.buy-message {
	color: #ea7300;
	font-size: 40px;
			font-family: "futura-pt",sans-serif;
		font-weight: 700;
		text-transform: uppercase;
		display: block;

}

@media (min-width: 768px) {

#home_img {
	margin: 0 auto;
	display: block;
}
 
.home-quote {
	font-size:24px;
}


	.container {
		margin-top: 10px;
	}

	.modal-dialog {
		width: 768px;
	}

	.synopsis {
	background: #ede3bc url(img/synopsis_bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 860px;	
	}
		
	.navbar-castcrew {
	font-family: "futura-pt",sans-serif;
	font-weight: 700;
	font-size: 16px;
	}
	
	.navbar-castcrew .nav&gt;li&gt;a {
	padding: 0 0 0 15px;
	}
	
	.navbar-castcrew li {
	text-transform: uppercase;
	}
	
	.navbar-castcrew ul.nav {
	margin-bottom: 20px;
	}
	
	.navbar-castcrew li a:hover {
	background: transparent;
	}
	
	#video-max-size {
		overflow: hidden;
	}
	
	h2 {
		font-size: 30px;
	}
	
	.buy-container {
		margin-top: 20px;
	}
	
	.buy-message {
		display: inline-block;
		margin-right: 20px;
		padding-bottom: 4px;
	}
	
}


@media (min-width: 992px) { 

	.modal-dialog {
		width: 992px;
	}
	
	.home-quote {
	font-size:22px;
}

	.synopsis {
		min-height: 900px;
	}

	.navbar-inverse .navbar-nav&gt;li&gt;a {
		font-size: 15px;
		padding-top: 25px;
		padding-bottom: 25px;
		}

}


@media (min-width: 1200px) { 

	.container {
		width: 960px;
	}

	.modal-dialog {
		width: 1000px;
	}

	.synopsis {
		min-height: 1080px;
	}

}</pre></body></html>