/* Everywhere. Used as baseline */
@media screen and (min-width:0px) {
	html, body, * {
		margin: 0px; padding: 0px;
	}

	body {
		font: 16px/21px "freight-text-pro",Helvetica,sans-serif; 
		background-color:#281e19;
	}

	ul {
		margin-bottom: 0px; 
	}

	.header_container {
		height: 67px;
		background:url('../images/TheBookThief_top_nav_bg.png') 0px 0px repeat-x;
		width: 100%;
		color: white;		
		text-transform: lowercase;
		padding-left: 10px;
		position: fixed;
		top: 0px;
		z-index: 2000;
	}

	.main {
		width: 100%;
		height: 100%;
		text-align: left;
		overflow: hidden;
	}
	#bgvideo {
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: -1;
		overflow: hidden !important;
		top: 0;
	}

	#bgvideo video {
		width: 100%;
		height: auto;
		position: relative;

	}
	video.allHeight {
		width:auto;
		height:100% !important;
	}

	.header {
		list-style-type: none; 
		height: 100%;
	}

	.header li {
		/*float: left;*/
		padding-top: 18px;		
		height: 80%;
		text-align: center;
		letter-spacing: 2px; 
		font-size: 17px;
		text-decoration: none;
		font: 16px/21px "freight-text-pro",Helvetica,sans-serif;
		margin: 3px 15px;
	}
	.header li.socialIcon{
		padding-top: 12px;
	}
	.header li.socialBtn:last-child{
		width: 75px;
	}

	.header li.socialBtn{
		width:55px;
	}
	.header li .pull-right, .header div .pull-right{
		margin: 3px 5px;
	}
	.header li:hover {
		color: #ddccbb;
		cursor: hand;
		cursor: pointer;
	}

	.header li.selected {
		color: #ddccbb;
	}

	#bgAudio {
		float: right;
		font-size: 13px;
		color: #58544f;
		padding-left: 0px !important;
	}

	#bgAudio .icon{
		display: inline-block;
		width: 13px;
		height: 11px;
		background-position: 0px 0px;
		overflow: hidden;
		background: url('../images/sound_icon.png');
		position: relative;
		top: 2px;
		margin-right: 5px;
	}
	.socialDiv{
		padding-right: 0px;
	}
	#bgAudio.on .icon{
		background-position: 0px -11px;
	}

	a.social {
		display: inline-block;
		position: relative;
		top: -7px;
		margin-left: 5px;
		margin-right: 5px;

	}
	.footer {
		height: 80px;
		bottom: 0px;
		background:url('../images/TheBookThief_footer_bg.png') 0px 0px repeat-x;
		width: 100%;
		opacity: 1;
		z-index: 2000;
	}

	p.about {
		color: #000;
		padding: 50px;
		width: 67%;
		margin: auto;
		letter-spacing: 2px;
		margin-top: 25%;
		text-decoration: none;
		font: 1.5em/1.5em "freight-text-pro",Helvetica,sans-serif;
	}
	.posterIframe {
		height: 100%;
		overflow: hidden;
	}
	.posterIframe iframe {
		height: 650px;
		width: 428px;
		position: relative;
		left: 50%;
		margin-left: -212px;
		margin-top: 7%;
	}
	.mfp-content {
		max-width: none;
	}
	.mfp-bg {
		background: url('../images/overlay-bg-png.png') 0px 0px no-repeat  !important;
		background-size: cover !important;
		opacity: 1 !important;
		top: 60px !important;
	}
	.mfp-bg.video-overlay {
		background: url('../images/overlay-bg-video-png.png') 0px 0px no-repeat !important;
		background-size: cover !important;
	}
	.mfp-bg.video-overlay .mfp-close {
		margin-top: 100px !important;
	}
	.mfp-wrap {
		overflow: hidden;
		overflow-y: hidden !important;
		position: fixed !important;
	}
	.mfp-iframe-holder {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}
	.mfp-iframe-holder .mfp-close {
		top: 1% !important;
	}
	.firefox .mfp-iframe-holder .mfp-close {
		top: 0px !important;
	}
	.mfp-container {

		height: 80% !important;
	}

	a.close-photos {
		position: absolute;
		right: 50px;
		top: 50px;
		z-index: 2000;
	}

	.visible-sm .rating {
		width: 186px;
		margin:10px auto;
		float: inherit;
	}
	.rating {
		margin: 5px auto;
		margin-top: 20px;
		float: left;
		width: 33%;
	}
	.footerTxt {	
		margin-top: 2%;	
		font-size: 8px;
		line-height: 12px;	
		color: #a0a0a0;
		float: left;
		width: 85%;
	}
	#billing {
		position: absolute;
		bottom: 77px;
		background-color: #404040;
		width: 100%;
		text-align: center;
		opacity: 0.8;
		margin-bottom: -4px;
		z-index: 1043;
	}
	#billingtoggle {
		display: block;
		float: left;
		text-align: center;
		font-size: 21px;
		color: #a0a0a0;
		letter-spacing: 1px;		
		text-decoration: none;
		font-family: 'IM Fell English SC',"GothamMediumRegular",serif;
		font-variant: small-caps;
		margin-left: 20px;
		margin-top: 30px;
	}
	#billingtoggle:hover {
		color: #fff;
	}
	.carousel-inner .item img {
		max-width: none !important;
		height: 100%;
		width: auto;
	}
	.footer a {
		color: #fff;
		text-decoration: underline;
	}
	.footer img.billcaret {
		margin-right: 5px;
		margin-top: -5px;
	}
	.footer-right {
		width: 22%;
		float: right;
		position: relative;
		top: 10px;
		text-align: center;
	}
	.visible-sm .rating-copy{
		text-align: center;
		float: inherit;
		width: 100%;
	}
	.rating-copy {
		font-size: 9px;
		color: #a0a0a0;
		margin: 0 auto;
		text-align: center;
		float: left;
		width: 65%;
		margin-top: 30px;
	}

	img.shutterfly {
		position: absolute;
		bottom: 15%;
		left: 78%;
		width: 20%;
	}
	.item {
		height: 100%;
	}

	#social div:nth-of-type(1) {
		width: 70px !important;
	}
	#social a.social:nth-of-type(1) {
		margin-left: 8px;
	}
	#social iframe.twitter-share-button {
		width: 60px !important;
		margin-right: 10px;
	}
	iframe.twitter-share-button {
		width: 60px !important;
		margin-right: 10px;
	}
	#social a img {
		height: 28px;
		width: auto;
	}
	#social a img.pinterest {
		height: 29px;
	}

	/* IE ONLY */
	body.ie #social {
		position: absolute;
		right: 0px;		
	}
	.ie #social * {
		display: inline;
	}
	.ie8 .main {
		min-height: 800px;
	}
	.ie8 a {
		border: none;
	}
	.ie #social {
		top: 67px;
	}
	.ie #social div, .ie #social iframe {
		float: left;
	}
	.ie8 div .mfp-close {
		left: 93%;
		margin-right: 2%;
	}
	.ie8 .main {
		top: 50px; 
	}
	.ie8 img.showtitle {
		margin-top: 2.5%;
		margin-left: 5%;
		min-width: 150px;		
	}
	.ie8 img.showtitle2 {
		margin-left: 5%;
	}

	/* NEW! TOUTS! */
	.touts {
		width: 230px;
		margin: 0 auto;
		/*margin-top: 5%;*/
	}

	.touts .tout p {
		color: white;
		text-align: center;
		position: relative;
		top: 120px;
		/*left: -6px;*/
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 1px;
		text-transform: uppercase;
	}
	.touts .tout:hover p {
		color: #d4c4b3;
		cursor: pointer;
		cursor: hand;
	}
	.touts .tout.facebook {
		background:url('../images/tout_facebook_inactive.png') no-repeat;
		width: 230px;
		height: 170px;
	}
	.touts .tout.facebook:hover {
		background:url('../images/tout_facebook_active.png') no-repeat;
	}
	.touts .tout.trailer {
		background:url('../images/tout_trailer_inactive.png') no-repeat;
		width: 230px;
		height: 170px;
		display: block;
		margin: 0 auto;
	}
	.touts .tout.trailer:hover {
		background:url('../images/tout_trailer_active.png') no-repeat;
	}
	.ie8 .touts {
		top: 33%;
	}
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
	.touts .tout p {
		top: 85px;
		font-size: 12px !important;
	}
}


/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {

	.mfp-bg{
		background: url('../images/overlay-bg-png.png') 0px 0px no-repeat !important;
		height: 100% !important;
	}

	.header {
		width: 100%;
		float: left;
	}
	#social {
		width: 336px;
		height: 191px;
		float: right;
		margin-top: 0px;
		text-align: center;
		padding-top: 36px;
		background:url('../images/TheBookThief_socialbox_bg.png') no-repeat;
		margin-right: 10px;
	}
	#social .separator {
		width: 100%;
		clear: both;
		background: url('../images/social-separator.png') 50% 0 no-repeat;
		margin-top: 10px;
	height: 20px;
	}
	#share {
		float: right;
		font-size: 14px;
	}
	/*#showvideo {
		display: none;
	}*/


	.tablet .footer .footer_copy {
		top: 5px;
		line-height: 1.6em;
	}
	
	/*.tablet .touts {
		top: 44%;
	}*/
	.tablet .touts .tout {
		width: 180px;
		height: 133px;
		background-size: cover;
		/*margin-left: 9%;*/
	}
	.tablet .touts .tout p {
		top: 95px;
	}
	.tablet .showtitle {
		max-width: 185px;
		margin-top: 60px;
	}

	.header li {
		font-size: 13px;
	}
	.main {
		min-height: 800px;
	}
	/*
	.tablet .showtitle2 {
		margin-left: 7.8%;
	}
	*/
	.tablet .footer .footer_copy {
		top: 5px;
		line-height: 1.6em;
	}
	/*.tablet .touts {
		top: 33%;
	}*/
	img.showtitle2 {
		display: none;
	}
	#bgAudio{
		display: none;
	}
	.logoReg{
		display: none;
	}
  	.logoSmall{
		display: block;
	}
	
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	.mainWrapper{
		background: url('../images/mobile-home-bg.jpg') no-repeat center center fixed; 
  		-webkit-background-size: cover;
  		-moz-background-size: cover;
  		-o-background-size: cover;
  		background-size: cover;
  		position: relative;
  		z-index: 0;
  		min-height: 930px;
  	}
	.footer {
		bottom: -3px;
	}
	.mfp-iframe-holder .mfp-close {
		margin-top: 60px !important;
	}
	.mfp-iframe-holder .mfp-content {
		top: 0px;
	}
	.tablet .showtitle{
		max-width: 350px !important;
		margin-top: 20%;
	}
	.logoReg{
		display: none;
	}

	.logoSmall{
		display: block;
	}	
	#supersized img {
		margin-left: -110px;
	}
	.container{
		margin-left: 9px !important;
	}
	.tickets{
		margin: 26% auto !important;
	}
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	.main {
		width: 100%;
		height: 100%;
		/*background: url("../images/ipadBg.png") no-repeat center center fixed;*/
		min-height: 672px;
		-webkit-background-size: cover;
  		-moz-background-size: cover;
  		-o-background-size: cover;
  		background-size: cover;
  		position: relative;
  		z-index: 0;
	}

	.footer {
		bottom: 0 !important;
		top: inherit !important; 
	}
	.mfp-bg{
		height: 650px !important;
	}
	
	.mfp-iframe-scaler iframe{
		top: 0 !important;
		width: 850px !important;
		height: 500px !important;
	}
	.touts{
		top: 25% !important;
	}
	.logoReg{
		display: block;
	}

	.logoSmall{
		display: none;
	}	

	.mfp-container {
	  min-height: 900px !important;
	}
	.tickets{
		margin: 8% auto !important;
	}
	.ticketWrap .mfp-close{
		margin-top: 75px;
		margin-right: 75px;
	}
}

/* Just phones and little tablets (Kindle Fire HD, etc) */
@media screen and (max-width:767px)  {
	body {
		font-size: 15px;
	}
	div.header_container {
		padding-left: 0px;
		text-align: center;
	}
	.header {
		margin: auto;
	}
	#billingtoggle {
		width: 100%;
		color: white;
		letter-spacing: 3px;
	}
	#billing {
		opacity: 1;
	}
	#billing img.billimg {
		width: 100%;
		height: auto;
		margin-bottom: 200px;
	}
	img.shutterfly {
		left: 34%;
	}
	.footer_copy {
		float: none;
		width: 100%;
		margin: 20px 0px;
		margin-top: -25%;
		text-align: center;
	}
	.footer-right {
		float: none;
		width: 40%;
		text-align: center;
		margin: auto;
		margin-bottom: 40px;
	}
	.desktop #social {
		margin: 70px -60px 0px 0px;
	}
	.desktop.tiny-width #social{
		margin: 60px 60px 0px 0px;
	}
	/*
	#social a.social:nth-of-type(1) {
		margin-left: 50px;
	}
	*/
	#social a.social img {
		height: 22px;
		width: auto;
	}
	#social a.social img.pinterest {
		height: 23px;
		margin-top: 1px;
	}
	#social .separator {
		width: 100%;
		clear: both;
		background: url('../images/social-separator.png') 50% 0 no-repeat;
		margin-top: 3px;
	height: 15px;
	}
	.ie8 #social div, .ie8 #social iframe {
		float: left;
	}
	#share {
		float: right;
	}
	#bgAudio{
		display: none;
	}
	/*#watch {
		display: none;
	}*/
	/*#showvideo {
		display: list-item;		
	}*/
}

/*android portrait*/
@media screen and (max-width: 600px) and (orientation: portrait) { 
	
	#billingtoggle {
		padding-top: 0px;
		font-size: 31px;
		line-height: 32px;
	}
	.footer-right {
		display: none;
	}
	.footer_copy {
		display:none;
	}
	#billing img.billimg {
		margin-bottom: 0px;
		z-index: 200000;
		position: relative;
	}
	.rating-copy {
		width: 80%;
		margin: 0 auto;
		text-align: center;
	}
	
	img.shutterfly {
		width: 40%;
		left: 30%;
		bottom: 15%;
	}
	
	.mfp-bg, .mfp-wrap {
		top: 30px !important;
	}
	.mfp-bg{
		background:url('../images/overlay-bg-flat.jpg') no-repeat !important;
		opacity: 1 !important;

	}
	.footer-right {
		top: -76px;
		width: 200px;
	}
	.footer_copy {
		text-align: left;
		width: 94%;
		margin-left: auto;
		margin-right: auto;
	}
	#toutpaging {
		width: 100px;
		margin-top: -20px;
		margin-left: 56.5%;
	}
	#toutpaging img {
		margin-right: 6px;
	}
	.mfp-bg {
		/*min-height: 643px !important;*/
	}
	.desktop p.about {
		font-size: 18.5px;
		margin-top: 13.5% !important;
		width: 67% !important;
	}
	.mfp-image-holder .mfp-content {
		max-width: 70% !important;
	}
}

/*Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {

	.header_container ul li {
		font-size: 15px;
	}
	div.header_container {
	height: 44px;
	background-position: 50px -23px;
	width:100%; 
	}
	.header li {
		padding-top: 5px;
		width: 25%;
	}
	#share {
		float: left;
	}
	#social {
		top: 30px;
	}
	div.footer {
		display: none;

	}
	
	#billingtoggle {
		padding-top: 0px;
		font-size: 31px;
		line-height: 32px;
	}
	.footer-right {
		display: none;
	}
	.footer_copy {
		display:none;
	}
	#billing img.billimg {
		margin-bottom: 0px;
		z-index: 200000;
		position: relative;
	}
	.rating-copy {
		width: 80%;
		margin: 0 auto;
		text-align: center;
	}
	p.about {
		width: 94%;
		font-size: 14px;
		line-height: 1.35em;
		padding: 25px;
	}
	img.shutterfly {
		width: 40%;
		left: 30%;
		bottom: 15%;
	}
	.mfp-iframe {
		top: -15% !important;
	}
	.mfp-bg, .mfp-wrap {
		top: 30px !important;
	}

	.touts {

		bottom: -100px;
		left: 16.5%;*/
	}
	.touts .tout {
		margin: 15px auto;
		width: 150px !important;
		height: 110px !important;
		position: relative;

		background-size: cover;
	}
	.touts .tout p {
		top: 75px;
		font-size: 8px;
	}
	/*
	#IE8photos{
		height:439px !important;
	}
	*/
    a.social {
		display: block;
		float:left;
		top: -3px;
		margin-right: 7px;
	}
	a.social:nth-of-type(1) {
		margin-left: 22%;
	}
	.footer-right {
		top: -76px;
		width: 200px;
	}
	.footer_copy {
		text-align: left;
		width: 94%;
		margin-left: auto;
		margin-right: auto;
	}
	#toutpaging {
		width: 100px;
		margin-top: -20px;
		margin-left: 56.5%;
	}
	#toutpaging img {
		margin-right: 6px;
	}
	.mfp-bg {
		min-height: 643px !important;
	}
	.mfp-image-holder .mfp-content {
		max-width: 70% !important;
	}
}

/* Iphone 5 */
@media screen and (max-width: 480px) and (-webkit-min-device-pixel-ratio:2){
	.main {
		min-height: 700px !important;
		/*top: -107px;*/
		position: absolute;
		width:100%; 
   		height:100%;
   		background-position: center center;
	}
	.mfp-figure::after {
		background: none !important;
	}
	.touts {
		/*position: absolute;*/
		bottom: -30px;
	}
}

@media screen and (device-aspect-ratio:40/71) {
	#billing {bottom: -190px;}
}


/* Iphone 5  landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px)
and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71) and (orientation:landscape)
{
	.mainWrapper{
		background: url('../images/mobile-home-bg.jpg') no-repeat center center fixed; 
  		-webkit-background-size: cover;
  		-moz-background-size: cover;
  		-o-background-size: cover;
  		background-size: cover;
  		position: relative;
  		z-index: 0;
  	}
  
 	.mfp-figure::after {
		background: none !important;
	}
 	.mfp-bg{
		background:url('../images/overlay-bg-flat.jpg') no-repeat !important;
		opacity: 1 !important;

	}
 	.main {
		min-height: 800px;
		top: 38px;
		position: absolute;
		width: 100%;
		height: 100%;
	}

	body div .mfp-close {
		background: url('../images/close_btn@2x.png') no-repeat !important;
		background-size: 100%;
	}

	body div .mfp-close:hover {
		background: url('../images/close_btn_active@2x.png') no-repeat !important;
		background-size: 100%;
	}

	#nextslide {
		background:url('../images/slideshow-right@2x.png') no-repeat !important;
		background-size: 100%;
	}
	#prevslide {
		background:url('../images/slideshow-left@2x.png') no-repeat !important; 
		background-size: 100%;
	}
	#nextslide:hover {
		background: url('../images/slideshow-right-active@2x.png') no-repeat !important;
		background-size: 100%;
	}
	#prevslide:hover {
		background: url('../images/slideshow-left-active@2x.png') no-repeat !important;
		background-size: 100%;
	}
	#social {
		background:url('../images/TheBookThief_socialbox_bg@2x.png') no-repeat !important;

	}
	.footer {
		background:url('../images/TheBookThief_footer_bg@2x.png') 0px 0px repeat-x !important;
	}
	.touts .tout.facebook {
		background:url('../images/tout_facebook_inactive@2x.png') no-repeat;
	}
	.touts .tout.facebook:hover {
		background:url('../images/tout_facebook_active@2x.png') no-repeat;
	}
	.touts .tout.trailer {
		background:url('../images/tout_trailer_inactive@2x.png') no-repeat;
	}
	.touts .tout.trailer:hover {
		background:url('../images/tout_trailer_active@2x.png') no-repeat;
	}
	.slide-0 a img{
		background:url('../images/tbt_photo1@2x.jpg') no-repeat !important;
	}

	.header_container ul li {
		width: 25%;
		font-size: 12px;
	}
	
	.header li {
		padding-top: 5px;
	}
	#share {
		float: right;
	}
	#social {
		top: 30px;
	}
	.main {
		min-height: 700px;
		/*top:-116px;*/
		background-position: center center;
	}

	img.showtitle2{
		display: none;
	}

	div.footer {
		display: none;
	}
	#billingtoggle {
		padding-top: 0px;
		font-size: 31px;
		line-height: 32px;
	}
	.footer-right {
		display: none;
	}
	.footer_copy {
		display:none;
	}
	#billing img.billimg {
		margin-bottom: 0px;
		z-index: 200000;
		position: relative;
	}
	.rating-copy {
		padding-top: 5px;
	}
	p.about {
		width: 94%;
		font-size: 15px;
		line-height: 1.35em;
		padding: 25px;
		margin-top: 4px; 
	}
	img.shutterfly {
		width: 40%;
		left: 30%;
		bottom: 15%;
	}
	.mfp-iframe {
		top: -15% !important;
	}
	.mfp-bg, .mfp-wrap {
		top: 30px !important;
	}
	/* touts */
	.touts {
		bottom: 10px;
	}
	.touts .tout {
		margin: 15px auto;
		width: 150px !important;
		height: 110px !important;
		position: relative;
		left: 30px;
		background-size: cover;
	}
	.touts .tout p {
		top: 75px;
		font-size: 8px;
	}
	a.social:nth-of-type(1) {
		margin-left: 18px !important;
	}
	a.social {
		margin-right: 7px;
	}
	/* touts */
	.touts {
		top: 380px;
		margin-left: 110px;
	}
	#toutpaging {
		width: 100px;
		position: absolute;
		bottom: -141px;
		margin-left: 56.5%;
	}
	#toutpaging img {
		margin-right: 6px;
	}
	.logoReg{
		display: none;
	}
	.logoSmall{
		display: block;
	}
 }

/* Iphone 5  portrait */
@media screen and (device-height: 568px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	.mfp-bg{
		background:url('../images/overlay-bg-flat.jpg') no-repeat !important;
		opacity: 1 !important;

	}
	.mfp-content {
		top:40px;
	}
	.mainWrapper{
		background: url('../images/mobile-home-bg.jpg') no-repeat center center fixed; 
  		-webkit-background-size: cover;
  		-moz-background-size: cover;
  		-o-background-size: cover;
  		background-size: cover;
  		position: relative;
  		z-index: 0;
  	}
	body div .mfp-close {
		background: url('../images/close_btn@2x.png') no-repeat !important;
		background-size: 100%;
	}

	body div .mfp-close:hover {
		background: url('../images/close_btn_active@2x.png') no-repeat !important;
		background-size: 100%;
	}

	#nextslide {
		background:url('../images/slideshow-right@2x.png') no-repeat !important;
		background-size: 100%;
	}
	#prevslide {
		background:url('../images/slideshow-left@2x.png') no-repeat !important; 
		background-size: 100%;
	}
	#nextslide:hover {
		background: url('../images/slideshow-right-active@2x.png') no-repeat !important;
		background-size: 100%;
	}
	#prevslide:hover {
		background: url('../images/slideshow-left-active@2x.png') no-repeat !important;
		background-size: 100%;
	}
	#social {
		background:url('../images/TheBookThief_socialbox_bg@2x.png') no-repeat !important;

	}
	.footer {
		background:url('../images/TheBookThief_footer_bg@2x.png') 0px 0px repeat-x !important;
	}
	.touts .tout.facebook {
		background:url('../images/tout_facebook_inactive@2x.png') no-repeat;
	}
	.touts .tout.facebook:hover {
		background:url('../images/tout_facebook_active@2x.png') no-repeat;
	}
	.touts .tout.trailer {
		background:url('../images/tout_trailer_inactive@2x.png') no-repeat;
	}
	.touts .tout.trailer:hover {
		background:url('../images/tout_trailer_active@2x.png') no-repeat;
	}
	.slide-0 a img{
		background:url('../images/tbt_photo1@2x.jpg') no-repeat !important;
	}
	.logoReg{
		display: none;
	}

}

/*fixes for IE 10 ONLY */
.ie10.ie #social .socwrap {
	min-width: 285px;
	padding-left: 30px;
}
	.ie9.ie #social .fb_iframe_widget iframe,.ie10.ie #social .fb_iframe_widget iframe  {
		position: absolute;
		min-width: 60px;
		min-height: 100px;
		/*top: 0px;*/
		left: 120px;
	}
	.ie9.ie #social .fb_iframe_widget iframe,.ie10.ie #social .fb_iframe_widget iframe {
		top: 5px; 
	}

	.ie #social iframe.twitter-share-button {
		position: absolute;
		top: 40px;
		left: 25px;
	}
	.ie9.ie #social iframe.twitter-share-button,.ie10.ie #social iframe.twitter-share-button {
		left: 70px !important;
	}
.ie9.ie #social .separator, .ie10.ie #social .separator, .ie8.ie #social .separator {
		margin-left: -10px;
		margin-top: 75px;
}
.ie9.ie .socwrap .social, .ie10.ie .socwrap .social {
	top: -60px !important;
	left: 25px !important;
}
.clicktostart {
	position:relative;
	/*margin-top:160px;*/
	padding:15px;
	/*border:thin solid #fff;*/
	color:#fff;
	width:170px;
	left:50%;
	margin-left:-85px;
	text-align: center;
	/*top: 40.5%;*/
	/*border-radius: 5px;*/
	font-size:18px;
	margin-top: -60px;
}
.ipad.mobile-landscape .clicktostart {
	/*margin-top: 80px !important;*/
}
.desktop .touts {
	min-height: 300px;
}
.desktop p.about {
	width: 60%;
	margin-top: 22.5%;
}
.desktop .legal-small.visible-sm {
	position: fixed;
	bottom: 0px !important;
}
.android-chrome.mobile-landscape .legal-small.visible-sm {
	/*top: 100%;*/
	bottom: 0;
	position: absolute;
}
.android-chrome.mobile-landscape .tout.trailer {
	background-size: cover;
}
.mobile-portrait.android-chrome .tout.trailer, .iphone.mobile-landscape .tout.trailer {
	width: 230px !important;
	height: 170px !important;
}
.mobile-portrait .tout.trailer {
	background-size: cover !important;	
}
.android-chrome.mobile-portrait .tout.trailer p, .iphone.mobile-landscape .tout.trailer p, .android.mobile-portrait .tout.trailer p {
	top: 120px;
	font-size: 14px;
}
.android-chrome.mobile-portrait .mfp-container p.about, .android .mfp-container p.about {
	width: 84%;
	margin-top: 35%;
}
.android .mfp-container p.about {
	width: 90%;
	font-size: 16px;
	line-height: 18px;
}
.mobile-portrait .legal-small.visible-sm {
	top: 85% !important;
	
}
.iphone.mobile-portrait .legal-small.visible-sm, .android.mobile-portrait .legal-small.visible-sm {
	/*top: 71% !important;*/
	position: absolute !important;
	min-height: 150px;
}
.android .touts .tout.trailer {
	margin-top: -10px;
}
.mobile-landscape .showtitle.logoSmall {
	display: block;
}
.mobile-landscape .showtitle.logoReg {
	display: none;
}
.iphone.mobile-landscape #bgvideo video {
	display: none;
}
.mfp-open {
	overflow: hidden !important;
	position: fixed;
	/*padding-top: 0px;*/
}
/*
.mfp-open .header_container, .mfp-open .legal-small.visible-sm {
	position:relative;
}
*/
.mfp-open .mfp-bg {
	height: 150%;
}
.mfp-open .mfp-container {
	overflow: hidden !important;
}
.desktop.mfp-open .mfp-container {
	height: 90% !important;
}
/*.mfp-open .legal-small.visible-sm {
	visibility: hidden;
}*/
body.tablet.ipad.mobile-landscape {
	position: fixed;
}
.ipad.mobile-landscape .logoSmall {
	display: none;
}
.ipad.mobile-landscape .logoReg {
	display: block;
}
.ipad.mobile-landscape.mfp-open .main.mainWrapper {
	margin-top: -60px;
}
.ipad.mobile-landscape.mfp-open p.about {
	width: 58%;
	margin-top: 16%;
}
.ipad.mobile-landscape .footer {
	position: fixed !important;
}
.ipad.mobile-landscape #bgAudio {
	display: list-item;
}
.ipad.mobile-landscape .showtitle2 {
	display: inline;
}
.ipad.mobile-portrait p.about .mfp-close {
	margin-top: 88px;
	margin-right: 11px;
}
/*
.ipad.mobile-landscape.tablet .touts .tout {
	margin: 0 auto;
}
*/
.ipad.mobile-landscape.tablet.mfp-open .mfp-bg {
	min-height: 615px !important;
}
.ipad.mobile-landscape  p.about .mfp-close {
	top:0px !important;
	margin-top:88px;
	margin-right: 10px;
}

.iphone.mobile-portrait.mfp-open .mfp-container {
	top: 30px;
}
.iphone.mobile-portrait #IE8photos {
	top: 10px !important;
}
.iphone.mobile-portrait #IE8photos {
	min-height: 460px !important;
}
.desktop .mfp-iframe-scaler .mfp-close {
	margin-top: 85px !important;
	margin-right: 11px;
}
.ie10.desktop .mfp-iframe-scaler .mfp-close {
	margin-top: 85px !important;
	margin-right: 9px;
}
.desktop p.about .mfp-close {
	margin-right: 11px;
}
.ie10.desktop p.about .mfp-close {
	margin-right: 9px;
}
.desktop .footer {
	position: fixed;
}
.tablet.mobile-landscape .showtitle2 {
	margin-left: 0px;
}
.iphone.mobile-portrait .mfp-close {
	margin-top: 65px;
	margin-right: 2px !important;
}
.iphone.mobile-portrait.mfp-open p.about {
	margin-top: 10%;
}
.iphone.mobile-portrait .titlesNtouts .row .col-lg-3 { 
	margin-top: 15px;
}
.iphone.mobile-portrait img.showtitle2, .android img.showtitle2 {
	display: none;
}
.ipad.mobile-portrait .footer .col-sm-1 {
	max-width: 0px !important;
}
.ipad.mobile-portrait .footer .rating-copy a {
	font-size: 7px;
}
.ipad.mobile-portrait img.rating {
	margin: 0 auto;
	margin-top: 9px;
}
.android.mobile-portrait img.showtitle {
	margin-top: 30px;
}
.iphone.mobile-landscape.retina .main.mainWrapper {
	height: 600px !important;
}
.iphone.mobile-landscape.retina .legal-small.visible-sm {
	top: 600px !important;
}
.iphone.mobile-portrait #social a.social:nth-of-type(1) {
	margin-left: 67px;
}
.iphone.mobile-portrait #social a.social {
	top: -7px;
}
.iphone.retina.mobile-landscape #social a.social {
	top: -7px;
}
.iphone.mobile-landscape.retina #social a.social:nth-of-type(1) {
	margin-left: 64px !important;
}
.iphone.mobile-landscape #IE8photos {
	top: 0px !important;
	height: 216px !important;
}
.iphone.mobile-landscape.photo-page .main.mainWrapper {
	height: 306px !important;
	min-height: 0px;
	overflow: hidden;
}
.iphone.mobile-landscape p.about .mfp-close {
	margin-top: 46px !important;
	margin-right: 4px !important;
}
.iphone.mobile-landscape.retina .mfp-content {
	top: -50px;
}
.wcTout{
	background: url(../images/watch.png);
	width:230px;
	height:170px;
	display: block;
}
.wcTout:hover{
	background: url(../images/watchHover.png);
	width:230px;
	height:170px;
	display: block;
}
.fbTout{
	background: url(../images/facebook.png);
	width:230px;
	height:170px;
	display: block;
}
.fbTout:hover{
	background: url(../images/facebookHover.png);
	width:230px;
	height:170px;
	display: block;
}
.trTout{
	background: url(../images/tumblrTout.png);
	width:230px;
	height:170px;
	display: block;
}
.trTout:hover{
	background: url(../images/tumblrHover.png);
	width:230px;
	height:170px;
	display: block;
}
.dlTout{
	background: url(../images/discussionHover.png);
	width:230px;
	height:170px;
	display: block;
}
/*.dlTout:hover{
	background: url(../images/discussionHover.png);
}
*/
.ticketTout{
	background: url(../images/ticketTout.png);
	width:230px;
	height:170px;
	display: block;
}
.ticketTout:hover{
	background: url(../images/ticketToutHover.png);
	width:230px;
	height:170px;
	display: block;
}
.soundCloud{
	background: url(../images/soundcloud.png);
	width:230px;
	height:170px;
	display: block;
}
.soundCloud:hover{
	background: url(../images/soundcloudOver.png);
	width:230px;
	height:170px;
	display: block;
}
.aboutPage .carousel{
	display: none;
}
.discuss{
	text-align: left !important;
}

.discuss a{
	/*margin-left: 2%;*/
}
@media screen and (max-width:768px) {
	.desktop.mfp-open .footer .col-sm-7 {
		width: 64%;
		float: left;
	}
	/*.desktop.mfp-open .visible-sm {
		display: b;p !important;
	}
	.desktop.mfp-open .hidden-sm {
		display:block !important;
	}
	.desktop.mfp-open .footerTxt {
		margin-top: 0%;
	}*/
	.desktop.mfp-open #billingtoggle {
		display: none;
	}
	.mfp-iframe-scaler {
		top: 22.5% !important;
		height: 50% !important;
	}
}
.gPlus{
	margin-right: 10px;
}
.tickets-open .mfp-wrap{
	z-index: 20000 !important;
	top: 0 !important;
}

.tickets-open .mfp-container{
	height: 100% !important;
}
.ticketWrap{
	background: url(../images/ticketWrap.jpg) center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-width: 1000px;
	min-height: 800px;
}

.tickets{
	background: url(../images/ticketBG.jpg);
	width: 720px;
	height: 536px;
	display: block;
	margin: 12.5% auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.fandango{
	background: url(../images/fandango.png);
	width: 35px;
	height: 36px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: block;
	float: left;
	margin: 0 8px;
}
.fandango:hover{
	background: url(../images/fandangoHover.png);
	width: 35px;
	height: 36px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.mt{
	background: url(../images/movieTickets.png);
	width: 35px;
	height: 36px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: block;
	float: left;
	margin: 0 ;
}
.mt:hover{
	background: url(../images/movieHover.png);
	width: 35px;
	height: 36px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.yahoo{
	background: url(../images/yahoo.png);
	width: 48px;
	height: 50px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: block;
	float: left;
	margin: 0 8px;
}
.yahoo:hover{
	background: url(../images/yahooHover.png);
}

.cont{
	width: 320px;
	height: 35px;
	position: relative;
	top: 390px;
	left: 388px;
}

.error{
	color: red;
}
.cont form input{
	width:180px;
	height: 35px;
	margin-bottom: 20px;
	text-align: center;
	float: left;
}
.cont img{
	margin-left: 10px;
}

/*@media screen and (max-height:730px) {
	.tickets{
		margin:20px auto;
	}
}*/