/* From general.css git test*/
/* START Clearfix */
* html .clearfix { /* Float clearing for IE6 */
  height: 1%;
  overflow: visible;
}

*+html .clearfix { /* Float clearing for IE7 */
  min-height: 1%;
}

.clearfix:after { /* Float clearing for everyone else */
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

/* END Clearfix */
.clear{
	clear:both;
}

/* START Misc. Layout & Elements */

body {
	margin: 0;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat:no-repeat;
	background: #f6f6f6; /* Old browsers */
	background: -moz-linear-gradient(top, #f6f6f6 0%, #e7e7e7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#e7e7e7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f6f6f6 0%,#e7e7e7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f6f6f6 0%,#e7e7e7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f6f6f6 0%,#e7e7e7 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f6f6f6 0%,#e7e7e7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e7e7e7',GradientType=0 ); /* IE6-9 */
	copy;
	background-attachment: fixed;
}

.container {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	padding:0px;
	position: relative;
}
/* For new login box */
.overlay .container{
	width:416px;
}
.main-box {
	padding: 25px;
	margin: 13px 4px 20px 4px;
	border: 1px solid #DFDFDF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #FFF;
	-moz-box-shadow: 0 2px 4px #DDD;
	-webkitbox-shadow: 0 2px 4px #DDD;
	box-shadow: 0 2px 4px #DDD;
}

.hr {
	width: 100%;
	height: 1px;
	background: #DDD;
}

.inner-content {
	padding: 10px;
}

#header #search:focus {
	outline: none;
}

/* END General Layout & Elements */

/* END Feedback Button */


.rounded-container{
	border: 1px solid #DFDFDF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 2px 4px #DDD;
	-webkitbox-shadow: 0 2px 4px #DDD;
	box-shadow: 0 2px 2px #C5C5C5;				
}

/* End general.css */

/*From Old resets.css file */
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;
}
body {
	line-height: 1;
}
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;
}

/* End resets.css code*/

/* From old fonts.css file */
/*
Color 1 : Orange     : FFA80A
Color 2 : Red        : C20000
Color 3 : Grey       : 999
Color 4 : Green      : 79A400
Color 5 : Light Grey : CCC
*/

body {
	font-family: Helvetica, Arial, Sans-Serif;
	color: #2B2B2B;
}

b {
	font-weight: bold;
}

a {
	color: #2D6FC3;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	outline: none;
}

/* Grey */
.font-color3 {
	color: #999;
}

/* Light Grey */
.font-color5 {
	color: #CCC;
}

.font-header {
	font-size: 80%;
	color: #D9D9D9;
}

.font-titlebar {
	font-size: 95%;
	color: #FFF;
}

.font-xxxsmall-color3 {
	font-size: 60%;
	color: #999;
}

.font-xxxsmall {
	font-size: 60%;
}

.font-xxsmall {
	font-size: 70%;
}

/* Grey */
.font-xxsmall-color3 {
	font-size: 70%;
	color: #999;
}

/* Red */
.font-xxsmall-color2 {
	font-size: 70%;
	color: #C20000;
}

.font-xsmall {
	font-size: 75%;
}

/* Orange */
.font-xsmall-color1 {
	font-size: 75%;
	color: #FFA80A;
}

/* Grey */
.font-xsmall-color3 {
	font-size: 75%;
	color: #999;
}

/* Green */
.font-xsmall-color4 {
	font-size: 75%;
	color: #79A400;
}

.font-small {
	font-size: 90%;
}

/* Grey */
.font-small-color3 {
	font-size: 90%;
	color: #999;
}

.font-medium {
	font-size: 110%;
}

/* Orange */
.font-medium-color1 {
	font-size: 110%;
	letter-spacing: -1px;
	color: #FFA80A;
}

.font-large {
	font-size: 125%;
	letter-spacing: -1px;
}

.font-large-color5 {
	font-size: 125%;
	letter-spacing: -1px;
	color: #CCC;
}

.font-xlarge {
	font-size: 150%;
	letter-spacing: -1px;
}

/* Orange */
.font-xlarge-color1 {
	font-size: 150%;
	letter-spacing: -1px;
	color: #FFA80A;
}

/* Grey */
.font-xlarge-color3 {
	font-size: 150%;
	letter-spacing: -1px;
	color: #999;
}

.font-xlarge-color5 {
	font-size: 150%;
	letter-spacing: -1px;
	color: #CCC;
}

.font-xxlarge {
	font-size: 175%;
	letter-spacing: -1px;
}

.font-xxxxlarge {
	font-size: 300%;
	letter-spacing: -1px;
}

.font-button {
	font-size: 90%;
}

.font-button-important {
	font-size: 90%;
	color: #FFF;
}

/* End fonts.css file  */

.top {
	margin-left: -35px;
	margin-top: -24px;
	margin-bottom: 0px;
	width: 980px;
}

/* START Left Column */

.left-column {
  width: 280px;
  position: relative;
  left: -35px;
  margin-bottom: 0px;
  float: left;
}

.remote-control{
  cursor: default;
  position: relative;
  width: 300px;
  background: #242927;
  padding-bottom: 8px;
  padding-top: 1px;
  margin-bottom: 25px;
  border-radius: 3px;  
  
}

.remote-control .movie-image {
  width: 280px;
  height: 420px;
	border-top-right-radius: 3px;
	-moz-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border: 1px solid #000;
	margin: 9px;
  margin-bottom: 0px;
	box-shadow: 0px 1px #444;
	-moz-box-shadow: 0px 1px #444;
	-webkit-box-shadow: 0px 1px #444;
}

.movie-image .rollover {
	position: absolute;
	width: 180px;
	height: 270px;
}

.rollover .cover {
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.4;
	filter: alpha(opacity=40);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

.rollover .content {
	position: absolute;
	width: 180px;
	z-index: 10;
}

.watch-full .cover {
	height: 65px;
	opacity: 0.35;
	filter: alpha(opacity=35);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";

}

.watch-full .content {
	border-top: 1px solid #000;
	position: absolute;
	width: 146px;
	padding: 17px 17px;
	line-height: 15px;
}

.remote-control .curl {
	position: absolute;
	display: none;
	bottom: -9px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 9px 9px 0;
	border-color: transparent #000000 transparent transparent;
}

.source-list {
	border-top: 1px solid #111;
}

.source-list a:hover {
	text-decoration: none;
}

.source-list .section {
	padding: 10px 9px 7px 9px;
	background: #000;
	font-size: 10px;
	color: #FFF;
	background: url(https://cfm.yidio.com/images/bg-source-list-section.jpg) repeat-x;
	text-shadow: 1px 1px #000;
	-moz-text-shadow: 1px 1px #000;
	-webkit-text-shadow: 1px 1px #000;
	cursor: default;
}
.source-list .section{height:11px !important;} 

.source-list .section .close{
	position: absolute;
  top: 4px;
  right: 7px;
  padding: 8px;
  width: 4px;
  height: 4px;
  background: url("https://cfm.yidio.com/mobile/img/close-light-20.png") center no-repeat;
  background-size: 11px 10px;
  opacity: 1;
  cursor:pointer;	
}

.under_image_tooltip{float:right; cursor:pointer !important;width: 14px;
	height: 14px;
	background: url(https://cfm.yidio.com/images/ico-ad-info.png) no-repeat;
	margin-top: -2px;
	position:absolute;
	left:25px;
}
.source-list .source {
	padding: 9px 8px;
	background: #3a3f3d;
	border-style: solid;
	border-width: 1px;
	border-color: #575c5a #6a6e6c #1c1c1c #6a6e6c;
	/*Travis added for new logo centering*/
 	height:30px;
}

.source.queue {
	cursor: pointer;
}

.unselectable {
   -moz-user-select: -moz-none;
   -webkit-user-select: none;
   user-select: none;
}

/* END Left Column */

.right-column {
	float: right;
	width: 728px;
	margin-right: -35px;
	margin-top: 11px;
}

/* START Center Column */

.top-info {

	margin-bottom:-10px;
}

.top-info .center {
	float: left;
	width: 403px;
}

.top-info .right {
	float: right;
	width: 300px;
}

.top-info h1 {
	margin-left: -2px;
	font-size: 30px;
	letter-spacing: -1px;
	font-weight: bold;
	line-height: 1.316em;
}

.top-info .quote {
	margin-top: 0px;
	margin-left: -2px;
	font-size: 16px;
	font-style: italic;
	color: #7f7f7f;
	line-height: 19px;
}

.top-info .actions {
	margin-top: 10px;
	border-top: 1px solid #e5e5e5;
	padding: 12px 0 12px 0;
}

.fav-btn {
	float: left;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border-radius: 0px \0/;
	padding: 7px 9px 7px 8px;
	cursor: pointer;
	text-align: center;
	margin-top:-2px;
}

.fav-btn.default {
	border: 1px solid #B8B8B8;
	background-color: #e7e7e7;
	background: linear-gradient(top, #f0f0f0 0%, #dbdbdb 100%);
	background: -moz-linear-gradient(top, #f0f0f0 0%, #dbdbdb 100%);
	background: -webkit-linear-gradient(top, #f0f0f0 0%, #dbdbdb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#dbdbdb', GradientType=0);
	box-shadow: inset 0 1px #FFF;
	-moz-box-shadow: inset 0 1px #FFF;
	-webkit-box-shadow: inset 0 1px #FFF;
}

.fav-btn.default:hover {
	border: 1px solid #888;
}

.fav-btn.default:active {
	background-color: #d4d4d4;
	background: linear-gradient(top, #d2d2d2 0%, #d6d6d6 100%);
	background: -moz-linear-gradient(top, #d2d2d2 0%, #d6d6d6 100%);
	background: -webkit-linear-gradient(top, #d2d2d2 0%, #d6d6d6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d2d2d2', endColorstr='#d6d6d6', GradientType=0);
	box-shadow: inset 0 1px #fff;
	-moz-box-shadow: inset 0 1px #fff;
	-webkit-box-shadow: inset 0 1px #fff;
}

.fav-btn.faving,
.fav-btn.faved {
	border: 1px solid #608824;
	background-color: #7da700;
	background: linear-gradient(top, #8eb200 0%, #6b9b00 100%);
	background: -moz-linear-gradient(top, #8eb200 0%, #6b9b00 100%);
	background: -webkit-linear-gradient(top, #8eb200 0%, #6b9b00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8eb200', endColorstr='#6b9b00', GradientType=0);
	box-shadow: inset 0 1px #cadb87;
	-moz-box-shadow: inset 0 1px #cadb87;
	-webkit-box-shadow: inset 0 1px #cadb87;
}

.fav-btn.faved:hover {
	border: 1px solid #920101 !important;
	background-color: #c10000;
	background: linear-gradient(top, #d50000 0%, #af0000 100%);
	background: -moz-linear-gradient(top, #d50000 0%, #af0000 100%);
	background: -webkit-linear-gradient(top, #d50000 0%, #af0000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d50000', endColorstr='#af0000', GradientType=0);
	box-shadow: inset 0 1px #f2b3b3;
	-moz-box-shadow: inset 0 1px #f2b3b3;
	-webkit-box-shadow: inset 0 1px #f2b3b3;
}

.fav-btn.faved:active {
	background-color: #b80000;
	background: linear-gradient(top, #af0000 0%, #c00000 100%);
	background: -moz-linear-gradient(top, #af0000 0%, #c00000 100%);
	background: -webkit-linear-gradient(top, #af0000 0%, #c00000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#af0000', endColorstr='#c00000', GradientType=0);
	box-shadow: inset 0 1px #f2b3b3;
	-moz-box-shadow: inset 0 1px #f2b3b3;
	-webkit-box-shadow: inset 0 1px #f2b3b3;
}

.fav-btn span {
	position: relative;
	font-weight: bold;
	font-size: 12px;
	display: block;
	height: 11px;
	line-height: 11px;
	line-height: 12px \0/;
}

.fav-btn:active span {
	top: 1px;
	left: 1px;
}

.fav-btn.default span {
	padding-left: 17px;
	background: url(https://cfm.yidio.com/images/ico-plus.png) no-repeat left;
}

.fav-btn.faving span,
.fav-btn.faved span {
	padding-left: 17px;
	background: url(https://cfm.yidio.com/images/ico-check.png) no-repeat left;
	color: #FFF;
}

.fav-btn.faved:hover span,
.fav-btn.faved:active span {
	padding-left: 17px;
	background: url(https://cfm.yidio.com/images/ico-x.png) no-repeat left;
	color: #FFF;
}

.actions .fb-like {
	margin-top: 0px;
	margin-left: 15px;
	padding-left: 15px;
	padding-top: 2px;
	/*border-left: 1px solid #e5e5e5;*/
	float: left;
	height: 24px;
	width: 92px !important;
	overflow:hidden;
}

.header .actions .fb-like {
	/*border-right: 1px solid #e5e5e5;*/
	padding-right: 15px;
	width: 72px;
}

.actions .facepile-container {
	visibility: hidden;
	width: 404px;
	height: 0;
	overflow: hidden;
}

.top-info .stats {
	font-size: 14px;
	padding-top: 17px;
	padding-bottom: 17px;
	width: 403px;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
}

.top-info .stats .truncation-overlay {
	position: absolute;
	right: 0px;
	width: 25px;
	height: 20px;
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
}

.top-info .stats .separator {
	margin: 0 3px;
	color: #e5e5e5;
}

.top-info .stats .separator.for-genre {
	margin: 0;
	padding-left: 7px;
	color: #e5e5e5;
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 99%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 99%, rgba(255,255,255,1) 100%);
	background: linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 99%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}

.top-info .stats .mpaa-rating {
	float: left;
	margin-right: 2px;
	margin-top: 2px;
	border: 1px solid #2b2b2b;
	padding: 0px 2px 1px 2px;
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif; 
	min-width: 12px;
	text-align: center;
	cursor: default;
}

.top-info .stats .genre {
	background: #FFF;
	padding: 23px 0 23px 11px;
	margin: -23px 0 -23px -4px;
}

.top-info .additional-info {
	width: 415px;
	background: #FFF;
}

.top-info .imdb-rating {
  display: inline-block;
  height: 32px;
  padding-top: 2px;
}

.top-info .imdb-logo{
  width: 40px;
  margin-bottom: -5px;
  margin-right:8px;
}

.top-info .meta-logo{
  width: 20px;
  display: inline-block;
  margin-bottom: -5px;
  margin-right: 4px;
}

.additional-info .more-overlay {
	display: none;
	font-size: 14px;
	position: absolute;
	right: 0px;
	bottom: -1px;
	padding-right: 100px;
	background: #FFFFFF;
}

.additional-info .more-overlay .separator {
	color: #e5e5e5;
	margin-left: 3px;
}

.additional-info .more-overlay .link {
	margin-left: 5px;
	color: #2D6FC3;
	cursor: pointer;
}

.additional-info .more-overlay .link:hover {
	text-decoration: underline;
}

.more-overlay .gradient {
	position: absolute;
	height: 22px;
	width: 20px;
	margin-left: -20px;
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
}

.synopsis {
	position: relative;
	font-size: 14px;
	line-height: 18px;
	overflow: hidden;
	margin-top:0px;
  max-height:91px;
}
.synopsis p{
	padding-bottom:10px;
}

.additional-info .info-list {

	margin-top: 0px;
	font-size: 14px;
	margin-bottom: 21px;
}

.additional-info .info-list.no-synopsis {
	display: block;
	height: auto;
}

.additional-info .info-list dt {
	font-weight: bold;
	float: left;
	width: 90px;
	margin-bottom: 8px;
	line-height: 16px;
}

.additional-info .info-list dd {
	margin-bottom: 8px;
	line-height: 16px;
}

.additional-info .info-list dd span {
	/*white-space: nowrap;*/
}

.additional-info .genre{
	margin-top:15px;
	font-size:14px;
}

.additional-info #stars{
  float: right;
  width: 325px;
  margin-bottom: 8px;
}    
/* END Center Column */
/* START jScrollPane */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 100%;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #e4e4e4;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.jspDrag
{
	background: #fff;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 0 1px #cbcbcb inset;
	-moz-box-shadow: 0 0 0 1px #cbcbcb inset;
	box-shadow: 0 0 0 1px #cbcbcb inset;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}

/* END jScrollPane */
/* START Right Column */

.jump-menu {
	width: 300px;
	text-align: center;
	font-size: 12px;
	margin-bottom: 15px;
	color: #CCC;
	cursor: default;
}

.jump-menu .label {
	font-weight: bold;
	color: #2b2b2b;
	margin-right: 4px;
}

.jump-menu .separator {
	color: #e5e5e5;
	margin: 0 4px;
}

.top-info .right .ad-300x250 {
	width: 300px;
	height: auto;
	margin-bottom: 10px;
}

/* END Right Column */

.ad-728x90 {
	width: 728px;
	height: 90px;
	margin-bottom: 19px;
	padding-bottom: 25px;
	border-bottom: 1px solid #e5e5e5;
}

.similar-movies {
	width: 728px;
	position: relative;
}

.similar-movies h2 {
	font-size: 18px;
}

.similar-movies .scroll-container {
	width: 728px;
}

.similar-movies .scrollable {
	position: relative;
	width: 728px;
	overflow: hidden;
	margin-top: 18px;
}
.similar-movies .scrollable_movie {
	position: relative;
	width: 728px;
	overflow: hidden;
	margin-top: 18px;
}
.similar-movies .items {
	position: relative;
	width: 20000px;
}

.similar-movies .page {
	float: left;
}

.similar-movies .movie {
	width: 130px;
	float: left;
	margin-right: 19px;
}

.similar-movies .movie .image {
	display: block;
	width: 130px;
	height: 195px;
	border: 1px solid #CCC;
	box-shadow: 0 1px 2px #CCC;
	-moz-box-shadow: 0 1px 2px #CCC;
	-webkit-box-shadow: 0 1px 2px #CCC;
	margin-bottom: 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.similar-movies .movie .title {
	width: 130px;
	height: 30px;
	font-size: 12px;
	overflow: hidden;
	text-align: center;
	line-height: 15px; 
}

.similar-movies .prev {
	position: absolute;
	top: 65px;
	height: 140px;
	width: 56px;
	margin-left: -25px;
	cursor: pointer;
	z-index: 10;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.similar-movies .prev.disabled {
	display: none;
}

.similar-movies .prev.next-hover {
	display: block;
	background: #FFF;
}

.similar-movies .prev.next-hover span,
.similar-movies .prev.next-hover img {
	display: block;
}

.similar-movies .prev:hover {
	background: #FFF;
}

.similar-movies .prev span {
	position: absolute;
	height: 100%;
	width: 1px;
	background: linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0) 100%);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0) 100%);
	right: 0px;
	display: none;
}

.similar-movies .prev img {
	position: absolute;
	margin-top: 56px;
	right: 15px;
	display: none;
}

.similar-movies .prev:active img {
	right: 17px;
}

.similar-movies .prev:hover span,
.similar-movies .prev:hover img {
	display: block;
}

.similar-movies .next {
	position: absolute;
	right: 0px;
	top: 18px;
	height: 235px;
	width: 56px;
	margin-right: -25px;
	background: #FFF;
	background: linear-gradient(right, rgba(255,255,255,1) 35%, rgba(255,255,255,0.6) 100%);
	background: -moz-linear-gradient(right, rgba(255,255,255,1) 35%, rgba(255,255,255,0.6) 100%);
	background: -webkit-linear-gradient(right, rgba(255,255,255,1) 35%, rgba(255,255,255,0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99ffffff', endColorstr='#ffffff', GradientType=1);
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.similar-movies .next.disabled {
	display: none;
}

.similar-movies .next:hover {
	background: #FFF;
}

.similar-movies .next span {
	position: absolute;
	height: 217px;
	width: 1px;
	background: linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0) 100%);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0) 100%);
	left: 0;
}

.similar-movies .next img {
	position: absolute;
	margin-top: 103px;
	left: 15px;
}

.similar-movies .next:active img {
	left: 17px;
}

/* Start Recommendation Scrollable Sections */

.slider {
	width: 100%;
  margin-top:20px;
	position: relative;
}

.slider h2 {
	font-size: 18px;
}

.slider .scroll-container {
	width: 100%;
  position:relative;
}

.slider .scrollable {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top: 18px;
}
.slider .items-container {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top: 18px;
}
.slider .items {
	position: relative;
	width: 20000px;
}

.slider .page {
	float: left;
  padding-top: 0px !important;
}

.slider .movie {
	width: 130px;
	float: left;
	margin-right: 19px;
}

.slider .movie .image {
	display: block;
	width: 130px;
	height: 195px;
	border: 1px solid #CCC;
	box-shadow: 0 1px 2px #CCC;
	-moz-box-shadow: 0 1px 2px #CCC;
	-webkit-box-shadow: 0 1px 2px #CCC;
	margin-bottom: 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.slider .movie .title {
	width: 130px;
	height: 30px;
	font-size: 12px;
	overflow: hidden;
	text-align: center;
	line-height: 15px; 
}

.slider .prev {
	position: absolute;
	top: 65px;
	height: 140px;
	width: 56px;
	margin-left: -25px;
	cursor: pointer;
	z-index: 10;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.slider .prev.disabled {
	display: none;
}

.slider .prev.next-hover {
	display: block;
	background: #FFF;
}

.slider .prev.next-hover span,
.slider .prev.next-hover img {
	display: block;
}

.slider .prev:hover {
	background: #FFF;
}

.slider .prev span {
	position: absolute;
	height: 100%;
	width: 1px;
	background: linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0) 100%);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0) 100%);
	right: 0px;
	display: none;
}

.slider .prev img {
	position: absolute;
	margin-top: 56px;
	right: 15px;
	display: none;
}

.slider .prev:active img {
	right: 17px;
}

.slider .prev:hover span,
.slider .prev:hover img {
	display: block;
}

.slider .next {
	position: absolute;
	right: 0px;
	top: 18px;
	height: 235px;
	width: 56px;
	margin-right: -25px;
	background: #FFF;
	background: linear-gradient(right, rgba(255,255,255,1) 35%, rgba(255,255,255,0.6) 100%);
	background: -moz-linear-gradient(right, rgba(255,255,255,1) 35%, rgba(255,255,255,0.6) 100%);
	background: -webkit-linear-gradient(right, rgba(255,255,255,1) 35%, rgba(255,255,255,0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99ffffff', endColorstr='#ffffff', GradientType=1);
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.slider .next.disabled {
	display: none;
}

.slider .next:hover {
	background: #FFF;
}

.slider .next span {
	position: absolute;
	height: 217px;
	width: 1px;
	background: linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0) 100%);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0) 100%);
	left: 0;
}

.slider .next img {
	position: absolute;
	margin-top: 103px;
	left: 15px;
}

.slider .next:active img {
	left: 17px;
}

/* End Recommendation Scrollable Sections */



/* START Stacked Sections */


/*.reviews .header, .clips .header, .news .header, .fb_comments .header, .availability .header  {*/
.full-width .header{
  border-top:none;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 15px 10px 15px;
  margin: 0px -25px 40px -25px;
  height: auto; /*42px; */
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
/*  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none; */
}
.similar-movies.full-width .next, .similar-movies.full-width .prev{
  margin-top:50px;
}
.similar-movies.full-width.top-recs .next, .similar-movies.full-width.top-recs .prev {
  margin-top: 70px;
}

.similar-movies.top-recs .prev{
  margin-left:-20px;  
}

.availability .header  {
  
  margin-bottom:20px;
}


.full-width .header h2{
  float: left;    
  /*white-space: nowrap;*/
  overflow: hidden;
  padding-bottom: 2px;
  margin-bottom: 0px;
  margin-top: 0px;   
  letter-spacing: -0.03em;
  font-weight: 400;
  font-size: 28px;
  color:#545454;
  line-height: 40px;
}

.full-width.top-recs .header{
  margin-left: -10px;  
}

.clips .header .title,
.news .header .title {
	max-width: 650px;
}

.reviews .header .title a {
	color: #2b2b2b;
}

.reviews .header .title span {
	vertical-align: super;
	font-size: 11px;
}

.availability{
  margin-top: 20px;
}

.availability{
  line-height: 24px;
}
.reviews .filters {
	float: right;
	font-size: 12px;
	margin-top: 5px;
	color: #CCC;
	cursor: default;
}
h2{font-size: 24px;}

.clips .actions,
.news .actions,
.fb_comments .actions{
	float: right;
	margin-top: -3px;
}

.clips .scroll-container {
	width: 970px;
	margin-left: -25px;
}

.clips .scrollable {
	position: relative;
	width: 970px;
	margin: 0 -5px 0px 0px;
	overflow: hidden;
}

.clips .items {
	width: 20000px;
}

.clips .clip {
	float: left;
	margin-left: 25px;
}

.clip .info {
	font-size: 12px;
	margin-bottom: 12px;
}

.clip .title {
	font-weight: bold;
	color: #7f7f7f;
}

.clip .separator {
	margin: 0 7px;
	color: #e5e5e5;
}

.clip .time {
	color: #cacaca;
}

.clip object {
	background: #e5e5e5;
}

.clips .scroll-container {
	position: relative;
}

.clips .items {
	position: relative;
}

.clips .next {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	width: 56px;
	z-index: 10;
	background: #FFF;
	background: linear-gradient(right, rgba(255,255,255,1) 35%, rgba(255,255,255,0.6) 100%);
	background: -moz-linear-gradient(right, rgba(255,255,255,1) 35%, rgba(255,255,255,0.6) 100%);
	background: -webkit-linear-gradient(right, rgba(255,255,255,1) 35%, rgba(255,255,255,0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99ffffff', endColorstr='#ffffff', GradientType=1);
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.clips .next.disabled {
	display: none;
}

.clips .next:hover {
	background: #FFF;
}

.clips .next span {
	position: absolute;
	height: 100%;
	width: 1px;
	background: linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0) 100%);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0) 100%);
	left: 0;
}

.clips .next img {
	position: absolute;
	margin-top: 153px;
	left: 15px;
}

.clips .next:active img {
	left: 17px;
}

.clips .prev {
	position: absolute;
	left: -25px;
	bottom: 50px;
	height: 188px;
	width: 56px;
	cursor: pointer;
	z-index: 10;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.clips .prev.disabled {
	display: none;
}

.clips .prev.next-hover {
	display: block;
	background: #FFF;
}

.clips .prev.next-hover span,
.clips .prev.next-hover img {
	display: block;
}

.clips .prev:hover {
	background: #FFF;
}

.clips .prev:hover img,
.clips .prev:hover span {
	display: block;
}

.clips .prev span {
	position: absolute;
	height: 100%;
	width: 1px;
	background: linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0) 100%);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0) 100%);
	right: 0;
	display: none;
}

.clips .prev img {
	position: absolute;
	margin-top: 79px;
	right: 15px;
	display: none;
}

.clips .prev:active img {
	right: 17px;
}

.news .column {
	float: left;
	margin-right: 20px;
	width: 450px;
}

.news .column.last {
	margin-right: 0;
}

.news .content-info {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.news .footer {
	float: left;
	width: 100%;
	padding-bottom:23px;
}

.news .footer .more {
	float: right;
	font-size: 14px;
	font-weight: bold;
}

.content-info a {
	display: block;
	font-weight: bold;
	margin-bottom: 4px;
	line-height: 20px;
}

.content-info .info {
	font-size: 11px;
	color: #aaa;
	margin-bottom: 17px;
}

.content-info .separator {
	margin: 0 4px;
}

.content-info .content-container {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 12px;
}

.content-info .content-container .image {
	float: left;
	border: 1px solid #e5e5e5;
	margin: 2px 10px 4px 0;
	overflow: hidden;
	width: 150px;
	max-height: 100px;
}

.content-info .content-container .image img {
	display: block;
}

.content-info .more {
	display: block;
	font-weight: bold;
	font-size: 12px;
}

.content-info .more img {
	margin-left: 5px;
}

/* END Stacked Sections */

/* Big box with list of options - Added by asif khan*/
	#ajax_listOfOptions{
		position:absolute;	/* Never change this one */
		width:405px;	/* Width of box */
		height:auto;	/* Height of box */
		overflow:auto;	/* Scrolling features */
		border:1px solid #CCCCCC;	/* Dark green border */
		background-color:#FFF;	/* White background color */
		text-align:left;
		font-size:0.9em;
		z-index:100;
	}
	#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
		margin:1px;		
		padding:1px;
		cursor:pointer;
		font-size:0.9em;
		z-index:999999999;
	}
	#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
		z-index:999999999;
	}
	#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
		background-color:#CCCCCC;
		color:#FFF;
		z-index:999999999;
	}
	#ajax_listOfOptions_iframe{
		background-color:#F00;
		position:absolute;
		z-index:5;
	}
	#ajax_listOfOptions { z-index:999999999; }
	
.drop_search{width:400px; border:2px solid #CCC; background-color:#FFF; font:0.875em Helvetica, Arial, Sans-Serif;-moz-box-shadow: 3px  3px 3px #666;
-webkit-box-shadow: 3px 3px 3px #666;
box-shadow: 3px 3px 3px #666;}
.drop_row{height:88px;border-bottom:1px solid #CCC;}
.drop_image{padding:8px; float:left;}
.drop_info{padding-top:10px; float:left; width:280px;font-weight:bold;}
.drop_icon{float:right; width:20px; padding-top:37px;padding-right:3px;}
.drop_more_results{border-top:2px solid #CCC; background-color:#F5F5F5; text-align:right; height:25px; padding-top:10px;}
a.search_drop:link { display:block; height:88px; width:400px; text-decoration:none; color:#000; font:1.0em Helvetica, Arial, Sans-Serif;z-index:999999999; }
a.search_drop:visited { display:block; height:88px; width:400px;text-decoration:none; color:#000; font:1.0em Helvetica, Arial, Sans-Serif; }
a.search_drop:hover {  display:block;  height:88px; width:400px; background-color:#E2E2E2; text-decoration:none;text-shadow:1px 1px 0 white;}
a.search_drop2 {  display:block;  height:88px; width:400px; background-color:#E2E2E2; text-decoration:none;text-shadow:1px 1px 0 white;}

a.all_results{text-decoration:none; color:#000; font:0.875em Helvetica, Arial, Sans-Serif; font-weight:bold;}
.blue_link{
	color:#2D6FB7;
	font-size:12px;
	font-weight:bold;
	
}


.floatLeft{float:left;}
.floatRight{float:right;}
.floatRight_icon{float:left; margin-right:5px;}


/*updated for new header / style*/
.main-box p{
	  font-size: 100%;    
    
 }
.synopsis p{
	 -webkit-margin-before: 0em;
	}
.scrollable_movie .page{
	padding-top:0px !important;
	width:748px !important;
}

.additional-info .more-overlay{
    background: #F6F6F6;
  }
.similar-movies .next, .clips .next {
   
    background: linear-gradient(right, rgba(245, 245, 245,1) 35%, rgba(255,255,255,0.6) 100%);
    background: -moz-linear-gradient(right, rgba(245, 245, 245,1) 35%, rgba(255,255,255,0.6) 100%);
    background: -webkit-linear-gradient(right, rgb(245, 245, 245) 35%, rgba(255,255,255,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99ffffff', endColorstr='#ffffff', GradientType=1);
  
}
.main-box .source-button span{
	margin-top: 7px;
	font-weight: 600;
}
.main-box .source-button.arrow span {
    background: url(https://cfm.yidio.com/images/button-arrow.png) no-repeat right 2px;
    font-family: 'Open Sans', sans-serif;
}
.source-button.plus span{
	font-weight:600;
}

.source-button.arrow span {
    background: url(https://cfm.yidio.com/images/button-arrow.png) no-repeat right 1px;
    font-family: 'Open Sans', sans-serif;
   	font-weight: 600;
  }
.source-button span {
    display: inline-block;
    margin-top: 7px;
}

.source-list .section{
	font-size:10.5px;
  position: relative;
}


.main-box {
	border:none !important;
	box-shadow:none !important;
	background:#f6f6f6;
}
.top-info .additional-info{
	background:#f6f6f6;
}
.top-info .stats .truncation-overlay{
	display:none;
}
.content-info a{
	display:inherit;
}

/* Message not available */
.message-na{
  color:#fff;
  padding:10px;									
  text-align: left;
  line-height: 19px;
}
.message-na .firstline{
  padding-bottom: 2px;
  font-weight: bold;
  font-size: 14px;
}
.message-na .secondline{
  font-size: 14px;
  color: #bbb;
  padding-bottom: 10px;
}
.message-na .fav-btn.default{
  color: #fff;
  margin-left: 0px;
  margin-bottom: 5px;
  background: none;
  background-color: #1b1b1b;
  border: 1px solid #000;
  box-shadow: inset 0 1px #FFF;
  -moz-box-shadow: inset 0 1px #FFF;
  -webkit-box-shadow: inset 0 1px #444;
  padding: 15px 21px;
}
.message-na .fav-btn span{
  font-size:14px;
}
