body {
	background-color:black;
	font-family: 'Roboto', sans-serif;
}

h1 {
	color:white;
	font-weight:700;
	font-size:1.8em;
}

h2 {
	margin-top: 10px;
	color: rgba(255,255,255,0.8);
	font-weight:200;
	font-size:1.2em;
}

.synopsis {
	margin-top:30px;
}

p {
	color:rgba(255,255,255,1);
	font-weight:200;
	font-size:1.1em;
	line-height:1.7;

}

.logo {
	margin-top:5px;
}

.navbar-inverse {
	background-color: rgba(0,0,0,0.8);
	border:none;
	height:70px;
	width:100%;
	position:fixed;
	top:0;
}

.stuff {
	padding-top:100px;
}


.stuff2 {
		max-height:700px;
}

.background {
	position:fixed;
	z-index:-999;
	background-color:black;
	width:100%;
	height:100%;
	background: url(../img/bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.overlay {
	position:fixed;
	background: -webkit-linear-gradient(left,rgba(0,0,0,.9),rgba(0,0,0,0)); /*Safari 5.1-6*/
	  background: -o-linear-gradient(to right,rgba(0,0,0,.9),rgba(0,0,0,0)); /*Opera 11.1-12*/
	  background: -moz-linear-gradient(to right,rgba(0,0,0,.9),rgba(0,0,0,0)); /*Fx 3.6-15*/
	  background: linear-gradient(to right,rgba(0,0,0,.9),rgba(0,0,0,0)); /*Standard*/
	  height:100%;
	  width:100%;
}

.overlay2 {
	position:fixed;
	background: -webkit-linear-gradient(left,rgba(0,0,0,.6),rgba(0,0,0,0)); /*Safari 5.1-6*/
	  background: -o-linear-gradient(to right,rgba(0,0,0,.6),rgba(0,0,0,0)); /*Opera 11.1-12*/
	  background: -moz-linear-gradient(to right,rgba(0,0,0,.6),rgba(0,0,0,0)); /*Fx 3.6-15*/
	  background: linear-gradient(to right,rgba(0,0,0,.6),rgba(0,0,0,0)); /*Standard*/
	  height:100%;
	  width:80%;
}

.carouselbg {
	height:100%;
	width:100%;
	margin:0;
	padding:0;
}

.carouselbg.one {
	background: url(../img/bg.jpg) no-repeat center center; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
}

.carouselbg.two {
	background: url(../img/bg2.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.carouselbg.three {
	background: url(../img/bg3.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.margintop {
	margin-top:70px;
}


.herocontainer {
	position:fixed;
	top:50%;
	left:10%;
	right:10%;
}

.thumbtextcontainer {
	position:absolute;
	top:110px;
	left:30px;
	font-size:0.8em;
	text-shadow: 0px 0px 12px rgba(0, 0, 0, 1);
}

.callout {
	position:absolute;
	font-size:1em;
	font-weight:800;
	letter-spacing:2px;
	background-color:white;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	top:-30px;
}

.listing {
	height:550px;
	margin:0;
	padding:50px;
}

.sorting {
	height:50px;
	background-color:rgba(255,255,255,0.15);
	padding:0 30px 0 30px;
}

.movielist {
	padding-left:0;
	margin-top:20px;
}

.movielist > li {
	width:100%;
	list-style-type: none;
	font-size:1.1em;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom: solid gray 1px;
}

.moviename {
	float:left;
	position:relative;
	height:20px;
}


.date {
	float:right;
	position:relative;
}

.filter {
	color:white;
}

.filter2 {
	color:gray;
}


.thumbnail {
	height:250px;
	padding:0;
	border-radius:0;
	margin-bottom:0;
	border:none;
	background-color:black;
}


.thumbnail.one {
	background: url(../img/thumb1.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}

.thumbnail.one {
	background: url(../img/thumb1.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}

.thumbnail.two {
	background: url(../img/thumb2.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}

.thumbnail.three {
	background: url(../img/thumb3.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}

.thumbnail.four {
	background: url(../img/thumb4.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}

.thumbnail.five {
	background: url(../img/thumb5.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}

.thumbnail.six {
	background: url(../img/thumb6.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}

.thumbnail.seven {
	background: url(../img/thumb7.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}

.thumbnail.ten {
	text-align:center;
	padding:100px;
}

.thumblink {
	height:100%;
	width:100%;
	background-color:rgba(0,0,0,0.5);
	display:block;
	position:absolute;
	z-index:0;
	-webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}

.herolink {
	height:100%;
	width:100%;
	display:block;
	position:absolute;
	z-index:2;
}

.thumblink:hover{
	background-color:rgba(0,0,0,0.15);
}

.pg13 {
	height:20px;
}

a:hover, a:active, a:focus {
	text-decoration:none;
}



.details {
	margin-top:20px;
}

.tab-content {
	font-weight:300;
	line-height:1.8;
	font-size:0.9em;
	color:rgba(255,255,255,0.8);
}

.nav-tabs {
  border-bottom: 0px solid #ddd;
  margin-bottom:10px;
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 2px solid white;
  border-radius: 0px 0px 0 0;
  margin:0;
  margin-right:-2px;
  color:white;
  padding:15px;
  padding-top:6px;
  padding-bottom:6px;
}

.nav-tabs>li>a:hover {
	color:black;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
  color: black;
  cursor: default;
  background-color: #fff;
  border: 2px solid white;
  border-bottom-color: transparent;
}

#playbutton {
	position:fixed;
	top:40%;
	right:25%;
	height:100px;
	width:100px;
	border-radius:50%;
	border: solid white 5px;
	cursor:pointer;
}

#playbutton:hover {
	background-color:rgba(255,255,255,0.5);
}


#playbutton2 {
	position:absolute;
	top:30%;
	right:25%;
	height:100px;
	width:100px;
	border-radius:50%;
	border: solid white 5px;
	cursor:pointer;
	display:none;
}

#playbutton2:hover {
	background-color:rgba(255,255,255,0.5);
}

.text {
	text-align:center;
	position:absolute;
	font-family:'Roboto', sans-serif;
	font-weight: 800;
	font-size:1.3em;
	color:white;
	letter-spacing: 3px;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	top:140px;
	text-shadow: 0px 0px 12px rgba(0, 0, 0, 1);
}


.text2 {
	text-align:center;
	position:absolute;
	font-family:'Roboto', sans-serif;
	font-weight: 800;
	font-size:1.3em;
	color:white;
	letter-spacing: 3px;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	top:120px;
	text-shadow: 0px 0px 12px rgba(0, 0, 0, 1);
}

.thumb {
	margin-left:0;
	margin-right:0;
	padding-left:0;
	padding-right:0;
}

.thumbcontainer {
	margin-left:0;
	margin-right:0;
	width:100%;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 650px;
  margin-top:none;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 650px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: auto;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 0px 6px rgba(0,0,0,.8);
  filter: alpha(opacity=50);
  opacity: .5;
  background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%) !important;
}


@media (max-width: 950px) {

	.stuff {
	margin-top:0px;
	}

	.background {
		position:fixed;
		z-index:-999;
		background-color:black;
		width:100%;
		height:100%;
		background: url(../img/smallbg.jpg) no-repeat center center fixed; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

	.overlay {
	background:rgba(0,0,0,0.5);
	}

	#playbutton {
		display:none;
	}

	#playbutton2 {
		display:block;
	}

}