/* ==========
    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;
  background: none;
}

body {
	margin: 0;
	font: 16px/1 'Open Sans', sans-serif;
	font-weight: 400;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	height: 100%;
	background: #1e1f21;
	position: relative;
}

body.css-loaded {
	opacity: 1;
}

h1, h2, h3, h4, p, blockquote, figure, ol, ul {
	margin: 0;
	padding: 0;
}

main, li {
	display: block;
}

h1, h2, h3, h4 {
	font-size: inherit;
}

strong {
	font-weight: bold;
}

a:not(.border), button, .button {
	color: inherit;
	transition: color 0.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;
}

input::selection {
  background: rgba(255,255,255, 0.2);
}

input::-moz-selection {
	background: rgba(255,255,255, 0.2);
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
}

main {
	padding-top: 82px;
}

.lazy-hidden {
	opacity: 0;
}

.lazy-loaded {
	opacity: 1;
	transition: 0.8s ease-out;
}

/* Fix for IE 11 transition with hidden overflow */

html[data-user-agent*='rv:11'] .lazy-loaded {
 transition: none !important;
}

/* ========
    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);
}

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 12px;
}

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);
	-webkit-transform: rotate(45deg);
	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(//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: 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 6px;
}

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(//cfm.yidio.com/redesign/img/ico-search-white-24-1x.png);
}

header nav .search.has-results .icon {
	background-image: url(//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 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 ease-out;
}

/* ========
    Subnav
   ======== */

header .subnav {
	position: absolute;
	white-space: nowrap;
	box-shadow: 5px 5px 20px rgba(0,0,0, 0.4);
	top: -1000px;
	margin-top: -10px;
	opacity: 0;
	transition: opacity 0.2s ease-out, margin-top 0.2s ease-out;
}

header .account .subnav {
	right: 0;
}

header li:hover .subnav:not(.results) {
	top: auto;
	opacity: 1;
	margin-top: 0;
}

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:not(.none):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);
	-webkit-transform: rotate(-45deg);
	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;
}

/* ================
    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);
	-webkit-transform: rotate(-45deg);
	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;
}

/* ======
    Hero
   ====== */

.hero {
	background: #1e1f21;
	width: 100%;
	height: 35vw;
	position: relative;
	color: white;
	cursor: default;
	margin-top: -82px;
}

.hero .background {
	position: absolute;
	top: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;
	transition: opacity 0.6s;
}

.hero .button {
	display: inline-block;
	height: 3.6vw;
	padding: 0 1.8vw;
	border-radius: 3.6vw;
	border: 0.25vw solid #f9a11b;
	text-align: center;
	line-height: 3.6vw;
	text-transform: uppercase;
	font-size: 1.3vw;
	background: rgba(0,0,0, 0.1);
	cursor: pointer;
	transition: background 0.2s;
}

.hero .button:hover {
	background: #f9a11b;
	color: rgba(0,0,0, 0.6);
}

/* ===============
    Homepage Hero
   =============== */

.hero.homepage .content {
	margin-top: 2.5vw;
}

.hero.homepage .background {
	background-image: url(//cfm.yidio.com/redesign/img/hero-1920x1080.jpg);
	opacity: 0.7;
}

.hero.homepage .background.hover {
	opacity: 0.8;
}

/* =========
    Tagline
   ========= */

.hero .tagline {
  display: -webkit-flex;
  display: flex;
	-webkit-align-items: center;
	align-items: center;
	position: absolute;
	height: 100%;
	z-index: 10;
}

/* ==================
    Homepage Tagline
   ================== */

.hero.homepage .tagline {
	padding-left: 8vw;
}

.hero.homepage .tagline h1 .first-line {
	font-size: 3.9vw;
	font-weight: 600;
	letter-spacing: -0.01em;
	line-height: 140%;
}

.hero.homepage .tagline h1 .second-line {
	font-size: 3.6vw;
	letter-spacing: -0.02em;
	font-weight: 300;
}

.hero.homepage .tagline h2  {
	font-size: 1.5vw;
	font-weight: 400;
	width: 55vw;
	margin-top: 2vw;
	line-height: 1.4em;
}

.hero.homepage .tagline .button {
	margin-top: 3.3vw;
	margin-right: 2vw;
}

/* ==============
    How it works
   ============== */

.show-how-it-works .hero .tagline,
.show-how-it-works nav li:not(.logo) {
	visibility: hidden;
	opacity: 0;
}

.hero .how-it-works {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
	align-items: center;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 20;
	background: linear-gradient(to bottom, rgba(30,31,33, 0.6) 0%, rgba(30,31,33, 0.95) 100%);
}

.show-how-it-works .hero .how-it-works {
	visibility: visible;
	opacity: 1;
}

.hero .how-it-works .content {
	padding: 0 60px;
	text-align: center;
}

.hero .how-it-works .content .statement {
	width: 33%;
	float: left;
	padding: 0 35px;
	box-sizing: border-box;
}

.hero .how-it-works .icon {
	display: inline-block;
	height: 11vw;
	width: 11vw;
	border-radius: 100%;
	background-color: rgba(0,0,0, 0.2);
	margin-bottom: 2.6vw;
	margin-top: 1vw;
	background-size: 56%;
	background-repeat: no-repeat;
	background-position: center;
}

.hero .how-it-works .robots .icon {
	background-image: url(//cfm.yidio.com/redesign/img/ico-robot-125-1x.png);
}

.hero .how-it-works .search .icon {
	background-image: url(//cfm.yidio.com/redesign/img/ico-search-125-1x.png);
}

.hero .how-it-works .you .icon {
	background-image: url(//cfm.yidio.com/redesign/img/ico-face-125-1x.png);
}

.hero .how-it-works h2 {
	font-size: 1.6vw;
	font-weight: 600;
	margin-bottom: 1vw;
}

.hero .how-it-works p {
	font-size: 1.3vw;
	font-weight: 300;
	line-height: 1.6vw;
}

.hero .how-it-works .button {
	display: inline-block;
	width: 3.6vw;
	padding: 0;
	margin-top: 3.4vw;
	border-radius: 100%;
}

.hero .how-it-works .button::after {
  display: -webkit-flex;
  display: flex;
	-webkit-align-items: center;
	align-items: center;
	justify-content:center;
	content: '\00d7';
	font-size: 3.1vw;
	letter-spacing: 0;
	line-height: 3.6vw;
	font-weight: 400;
}

/* =================
    Browse sections
   ================= */

.browse-sections {
	background: #f6f6f6;
	padding-bottom: 60px;
	overflow: hidden;
}

.browse-sections h2 {
	display: none;
	position: relative;
	padding: 3vw 60px 1.8vw 60px;
	font-size: 2.2vw;
	letter-spacing: -0.03em;
	font-weight: 400;
	color: #545454;
	cursor: default;
}

.browse-sections .loaded h2 {
	display: block;
}

.mobile .browse-sections h2 {
	padding: 3vw 60px 1.8vw 40px;
}

.browse-sections h2 a {
	padding-right: 40px;
}

.browse-sections h2 a:hover {
	color: #0089fd;
	opacity: 1;
}

.browse-sections h2 a::after {
	content: "";
	opacity: 0;
	position: absolute;
	margin-top: 0.60vw;
	margin-left: 0.60vw;
	width: 0.95vw;
	height: 0.95vw;
	border-top: 0.28vw solid #0089fd;
	border-right: 0.28vw solid #0089fd;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: opacity 0.2s;
}

.mobile .browse-sections h2 a::after {
	opacity: 1;
}

.browse-sections section:hover h2 a::after {
	opacity: 1;
}

.slideshow {
	opacity: 0;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
}
  
.slideshow .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.slideshow .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.slideshow .owl-stage-outer {
  position: relative;
  overflow: hidden;
  margin-right: -128px !important;
}

.mobile .slideshow .owl-stage-outer {
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}

.mobile .owl-stage {
	padding-left: 40px !important;
}

.slideshow .slide {
  position: relative;
  min-height: 1px;
  float: left;
  background: #1e1f21;
  height: 100%;
  bottom: 0;
}

.slideshow .slide a {
	height: 100%;
}

.slideshow .controls.disabled {
	display: none;
}

.slideshow .prev,
.slideshow .next {
  cursor: pointer;
  cursor: hand;
  user-select: none;
}

.slideshow.owl-loaded {
	opacity: 1;
}

.slideshow.owl-refresh .slide {
	display: none;
}
  
.slideshow.owl-drag .slide {
	user-select: none;
}
  
.slideshow.owl-grab {
	cursor: grab;
}

.slideshow .slide img {
	display: block;
	position: relative;
	width: 100%;
}

.slideshow .slide img:not(.lazy-hidden) {
	-webkit-filter: brightness(100%);
	filter: brightness(100%);
	transition: opacity 0.8s ease-out, filter 0.3s, -webkit-filter 0.3s;
}

.slideshow .slide:hover img:not(.lazy-hidden) {
	-webkit-filter: brightness(120%);
	filter: brightness(120%);
}

.slideshow .slide:hover .stream {
	background: #3e3f43;
}

.slide .stream {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #353639;
	position: relative;
	top: 0;
	height: 100%;
	transition: background 0.3s;
}

.stream .icon {
	display: table;
	text-align: center;
	flex-direction: column;
	height: 110px;
	box-sizing: border-box;
	margin-top: 10px;
	margin-bottom: 92px;
	width: 80%;
}

.stream .icon .container {
	display: table-cell;
	vertical-align:middle;
}

.stream .icon img {
	display: inline-block;
	width: auto;
	max-height: 56px;
}

.stream .icon .container::after {
	display: block;
	text-align: center;
	background: rgba(255,255,255, 0.3);
	border-radius: 4px;
	font-size: 60%;
	font-weight: 600;
	letter-spacing: 0.06em;
	color: #353639;
	width: 54px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.stream .icon.no-image .container::after {
	margin-top: 12px;
}

.stream.east .icon .container::after {
	content: "EAST";
}

.stream.west .icon .container::after {
	content: "WEST";
}

.stream .icon.no-image {
	color: white;
	font-size: 145%;
	font-weight: 600;
	line-height: 1.3em;
	padding: 0 16px;
	box-sizing: border-box;
	width: 100%;
}

.stream .button {
	display: flex;
	align-items: center;
	background: rgba(255,255,255, 0.1);
	border-radius: 30px;
	color: white;
	height: 50px;
	width: 106px;
	position: absolute;
	left: 50%;
	margin-left: -53px;
	bottom: 30px;
}

.stream .button::after {
	content: "LIVE";
	margin-top: -1px;
	margin-left: -1px;
	font-size: 108%;
	letter-spacing: 0.1em;
}

.stream .button .circle {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 26px;
	width: 26px;
	margin: 9px;
	border-radius: 100%;
	border: 4px solid #FFF;
}

.stream .button .circle::after {
	display: block;
	content: "";
	width: 0;
	height: 0;
	margin-left: 3px;
	border-style: solid;
	border-width: 7px 0 7px 12px;
	border-color: transparent transparent transparent #ffffff;
}

.slide .poster {
	position: relative;
}

.slide .backdrop {
	position: relative;
}

.slide .backdrop .placeholder {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #1e1f21;
}

.placeholder {
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 10;
	transition: 0.3s;
}

.poster .placeholder {
	background-size: 50%;
}

.backdrop .placeholder {
	background-size: 32%;
}

.movie .placeholder {
	background-image: url(//cfm.yidio.com/redesign/img/ico-movie-black-90-1x.png);
}

.show .placeholder,
.episode .placeholder {
	background-image: url(//cfm.yidio.com/redesign/img/ico-show-black-90-1x.png);
}

.slideshow .slide .content {
	padding: 14px 16px 16px 16px;
	background: white;
	color: rgba(0,0,0, 0.8);
}

.slideshow .slide .content h3 {
	font-size: 90%;
	font-weight: 600;
	padding-bottom: 6px;
	transition: 0.2s;
	line-height: 1.4em;
}

.poster-slideshow .slide .content {
	min-height: 38px;
}

.poster-slideshow .slide .content h3 {
	font-weight: 600;
	max-height: 38px;
	overflow: hidden;
	margin-bottom: -6px;
}

.backdrop-slideshow .slide .content h3 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.stream-slideshow .slide .content h3 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.slideshow .slide .content h3 span {
	font-weight: 400;
}

.slideshow .slide .content p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 85%;
	color: rgba(0,0,0, 0.6);
	transition: 0.2s;
	padding-bottom: 6px;
	margin-bottom: -6px;
}

.slideshow .slide:hover .content h3 {
	color: #0089fd;
}

.slideshow .slide:hover .content p {
	opacity: 1;
}

.slideshow .slide .hide {
	visibility: hidden;
	opacity: 0;
	transition: 0.2s;
	top: 0;
	right: 0;
	text-align: center;
	line-height: 40px;
	color: #f6f6f6;
	font-weight: 400;
	font-size: 250%;
	position: absolute;
	width: 40px;
	height: 40px;
	background: rgba(39,39,41, 0.6);
	z-index: 20;
}

.mobile .slideshow .slide .hide {
	width: 60px;
	height: 60px;
	font-size: 320%;
	line-height: 60px;
	visibility: visible;
	opacity: 1;
}

.slideshow .slide .hide::after {
	content: '\00d7';
}

.slideshow .slide:hover .hide {
	visibility: visible;
	opacity: 1;
}

.slideshow .slide .hide:hover {
	background: rgba(255,31,31, 0.8);
}

.slideshow .controls div {
	visibility: hidden;
	position: absolute;
	background: #0082f1;
	opacity: 0;
	height: 100%;
	top: 0;
	width: 51px;
	z-index: 10;
	cursor: pointer;
	transition: 0.2s;
}

.slideshow .controls .disabled {
	cursor: auto;
}

.slideshow .controls div.disabled::after {
	visibility: hidden;
}

section:hover .controls div:not(.disabled) {
	visibility: visible;
	opacity: 0.95;
}

.mobile section:hover .controls div {
	visibility: hidden;
}

.slideshow .prev {
	left: 0;
}

.slideshow .next {
	right: 0;
}

.slideshow .controls div::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 16px;
	height: 16px;
	opacity: 1;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: 0.2s;
}

.slideshow .controls div:hover {
	opacity: 1 !important;
}

.slideshow .prev::after {
	margin-left: -7px;
	margin-top: -10px;
	border-left: 5px solid rgba(0,0,0, 0.4);
	border-top: 5px solid rgba(0,0,0, 0.4);
}

.slideshow .next::after {
	margin-left: -15px;
	margin-top: -10px;
	border-right: 5px solid rgba(0,0,0, 0.4);
	border-bottom: 5px solid rgba(0,0,0, 0.4);
}

.slideshow .controls div:hover::after {
	border-color: #f6f6f6;
}

.slideshow .activity-indicator {
	position: absolute;
	top: 0;
	right: -60px;
	width: 60px;
	height: 100%;
	opacity: 0.2;
}

/* ========
    Footer
   ======== */

footer {
	background: #1e1f21;
	color: white;
	cursor: default;
}

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;
}

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(//cfm.yidio.com/redesign/img/ico-facebook-36-1x.png);
}

footer .links .social a.twitter {
	background-image: url(//cfm.yidio.com/redesign/img/ico-twitter-36-1x.png);
}

footer .links .social a.gplus {
	background-image: url(//cfm.yidio.com/redesign/img/ico-gplus-36-1x.png);
}

/* =========
    Tooltip
   ========= */

.qtip {
	position: absolute;
	left: -10000px;
	top: -10000px;
	display: none;
	max-width: 280px;
	min-width: 50px;
	border: 1px solid rgba(0,0,0, 0.2);
	background-color: white;
	color: #1e1f21;
	font-size: 80%;
	box-shadow: 2px 2px 6px rgba(0,0,0, 0.15);
}

.qtip-content {
	padding: 8px 12px 10px 12px;
}

.qtip .qtip-tip {
	display: none !important;
}

/* =========================
    Media Query - Max width
   ========================= */

@media only screen and (min-width: 1920px) {
	body {
		background: #e9e9e9;	
	}
	
	.main-wrapper {
		position: relative;
		width: 1920px;
		margin: 0 auto;
		overflow: hidden;
		box-shadow: 0 0 30px 0 rgba(0,0,0, 0.02);
	}
	
	header {
		width: 1920px;
	}
	
	.hero {
		height: 710px;
	}
	
	.hero .button {
		height: 70px;
		line-height: 70px;
		border-width: 4px;
		font-size: 156%;
	}
	
	.hero.homepage .content {
		margin-top: 16px;
	}
	
	.hero.homepage .tagline .button {
		padding: 0 36px;
		margin-top: 64px;
		margin-right: 38px;
	}
	
	.hero.homepage .tagline h1 .first-line {
		font-size: 480%;
	}
	
	.hero.homepage .tagline h1 .second-line {
		font-size: 440%;
	}
	
	.hero.homepage .tagline h2  {
		font-size: 180%;
		width: 1100px;
		margin-top: 36px;
		margin-bottom: 30px;
		line-height: 1.3em;
	}
	
	.hero .how-it-works .icon {
		width: 212px;
		height: 212px;
		margin-top: 20px;
		margin-bottom: 50px;
	}
	
	.hero .how-it-works h2 {
		font-size: 192%;
		margin-bottom: 20px;
	}
	
	.hero .how-it-works p {
		font-size: 156%;
		line-height: 32px;
	}
	
	.hero .how-it-works .button {
		width: 70px;
		margin-top: 66px;
	}
	
	.hero .how-it-works .button::after {
		width: 70px;
		font-size: 60px;
		line-height: 70px;
	}
	
	.browse-sections h2 {
		padding: 45px 60px 28px 60px;
		font-size: 220%;
	}
	
	.browse-sections h2 a::after {
		margin-top: 11px;
		margin-left: 10px;
		width: 14px;
		height: 14px;
		border-top: 4px solid #0089fd;
		border-right: 4px solid #0089fd;
	}
}

/* ==========
    Overlays
	 ========== */

.main-wrapper > * {
	transition: opacity 0.3s;
}

.overlay {
	display: none;
}

/* ==========================
    Media Query - 1152 Width
   ========================== */

@media only screen and (max-width: 1152px) {
	
	/* Smaller nav START */
	
	header {
		height: 62px;
	}
	
	header .gradient {
		height: 62px;
	}

	header nav a {
		height: 62px;
		line-height: 62px;
	}
	
	header nav .logo img {
		padding-top: 12px;
	}
	
	header nav .search {
		height: 62px;
		padding: 9px 0;
	}
	
	header nav .search input {
		top: 9px;
	}
	
	header nav .search .icon {
		top: 19px;
	}
	
	header nav li.has-subnav > a::after {
		top: 25px;
	}
	
	header nav li.has-subnav:hover > a::after {
		opacity: 0;
		top: 28px;
	}
	
	header nav li.has-subnav:hover::after {
		top: 55px;
		opacity: 1;
	}
	
	main {
		padding-top: 62px;
	}
	
	/* Smaller nav END */
	
	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;
	}
	
	.hero .tagline .button {
		height: 42px;
		padding: 0 18px;
		border-width: 2px;
		font-size: 100%;
		margin-right: 24px;
		line-height: 42px;
	}
	
	header nav .search {
		width: 310px;
	}
	
	.hero .how-it-works .content .statement {
		padding: 0 20px;
	}
	
	footer .links .first-line, footer .links .second-line {
		font-size: 70%;
	}
}