html { /*background-color:#14191f;*/ background-color:#000; }

html, body {
	/* Height and width fallback for older browsers. */
	height: 100%;
	width: 100%;

	/* Remove any browser-default margins. */
	margin: 0;
}

body {
	font-size: 0.75em;

	font-family: 'Anton', sans-serif;
	color: #FFF;
	line-height: 1.5; 
	position:relative;

}

h2 {
	margin-left:15%;
	font-size:24pt;
	text-transform: uppercase;
	letter-spacing:5px;
	font-weight:400;
	margin-top:40px;
}

.qs {
	font-family: 'Quicksand', sans-serif;
}
.os {
	font-family: 'Open Sans', sans-serif;
}
.an {
	font-family: 'Anton', sans-serif;
}

a { color:#FFFF99; text-decoration:none; }
a:hover { text-decoration:underline; }

.strip {
	/*background-color:#14191f;*/
	background-image: url(/_images/plx/menutile85.png);
	width:100%;
	height:80px;
	position:fixed;
	z-index:100;

}

.stripmargin { width:100%; height:80px; }

.parallax-container {
    height: 600px;
    width: 100%;
	position:relative;
}

.large { height: 700px; }

.textbox {
	width:100%;
	background-color:#14191f;
}

.prodimage {
	float:left;
	width: 477px;
	height:80px;
}
.incinemas {
	display:inline-block;
	font-size:24px;
	float:left;
	padding:15px 0 0 25px;
}

.title {
	width:50%;
	margin:0 auto;
	position:absolute;
	bottom:15px;
	left:25%;
}
.title img { width:100%; }

.tickets {
	width:50%;
	float:right;
	text-align:center;
	font-size:12pt;
	margin-top:40px;
	margin-right:10%;

}

.small { font-size:13pt; }

.heading {
	font-size:50px;
}

.video {
	width: 1050px;
	margin:0 auto;
	padding:20px 0 0 0;
}

#trailer {
	width:100%;
	height:940px;
}

.crew {
	height:940px;
}

.cast {
	height:1000px;
}

#share {
	width:100%;
	background-color:#222;
	height:80px;
	text-align: center;
}

#share ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#share ul li { display: inline; }

#share ul li a
{
	text-decoration: none;

    position: relative;
    background: 0 0;
    border: 1px solid #ebebeb;
    color: #fff;
    cursor: pointer;
    -webkit-transition: border-color .4s,color .4s;
    transition: border-color .4s,color .4s;
    -webkit-transition-timing-function: cubic-bezier(.2,1,.3,1);
    transition-timing-function: cubic-bezier(.2,1,.3,1);
    font-size: .9em;

}

#share ul li a:hover
{
	color: #fff;
	background-color: #369;
}



.buttons {
  /*display: table;*/
  width: 100%;
  background-color: #272727;
  padding:10px 0;
}

.container { 
  /*display: table-cell;*/
  padding: 1em;
  text-align: center; 
  vertical-align: middle;
  width:50%;
  margin:0 auto;
}

.container table, .feature table { width:100%; }
.container td { width:33%; height:55px;  }
.feature td { width:33%; height:500px;  }
.vthumbs td { width:20%; height:150px;  }

.feature { 
  /*display: table-cell;*/
  padding: 1em;
  text-align: center; 
  vertical-align: middle;
  width:75%;
  margin:0 auto;
}


.buttons {
  box-sizing: inherit;
  transition-property: all;
  transition-duration: .6s;
  transition-timing-function: ease;
}

.buttons a {
    background: rgba(#fff, 0);
    /*border-bottom: 1px solid;*/
    color: #fff;
    line-height: 1.4;
    padding: .25em;
    text-decoration: none;
	text-align:center;
    
    &:hover {
      background: rgba(#fff, 1);
      color: red;
    }
  }


.btn {
  color: #fff;
  cursor: pointer;
  display: block;
  font-size:20px;
  font-weight: 400;
  line-height: 45px;
  margin: 0 auto;
  /*max-width: 160px; */
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  width: 80%; 
  /*float:left;*/
  text-align:center;
  
  @media(min-width: 400px) {
    display: inline-block;
    margin-right: 2.5em;
  
    &:nth-of-type(even) {
      margin-right: 0;
    }
  }
  
  @media(min-width: 600px) {
  
    &:nth-of-type(even) {
      margin-right: 2.5em;
    }
    
    &:nth-of-type(5) {
      margin-right: 0;
    }
    
  }
  
  &:hover { text-decoration: none; }
  
}

.btn-5 {
  border: 0 solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
  outline: 1px solid;
  outline-color: rgba(255, 255, 255, .5);
  outline-offset: 0px;
  text-shadow: none;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
} 

.btn-5:hover {
  border: 1px solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 15px;
  text-shadow: 1px 1px 2px #427388; 
  text-decoration:none;
}

.vlink {
	height:auto;
}

#trailert1 { 
	background-image:url(/_images/plx/trailer1.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
}
#trailert2 { 
	background-image:url(/_images/plx/trailer2.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
}
#trailert3 { 
	background-image:url(/_images/plx/trailer3.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
}
#trailert4 { 
	background-image:url(/_images/plx/trailer4.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
}
#trailert5 { 
	background-image:url(/_images/plx/trailer5.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

#feature1 { 
	background-image:url(/_images/plx/feature1.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
}
#feature2 { 
	background-image:url(/_images/plx/feature2.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.article, .particle, .sarticle {
	width:65%;
	margin:0 auto;
	background-image: url(/_images/plx/menutile75.png);
	font-size:12pt;
}

.padding {
	padding:35px;
}

.poster {
	float:right;
	width:30%;
	margin-left:40px;
}

.poster img { width:100%; border:1px solid #000; }

.clr { clear:both; }

.slider { background-color:#000; border-top:25px #000 solid; border-bottom:25px #000 solid; position:relative; width:100%; overflow:hidden; height:800px;}

.featured { height:600px; background-color:#000; background:url(/_images/plx/featured.jpg); background-position:bottom; background-repeat: no-repeat; background-size:100%; }

.black { background-color:#000; }

a.link { color:#FFEAEA; text-decoration:none; }
a.link:hover { text-decoration:underline; }

.preamble { font-size:9pt; padding-top:15px; }
.copy { font-size:10.5pt; }
.image200 { width:100%; float:left;  border:1px solid #000; }
.article h3 { margin:0;padding:15px 0 0 0; }
.article p { margin-bottom:0; margin-top:10px; font-size:10pt; }
.particle p { margin-bottom:0; margin-top:10px; font-size:12pt; }
.sarticle p { margin-bottom:0; margin-top:10px; font-size:10.5pt; }
.charcter { font-size:10.5pt; }
.bio { font-size:9pt; }
.mobilepad { color:#000; height:5px; width:100%; }

.soundcloud { height:450px; }
.footer { position:relative;height:350px; background-color:#000 }
.classification { height:80px; }
.prodstrip { height:80px; }
.float { float:left;width:33%;text-align:center; }

#vid { width:1050px; height:591px; }

.half { width:48%; float:left; margin-left:1%; margin-top:15px; }
.headshot { float:left; width:20%; }
.text { float:right; width:78%; }
.half h3 { margin-top:0; margin-bottom:10px; }
.text p { font-size:11pt; }

@media screen and (max-width: 1800px) {
	.soundcloud { height:400px; }
	.slider { height:730px; }
}


@media screen and (max-width: 1700px) {
	.article { width:75%; }
	.slider { height:680px; }
}

@media screen and (max-width: 1600px) {
	.btn { font-size:16px; }
	.article  { width:75%; }
	.crew { height:1000px; }
	.container { width:60%; }
	.soundcloud { height:365px; }
	.slider { height:650px; }
}

@media screen and (max-width: 1500px) {
	.slider { height:630px; }
}

@media screen and (max-width: 1400px) {
	.soundcloud { height:320px; }
	.footer { height:250px; }
	.slider { height:580px; }
}

@media screen and (max-width: 1300px) {
	.crew { height:1100px; }
	.particle, .sarticle { width:75%; }
	.slider { height:520px; }
	.tickets { margin-right:5%; width:60%; }

}

@media screen and (max-width: 1200px) {
	.soundcloud { height:270px; }
	.title img { margin-bottom:50px; }
	.container { width:80%; }
	.banner2 { height:500px; }
	.slider { height:480px; }
	.tickets { margin-right:5%; }
}

@media screen and (max-width: 1100px) {
	#vid { width:950px; height:555px; }
	.video { width:1000px; }
	.cast { height:auto; }
	.particle, .sarticle, .article { width:85%; }
	.slider { height:430px; }
	.tickets {  width:60%; }
	
}

@media screen and (max-width: 1000px) {
	.half { width:100%; clear:both; }
	.slider { height:380px; }
	.tickets { font-size:11pt; width:75%; }
	.small { font-size:10pt; }
}

/* tablets */
@media screen and (max-width: 900px) {
	#vid { width:870px; height:490px; }
	.video { width:890px; }
	.cast { height:auto; }
	.particle, .sarticle, .article { width:95%; }
	.prodimage { width:49%; }
	.prodimage img { width:100%; height:auto; }
	.incinemas { float:right; width:49%; font-size:20px; padding-left:0; text-align:right; }
	.container { width:95%; }
	#trailer { height:auto; }
	.crew { height:auto; }
	.classification { height:60px; }
	.soundcloud { height:230px; }
	.slider { height:290px; }
	
}


@media screen and (max-width: 800px) {
	#vid { width:700px; height:400px; }
	.video { width:720px; }
	.cast { height:auto; }
	.particle, .sarticle, .article { width:95%; }
	.container { padding:0; }
	.title img { width:90%; }
}

/* general phones */
@media screen and (max-width: 600px) {
	#vid { width:100%; height:280px; }
	.video { width:100%; }
	.particle, .sarticle, .article { width:100%; }
	.incinemas { float:right; width:49%; font-size:10px; padding-left:0; text-align:right; }
	.btn { font-size:14px; }
	.title { width:90%; left:10%; }
	.prodstrip { height:auto; width:90%; }
	.soundcloud { height:150px; }

	.feature { width:100%; padding:0; }
	.featured { background:none;  }
	.float { clear:both; width:100%; padding-bottom:50px;}

	h2 { margin-left:0; text-align:center; }
	.banner2 { height:400px; }
	.mainbanner { height:500px; }
	.container { width:100%; }
	.vthumbs td { height:auto; font-size:13px; }
	.container td { height:auto; }
	.headshot { float:none; clear:both; width:80%; margin: 5px auto; }
	.text { width:95%; clear:both; float:none; text-align:center; }
	.slider { height:150px; }
	.tickets { width:95%; margin:1%; }
}