html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	
}
.line {
	position: absolute;
	top:0;
	height: 4px;
	background: #57255a;
	width: 100%;
	z-index: 9999999999;
	display: none;

}
body {
	font-family: 'Helvetica Neue', helvetica;
	background: #eeeeee url(../bg2.png) fixed;

}
.no-scroll {
	overflow: hidden;
}

html, body {
    height:100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#wrapper {

}


#ticketsPop {
position: fixed;
  z-index: 1006;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 0.75rem;
  max-width: 170px;
  width: 100%;
  color: white;
  bottom:50px;
  background: #57255a;
  height: 80px;
}

.theaters:hover #ticketsPop{
	display: block!important;
}

#ticketsPop > .arrow {
    display: block; 
    left: 38px;
    position: absolute;
    width: 0;
    height: 0;
    border: solid 10px;
    border-color: #57255a transparent transparent transparent;
    bottom: -20px;
    pointer-events: none;
  }
#search-zip {
    width: 124px;
    font-size: 12px;
    height: 20px;
    padding-left: 13px;
    letter-spacing: 1px;
    background-color: #FFFFFF;
    border: 2px solid rgba(255, 255, 255, 0);
    text-align: left;
    color: 000;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
#mf {
    background: url(mf.png) 100%/100% no-repeat;
    width: 44px;
    height: 44px;
    display: inline-block
}

#m {
    background: url(m.png) 100%/100% no-repeat;
    width: 44px;
    height: 44px;
       display: inline-block

}
#fand {
    background: url(fand.png) 100%/100% no-repeat;
    width: 44px;
    height: 44px;
       display: inline-block

}


#blog, #about, #theaters {
	width: 100%;
	display: block;
	position: relative;
	margin: 0;
	overflow: hidden;
}

#blog .posts {
	display: none;
}
#blog .poststwo {
	width: auto;
	margin: -100px 0 0 0;
	opacity: 0;
  	transition: .6s ease-in-out ;
	-webkit-transition: .6s ease-in-out;
	-moz-transition: .6s ease-in-out;
	float: left;
	
}


#blog li {
	list-style: none;
	width: 33.3%;
	height: auto;
	display: inline-block;
	text-align: center;
	vertical-align: middle;

}

#blog li:hover img {
box-shadow: 1px 1px 2px rgba(0,0,0,0.6);	
}



#blog .poststwo .top .post:nth-child(7), #blog .poststwo .top .post:nth-child(8),
.postsPageTwo {display: none}



#blog .bottom {
	  	transition: .6s ease-in-out .3s;
	-webkit-transition: .6s ease-in-out .3s;
	-moz-transition: .6s ease-in-out .3s;
	width: 400%;
}

#blog .top{

  	transition: .6s ease-in-out;
	-webkit-transition: .6s ease-in-out;
	-moz-transition: .6s ease-in-out;
	width: 400%;

}
.no-scroll #viewPost li {
	overflow: scroll;
}
#viewPost {
	position: relative;
	margin: 20px auto;
	background: #fff;
	width: 600px;
	padding: 20px;
	box-shadow: 0px 0px 1px 3px rgba(0,0,0,0.2);
	border-radius: 2px;
	z-index: 999999;
	height: auto;
	overflow: hidden;

}
#viewPostWrap {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100%;
	left: 100%;
	background: #57255a;
	z-index: 99999;	
	height: auto;
	overflow: scroll;	
	 transition: .6s ease-in-out;
	-webkit-transition: .6s ease-in-out;
	-moz-transition: .6s ease-in-out;	
}


#viewPostClose {
	position: absolute;
	top: 20px;
	right: 50%;
	margin-right: -396px;
	color: #fff;
	background: #fff;
	cursor: pointer;
	z-index: 99999999;
	color: #A9CC9D;
	padding: 20px 30px;
	font-size: 30px;

}



#viewPostWrap.shown {
	left: 0;
	transition: .6s ease-in-out .4s;
	-webkit-transition: .6s ease-in-out .4s;
	-moz-transition: .6s ease-in-out .4s;
 
}
#viewPost li {
	list-style: none;
	width: 600px;
	height: auto!important
}
#viewPost li img {
	width: 600px;
	height: auto;
}
#viewPost li.note img {
	width: 15px!important;
	margin-right: 4px;
}
#viewPost li.note a {
	color: #A9CC9D;
}
.notes {
	margin-bottom: 120px;
}
#viewPostSide {
	width: 100px;
	margin: 20px auto;
	height: 40px;
}

#viewPostSide .like_button{
float: left;
	
}
.reblog_button {
	float: right;
}
.more {
	right: -300px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	cursor: pointer;
	z-index: 9997;
	background: rgba(111,55,109,0.7);
	padding: 20px 40px 20px 20px;
	color: #fff;
	box-shadow: -1px 1px 1px #000;
  	transition: .5s ease-in-out 1s;
	-webkit-transition: .5s ease-in-out 1s;
	-moz-transition: .5s ease-in-out 1s;
}
.hidden {
	display: none;
}

#back {
	left: -300px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	cursor: pointer;
	z-index: 9997;
	background: rgba(111,55,109,0.7);
	padding: 20px 20px 20px 40px;
	color: #fff;
	box-shadow: -1px 1px 1px #000;
  	transition: .5s ease-in-out 1s;
	-webkit-transition: .5s ease-in-out 1s;
	-moz-transition: .5s ease-in-out 1s;
}



.more.paged {
	right: -300px!important;
	
}
#blog.in 
.more {
	right:-20px;
	margin-right: 0px;
  -webkit-animation: backright 6s; /* Safari 4+ */
  -moz-animation:    backright 6s; /* Fx 5+ */
  -o-animation:      backright 6s; /* Opera 12+ */
  animation:         backright 6s; /* IE 10+ */
}
#blog #back.paged {
	left: -300px;
}
#blog.in #back.paged{
	left: -20px;
	margin-right: 0px;
  -webkit-animation: backleft 6s; /* Safari 4+ */
  -moz-animation:    backleft 6s; /* Fx 5+ */
  -o-animation:      backleft 6s; /* Opera 12+ */
  animation:         backleft 6s; /* IE 10+ */
}



@-webkit-keyframes backright {
  0%   	{margin-right:0px;}
  20% 	{margin-right:6px;}
  40% 	{margin-right:0px;}
  60% 	{margin-right:6px;}
  80% 	{margin-right:0px;}
  90% 	{margin-right:3px;}
  100% 	{margin-right:0px;}
}
@-moz-keyframes backright {
  0%   	{margin-right:0px;}
  20% 	{margin-right:6px;}
  40% 	{margin-right:0px;}
  60% 	{margin-right:6px;}
  80% 	{margin-right:0px;}
  90% 	{margin-right:3px;}
  100% 	{margin-right:0px;}
}
@-o-keyframes backright {
  0%   	{margin-right:0px;}
  20% 	{margin-right:6px;}
  40% 	{margin-right:0px;}
  60% 	{margin-right:6px;}
  80% 	{margin-right:0px;}
  90% 	{margin-right:3px;}
  100% 	{margin-right:0px;}
}
@keyframes backright {
  0%   	{margin-right:0px;}
  20% 	{margin-right:6px;}
  40% 	{margin-right:0px;}
  60% 	{margin-right:6px;}
  80% 	{margin-right:0px;}
  90% 	{margin-right:3px;}
  100% 	{margin-right:0px;}
}


@-webkit-keyframes backleft{
  0%   	{margin-left:0px;}
  20% 	{margin-left:6px;}
  40% 	{margin-left:0px;}
  60% 	{margin-left:6px;}
  80% 	{margin-left:0px;}
  90% 	{margin-left:3px;}
  100% 	{margin-left:0px;}
}
@-moz-keyframes backleft {
  0%   	{margin-left:0px;}
  20% 	{margin-left:6px;}
  40% 	{margin-left:0px;}
  60% 	{margin-left:6px;}
  80% 	{margin-left:0px;}
  90% 	{margin-left:3px;}
  100% 	{margin-left:0px;}
}
@-o-keyframes backleft {
  0%   	{margin-left:0px;}
  20% 	{margin-left:6px;}
  40% 	{margin-left:0px;}
  60% 	{margin-left:6px;}
  80% 	{margin-left:0px;}
  90% 	{margin-left:3px;}
  100% 	{margin-left:0px;}
}
@keyframes backleft {
  0%   	{margin-left:0px;}
  20% 	{margin-left:6px;}
  40% 	{margin-left:0px;}
  60% 	{margin-left:6px;}
  80% 	{margin-left:0px;}
  90% 	{margin-left:3px;}
  100% 	{margin-left:0px;}
}


#blog.in
#back:hover{
		left: -6px;
  	transition: .5s ease-in-out ;
	-webkit-transition: .5s ease-in-out ;
	-moz-transition: .5s ease-in-out;
}
#blog.in
#more:hover {
	right: -6px;
  	transition: .5s ease-in-out ;
	-webkit-transition: .5s ease-in-out ;
	-moz-transition: .5s ease-in-out;
	
}
#blog.in .poststwo{
	opacity: 1;
	margin:  0;
  	transition: .6s ease-in-out 1s;
	-webkit-transition: .6s ease-in-out 1s;
	-moz-transition: .6s ease-in-out 1s;
}


#blog .post img {
	width: auto;
	height: auto;
	text-align: center;
	vertical-align: middle;
}

logo {
width: 600px;
height:280px;
display: block;
position: fixed;
top: 50%;
margin-top: -110px;
left: 50%;
margin-left: -300px;
background: url(../assets/logo-1.png) no-repeat;
z-index: 99;
background-size: 100%;
transition:  .6s ease-in-out;
-webkit-transition:  .6s ease-in-out;
-moz-transition:  .6s ease-in-out;
}
logo.out {
	margin-top: -800px;
	opacity: 0;
}


#smallLogo {
width: 120px;
height:50px;
display: block;
background: url(../assets/logo-2.png) no-repeat;
z-index: 99999999;
background-size: 100%;
transition:  .6s ease-in-out;
-webkit-transition:  .6s ease-in-out;
-moz-transition:  .6s ease-in-out;
float: left;
margin: 0px;
position: absolute;
left: 40px;
bottom: 50px
}
#smallLogo.out {
	bottom: -4px;
}
#release {
	position: absolute;
	left: 40px;
	font-size: 11px;
	line-height: 15px;
	color:#57255a;
	bottom: 10px;
transition:  .6s ease-in-out;
-webkit-transition:  .6s ease-in-out;
-moz-transition:  .6s ease-in-out;
font-style: italic;
}
#release.out {
	bottom: -50px;
}

nav {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
height: 50px;
background: #fff;
z-index: 9999999;
box-shadow: 0px -1px 2px rgba(0,0,0,0.37)
}

.innernav {
	width: 880px;
	margin: 0 auto;
}

.bb {
	float: right;
}
.bb #bb {
	background: url(../assets/birch.png) no-repeat center center;
	height: 48px;
	width: 90px;
	display: inline-block;
	float: right;
	background-size: 100%;

}
nav a.navitem {
	color: #57255a;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0px 24px;
	font-size: 14px;
	text-decoration: none;
	display:inline-block;
	z-index: 999999999;
	text-align: center;
	line-height: 50px;
	background: #fff;
	font-weight: 500;
	text-transform: uppercase;
}
nav a.navitem.sag {
	padding-right: 0;
}

#nav {
	width: auto;
	margin: 0;
	padding: 0px;
	display: inline-block;

}
#nav a {
	text-align: center;
}
nav a.navitem:hover,
#nav a:hover {
	color: #A9CC9D;
}


span.theaters {
color: #57255a;
font-weight: bold;
letter-spacing: 1px;
padding: 0px 24px;
font-size: 14px;
text-decoration: none;
display: inline-block;
z-index: 999999999;
text-align: center;
line-height: 50px;
background: #fff;
font-weight: 500;
cursor: pointer;
}
span.theaters a {
	color: #A9CC9D!important;
	display: block;
	text-align: center;
	text-decoration: none;
	line-height: 26px;
}
span.theaters a:hover {
	text-decoration: underline;
}
#nav a.active {
	text-decoration: underline;	
}
.trailer {
	float: left;
	background: #A9CC9D!important;
	color: #57255a!important;
	text-decoration: underline;

}
.trailer:before {
	content: '';
	width: 14px;
	height: 50px;
	display: inline-block;
	float: left;
	background: url(../play-btn.png) center center no-repeat;
	background-size: 100%;
	margin-right: 6px
}
#byline {
width: 470px;
height: 44px;
display: block;
position: fixed;
bottom: 50%;
margin-bottom: -180px;
left: 50%;
margin-left: -235px;
background: url(../assets/tag.png) no-repeat;
z-index: 9;
background-size: 100%;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	-moz-transition:  .5s ease-in-out;
}
#byline.out {
	opacity: 0;
	margin-bottom: 580px;
	transition: .5s ease-in-out .2s;
	-webkit-transition: .5s ease-in-out .2s;
	-moz-transition:  .5s ease-in-out .2s;

}

#grid {
	width: 80px;
	height: 40px;
	display: block;
	position: fixed;
	left: 40px;
	top:-130px;
	z-index: 999999;
	cursor: pointer;
	transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	-moz-transition:  .2s ease-in-out;
	font-size: 40px;
	color: #57255a;

}
#play {
	width: 284px;
	height: 41px;
	position: fixed;
	bottom: 150px;
	left: 50%;
	margin-left: -215px;
	background: url(play-trailer.png) no-repeat;
	z-index: 999999;
	cursor: pointer;
	transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	-moz-transition:  .2s ease-in-out;
}
#play:hover {
	margin-top: 101px;
}

.bottom-arrow {
position: fixed;
bottom: 110px;
left: 50%;
margin-left: -120px;
width: 240px;
padding-bottom: 20px;
text-align: center;
font-size: 60%;	
z-index:1;
cursor: pointer;
	transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	-moz-transition:  .2s ease-in-out;

}
.bottom-arrow.out {
	bottom: -100px;
}

#CastArrow {
	bottom: 20px;
}


.bottom-arrow:after{
display: block;
position: absolute;
margin: 1em auto 0;
bottom: 0px;
left: 50%;
margin-left: -15px;
height: 30px;
width: 30px;
border-right: 3px solid #57255a;
border-bottom: 3px solid #57255a;
content: '';
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
  -webkit-animation: downdown 6s infinite; /* Safari 4+ */
  -moz-animation:    downdown 6s infinite; /* Fx 5+ */
  -o-animation:      downdown 6s infinite; /* Opera 12+ */
  animation:         downdown 6s infinite; /* IE 10+ */
}

@-webkit-keyframes downdown {
  0%   { opacity: .5;bottom: 50px; }
  20% { opacity: 1; bottom: 0px;}
  40% { opacity: .6; bottom: 0px;}
  60% { opacity: 1; bottom: 0px;}
  90% { opacity: .7; bottom: 0px;}
  100% { opacity: 0; bottom: -70px;}
}
@-moz-keyframes downdown {
  0%   { opacity: .5;bottom: 50px; }
  20% { opacity: 1; bottom: 0px;}
  40% { opacity: .6; bottom: 0px;}
  60% { opacity: 1; bottom: 0px;}
  90% { opacity: .7; bottom: 0px;}
  100% { opacity: 0; bottom: -70px;}
}
@-o-keyframes downdown {
  0%   { opacity: .5;bottom: 50px; }
  20% { opacity: 1; bottom: 0px;}
  40% { opacity: .6; bottom: 0px;}
  60% { opacity: 1; bottom: 0px;}
  90% { opacity: .7; bottom: 0px;}
  100% { opacity: 0; bottom: -70px;}
}
@keyframes downdown {
  0%   { opacity: .5;bottom: 50px; }
  20% { opacity: 1; bottom: 0px;}
  40% { opacity: .6; bottom: 0px;}
  60% { opacity: 1; bottom: 0px;}
  90% { opacity: .7; bottom: 0px;}
  100% { opacity: 0; bottom: -70px;}
}

#socials {
	width: 135px;
	height: 17px;
	display: block;
	z-index: 9999;
	float: right;
	position: absolute;
	right: 40px;
	top: 0;
}

#socials a{
	font-size: 20px;
	color: #57255a;
	display: inline-block;
	width: 17px;
	height: 17px;
	text-decoration: none;
	margin: 0 12px;
	transition: color .4s ease-in-out;
	-webkit-transition: color .4s ease-in-out;
	-moz-transition: color .4s ease-in-out;
	line-height: 50px;
}

#socials a:hover {
	color: #A9CC9D;
}

footer {
	width: 100%;
	display: block;
	height: 0px;
	padding: 25px 0;
	background: transparent;

	
}

#cast {
position: fixed;
bottom: 55px;
right: 15px;
width: 150px;
height: 80px;
display: block;
background: url(../assets/cast.png) no-repeat;
z-index: 9;
background-size: 100%;

display: none
}


#head {
	position: fixed;
	right: -300px;
	top: 100px;
	background: url(../assets/head.png) no-repeat;
	width: 229px;
	height: 468px;
	display: block;	
	z-index: 9999;
	background-size: 100%;
	transition: .4s;
	-webkit-transition:.4s;
	-moz-transition: .4s;
}
#head.stuck {
	right: 0;
}
#turt {
	position: fixed;
	right: 0px;
	top: 35px;
	background: url(../assets/headright.png) no-repeat;
	width: 200px;
	height: 517px;
	display: block;	
	z-index: -1;
	background-size: 100%;
	transition: .3s ease-in-out .5s;
	-webkit-transition: .3s ease-in-out .5s;
	-moz-transition:  .3s ease-in-out .5s;
}

#turt.out {
right: -200px;	
}

#headleft{
	position: fixed;
	left: 0px;
	top: 220px;
	background: url(../assets/headleft.png) no-repeat;
	width: 160px;
	height: 481px;
	display: block;	
	z-index: -1;
	background-size: 100%;
	transition: .3s ease-in-out .3s;
	-webkit-transition: .3s ease-in-out .3s;
	-moz-transition:  .3s ease-in-out .3s;
}
#headleft.out {
left: -200px;	
}


#Names{
	position: fixed;
	left: 20px;
	top: 20px;
	background: url(../assets/names.png) no-repeat;
	width: 230px;
	height: 281px;
	display: block;	
	z-index: -1;
	background-size: 100%;
	transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-moz-transition:  .3s ease-in-out;
}
#Names.out {
left: -300px;	
}


#headtop{
	position: fixed;
	left: 28%;
	top: 0px;
	background: url(../assets/headtop.png) no-repeat;
	width: 252px;
	height: 227px;
	display: block;	
	z-index: -1;
	background-size: 100%;
	transition: .3s ease-in-out .6s;
	-webkit-transition: .3s ease-in-out .6s;
	-moz-transition:  .3s ease-in-out .6s;
}
#headtop.out {
top: -215px;	
transition: .3s ease-in-out;
-webkit-transition: .3s ease-in-out;
-moz-transition:  .3s ease-in-out;
}
#about {
}
#synopsis {
	width: 40%;
	float: left;
	position: absolute;
	left: -50%;	
	transition:  .8s ease-in-out .3s;
	-webkit-transition: .8s ease-in-out .3s;
	-moz-transition: .8s ease-in-out .3s;
}
#synopsis h2 {
	font-size: 28px;
	color: #fff;
	font-family: "Helvetica Neue";
	line-height: 40px;
	width: auto;
	padding: 5% 10% 3% 10%;
	opacity: 0;
	transition:  .8s ease-in-out 1.3s;
	-webkit-transition: .8s ease-in-out 1.3s;
	-moz-transition: .8s ease-in-out 1.3s;
	margin-top: 120px;
	color: #57255a;
	font-weight: 900;
}
#synopsis.in h2 {
	opacity: 1;
	margin-top: 0;
	margin-bottom: 0;
}
#synopsis p {
	font-size: 13px;
	color: #fff;
	font-family: "Helvetica Neue";
	line-height: 23px;
	width: auto;
	padding: 0 10%;
	margin-top: 120px;
	opacity: 0;
	transition:  .8s ease-in-out 1.3s;
	-webkit-transition: .8s ease-in-out 1.3s;
	-moz-transition: .8s ease-in-out 1.3s;
		color: #57255a;

}
#synopsis p strong {
	font-weight: 900;
	font-family: "Helvetica Neue";

}
#synopsis.in p {
	margin-top: 0;
	opacity: 1

}
#synopsis.in {
	left: 0;
}
#tortoise {
position: absolute;
bottom: 30px;
width: 300px;
height: 200px;
display: block;
background: url(../assets/turtle.png) no-repeat;
z-index: 9;
background-size: 100%;
left:50%;
margin-left: -220px;
}
#characters {
	width: 50%;
	float: right;
	position: absolute;
	overflow-y: scroll;
	right: -80%;
	height: 100%;
	transition: right .3s ease-in-out;
	-webkit-transition:right .3s ease-in-out;
	-moz-transition: right .3s ease-in-out;
}
#characters.in {
	right: 0;
	transition:right .6s ease-in-out 1s;
	-webkit-transition:right .6s ease-in-out 1s;
	-moz-transition:right  .6s ease-in-out 1s;

}
#characters
.notes,
#characters .caption,
#characters
#viewPostSide {display: none;}
#characters li {
	width: 50%;
	list-style: none;
	float: left;
	line-height: 0;
	overflow: hidden;
}
#characters li img {
	width: 100%;
	line-height: 0;

}

#characters li.thirds {
	width: 25%
}
#characters li a {
	line-height: 0;
	margin: 0;
	padding: 0;
	display: block;
}
.caption p {
	font-size: 12px;
	line-height: 25px;
	color: #333;
	text-align: center;
	margin: 20px 0 30px 0;
}

.clr {
	display: block;
	height: 1px;
	width: 100%;
	clear: both;
}

.video {
	width: 960px;
	height: 540px;
	position: absolute;
	top: 50%;
	margin-top: -280px;
	left: 50%;
	margin-left: -480px;
}
.video-container {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,.9);
	display: none;
	z-index: 9999999999999999;
}
.video-container .close {
	font-weight: 100;
	color: #fff;
	letter-spacing: 3px;
	position: fixed;
	top: 10px;
	width: 100px;
	left: 50%;
	margin-left: -52px;
	text-align: center;
	text-transform: uppercase;
	font-size: 13px;
	background: #57255a;
	padding: 8px 14px;
	cursor: pointer;
	box-shadow: 0px 1px 2px 2px rgba(0,0,0,.3)
}
.video-container .close:hover {
	box-shadow: 0px 1px 3px 2px rgba(0,0,0,.5)
	
}			

#blog
.cast.post{display: none!important}
#MobileSocials,
#MobileRelease,
#MobileNav {
	display: none
}




/* Large screens ----------- */
@media only screen 
and (max-width : 1141px) {
.innernav {
	width: 1000px;
	float: right;
	margin: 0;
}	
#tortoise,
#smallLogo,
#release,
#socials {
	display: none;
}
#MobileNav {
	display: block;
}
#Nav {display: none;}
.bottom-arrow, logo, #Names, #byline, .heads {
	position: absolute!important
}
#MobileSocials {
	display: block;
	width: 300px;
	height: 60px;
	z-index: 9999;
	position: absolute;
	bottom: 300px;
	margin-left: -130px;
	left: 50%;
}

#MobileSocials a{
	font-size: 60px;
	color: #57255a;
	display: inline-block;
	width: 60px;
	height: 60px;
	text-decoration: none;
	margin: 0 12px;
	transition: color .4s ease-in-out;
	-webkit-transition: color .4s ease-in-out;
	-moz-transition: color .4s ease-in-out;
	line-height: 50px;
}
#MobileRelease {
	display: block;
	width: 360px;
	height: 60px;
	z-index: 9999;
	position: absolute;
	left: 50%;
bottom: 50%;
margin-bottom: -230px;
	margin-left: -180px;
	font-size: 24px;
	text-align: center
}

#MobileRelease.out, #MobileSocials.out {
	margin-top: -800px;
	opacity: 0;
}

nav a.navitem {
	color: #57255a;
	font-weight: bold;
	letter-spacing: 0px;
	padding: 0px 13px;
	font-size: 16px;
	text-decoration: none;
	display:inline-block;
	z-index: 999999999;
	text-align: center;
	line-height: 50px;
	background: #fff;
}
#theaters {
	display: block;
	width: 100%;
	height: 600px!important;
	margin-bottom: 400px!important;
	opacity: 1!important;
}
.innernav {
	width: 1100px;
	margin: 0;
	float: left;
}

#blog li {
	list-style: none;
	width: 350px!important;
	height: 260px!important;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	margin: 30px 60px!important;
	float: left!important;
	

}
#blog li img {
	height: 260px!important;	
}
#characters {
	width: 1000px!important;
	float: right;
	position: absolute;
	overflow-y: scroll;
	right: 0;
	height: 100%;
	opacity: 1!important;
	transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-moz-transition:  .3s ease-in-out;
}
#characters.in {
	opacity: 1;
	right: 0;
	transition: .6s ease-in-out 1s;
	-webkit-transition: .6s ease-in-out 1s;
	-moz-transition:  .6s ease-in-out 1s;
}
#characters
#viewPostSide {display: none;}
#characters li {
	width: 50%;
	list-style: none;
	float: left;
	line-height: 0;
	overflow: hidden;
}
#characters li img {
	width: 100%;
	line-height: 0;
}
#characters li.thirds {
	width: 25%
}
#synopsis {
	width: 100%;
	float: left;
	position: absolute;
	left:0!important;	
	transition:  .8s ease-in-out .3s;
	-webkit-transition: .8s ease-in-out .3s;
	-moz-transition: .8s ease-in-out .3s;
	top: 860px!important;
	margin-top: 0px!important;
	opacity: 1!important
}
#synopsis h2, #synopsis p {
	opacity: 1!important;
	margin: 0!important;
	padding: 1% 2%;

	
}
#synopsis h2 {font-size: 40px!important}
#synopsis p{font-size: 26px;line-height: 33px}
#about {
	display: block;
	width: 100%;
	height: 1700px;
	margin-bottom: 100px;
}
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
#MobileSocials {
	display: block;
	width: 300px;
	height: 60px;
	z-index: 9999;
	position: absolute;
	top: 140px;
	margin-left: 0!important;
	left: 10px!important;
}

#MobileSocials a{
	font-size: 20px!important;
	color: #57255a;
	display: inline-block;
	width: 30px;
	height: 30px;
	text-decoration: none;
	margin: 0 12px;
	transition: color .4s ease-in-out;
	-webkit-transition: color .4s ease-in-out;
	-moz-transition: color .4s ease-in-out;
	line-height: 50px;
}	
#theaters {
	display: block;
	width: 100%;
	height: 1200px!important;
	margin-bottom: 130px;
	opacity: 1!important;
}
}


/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 0px)
and (max-width : 1141px) 
and (orientation : landscape)
 {
#MobileSocials {
	display: block;
	width: 300px;
	height: 60px;
	z-index: 9999;
	position: absolute;
	top: 140px;
	margin-left: 0!important;
	left: 10px!important;
}

#MobileSocials a{
	font-size: 30px!important;
	color: #57255a;
	display: inline-block;
	width: 30px;
	height: 30px;
	text-decoration: none;
	margin: 0 12px;
	transition: color .4s ease-in-out;
	-webkit-transition: color .4s ease-in-out;
	-moz-transition: color .4s ease-in-out;
	line-height: 50px;
}	

.bottom-arrow {display: none}
#about {
	display: block;
	width: 100%;
	height: 2000px!important;
	margin-bottom: 100px;
	opacity: 1!important;
}

#theaters {
	display: block;
	width: 100%;
	height: 1000px!important;
	margin-bottom: 300px;
	opacity: 1!important;
}
}
#theaters {
	position: relative;
	opacity: 0;
	transition: .4s ease-in-out .3s;
	-webkit-transition: .4s ease-in-out .3s;
	-moz-transition: .4s ease-in-out .3s;

}
#theaters ul {
	height: 540px!important;
	overflow: scroll;	
}
#theaters.in {
	opacity: 1;
}
#theaters ul {
	position: absolute;
	top: 50%;
	margin-top: -130px;
	padding: 0;
	text-align: left;
	width: 780px;
	left: 50%;
	margin-left: -390px;
	transition: .4s ease-in-out .3s;
	-webkit-transition: .4s ease-in-out .3s;
	-moz-transition: .4s ease-in-out .3s;

}
#theaters ul h2 {
	font-size: 20px;
	border-bottom: 1px solid #57255a;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-bottom: 8px;
}
#theaters.in ul {
	margin-top: -230px;
}
#theaters ul tr {
	list-style: none;
	line-height: 40px;
	font-size: 15px;
	color: #57255a;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#theaters ul a{
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	height: 20px;
	padding:6px;
	border-radius: 3px;
	background: #57255a;
	text-align: center;
}


#theaters ul a:hover {
	background: #A9CC9D;
}

#theaters h5 {
	font-size: 12px;
}