/* ==========
		Clearfix
	 ========== */

.clearfix::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
} 

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* ============
		Foundation
	 ============ */

html {
	height: 100%;
	position: relative;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
}

body {
	margin: 0;
	    font: 16px/1 'Open Sans', sans-serif;
    font-weight: 400;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	height: 100%;
	position: relative;
	
	background: linear-gradient(to bottom, #e9e9e9 0%,#e9e9e9 100%) !important;
}

:not(.google-optimize-hide) body.css-loaded {
	opacity: 1;
	height: auto;
}


.page {
    width: 980px;
    position: relative;
    padding: 0px;
   
  }

html.js body {
	display: block !important;
}

h1, h2, h3, h4, p, blockquote, figure, ol, ul {
	margin: 0;
	padding: 0;
}

p{
	  font-size: 100%;    
    transition: 0.2s;
        -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
 }

main, li {
	display: block;
}

h1, h2, h3, h4 {
	font-size: inherit;
}

strong {
	font-weight: bold;
}

a:not(.border), button, .button {
	
	transition: .2s;
}

a {
	text-decoration: none;
}

button {
	overflow: visible;
	border: 0;
	font: inherit;
	-webkit-font-smoothing: inherit;
	letter-spacing: inherit;
	background: none;
	cursor: pointer;
}

::-moz-focus-inner {
	padding: 0;
	border: 0;
}

:focus {
	outline: 0;
}

/*img {
	max-width: 100%;
	border: 0;
}*/

main {
	padding-top: 82px;
}

.lazy-hidden {
	opacity: 0;
	-webkit-filter: saturate(200%);
	filter: saturate(200%);
}

.lazy-loaded {
	opacity: 1;
	-webkit-filter: saturate(100%);
	filter: saturate(100%);
	transition: 0.4s ease-out;
}

/* Fix for IE 11 transition with hidden overflow */

html[data-user-agent*='rv:11'] .lazy-loaded {
 transition: none;
}

/* ========
		Header
	 ======== */

header {
	position: fixed;
	z-index: 50;
	width: 100%;
	height: 82px;
	color: white;
	box-sizing: border-box;
}


header .gradient {
	position: absolute;
	top: 0;
	width: 100%;
	height: 82px;
	background: linear-gradient(to bottom, rgba(30,31,33,0.5) 0%, rgba(30,31,33,0) 100%);
	opacity: 0;
}

header.transparent .gradient {
	height: 160px;
	opacity: 1;
}

.header-spacer {
	width: 100%;
	height: 82px;
}

/* =====
		Nav
	 ===== */

header nav {
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 0 47px;
	z-index: 10;
	background: rgba(59,60,64, 0.98);
	font: 16px/1 'Open Sans', sans-serif;
	
}

header nav a:hover{
	text-decoration: none !important;
}

header.transparent nav {
	background: none;
}

header nav li {
	height: 100%;
	position: relative;
}

header nav .account {
	position: absolute;
	right: 0;
}

header nav .account li {
	float: right;
}

header nav li {
	float: left;
}

header nav a {
	display: block;
	color: white;
	text-transform: uppercase;
	text-align: center;
	line-height: 82px;
	height: 100%;
	padding: 0 18px;
}

header nav > ul > li:not(.has-subnav):hover > a {
	color: #f9a11b;
}

header nav li.has-subnav > a {
	margin-right: 18px;
}

header nav li.has-subnav > a::after {
	content: "";
	position: absolute;
	right: 0;
	top: 35px;
	width: 6px;
	height: 6px;
	border-right: 2px solid rgba(255,255,255, 0.3);
	border-bottom: 2px solid rgba(255,255,255, 0.3);
	transform: rotate(45deg);
	margin-right: 0.5em;
	transition: opacity 0.2s, top 0.2s;
}

header nav li.has-subnav:hover > a::after {
	opacity: 0;
	top: 38px;
}

header nav li.sign-in {
	margin-right: 48px;
}

header nav li.user > a {
	display: block;
	background: url(https://cfm.yidio.com/redesign/img/ico-user-36-1x.png) 12px center no-repeat;
	padding-left: 60px;
	margin-right: 60px;
}

header nav li.user > a::after {
	right: 44px;
}

header nav .highlight {
	position: absolute;
	height: 0;
	background-color: #f9a11b;
	top: 0;
	left: 0;
	width: 100%;
	transition: height 0.2s;
}

header nav .highlight {
	width: auto;
	right: 0px; /*17px*/
}

header nav .user .highlight {
	right: 60px;
}

header nav li:hover .highlight {
	position: absolute;
	height: 4px;
	background-color: #f9a11b;
	top: 0;
	left: 0;
}

header nav li a > .badge {
	position: absolute;
	min-width: 19px;
	height: 19px;
	padding: 0 6px;
	box-sizing: border-box;
	background: #ff1f1f;
	border-radius: 10px;
	font-size: 66%;
	font-weight: 600;
	text-align: center;
	line-height: 18px;
	top: 17px;
	left: 35px;
	color: white;
	transition: 0.2s;
}

header nav li:hover a > .badge {
	top: 21px;
	opacity: 0;
	color: white;
}

header nav a .border {
	display: inline;
	border: 2px solid #f9a11b;
	border-radius: 20px;
	padding: 6px 16px;
	transition: .2s;
}

header nav li:hover a .border {
	background: #f9a11b;
	color: rgba(0,0,0, 0.7);
}

header nav .search {
	position: relative;
	float: left;
	width: 320px;
	height: 82px;
	box-sizing: border-box;
	padding: 19px 0;
	margin: 0 18px 0 12px;
}

header nav .search input {
	top: 19px;
	width: 100%;
	height: 44px;
	background: rgba(0,0,0, 0.3);
	border: 0;
	border-radius: 22px;
	padding: 1px 44px 0 22px;
	margin-bottom: 19px;
	box-sizing: border-box;
	color: white;
	z-index: 10;
	font-size: 110%;
	font-weight: 300;
}

header nav .search input::-webkit-input-placeholder {
	color: rgba(255,255,255, 0.3);
}

header nav .search input::-moz-placeholder {
	color: rgba(255,255,255, 0.3);
}

header nav .search input:-ms-input-placeholder {
	color: rgba(255,255,255, 0.3);
}

header nav .search input::-ms-clear {
	display: none;
}

header nav .search .icon {
	position: absolute;
	top: 29px;
	right: 12px;
	z-index: 20;
	width: 24px;
	height: 24px;
	background-image: url(https://cfm.yidio.com/redesign/img/ico-search-white-24-1x.png);
}

header nav .search.has-results .icon {
	background-image: url(https://cfm.yidio.com/redesign/img/ico-close-white-24-1x.png);
	cursor: pointer;
}

header nav .search.searching .icon {
	background-image: none;
}

header nav .logo img {
	padding-top: 22px;
}

header nav .logo img.watch-now {
	padding-top: 16px;
}

header nav li.has-subnav::after {
	content: "";
	position: absolute;
	top: -1000px;
	opacity: 0;
	left: 0;
	right: 16px;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 7px 8px;
	border-color: transparent transparent #272729 transparent;
	transition: opacity 0.2s;
}

/* ========
		Subnav
	 ======== */

header .subnav {
	position: absolute;
	white-space: nowrap;
	box-shadow: 5px 5px 20px rgba(0,0,0, 0.4);
	top: -1000px;
	opacity: 0;
	transition: opacity 0.2s;
}

header .account .subnav {
	width: 100%;
	min-width: 180px;
	right: 0;
}

header li:hover .subnav:not(.results) {
	top: auto;
	opacity: 1;
}

header nav li.has-subnav:hover::after {
	top: 75px;
	opacity: 1;
}

header .subnav li {
	height: 64px;
	width: 100%;
	background: rgba(39,39,41, 0.99);
	transition: 0.2s;
}

header .subnav li:hover {
	background: #212123;
}

header .subnav li::after {
	content: "";
	height: 1px;
	left: 25px;
	right: 0;
	bottom: 0;
	position: absolute;
	background: rgba(0,0,0, 0.3);
}

header .subnav li:last-child::after,
header .subnav li:hover::after {
	display: none;
}

header .subnav li:hover a {
	color: white;
}

header .subnav a {
	line-height: 64px;
	padding-left: 25px;
	padding-right: 70px;
	margin-right: 0;
	text-align: left;
}

header .subnav a::after {
	content: "";
	position: absolute;
	right: 13px;
	top: 28px;
	width: 6px;
	height: 6px;
	border-right: 2px solid rgba(0,0,0, 0.4);
	border-bottom: 2px solid rgba(0,0,0, 0.4);
	transform: rotate(-45deg);
	margin-right: 0.5em;
	transition: 0.2s;
}

header .subnav li:hover a::after {
	border-right: 2px solid rgba(255,255,255, 0.3);
	border-bottom: 2px solid rgba(255,255,255, 0.3);
}

header .subnav li {
	clear: left;
	height: 64px;
	box-sizing: border-box;
}

header .subnav li .badge {
	position: absolute;
	top: 21px;
	right: 38px;
	min-width: 22px;
	height: 22px;
	padding: 0 6px;
	box-sizing: border-box;
	background: rgba(0,0,0, 0.2);
	border-radius: 11px;
	font-size: 75%;
	font-weight: 600;
	text-align: center;
	line-height: 22px;
	transition: 0.2s;
}

header .subnav li:hover .badge {
	background: #ff1f1f;
}

header .subnav li a.yidio-premium{
	cursor:pointer;
}
header .subnav li a.yidio-premium img{
	width: 20px;
  float: left;
  margin-top: 22px;
  margin-right: 2px;
  margin-left: -21px;
}

/* ================
		Search Results
	 ================ */

header .search .subnav {
	width: 500px;
}

header .search .subnav::before {
	content: "";
	position: absolute;
	opacity: 0;
	visibility: hidden;
	top: -7px;
	left: 25px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 7px 8px;
	border-color: transparent transparent #272729 transparent;
}

header .search.has-results .subnav::before {
	opacity: 1;
	visibility: visible;
}

header .search.has-results .subnav {
	top: auto;
	opacity: 1;
	visibility: visible;
}

header .search .results li:not(.see-all):not(.none) {
	height: 105px;
	padding: 20px 0;
}

header .search .results li:not(.see-all) a {
	text-transform: none;
	line-height: normal;
}

header .search .results li.none {
	padding-left: 25px;
  padding-right: 70px;
  line-height: 64px;
  text-transform: uppercase;
  cursor: default;
}

header .search .results .image {
	width: 43px;
	height: 65px;
	background: rgba(0,0,0, 0.15);
	float: left;
	margin-right: 20px;
}

header .search .results .title {
	font-size: 110%;
	padding-top: 9px;
	padding-bottom: 1px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

header .search .results .info {
	opacity: 0.5;
	font-size: 90%;
}

header .search .results .new .info {
	opacity: 1;
	color: #f9a11b;
	font-weight: 600;
}

header .search .results li a::after {
	right: 13px;
	top: 47px;
	width: 8px;
	height: 8px;
	border-right: 2px solid rgba(0,0,0, 0.4);
	border-bottom: 2px solid rgba(0,0,0, 0.4);
	transform: rotate(-45deg);
	margin-right: 0.5em;
	transition: 0.2s;
}

header .search .results li:hover a::after {
	border-right: 2px solid rgba(255,255,255, 0.4);
	border-bottom: 2px solid rgba(255,255,255, 0.4);
}

header .search .results li.new a::after,
header .search .results li.new:hover a::after {
	border-right: 2px solid #f9a11b;
	border-bottom: 2px solid #f9a11b;
}

header .search .results .see-all a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: rgba(255,255,255, 0.5);
}

header .search .results .see-all a::after {
	top: 26px;
}

/* Hover classes for search keyboard events */

header .search .results li.hover {
	background: #212123;
}

header .search .results li.hover a::after {
	border-right: 2px solid rgba(255,255,255, 0.3);
	border-bottom: 2px solid rgba(255,255,255, 0.3);
}

header .search .results li.hover::after {
	display: none;
}

.main-wrapper, .content-inner {
	background:#f6f6f6;
}

@media only screen and (min-width: 1220px){
	.main-wrapper {
    width: 1220px;
    margin: 0 auto;
    overflow: visible;
    box-shadow: 0 0 30px 0 rgba(0,0,0, 0.02);
   }
	header {
    width: 1220px;
	}

}

/* ==========================
		Media Query - 1152 Width
	 ========================== */

@media only screen and (max-width: 1152px) {
	header nav {
		padding: 0 17px 0 15px;
	}
	
	.hero .content {
		padding-top: 25px;
	}
	
	header nav li.sign-in {
		margin-right: 16px;
	}
	
	header nav li.user > a {
		margin-right: 32px;
		max-width: 125px;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	
	header nav li.user > a::after {
		right: 16px;
	}
	
	header nav .user .highlight {
		right: 30px;
	}
	
	header nav .search {
		width: 310px;
	}

}

/* Signup Page */
.main-wrapper.signup-page, .main-wrapper.signup-page header{
	/*width:100%;*/
}


/* ========
		Footer
	 ======== */

footer {
	background: #1e1f21;
	color: white;
	cursor: default;
	margin-top:20px;
	font: 16px/1 'Open Sans', sans-serif;
}
footer a{
	color:#fff;
}
footer a:hover{
	text-decoration: none !important;
}

footer .get-app {
	display: block;
	-webkit-align-items: center;
	align-items: center;
	padding: 50px 60px 11px 60px;
	cursor: pointer;
}



footer .get-app .cta {
	width: 100%;
	text-align: center;
	margin-bottom: 45px;
	font-weight: 300;
	font-size: 220%;
	letter-spacing: -0.03em;
}

footer .get-app .button {
	width: 200px;
	height: 50px;
	border-radius: 28px;
	border: 3px solid #f9a11b;
	text-align: center;
	line-height: 50px;
	text-transform: uppercase;
	font-size: 130%;
	background: rgba(0,0,0, 0.1);
	cursor: pointer;
	margin: 0 auto 40px auto;
	transition: 0.2;
}

footer .get-app:hover .button {
	background: #f9a11b;
	color: rgba(0,0,0, 0.6);
}

footer .get-app img {
	display: block;
	margin: 0 auto;
	width: 762px;
	height: 196px;
}

footer .links {
  display: -webkit-flex;
  display: flex;
	position: relative;
	height: 144px;
	width: 100%;
	box-sizing: border-box;
	-webkit-align-items: center;
	align-items: center;
	padding: 0 60px;
	border-top: 1px solid #353638;
}

footer .links ul {
 clear: both;
}

footer .links li {
	float: left;
	text-transform: uppercase;
}

footer .links .first-line {
	font-size: 90%;
	margin-bottom: 35px;
	margin-left: -13px;
	font-weight: 600;
}

footer .links .second-line {
	font-size: 80%;
	color: rgba(255,255,255, 0.3)
}

footer .links a:hover {
	opacity: 1;
	color: #f9a11b;
}

footer .links .first-line a {
	padding: 13px;
}

footer .links .second-line a {
	padding: 10px;
	color: rgba(255,255,255, 0.3);
}


footer .links .second-line a:hover {
  opacity: 1;
  color: #f9a11b;
  transition: .2s;
}

footer .links .second-line span {
	margin-right: 10px;
}

footer .links .social {
	position: absolute;
	top:0px;
	right: 60px;
}

footer .links .social a {
	display: block;
	width: 62px;
	height: 62px;
	border: 1px solid #353638;
	border-radius: 100%;
	margin: 40px 0 40px 22px;
	transition: 0.2;
}

footer .links .social a:hover {
	background-color: #353638;
}

footer .links .social a {
	background-position: center;
	background-repeat: no-repeat;
}

footer .links .social a.facebook {
	background-image: url(https://cfm.yidio.com/redesign/img/ico-facebook-36-1x.png);
}

footer .links .social a.twitter {
	background-image: url(https://cfm.yidio.com/redesign/img/ico-twitter-36-1x.png);
}

footer .links .social a.gplus {
	background-image: url(https://cfm.yidio.com/redesign/img/ico-gplus-36-1x.png);
}

/* End Footer */


/* old page html updates */
.page, #main{
    padding-top: 82px !important;
}
.scrollable .page{
    padding-top: 0px !important;
}
/* New header style */
h1, .top-info h1, #primary h1.ttl-directory, #primary h1,#primary .news_article_center_column h1 {
    letter-spacing: -0.03em;
    font-weight: 400;
    font-size: 35px;
    color:#545454;
}


/* Login */
.bg-btm.notification{
	font-size:14px;
}


/* Contact us */ 

#profile_nav {
    margin-left: 25px;
    }
.container #profile_nav {
    margin-left: 0px;
    }


.blue_link2 {
    color: #2D6FB7 !important;
}


.video-banner .categories{
	z-index:0 !important;
}


@media screen and (max-width: 1152px) {
	footer .links .first-line, footer .links .second-line {
		font-size: 70%;
	}
}