/* Video Detail Landing (page)^2 specific css */
body{
	background-color:#ebebeb;
}

.vdlp-decoration {
	background: transparent url(../../../static/img/background-default.jpg) no-repeat center 0;
	background-size: cover;
	width: 100%;
	height: 873px;
	position: absolute;
}

.show .vdlp-decoration{
	height:910px;
}

/* to add a weekend ticket background (no longer needed, it is coded into aspx page) */
/*
.weekendticket .vdlp-decoration {
	background-image:url(../img/VDLP_WeekendTicket_Bkgd_2880x1920_high.jpg);
}
*/

.vdlp-type {
	background: none;
	margin: 0 0 0px;
}

.vdlp-decoration:after {
	content: "";
	display: block;
	width: 100%;
	height: 400px;
	position: absolute;
	bottom: 0;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI3JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjYyJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjc1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC45NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 27%, rgba(0,0,0,0.75) 62%, rgba(0,0,0,0.95) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(27%,rgba(0,0,0,0.65)), color-stop(62%,rgba(0,0,0,0.75)), color-stop(100%,rgba(0,0,0,0.95))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 27%,rgba(0,0,0,0.75) 62%,rgba(0,0,0,0.95) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 27%,rgba(0,0,0,0.75) 62%,rgba(0,0,0,0.95) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 27%,rgba(0,0,0,0.75) 62%,rgba(0,0,0,0.95) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 27%,rgba(0,0,0,0.75) 62%,rgba(0,0,0,0.95) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f2000000',GradientType=0 ); /* IE6-8 */
}

.vdlp-header {
	padding:15px 0px;
	overflow:hidden;
	background-repeat:no-repeat; /* In case non-show has background image */
	background-position: 0 50%;
}

.show .vdlp-header{
	padding:34px 0px;
	background-repeat:no-repeat;
	background-position: 0 50%;
}

/* No longer needed, it is coded into aspx page
.weekendticket .vdlp-header{
	background-image:url(../img/weekend-ticket-logo-tmp.png);
}
*/

.vdlp-header h1{
	color: #fff;
	float:left;
	line-height:60px;
}

.vdlp .vip-movie-offers.movie-offers-container {
	height: auto;
	background: #333;
	padding: 10px 10px 20px;
	font-size: 12px;
	margin: 2px 0 18px;
}

.vdlp .global-offer-rules {
	margin: 5px 0;
	display: block;
}

.vdlp .vip-movie-offers.movie-offers-container .global-offer-message {
	padding: 0;
	color: #fff !important;
}

.vdlp .global-offer-title {
	margin-left: 0 !important;
}

.vdlp .vip-movie-offers .global-offer-banner:before {
	border-color: transparent #70307c;
	top: -10px;
	border-width: 10px 10px 0 0;
}

.vdlp .vip-movie-offers .global-offer-banner {
	bottom: -13px;
	top: auto;
}

.show .vdlp-header h1{ /* Hide h1 text for show to make room for logo */
	text-indent:-999em;
}

/* Sponsor */
.ads-sponsor{
	float:right;
	height:60px;
}

.ads-sponsor-text{
	color:white;
}

/* Video Trailer Section styles override */
.media-player.placeholder{
	height:533px; /* 533 because player is 530 with 3px total border */
	cursor:pointer;
}

.media-player.placeholder:before{
	background-color:transparent;
}

.media-player-module{
	margin-bottom:50px;
}

.media-descriptions{
	padding:10px 0;
}

.media-descriptions h2{
	font-size:33px;
	line-height:35px;
	margin-bottom:0px;
	padding-right:120px;
	color:white;
	font-family:"alternate-gothic-no-1-d", "Futura Condensed", "Arial Narrow", Arial, sans-serif;
	text-transform:uppercase;
	font-weight:normal;
}

.media-descriptions p {
	height:52px;
}

.media-thumbnails {
	margin-top:5px;
}

.media-thumbnails li {
	width: 135px;
}

.media-thumbnails li:hover .overlay-wrapper {
	/* width:136px; can't fix the width for responsive */ 
}

.media-thumbnails li.active a:before {
	/* width:136px; can't fix the width for responsive */ 
}

/* Share */
.share-module{
	position:absolute;
	right:10px;
	top:533px;
}

/* Movie Poster */
.movie-detail-section:first-child {
	margin-top: 0;
}

.movie-detail-section {
	margin-top:7px;
}

.movie-offers-container {
	background: none;
}

/* Bottom section */

/* Ad Cummerbund on Trailers Page */
.ad-cummerbund{
	margin-bottom:15px;
	text-align:center;
}

.disqus-module{
	background-color:white;
	padding:20px;
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
}

/* Ads Module */
.ads-module{
	margin-bottom:30px;
}

/*End Card: 6 Items; */
.video-end-card-container{
	width:940px;
	height:530px;
	background-color:#262626;
}

.video-end-card-area{
	text-align:center;
	padding:85px 0px 75px 3px;
}

.video-end-card{
	display:inline-block;
	padding-right:10px;
	padding-bottom:10px;
	position:relative;
	width:265px;
	box-sizing:content-box;
}

.video-end-card .overlay-wrapper{
  display: none;
}

.video-end-card:hover .overlay-wrapper{
  display: block;
  background-color:rgba(0,0,0,0.7);
  position: absolute;
  width:265px;
  height:175px; 
  padding: 14px;
  overflow: hidden;
}

.video-end-card img{
	width:265px;
	height:175px;
}


/* Redband Modal */

.modal-redband{
	z-index:1000002;
}

.redBand-header{
	text-align:center;
	padding-bottom:10px;
}

.redBand-confirm{
	color:#ff7900;
	font-weight:bold;
	font-size:15px;
}

.close-reveal-container{
	text-align:center;
}

.modal-privacy-policy{
	background-color:#ebebeb;
	font-weight:bold;
	margin:0px -30px -30px -30px;
	padding:20px;
	text-align:center;
}

.redBand-x{
	position:absolute;
	top:0.5rem;
	right:0.6875rem;
	font-size:30px;
	font-weight:bold;
	color:#929292;
}

.modal-redband .close-reveal-modal{
	background:rgba(74, 167, 246, 0.6);
	position:relative;
	text-align:center;
	width:240px;
	padding:20px;
	font-size:18px;
}

.vdlp .side-iframe-module {
    display: none;
    text-align: center;
    background-color: #fff;
    margin-bottom: 30px;
}

.vdlp .side-iframe-module iframe {
    height: 200px;
    border: none;
    outline: none;
    overflow: hidden;
}

/* Meet Miles Mouvay */

/* ---------------- */
/* Media Queries    */
/* ---------------- */

@media only screen {
    .vdlp .meetmilesmouvay .vdlp-header,
    .vdlp .milesmouvay .vdlp-header {
        margin-top: 57px;
        height: 53px;
        background-size: contain;
        padding: 0;
    }
}

@media only screen and (min-width: 40.063em){
    .vdlp .meetmilesmouvay .vdlp-header,
    .vdlp .milesmouvay .vdlp-header {
        margin-top: 15px;
        height: 100px;
        background-size: contain;
    }
}

@media only screen and (min-width: 64.063em) {
    .vdlp .meetmilesmouvay .vdlp-header,
    .vdlp .milesmouvay .vdlp-header {
        margin-top: 5px;
        height: 145px;
        background-size: contain;
    }
}

@media only screen and (min-width: 960px) { /* space for the top search bar */
	.page{
	    padding-bottom:40px;
	}
}

/* Frontrunners */
@media (max-width: 430px) {
    .vdlp .frontrunners .vdlp-header {
        background-size: contain;
    }
}