/*
Theme Name: Delicieux
Theme URI: -
Description: Delicieux Wordpress Theme
Version: 1.07
Author: Goodlayers
Author URI: http://goodlayers.com
License:
License URI:
*/

/* #Style Reset
================================================== */
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; }
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
a{ text-decoration: none; }
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; }

/* #Basic Styles
================================================== */
body {
	line-height: 170%; line-height:1.70; 
	-webkit-text-size-adjust: 100%;
	font-family: HelveticaNeue, "Helvetica Neue", Arial, Helvetica, sans-serif; }
h1, h2, h3, h4, h5, h6 {
	font-weight: normal; line-height: 1; margin-bottom: 15px;
	font-family: HelveticaNeue, "Helvetica Neue", Arial, Helvetica, sans-serif; }	
/*--- web safe font ---* 
	HelveticaNeue, "Helvetica Neue", Arial, Helvetica, sans-serif
	Georgia, "Times New Roman", Times, serif
 *--- web safe font ---*/
 
p{ margin-bottom: 20px; }
p:last-child{ margin-bottom: 0px;}

table { border-width: 1px; border-style: solid; width: 100%; }
tr th{ border-bottom-width: 1px; border-bottom-style: solid; text-align: left; }
tr th, tr td{ padding: 9px 20px; border-right: 1px solid; }
tr th:last-child, tr td:last-child{ border-right: 0px; }
table th{ font-weight: bold; }
	
em { font-style: italic; }
strong { font-weight: bold; }
small { font-size: 80%; }	
sup { height: 0; line-height: 1; position: relative; top: -0.6em; 
	vertical-align: baseline !important; vertical-align: bottom; font-size: 10px;}
sub { height: 0; line-height: 1; position: relative; top: +0.2em; 
	vertical-align: baseline !important; vertical-align: bottom; font-size: 10px;}

ul,ol{ margin-left: 30px; }
ul{ list-style: disc; }	
ol{ list-style: decimal; }
	
blockquote{ margin: 10px 10px 10px 20px; padding: 15px 20px 15px 25px; border-left-width: 3px; border-left-style: solid;
	font-style: oblique; font-size: 17px; font-family: Georgia,"Times New Roman",Times,serif; }

form, fieldset{ margin-bottom: 20px; }	

button, input[type="submit"], input[type="reset"], input[type="button"] { 
	margin: 0px; padding: 7px 13px; display: inline-block; font-size: 12px; 
	cursor: pointer; border-width: 0px; border-style: solid; 
	font-family: "HelveticaNeue", "Helvetica Neue", Arial, sans-serif; }
	
/*	
button, input[type="submit"], input[type="reset"], input[type="button"] { 
	margin: 0px; padding: 6px 12px; display: inline-block; 
	background: url('/wp-content/themes/delicieux-v1-07/images/button-gradient.png') repeat-x; font-weight: bold; cursor: pointer; 
	border-width: 1px; border-style: solid;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	background-image: url('/wp-content/themes/delicieux-v1-07/images/button-gradient-hover.png'); }
*/
	
input[type="text"], input[type="password"], input[type="email"],
textarea, select {  padding: 4px 4px; margin: 0; outline: none; max-width: 100%; margin-bottom: 10px; border-width: 1px; border-style: solid;
	-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; }
input[type="checkbox"], input[type="radio"] { display: inline; margin-bottom: 10px; }	
select { padding: 0; }	

/* #Wordpress Style
================================================== */
.alignleft, img.alignleft { float:left; margin: 5px 20px 20px 0px; }
.alignright, img.alignright { float:right; margin: 5px 0px 20px 20px; }
.aligncenter, img.aligncenter { display:block; margin: 5px auto; }
.alignnone, img.alignnone { margin: 5px 20px 20px 0; }
.wp-caption { text-align: center; padding: 8px 3px 5px;
	border-width: 1px; border-style: solid; background: #ffffff;  }
.wp-caption img { border: 0 none; padding: 0; margin: 0; max-width: 98.5%; width: auto; }
.wp-caption p.wp-caption-text { line-height: 1.5; font-size: 10px; margin: 0; }
.wp-smiley { margin: 0 !important; max-height: 1em; }

.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}

.sticky{}
.bypostauthor{}

/* #Custom Style
================================================== */
.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.clear.height{ height: 1px; }

.pt15{ margin-top: 15px; }
.mb0{ margin-bottom: 0px !important; }
.mb10{ margin-bottom: 10px !important; }
.mb20{ margin-bottom: 20px !important; }
.mb40{ margin-bottom: 40px !important; }

/*--- color animation ---*/
a{
	transition: color 300ms, background-color 300ms, border-color 300ms;
	-moz-transition: color 300ms, background-color 300ms, border-color 300ms;    /* FF3.7+ */
	-o-transition: color 300ms, background-color 300ms, border-color 300ms;      /* Opera 10.5 */
	-webkit-transition: color 300ms, background-color 300ms, border-color 300ms; /* Saf3.2+, Chrome */ }

/* #Theme Style
================================================== */

/*--- custom full background ---*/
div.gdl-custom-full-background{ position: fixed; top: -50%; left: -50%; width: 200%; height: 200%; z-index: -1; }
div.gdl-custom-full-background img{ 
	position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto;
	min-width: 50%; min-height: 50%; z-index: -1; }
	
/*--- button ---*/
a.gdl-button{ display: inline-block; cursor: pointer; 
	padding: 2px 16px; height: 28px; line-height: 28px; margin-bottom: 20px; margin-right: 10px;
	font-family: "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;     font-weight: bold;}
a.gdl-button.small{ padding: 1px 12px; height: 26px; line-height: 26px; font-size: 11px;     font-weight: bold;}
a.gdl-button.large{ padding: 3px 22px; height: 33px; line-height: 33px; font-size: 14px;     font-weight: bold;}

/*
a.gdl-button{ display: inline-block; font-weight: bold; cursor: pointer; 
	padding: 1px 15px; height: 28px; line-height: 28px;
	border-width: 1px; border-style: solid;  
	background: url('/wp-content/themes/delicieux-v1-07/images/button-gradient.png') repeat-x; 
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
a.gdl-button:hover{ background-image: url('/wp-content/themes/delicieux-v1-07/images/button-gradient-hover.png'); }
*/

/*--- preloader ---*/
.preloader { display: block; background:url(/wp-content/themes/delicieux-v1-07/images/loading.gif) center center no-repeat; }

/*--- logo ---*/
div.logo-area-wrapper{ position: relative; }
div.logo-wrapper{ position: relative; z-index: 100; text-align: center; } 
div.logo-wrapper .logo-inner{ position: relative; display: inline-block; }
div.logo-wrapper h1{ margin: 0px; } 
div.logo-wrapper .logo-inner{ max-width: 100%; }

div.logo-right-text{ position: absolute; right: 10px; }

/*--- feedback ---*/
div.feedback-wrapper{ font-family: HelveticaNeue, "Helvetica Neue", Arial, Helvetica, sans-serif; }
div.feedback-wrapper a{ margin-top: -50px; top: 50%; left: -32px; position: fixed; display: block;
	font-size: 16px; font-weight: bold; padding: 5px 12px; overflow: hidden; z-index: 9999;
	
	-webkit-transform: rotateZ(-90deg); -moz-transform: rotate(-90deg); 
	-ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); }

/*--- top navigation ---*/
div.top-navigation-wrapper{ position: relative; z-index: 99; }
div.top-navigation-wrapper-gimmick{ height: 2px; }
div.top-navigation.container{ text-align: center; font-size: 13px; padding-top: 7px; padding-bottom: 7px; line-height: 100%;  }
div.top-navigation-left{ float: left; line-height: 25px; margin-left: 10px; margin-top: 2px; }
div.top-navigation-right{ float: right; margin-right: 10px; }

/*--- social icon ---*/
div.social-wrapper { float: right; }
div.social-icon { float: left; margin-right: 10px; cursor: pointer; }
div.social-icon:last-child { margin-right: 0px; }

/*--- navigation ---*/
div.gdl-navigation-wrapper{ position: relative; z-index: 101; min-height: 53px; }
div.gdl-navigation-wrapper.no-background{ background: none; }
div.navigation-container{ padding: 0px 10px; }
div.navigation-wrapper{ position: absolute; top: 0px; left: 0px; right: 0px; z-index: 101;
	border-top-width: 1px; border-bottom-width: 1px; border-style: solid; 
	font-family: HelveticaNeue, "Helvetica Neue", Arial, Helvetica, sans-serif; }
div.navigation-wrapper.with-title{ position: relative; }
div.navigation-wrapper-background{ position: absolute; left: 0px; right: 0px; top: 0px; bottom: 0px; }

div.responsive-menu-wrapper{ margin: 0px 10px; }
div.responsive-menu-wrapper select{ width: 100%; height: 25px; }

div.gdl-top-slider .gdl-slider { border-bottom-width: 1px; border-bottom-style: solid; 
	border-top-width: 1px; border-top-style: solid; }
ul.sf-menu li li { font-family: Georgia, "Times New Roman", Times, serif; }	

/*--- top search ---*/
div.gdl-search-button{ width: 17px; height: 16px; position: absolute; top: 15px; cursor: pointer; }
div.search-wrapper{ position: absolute; z-index: 100; display: none; margin-left: 10px; margin-right: 10px; }
div.search-wrapper .gdl-search-form{ padding: 7px; }
div.search-wrapper .gdl-search-form form{ margin-bottom: 0px; }
div.search-wrapper .search-text{ float: left; }
div.search-wrapper input[type="text"]{ margin: 0px 5px 0px 0px; border: 0px; padding: 6px 5px; 
	height: 14px; line-height: 14px; font-size: 11px; width: 170px; display: block; 
	-webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;  }
div.search-wrapper input[type="text"]:focus { 
	border: 0px; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
div.search-wrapper input[type="submit"]{ margin: 0px; border: 0px; padding: 0px 8px; height: 26px; line-height: 26px; 
	float: left; display: block; font-size: 12px; font-weight: bold; 
	-webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;  }

/*--- page title ---*/
div.page-header-tile{ background: url('/wp-content/themes/delicieux-v1-07/images/header-overlay-bg.png'); } 
div.page-header-outer-wrapper{ border-bottom-width: 4px; border-bottom-style: solid; }
div.page-header-wrapper{ text-align: center; width: 660px; max-width: 100%; margin: 0px auto; 
	background: url('/wp-content/themes/delicieux-v1-07/images/header-title-background.png'); padding: 30px 0px 24px; }
h1.page-header-title{ margin-bottom: 0px; }
div.page-header-caption{ margin-top: 8px; }

h3.gdl-header-title{ padding-bottom: 3px; margin-bottom: 40px; display: inline-block; 
	border-bottom-width: 1px; border-bottom-style: solid; }

/*--- page content ---*/
div.gdl-content-wrapper{ background-image: url('/wp-content/themes/delicieux-v1-07/images/border/content-bottom-border.png');
	background-position: 0px bottom; background-repeat: repeat-x; }
div.gdl-content-outer-wrapper{ background: url('/wp-content/themes/delicieux-v1-07/images/border/content-top-border.png') 0px 0px repeat-x; }
div.gdl-content-outer-wrapper.no-background{ background: none; }
div.content-wrapper.container{ padding-top: 55px; }

/*--- sidebar ---*/
div.gdl-page-item.columns{ float: right; }
div.gdl-left-sidebar.columns{ float: left; }

div.custom-sidebar{ margin-bottom: 45px; position: relative; }
h3.custom-sidebar-title{ padding: 14px 15px 12px; margin-bottom: 8px; position: relative; 
	border-left-width: 4px; border-left-style: solid;  }

/*--- twitter bar ---*/	
div.twitter-bar-inner-wrapper{ padding-top: 40px; padding-bottom: 40px;
	background: url('/wp-content/themes/delicieux-v1-07/images/border/twitter-bottom-border.png') 0px bottom repeat-x; }
div.twitter-container{ position: relative; }

div.gdl-twitter-wrapper{ margin: 0px 10px; position: relative; padding-left: 50px; padding-right: 60px;  }
ul#gdl-twitter{ margin: 0px; list-style: none; }	
ul#gdl-twitter li{ display: none; }	
ul#gdl-twitter li:first-child{ display: block; }	

div.gdl-twitter-navigation{ position: absolute; z-index: 100; top: 50%; margin-top: -12px; right: 10px; }
div.gdl-twitter-navigation .prev,
div.gdl-twitter-navigation .next{ cursor: pointer; width: 24px; height: 24px; float: left; 
	opacity: 0.5; filter: alpha(opacity=50); }	
div.gdl-twitter-navigation .next{ margin-left: 5px; background-position: -24px 0px; }

	
/*--- footer ---*/
div.footer-inner-wrapper{ overflow: hidden; background: url('/wp-content/themes/delicieux-v1-07/images/border/footer-top-border.png') 0px 0px repeat-x; }
div.footer-wrapper h3.custom-sidebar-title{ padding: 0px 0px 10px; border-left: 0px; font-weight: bold; 
	background: none; }
	
div.footer-wrapper .gdl-button, div.footer-wrapper button, 
div.footer-wrapper input[type="submit"], 
div.footer-wrapper input[type="reset"], 
div.footer-wrapper input[type="button"] {
 -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }

/*--- copyright ---*/
div.copyright-outer-wrapper{ background: url('/wp-content/themes/delicieux-v1-07/images/border/footer-top-border.png') 0px 0px repeat-x; 
	border-top-width: 1px; border-top-style: solid; }
div.copyright-wrapper{ padding: 15px 0px; font-size: 11px; 
	border-top-width: 1px; border-top-style: solid; }
div.copyright-left{ float: left; line-height: 1.9; margin-left: 10px; }
div.copyright-right{ float: right; line-height: 1.9; margin-right: 10px; }


/*-- about author (blog) ---*/
div.about-author-wrapper{ margin-top: 30px; margin-bottom: 30px; padding: 18px; }
div.about-author-avartar{ float: left; margin-right: 20px; }
div.about-author-info{ overflow: hidden; }
h5.about-author-title{ font-size: 18px; margin-top: 6px; margin-bottom: 12px; }

/*--- single portfolio ---*/
div.gdl-single-portfolio{ margin-bottom: 25px; }
div.single-portfolio .port-media-wrapper{ max-width: 68%; width: 68%; float: left; margin-right: 20px; overflow: hidden; }
div.single-portfolio .port-media-wrapper.gdl-slider .flex-control-nav{ display: none; }
div.single-portfolio .port-info-wrapper{ padding-bottom: 25px; margin-bottom: 25px;
	border-bottom-width: 1px; border-bottom-style: solid; }
div.single-portfolio .port-info{ margin-bottom: 6px; }
div.single-portfolio .port-info .head{ font-weight: bold; }
div.single-portfolio .port-nav .port-prev-nav,
div.single-portfolio .port-nav .port-next-nav{ margin-bottom: 25px; float: left; }
div.single-portfolio .port-nav a{ width: 35px; height: 35px; display: block; text-indent: -9999px; margin-right: 5px; }
div.single-portfolio .port-nav .port-next-nav a{ background-position: -35px 0px;}
div.single-portfolio .port-content-wrapper{ overflow: hidden; }

div.single-portfolio .gdl-related-portfolio{ padding-top: 30px; }
div.row div.gdl-related-portfolio div.gdl-header-wrapper{ margin-bottom: 30px; }

div.single-portfolio.single-sidebar .port-media-wrapper,
div.single-portfolio.both-sidebar .port-media-wrapper{ max-width: 100%; margin-right: 0px; float: none; margin-bottom: 20px; }
div.single-portfolio.single-sidebar .port-content-wrapper,
div.single-portfolio.both-sidebar .port-content-wrapper{ overflow: visible; }
div.single-portfolio.single-sidebar .port-nav .port-prev-nav, 
div.single-portfolio.single-sidebar .port-nav .port-next-nav, 
div.single-portfolio.both-sidebar .port-nav .port-prev-nav,
div.single-portfolio.both-sidebar .port-nav .port-next-nav { margin-bottom: 15px; }

/*--- Leave Reply ---*/
h3.social-share-title{ font-size: 18px; }
div.social-shares ul{ list-style: none; margin-left: 0px; }
div.social-shares ul li{ float: left; margin-right: 8px; margin-bottom: 8px; }
div.social-shares ul li img{ display: block; }

/*--- Comments ---*/
div.comment-wrapper{  margin-top: 40px; }
div.comment-wrapper .comment-title{  font-size: 18px; }
div.comment-wrapper .comment-form-comment{  margin-right: 40px; }
div.comment-wrapper #reply-title{ font-size: 18px; margin-bottom: 15px; }

div.comment-wrapper input[type="text"], input[type="password"] {
	width: 320px; height: 20px; max-width: 70%; line-height: 20px; padding: 5px; margin: 5px 5px 25px; float: left; }
div.comment-wrapper textarea{
	height: 165px; width: 590px; max-width: 100%; line-height: 20px; padding: 5px; margin: 5px 5px 25px; }

div.comment-wrapper input { float: left; }
div.comment-wrapper label { float: left; line-height: 32px; margin: 5px 0px 0px 10px; }
div.comment-wrapper span { line-height: 24px; margin-right: 2px; }

div.comment-wrapper .comment-form-captcha img { float: left; margin-right: 20px; margin-top: 1px; }
div.comment-wrapper .comment-form-captcha input { float: left; width: 205px; max-width: 40%; }

ol.comment-list{ margin: 0px; list-style: none; }
ol.comment-list .comment-body{ border-bottom-width: 1px; border-bottom-style: solid; margin-top: 22px; padding-bottom: 22px; }
ol.comment-list ul{ margin: 0px 0px 0px 30px; list-style: none; }
div.comment-avartar{ float: left; }
div.comment-context{ margin-left: 80px; }
span.comment-author{  margin-right: 5px; font-size: 16px; }
span.comment-date{  margin-right: 5px; font-style: italic; font-family: 'Droid Serif'; font-size: 11px;}
span.comment-time{ margin-right: 5px; font-style: italic; }
div.comment-content{ margin-top: 7px; }

div.comment-wrapper #respond{ margin-top: 30px; }

/*--- footer ---*/
div.footer-wrapper{ overflow: hidden; }
div.footer-wrapper .custom-sidebar{ margin-bottom: 30px; }
div.footer-container{ margin-top: 50px; }

/*--- Site map ---*/
.page-wrapper.sitemap-page .custom-sidebar-title{ border: 0; padding-bottom: 0; }

/* #Page Item
================================================== */

/*--- accordion ---*/
ul.gdl-accordion{ list-style: none; margin-left: 0px; }
ul.gdl-accordion li{ position: relative; margin-bottom: 15px; overflow: hidden; } 
ul.gdl-accordion li:last-child{ margin-bottom: 0px; } 
ul.gdl-accordion li .accordion-title{ margin: 0px; padding: 12px 20px 12px 40px;
	cursor: pointer; background-position: 16px center; background-repeat: no-repeat; }
ul.gdl-accordion li .accordion-content{ margin: 0px 20px 20px 40px; }
ul.gdl-accordion li.active .accordion-title{ font-weight: bold; }

/*--- blog ---*/
div.blog-item-holder .gdl-blog-medium{ margin-bottom: 55px; } 
div.blog-item-holder .gdl-blog-medium:last-child{ margin-bottom: 0px; }
div.gdl-blog-medium .blog-media-wrapper{ padding: 6px;
	margin-bottom: 20px; margin-right: 20px; float: left; width: 32%; }
div.gdl-blog-medium .blog-media-wrapper img{ display: block; }
div.gdl-blog-medium .blog-media-wrapper .flexslider{ overflow: hidden; }
div.gdl-blog-medium .blog-media-wrapper.gdl-slider .flex-control-nav{ display: none; }
div.gdl-blog-medium .blog-context-wrapper{ overflow: hidden; }
div.gdl-blog-medium .blog-title{ font-size: 19px; font-weight: bold; margin-bottom: 11px; margin-top: 3px; }
div.gdl-blog-medium .blog-content{ padding-bottom: 25px; }
div.gdl-blog-medium .blog-continue-reading{ margin-top: 18px; margin-bottom: 0px; }
div.gdl-blog-medium .blog-info-wrapper{ font-size: 12px; font-style: italic; margin-bottom: 15px; }
div.gdl-blog-medium .blog-date-wrapper,
div.gdl-blog-medium .blog-tag,
div.gdl-blog-medium .blog-author,
div.gdl-blog-medium .blog-comment{ float: left; margin-right: 20px; padding-left: 22px; line-height: 20px; } 
	
div.blog-item-holder .gdl-blog-full{ margin-bottom: 60px; } 
div.blog-item-holder .gdl-blog-full:last-child{ margin-bottom: 0px; } 
div.gdl-blog-full .blog-continue-reading{ margin-top: 18px; margin-bottom: 0px; }
div.gdl-blog-full .blog-media-wrapper{ padding: 6px; margin-bottom: 20px; }
div.gdl-blog-full .blog-media-wrapper img{ display: block; }
div.gdl-blog-full .blog-media-wrapper .flexslider{ overflow: hidden; }
div.gdl-blog-full .blog-media-wrapper.gdl-slider .flex-control-nav{ display: none; }
div.gdl-blog-full .blog-title{ font-size: 24px; margin-bottom: 7px; font-weight: bold; }
div.gdl-blog-full .blog-info-wrapper{ font-size: 12px; font-style: italic; margin-bottom: 20px; }
div.gdl-blog-full .blog-date-wrapper,
div.gdl-blog-full .blog-tag,
div.gdl-blog-full .blog-author,
div.gdl-blog-full .blog-comment{ float: left; margin-right: 20px; padding-left: 22px; line-height: 20px; } 

/*--- gdl rating ---*/
div.gdl-rating{ margin-bottom: 15px; }
div.gdl-rating .star{ display: inline-block; width: 15px; height: 15px; margin-right: 5px; background: url('/wp-content/themes/delicieux-v1-07/images/star.png'); }
div.gdl-rating .star.half{ background: url('/wp-content/themes/delicieux-v1-07/images/star-half.png'); }
div.gdl-rating .star.none{ background: url('/wp-content/themes/delicieux-v1-07/images/star-none.png'); }

/*--- blog/port pagination ---*/
div.gdl-pagination{ float: right; margin-top: 30px; }
div.gdl-pagination a,
div.gdl-pagination span{ display: block; padding: 5px 9px; margin-left: 5px; float: left; font-size: 12px; } 

div.portfolio-pagination .gdl-pagination{ margin-top: 0px; }

/*--- column service ---*/
div.column-service-wrapper.style-1{ text-align: center; margin-bottom: 20px; } 
div.column-service-wrapper.style-1 .column-service-image{ margin-bottom: 15px; }
div.column-service-wrapper.style-1 h2.column-service-title{ font-size: 25px; font-weight: bold; margin-bottom: 5px; }
div.column-service-wrapper.style-1 div.column-service-caption{ font-size: 14px; font-weight: bold; margin-bottom: 5px; } 
div.column-service-wrapper.style-1 div.column-service-content{ padding-top: 10px; } 

div.column-service-wrapper.style-2{ text-align: left; } 
div.column-service-wrapper.style-2 .column-service-image{ margin-bottom: 6px; margin-right: 15px; float: left; }
div.column-service-wrapper.style-2 div.column-service-title-wrapper{ overflow: hidden; padding-top: 12px; }
div.column-service-wrapper.style-2 h2.column-service-title{ font-size: 20px; font-weight: bold; margin-bottom: 5px; }
div.column-service-wrapper.style-2 div.column-service-caption{ font-size: 15px; font-weight: bold; margin-bottom: 5px; } 

/*--- contact form ---*/
div.contact-form-wrapper{ padding-top: 20px; }
div.footer-wrapper div.contact-form-wrapper{ padding-top: 0px; }
div.contact-form-wrapper ol{ margin: 0px; list-style: none; }
div.contact-form-wrapper ol li{ margin-bottom: 20px; }
div.contact-form-wrapper ol li.form-textarea,
div.contact-form-wrapper ol li.form-input{ margin-right: 22px;  }
div.contact-form-wrapper ol li.sending-result{ max-width: 622px; display: none; }
div.contact-form-wrapper ol li.sending-result .message-box-wrapper{ padding: 10px 15px 10px 15px; }
div.contact-form-wrapper ol li div.error{ display: none; }

div.contact-form-wrapper  input[type="text"], input[type="password"] {
	width: 320px; height: 20px; line-height: 20px; padding: 5px; margin: 10px 5px 5px;
	line-height: 20px; max-width: 100%; display: block; }
div.contact-form-wrapper textarea{
	height: 165px; width: 600px; margin: 10px 5px 5px; padding: 5px; max-width: 100%;
	line-height: 20px; display: block; }
	
div.contact-form-wrapper .contact-submit{ float: left; padding: 9px 17px; font-weight: bold; }
div.contact-form-wrapper .contact-loading{
	width: 16px; height: 16px; float: left; margin: 7px 0px 0px 15px; display:none;
	background: url('/wp-content/themes/delicieux-v1-07/images/loading.gif'); }


/*--- divider ---*/
div.gdl-divider{ border-bottom-width: 1px; border-style: solid; text-align: right; font-size: 11px;}
div.gdl-divider .scroll-top{ cursor: pointer; }

/*--- gallery ---*/
div.gdl-gallery-image img{ display: block; }

/*--- Message Box ---*/
div.message-box-wrapper{ border:1px solid; padding: 20px; margin-bottom: 20px; }
div.message-box-title{ font-weight: bold; font-size: 14px; margin-top: 2px; }
div.message-box-content{ margin-top: 12px; }

div.message-box-wrapper.red{ background-color: #ffdcdd; border-color: #e9b9bb; color: #713a3c;}
div.message-box-wrapper.red .message-box-title{ color: #8d4345;}
div.message-box-wrapper.yellow{ background-color: #ffffe0; border-color: #e1db8b; color: #4d4d39;}
div.message-box-wrapper.yellow .message-box-title{ color: #737357;}
div.message-box-wrapper.blue{ background-color: #c2e1ee; border-color: #8ec3d9; color: #3d5058;}
div.message-box-wrapper.blue .message-box-title{ color: #475d66;}
div.message-box-wrapper.green{ background-color: #e1ffd9; border-color: #badeb1; color: #435b3d;}
div.message-box-wrapper.green .message-box-title{ color: #526d4b;}

/*--- personnal ---*/
div.personnal-item .personnal-position{ text-align: center; font-size: 16px; 
	margin-bottom: 10px; padding: 8px 10px; }
div.personnal-item .personnal-thumbnail{ margin: 0px 10px 15px; }
div.personnal-item .personnal-thumbnail img{ display: block; }
div.personnal-item .personnal-title{ margin: 0px 15px 15px; padding-top: 9px; font-size: 17px; line-height: 1; }
div.personnal-item .personnal-content{ margin: 0px 15px; padding-bottom: 15px; }

/*--- gallery item ---*/
div.gdl-gallery-image{ padding: 6px; position: relative; }

/*--- portfolio item ---*/
div.portfolio-item .portfolio-media-wrapper{ padding: 6px; position: relative; }
div.portfolio-item .portfolio-media-wrapper img{ display: block; }
div.portfolio-item .portfolio-media-wrapper .flexslider{ overflow: hidden; }
div.portfolio-item .portfolio-media-wrapper.gdl-slider .flex-control-nav{ display: none; }
div.portfolio-item .portfolio-context{ margin-top: 28px; text-align: center; }
div.portfolio-item .portfolio-title{ font-size: 16px; font-weight: bold; margin-bottom: 12px;  }
div.portfolio-item .portfolio-title a{ display: inline-block; padding-bottom: 4px; border-bottom-width: 1px; border-bottom-style: solid; }

div.food-carousel-nav-space{ height: 40px; }
div.portfolio-carousel-wrapper{ overflow: hidden; text-align: center; }
div.portfolio-carousel-wrapper .portfolio-item{ float: left; margin-bottom: 20px !important; }
div.portfolio-carousel-wrapper .port-nav{ width: 35px; height: 35px; cursor: pointer; display: inline-block; margin: 0px 3px; }
div.portfolio-carousel-wrapper .port-nav.right{ background-position: -35px 0px; }

ul.portfolio-item-filter{ list-style: none; margin: 0px 0px 20px 0px; overflow: hidden; }
ul.portfolio-item-filter li{ float: left; margin-right: 5px; }

span.portfolio-thumbnail-image-hover{
	opacity: 0; filter: alpha(opacity=0); position: absolute; display: block;
	top: 0px; right: 0px; bottom: 0px; left: 0px; border-width: 6px; border-style: solid;
	background: url('/wp-content/themes/delicieux-v1-07/images/portfolio-overlay.png'); }
span.portfolio-thumbnail-image-hover span{ 
	top: 50%; left: 50%; margin-left: -24px; margin-top: -24px; width: 48px; height: 48px; 
	position: absolute; display: block; }
span.portfolio-thumbnail-image-hover span.hover-link{ background: url('/wp-content/themes/delicieux-v1-07/images/image-overlay-link.png') no-repeat; }
span.portfolio-thumbnail-image-hover span.hover-video{ background: url('/wp-content/themes/delicieux-v1-07/images/image-overlay-video.png') no-repeat; }
span.portfolio-thumbnail-image-hover span.hover-zoom{ background: url('/wp-content/themes/delicieux-v1-07/images/image-overlay.png') no-repeat; }

/*--- food ---*/
div.food-item-wrapper{ overflow: hidden; }
div.food-item .food-media-wrapper{ padding: 6px; position: relative; }
div.food-item .food-media-wrapper img{ display: block; }
div.food-item .food-context{ margin-top: 28px; }
div.food-item .food-title{ font-size: 16px; font-weight: bold; margin-bottom: 7px;  }
div.food-item .blog-continue-reading{ margin-top: 18px; margin-bottom: 0px; }
div.food-item .gdl-rating{ margin-bottom: 10px; }
div.food-item .food-price{ display: block; padding: 8px 13px; font-size: 15px; 
	position: absolute; right: 16px; top: 6px; }

div.food-carousel-wrapper .food-nav-wrapper{ position: absolute; top: 5px; right: 20px; }
div.food-carousel-wrapper .food-nav{ cursor: pointer; width: 10px; height: 14px; float: left; }
div.food-carousel-wrapper .food-nav.left{ background-position: 0px 0px; margin-right: 11px; }
div.food-carousel-wrapper .food-nav.right{ background-position: -10px 0px; }

/*--- single food ---*/
div.gdl-food-full .food-title-wrapper{ position: relative; }
div.gdl-food-full .food-title{ font-size: 24px; font-weight: bold; margin-bottom: 7px; }
div.gdl-food-full .food-price{ font-size: 18px; font-weight: bold; font-style: italic; padding: 4px 2px; margin: 0px;
	position: absolute; right: 0px; top: 0px; border-bottom-width: 4px; border-bottom-style: double; }
div.gdl-food-full .food-media-wrapper{ padding: 6px; margin-bottom: 30px; }
div.gdl-food-full .food-media-wrapper img{ display: block; }

/*--- price item ---*/
div.price-item{ border-bottom-style: solid; border-bottom-width: 1px; text-align: center; }
div.price-item .price-title{ font-size: 18px; padding: 8px 20px 6px;
	border-bottom-style: solid; border-bottom-width: 1px; 
	
	-webkit-border-radius: 3px 3px 0px 0px; 
	-moz-border-radius: 3px 3px 0px 0px; 
	border-radius: 3px 3px 0px 0px; }
div.price-item .price-tag{ font-size: 30px; font-weight: bold; line-height: 1; padding: 25px 20px;
	border-bottom-width: 1px; border-bottom-style: solid; } 
div.price-item .price-tag .price-suffix{ font-weight: normal;  font-size: 21px; margin-left: 5px; } 
div.price-item .price-content{ font-size: 16px; padding: 25px 20px 25px; text-align: center; line-height: 1.9;}
div.price-item .price-content ul li { text-align: left; }
div.price-item .price-button-wrapper{ margin-bottom: 30px; }
div.price-item .price-button{  font-size: 14px; display: inline-block; cursor: pointer; 
	padding: 5px 16px; border-width: 0px; border-style: solid; 
	-webkit-border-radius: 3px; -moz-border-radius: 3px;  border-radius: 3px; }

/*--- slider ---*/
div.gdl-slider-wrapper{ position: relative; text-align: center; overflow: hidden; }
h2.gdl-slider-title{ font-size: 24px; display: block; margin-bottom: 12px;}
div.gdl-slider-caption{ font-size: 16px; display: inline-block; }

/*--- stunning text ---*/
div.stunning-text-wrapper{ margin-top: 5px; }
div.stunning-text-inner-wrapper{ padding: 43px 0px; 
	background: url('/wp-content/themes/delicieux-v1-07/images/border/stunning-text-top-border.png') repeat-x 0px 0px; }
img.stunning-text-image { float: left; margin-left: 10px; margin-right: 35px; margin-top: -47px; }

div.stunning-text-content.button-enable{ position: relative; padding-right: 20%; }
a.stunning-text-button { 
	position: absolute; right: 12px; top: 50%; margin-top: -18px;
	
	display: inline-block; padding: 0px 21px 0px 21px; height: 40px; line-height: 41px; 
	font-size: 14px; font-weight: bold; font-family: "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
	cursor: pointer; background: url('/wp-content/themes/delicieux-v1-07/images/stunning-button-gradient.png') repeat-x;
	
	-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; 
	
	-moz-box-shadow: 0px 1px 1px #666666;
	-webkit-box-shadow: 0px 1px 1px #666666;
	box-shadow: 0px 1px 1px #666666; }
	
div.stunning-text-content{ overflow: hidden; }
div.stunning-text-on div.content-wrapper.container { padding-top: 70px; }

/*--- tab ---*/
div.gdl-tab ul.gdl-tab-title,
div.gdl-tab ul.gdl-tab-content{ margin: 0px; list-style: none; }
div.gdl-tab ul.gdl-tab-title li{ float: left; margin-right: 3px; }
div.gdl-tab ul.gdl-tab-title li a{ padding: 6px 20px 6px; cursor: pointer; display: block; font-weight: bold; font-style: italic; }
div.gdl-tab ul.gdl-tab-content{ padding: 20px; }
div.gdl-tab ul.gdl-tab-content li{ display: none; }
div.gdl-tab ul.gdl-tab-content li.active{ display: block; }

/*--- testimonial ---*/
div.gdl-static-testimonial .testimonial-content{ padding: 5px 0px 5px 20px; font-size: 17px; font-style: italic; }
div.gdl-static-testimonial .testimonial-info{ text-align: left; margin-left: 25px; margin-top: 10px;}
div.gdl-static-testimonial .testimonial-author{ font-weight: bold; }
div.gdl-static-testimonial .testimonial-item{  border-left-width: 3px; border-left-style: solid; margin-bottom: 10px; padding-bottom: 10px; }

div.gdl-carousel-testimonial{ -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
div.gdl-carousel-testimonial { position: relative; }
div.gdl-carousel-testimonial .testimonial-item{ display: none; }
div.gdl-carousel-testimonial .testimonial-item:first-child{ display: block; }
div.gdl-carousel-testimonial .testimonial-content{ padding: 30px 20px 0px 75px; font-size: 22px; font-style: italic; 
	background-position: 35px 35px; background-repeat: no-repeat; }
div.gdl-carousel-testimonial .testimonial-info{ text-align: right; padding: 5px 20px 20px 0px; }
div.gdl-carousel-testimonial .testimonial-navigation{ position: absolute; right: 20px; top: 15px; z-index: 100; }
div.gdl-carousel-testimonial .testimonial-prev,
div.gdl-carousel-testimonial .testimonial-next{ width: 4px; height: 7px; padding: 3px 3px; margin-left: 1px; float: left;
	background-repeat: no-repeat; background-position: center center; cursor: pointer; }

/*--- toggle box ---*/
ul.gdl-toggle-box{ list-style: none; margin-left: 0px; }
ul.gdl-toggle-box li{ position: relative; margin-bottom: 15px; overflow: hidden; } 
ul.gdl-toggle-box li:last-child{ margin-bottom: 0px; } 
ul.gdl-toggle-box li .toggle-box-title{ margin: 0px; padding: 12px 20px 12px 40px;
	cursor: pointer; background-position: 16px center; background-repeat: no-repeat; }
ul.gdl-toggle-box li .toggle-box-content{ margin: 0px 20px 20px 40px; }
ul.gdl-toggle-box li.active .toggle-box-title{ font-weight: bold; }	
	
/*--- food menu ---*/	
h3.food-menu-selector-title{ font-size: 21px; font-weight: bold; border-bottom-width: 1px; border-bottom-style: solid; 
	display: inline-block; padding-right: 2px; padding-bottom: 4px; margin-bottom: 25px; }
div.food-menu-selector{ width: 33.333%; float: right; margin-bottom: 30px; }
div.food-menu-selector ul{ margin: 0px; list-style: none; }	
div.food-menu-selector ul li{ padding: 8px 0px; cursor: pointer; border-bottom-width: 1px; border-bottom-style: solid; }	
div.food-menu-selector ul li h4{ font-size: 15px; margin-bottom: 0px; }	
div.food-menu-selector ul li:first-child{ padding-top: 0px; }	
div.food-menu-selector ul li.active h4{ font-weight: bold;  }	

h3.food-menu-list-title{ font-size: 21px; font-weight: bold; border-bottom-width: 1px; border-bottom-style: solid; 
	display: inline-block; padding-right: 2px; padding-bottom: 4px; margin-bottom: 25px; }

div.food-menu-list-wrapper{ display: none; }
div.food-menu-list-wrapper:first-child{ display: block; }
div.food-menu-list{ width: 66.667%; float: left; }
div.food-menu-list ul{ margin-left: 0px; list-style: none; }
div.food-menu-list ul li{ position: relative;  }
div.food-menu-list .food-image-wrapper{ float: left; margin-right: 20px; margin-bottom: 20px; }	
div.food-menu-list .food-image-wrapper img{ display: block; }	
div.food-menu-list .food-list-wrapper{ width: 70%; }	
div.food-menu-list .food-list-title{ font-size: 15px; margin-bottom: 5px; }	
div.food-menu-list .food-list-excerpt{ margin-bottom: 30px; }	
div.food-menu-list .gdl-rating{ margin-bottom: 3px; }	
div.food-menu-list .food-list-content-wrapper{ overflow: hidden; }
div.food-menu-list .food-price{ font-size: 16px; font-weight: bold; font-style: italic; padding: 4px 2px; margin: 0px;
	position: absolute; right: 30px; top: -4px; border-bottom-width: 4px; border-bottom-style: double; }
	
/* #Shortcode
================================================== */

/*--- block quote ---*/
blockquote.left{ width: 33%; float: left;  }
blockquote.right{  width: 33%; float: right; }
blockquote.center{ text-align: center; margin: 10px 10px 20px 20px; }

/*--- code ---*/
.gdl-code{
	overflow: hidden; padding: 15px; border: 1px #e5e5e5 solid; clear: both; background: #ffffff; color: #777;
	margin-bottom: 20px; color: #555; font-size: 13px;
	font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important; }

/*--- column ---*/
.shortcode1-4{ margin-right: 2%; float: left; margin-bottom: 20px; width: 23%;    }
.shortcode1-3{ margin-right: 2%; float: left; margin-bottom: 20px; width: 31.33%; }
.shortcode1-2{ margin-right: 2%; float: left; margin-bottom: 20px; width: 48%;    }
.shortcode2-3{ margin-right: 2%; float: left; margin-bottom: 20px; width: 64.66%; }
.shortcode3-4{ margin-right: 2%; float: left; margin-bottom: 20px; width: 73%;    }

.shortcode1-5{ margin-right: 2%; float: left; margin-bottom: 20px; width: 18%; }
.shortcode2-5{ margin-right: 2%; float: left; margin-bottom: 20px; width: 38%; }
.shortcode3-5{ margin-right: 2%; float: left; margin-bottom: 20px; width: 58%; }
.shortcode4-5{ margin-right: 2%; float: left; margin-bottom: 20px; width: 78%; }

.shortcode1-4.last{ margin-right: 0; width: 25%;    }
.shortcode1-3.last{ margin-right: 0; width: 33.33%; }
.shortcode1-2.last{ margin-right: 0; width: 50%;    }
.shortcode2-3.last{ margin-right: 0; width: 66.66%; }	
.shortcode3-4.last{ margin-right: 0; width: 75%;    }

.shortcode1-5.last{ margin-right: 0; width: 20%; }
.shortcode2-5.last{ margin-right: 0; width: 40%; }
.shortcode3-5.last{ margin-right: 0; width: 60%; }
.shortcode4-5.last{ margin-right: 0; width: 80%; }

.shortcode1-1{ width: 100%; }
	
/*--- drop cap ---*/
div.shortcode-dropcap{ margin-top: 4px; margin-bottom: 0px; margin-right: 7px; margin-left: 2px; float: left; font-size: 25px; font-size: 29px; 
	width: 32px; height: 32px; line-height: 32px; text-align: center; float: left; }
div.shortcode-dropcap.circle{ -moz-border-radius: 16px; -webkit-border-radius: 16px; border-radius: 16px; font-size: 19px; margin-right: 10px; }

/*--- gallery ---*/
div.gdl-gallery-image.shortcode{ margin-right: 20px; margin-bottom: 20px; float: left; }

/*--- list ---*/
div.shortcode-list ul{ list-style: none !important; margin-left: 0px !important; }	
div.shortcode-list li{ padding:2px 0px 2px 25px !important; border: none !important; margin-bottom: 0px !important;

	-moz-box-shadow: none !important; 
	-webkit-box-shadow: none !important; 
	box-shadow: none !important; } 
div.shortcode-list.arrow li{ background: url('/wp-content/themes/delicieux-v1-07/images/icon/list/arrow.png') no-repeat 0px center !important; }
div.shortcode-list.arrow2 li{ background: url('/wp-content/themes/delicieux-v1-07/images/icon/list/arrow2.png') no-repeat 0px center !important; }
div.shortcode-list.arrow3 li{ background: url('/wp-content/themes/delicieux-v1-07/images/icon/list/arrow3.png') no-repeat 0px center !important;  }
div.shortcode-list.bullet li{ background: url('/wp-content/themes/delicieux-v1-07/images/icon/list/bullet.png') no-repeat 0px center !important; }
div.shortcode-list.bullet2 li{ background: url('/wp-content/themes/delicieux-v1-07/images/icon/list/bullet2.png') no-repeat 0px center !important; }
div.shortcode-list.bullet3 li{ background: url('/wp-content/themes/delicieux-v1-07/images/icon/list/bullet3.png') no-repeat 0px center !important; }
div.shortcode-list.check li{ background: url('/wp-content/themes/delicieux-v1-07/images/icon/list/check.png') no-repeat 0px center !important; }
div.shortcode-list.check2 li{ background: url('/wp-content/themes/delicieux-v1-07/images/icon/list/check2.png') no-repeat 0px center !important; }
div.shortcode-list.check3 li{ background: url('/wp-content/themes/delicieux-v1-07/images/icon/list/check3.png') no-repeat 0px center !important; }
div.shortcode-list.delete li{ background: url('/wp-content/themes/delicieux-v1-07/images/icon/list/delete.png') no-repeat 0px center !important; }
div.shortcode-list.delete2 li{ background: url('/wp-content/themes/delicieux-v1-07/images/icon/list/delete2.png') no-repeat 0px center !important; }
div.shortcode-list.delete3 li{ background: url('/wp-content/themes/delicieux-v1-07/images/icon/list/delete3.png') no-repeat 0px center !important; }

/* #Sidebar Widget 
================================================== */

/*--- recent post/port widget ---*/
div.gdl-recent-post-widget, div.gdl-recent-port-widget{ padding-top: 7px; }
div.recent-post-widget{ margin-bottom: 20px; padding-bottom: 20px;
	border-bottom-width: 1px; border-bottom-style: solid; }
div.recent-post-widget:last-child{ margin-bottom: 0px; }
div.recent-post-widget .recent-post-widget-thumbnail{ float: left; margin-right: 13px;}
div.recent-post-widget .recent-post-widget-thumbnail img{ display: block; }
div.recent-post-widget .recent-post-widget-context{ overflow: hidden; }
div.recent-post-widget .recent-post-widget-title{ font-size: 13px; font-weight: bold; padding-top: 2px; margin-bottom: 10px; line-height: 1.1; }
div.recent-post-widget .recent-post-widget-info{ font-size: 12px; }
div.recent-post-widget .recent-post-widget-date,
div.recent-post-widget .recent-post-widget-comment{ padding-left: 20px; }
div.recent-port-widget .recent-port-widget-thumbnail{ float: left; margin-right: 15px; margin-bottom: 15px; }
div.recent-port-widget .recent-port-widget-thumbnail img{ display: block; }

/*--- flickr widget ---*/
div.flickr-widget .flickr_badge_image{ float: left; margin-right: 10px; margin-bottom: 10px; }
div.flickr-widget .flickr_badge_image img{ display: block; }

/*--- twitter widget ---*/
ul#twitter_update_list{ font-family: 'Droid Serif'; font-style: italic; list-style: none; margin-left: 0px;  }
ul#twitter_update_list li{ padding-left: 0px; background: none; padding-bottom: 8px; border-bottom-width: 1px; border-bottom-style: solid; }
ul#twitter_update_list li:last-child{ border-bottom-width: 0px; }
ul#twitter_update_list li a { display: block; margin-top: 8px; }
ul#twitter_update_list li span a { display: inline-block; margin-top: 0px; margin-right: 6px; padding-left: 2px; }

/*--- rss widget ---*/
h3.custom-sidebar-title .rsswidget img{ margin-bottom: -1px; margin-right: 3px; }

/*--- personnal widget ---*/
div.gdl-personnal-widget{ display: inline-block; margin-top: 8px; }
div.personnal-widget-item{ display: none; }
div.personnal-widget-item:first-child{ display: block; }
div.personnal-widget-item .personnal-widget-thumbnail{ margin-bottom: 15px; }
div.personnal-widget-item .personnal-widget-thumbnail img{ display: block; }
div.personnal-widget-item .personnal-widget-info{ font-size: 17px; font-weight: bold; margin-bottom: 5px; }
div.personnal-widget-item .personnal-widget-content{ font-size: 15px; padding-right: 30px; font-style: italic;
	background-repeat: no-repeat; background-position: right 7px; }

div.personnal-widget-navigation{ position: absolute; right: 12px; top: 13px; z-index: 100; }
div.personnal-widget-navigation .personnal-widget-prev,
div.personnal-widget-navigation .personnal-widget-next{ width: 4px; height: 7px; padding: 3px 3px; margin-left: 1px; float: left;
	background-repeat: no-repeat; background-position: center center; cursor: pointer; }

/*--- food widget ---*/
div.gdl-food-widget{ display: inline-block; margin-top: 8px; }
div.food-widget-item{ display: none; }
div.food-widget-item:first-child{ display: block; }
div.food-widget-item .food-widget-thumbnail{ margin-bottom: 20px; }
div.food-widget-item .food-widget-thumbnail img{ display: block; }
div.food-widget-item .food-price{ display: block; padding: 8px 13px; font-size: 15px; 
	position: absolute; right: 10px; top: 0px; }
div.food-widget-item .food-widget-info h4{ font-size: 16px; font-weight: bold; margin-bottom: 5px; }
div.food-widget-item .food-widget-content{ font-size: 15px; padding-right: 30px; font-style: italic;
	background-repeat: no-repeat; background-position: right 7px; }

div.food-widget-navigation{ position: absolute; right: 12px; top: 13px; z-index: 100; }
div.food-widget-navigation .food-widget-prev,
div.food-widget-navigation .food-widget-next{ width: 4px; height: 7px; padding: 3px 3px; margin-left: 1px; float: left;
	background-repeat: no-repeat; background-position: center center; cursor: pointer; }	
	
div.recent-food-widget .food-price{ display: inline-block; padding: 8px 13px; font-size: 15px; }
div.recent-post-widget .recent-food-widget-title{ font-size: 15px; font-weight: bold; margin-bottom: 8px; line-height: 1.1; }

/*--- search widget ---*/	
div.gdl-search-form{ padding-top: 8px; }
div.custom-sidebar #search-text{ margin-right: 22px; }
div.custom-sidebar #searchform{ position: relative; margin-bottom: 0; }
div.custom-sidebar #search-text input[type="text"]{ padding: 6px 5px; margin: 5px 5px; width: 100%; height: 18px; line-height: 18px; }
div.custom-sidebar #searchform br.clear{ display: none; }	
div.custom-sidebar #searchsubmit{ background-color: transparent;
	border: none; position: absolute; top: 6px; right: 9px; 
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none; 

 }

div.footer-wrapper #search-text input[type="text"]{ margin: 0px; }
div.footer-wrapper #searchsubmit{ top: 2px; right: 15px; }
	
/*--- contact form ---*/	
div.sidebar-wrapper .contact-form-wrapper{ padding-top: 7px; }
div.sidebar-wrapper .contact-form-wrapper input{ height: 18px; line-height: 18px; }
div.sidebar-wrapper .contact-form-wrapper textarea{ height: 65px; }

div.footer-wrapper .contact-form-wrapper input{ margin: 5px 0px 0px; height: 18px; line-height: 18px;
	-webkit-box-shadow: none !important; box-shadow: none !important; } 
div.footer-wrapper .contact-form-wrapper textarea{ margin: 5px 0px 0px; height: 65px;
	-webkit-box-shadow: none !important; box-shadow: none !important; } 
div.footer-wrapper .contact-form-wrapper button{ background-image: none; }	

/*--- tag cloud ---*/
.tagcloud{ display: inline-block; margin-bottom: 13px; }
.tagcloud a{
	font-size: 12px !important; display: block; float: left; padding: 3px 8px 3px 8px; margin-right: 10px;
	margin-top: 10px; border: 1px solid; border-color: inherit;
	
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }

/*--- sidebar list style ---*/
div.custom-sidebar ul{ list-style: none; margin-left: 0px; }
div.custom-sidebar ul li{ padding: 8px 0px 8px 15px; background-position: 0px 4px; 
	border-bottom-style: solid; border-bottom-width: 1px; }
div.custom-sidebar ul ul{ margin-top: 8px; border-top-width: 1px; border-top-style: solid; }
div.custom-sidebar ul ul li:last-child{ padding-bottom: 0px; }

/*--- Calendar ---*/
#calendar_wrap{ border-color: inherit; padding-bottom: 10px; margin-top: 20px; }
#wp-calendar{ width: 100%; border-color: inherit; border-width: 0px; }
#wp-calendar caption{ font-size: 13px; font-weight: bold; margin: -1px auto 15px; padding-bottom: 6px; border-bottom: 1px solid; border-color: inherit; }
#wp-calendar td{ padding: 4px; text-align: center; border-right: 0px; }
#wp-calendar th{ padding: 0px; text-align: center; border-right: 0px; border-bottom: 0px; background: transparent;  }

/*--- flickr widget ---*/
div.custom-sidebar .flickr-widget{ display: block; padding-bottom: 18px; padding-top: 10px; }
div.custom-sidebar .flickr-widget img{ width: 58px; height: 58px; }
div.custom-sidebar .flickr_badge_image{	margin: 0px 15px 15px 0px; float: left;}

/*--- Text Widget ---*/
div.textwidget{ padding-top: 5px; }

/*--- opening hours widget ---*/
div.custom-sidebar ul.opening-hours-list li{ background-image: none; padding: 8px 0px;
	border-bottom-width: 1px; border-bottom-style: solid; }
div.custom-sidebar ul.opening-hours-list li span.head{ width: 110px; display: block; float: left; line-height: 16px; }
div.custom-sidebar ul.opening-hours-list li span.close,
div.custom-sidebar ul.opening-hours-list li span.time{ overflow: hidden; padding-left: 22px; line-height: 16px; 
	display: block; background-position: 0px 0px; background-repeat: no-repeat; }

div.footer-widget-wrapper ul.opening-hours-list li { background: none !important; }

/* #Plugin
================================================== */	

/*---Isotope---*/
.isotope-item { z-index: 2; }
.isotope-hidden.isotope-item { pointer-events: none; z-index: 1; }
.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s; }
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width; }
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property:    -moz-transform, opacity;
	-ms-transition-property:     -ms-transform, opacity;
	-o-transition-property:         top, left, opacity;
	transition-property:         transform, opacity; }
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s; }

.gdl-right-sidebar .sidebar-wrapper{ margin-left: 5px; }
.gdl-left-sidebar .sidebar-wrapper{ margin-right: 5px; }

.gdl-top-slider .flexslider ul.slides,
.gdl-top-slider div.nivoSlider{ max-width: 1280px; margin: 0px auto; }
/*
     FILE ARCHIVED ON 18:52:19 May 08, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:43:26 Feb 02, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.497
  exclusion.robots: 0.017
  exclusion.robots.policy: 0.007
  esindex: 0.01
  cdx.remote: 4.997
  LoadShardBlock: 91.072 (3)
  PetaboxLoader3.datanode: 208.677 (5)
  load_resource: 245.74 (2)
  PetaboxLoader3.resolve: 88.122 (2)
*/
/* #Foundation Style
================================================== */
.row .column, .row .columns{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.container{ margin: 0px auto; max-width: 960px; }

.row { width: 1140px; max-width: 100%; min-width: 767px; margin: 0 auto; }
.row .row { width: auto; max-width: none; min-width: 0; margin: 0 -10px; }

.column, .columns { float: left; min-height: 1px; padding: 0 10px; position: relative; margin-bottom: 20px; }

.row .one { width: 8.333%; }
.row .two { width: 16.667%; }
.row .three { width: 25%; }
.row .four { width: 33.333%; }
.row .five { width: 41.667%; }
.row .six { width: 50%; }
.row .seven { width: 58.333%; }
.row .eight { width: 66.667%; }
.row .nine { width: 75%; }
.row .ten { width: 83.333%; }
.row .eleven { width: 91.667%; }
.row .twelve { width: 100%; }

.row .one-fifth{ width: 20%; }
.row .one-sixth{ width: 16.667; }

img{ max-width: 100%; height: auto; }
img { -ms-interpolation-mode: bicubic; }
object, embed { max-width: 100%; }

/* #Foundation Mobile Size
================================================== */
@media only screen and (max-width: 767px) {
	body { -webkit-text-size-adjust: none; -ms-text-size-adjust: none;
		width: 100%; min-width: 0; margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; }
		
	.container{ margin: 0px auto; max-width: 420px; }
	
	.row { width: auto; min-width: 0; margin-left: 0; margin-right: 0; }

	.row .column, .row .columns { width: 100%; float: none; }

	.column:last-child, .columns:last-child { float: none; }
	[class*="column"] + [class*="column"]:last-child { float: none; }

	.column:before, .columns:before, .column:after, .columns:after { content: ""; display: table; }
	.column:after, .columns:after { clear: both; }
}

/* #Custom Style
================================================== */

/*--- header area ---*/
.responsive-menu-container{ display: none; }

/* #Custom Mobile size
================================================== */
@media only screen and (max-width: 767px) {
	/*--- header area ---*/
	div.logo-wrapper{ height: auto; margin-bottom: 20px; }
	div.logo-wrapper .logo-inner { top: 0px; position: relative; left: auto; }
	div.logo-wrapper .logo-inner a{ position: relative; left: auto; text-align: center; }
	div.logo-wrapper .logo-inner a img{ margin: 0px auto; }
	div.logo-right-text{ position: relative; top: auto !important; right: auto !important; 
		margin: 0px 0px 20px; text-align: center; }
	
	div.stunning-text-content{ text-align: center; }
	div.stunning-text-wrapper .stunning-text-image{ display: none; }
	div.stunning-text-content.button-enable{ padding: 0px; }
	a.stunning-text-button{ position: relative; top: auto; right: auto; margin-top: 25px; }
	
	div.navigation-wrapper{ display: none; }
	div.responsive-menu-container{ display: block; } 	
	div.responsive-menu-container select{ margin-bottom: 25px; } 	
	
	div.top-navigation-left, div.top-navigation-right{ text-align: center; float: none; margin: 0px; }
	div.social-wrapper { float: none; display: inline-block; margin-top: 5px; }
	
	/*--- single page ---*/
	div.single-portfolio .port-media-wrapper { max-width: 100%; width: 100%; float: none; margin-bottom: 20px; }
	div.single-portfolio .port-content-wrapper { overflow: visible; }
	div.single-portfolio .port-nav .port-prev-nav, div.single-portfolio .port-nav .port-next-nav { margin-bottom: 15px; }
	
	/*--- page item ---*/
	div.gdl-blog-medium .blog-media-wrapper { margin-right: 0px; width: 100%; }
	div.gdl-blog-medium .blog-context-wrapper { overflow: visible; }
	div.price-item{ margin-bottom: 20px; }
	
	/*--- food menu---*/
	div.food-menu-list,
	div.food-menu-selector { width: auto; float: none; }
	div.food-menu-list .food-list-wrapper { width: 100%; }
	
	/*--- shortcode ---*/
	.shortcode1-4, .shortcode1-4.last, 
	.shortcode1-3, .shortcode1-3.last, 
	.shortcode1-2, .shortcode1-2.last,
    .shortcode2-3, .shortcode2-3.last, 
	.shortcode3-4, .shortcode3-4.last,
	.shortcode1-5, .shortcode1-5.last, 
	.shortcode2-5, .shortcode2-5.last,
	.shortcode3-5, .shortcode3-5.last, 
	.shortcode4-5, .shortcode4-5.last{ width: 100%; }
	
	/*--- slider ---*/
	.flex-caption{ display: none !important; }
	.nivo-caption{ display: none !important; }
	.anythingSlider{ display: none !important; }
	
	/*--- footer ---*/
	div.copyright-left, div.copyright-right{ float: none; text-align: center; margin: 0px; }
}
/*
     FILE ARCHIVED ON 18:52:17 May 08, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:43:26 Feb 02, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.683
  exclusion.robots: 0.022
  exclusion.robots.policy: 0.01
  esindex: 0.012
  cdx.remote: 15.804
  LoadShardBlock: 108.656 (3)
  PetaboxLoader3.resolve: 88.301 (5)
  PetaboxLoader3.datanode: 290.686 (5)
  load_resource: 287.737 (2)
*/
.top-navigation-wrapper {
    background-color: #cc0007;
}

.top-navigation-wrapper-gimmick {
    background-color: #298a1a;
}

.top-navigation-wrapper {
    color: #ffffff;
}

.top-navigation-wrapper a {
    color: #d9d9d9;
}

.top-navigation-wrapper a:hover {
    color: #d9d9d9;
}

.header-wrapper, .gdl-navigation-wrapper {
    background-color: #ffffff;
}

.gdl-navigation-wrapper * {
    border-color: #5f5f5f;
}

.navigation-wrapper-background {
    background-color: #298a1a;
}

.sf-menu li a {
    color: #ffffff;
}

.sf-menu li a:hover {
    color: #b3b3b3;
}

.sf-menu li.current-menu-ancestor a, .sf-menu li.current-menu-item a {
    color: #d9d9d9;
}

.sf-menu li li {
    background-color: #1f1f1f;
}

.sf-menu ul, .sf-menu ul li {
    border-color: #333333;
}

.sf-menu li li a, .sf-menu li.current-menu-item li a, .sf-menu li.current-menu-ancestor li a, .sf-menu li li.current-menu-item li a, .sf-menu li li.current-menu-ancestor li a {
    color: #b3b3b3;
}

.sf-menu li li a:hover, .sf-menu li li.current-menu-item li a:hover, .sf-menu li li.current-menu-ancestor li a:hover {
    color: #ffffff;
}

.sf-menu li li.current-menu-item a, .sf-menu li li.current-menu-ancestor a, .sf-menu li li.current-menu-ancestor li.current-menu-item a {
    color: #ffffff;
}

h1.page-header-title {
    color: #efe9d4;
}

.page-header-caption {
    color: #dddddd;
}

.page-header-outer-wrapper {
    border-color: #000000;
}

h1, h2, h3, h4, h5, h6 {
    color: #000000;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
    border-color: #000000;
}

body {
    color: #808080;
}

.body-wrapper, .gdl-top-slider .flexslider .control-nav-wrapper, .gdl-top-slider .nivo-nav-wrapper {
    background-color: #ffffff;
}

a {
    color: #cc0007;
}

a:hover {
    color: #ff7f83;
}

::selection, ::-moz-selection {
    color: #ffffff;
}

::selection, ::-moz-selection {
    background-color: #cc0007;
}

.custom-sidebar-title, .custom-sidebar-title a {
    color: #ffffff;
}

.custom-sidebar-title {
    background-color: #cc0007;
}

.custom-sidebar-title {
    border-color: #403e3c;
}

.sidebar-wrapper .recent-post-widget-info, .sidebar-wrapper #twitter_update_list {
    color: #b5b5b5;
}

.recent-food-widget-title a, .food-widget-info h4 {
    color: #3a3a3a;
}

div.custom-sidebar ul.opening-hours-list li span.head {
    color: #cc0007;
}

div.twitter-bar-wrapper {
    color: #949494;
}

div.twitter-bar-wrapper a {
    color: #dedede;
}

div.twitter-bar-wrapper {
    background-color: #403e3c;
}

.footer-wrapper a {
    color: #2f120e;
}

.footer-wrapper a:hover {
    color: #fdf6f7;
}

.footer-wrapper .custom-sidebar-title, .footer-wrapper .custom-sidebar-title a {
    color: #ffffff;
}

.footer-wrapper, .footer-wrapper table th {
    color: #ffbfc1;
}

.footer-wrapper .recent-post-widget-info, .footer-wrapper #twitter_update_list {
    color: #b1b1b1;
}

div.footer-wrapper {
    background-color: #cc0007;
}

div.footer-wrapper * {
    border-color: #8f0005;
}

div.footer-wrapper div.contact-form-wrapper input[type="text"], div.footer-wrapper div.contact-form-wrapper input[type="password"], div.footer-wrapper div.contact-form-wrapper textarea, div.footer-wrapper div.custom-sidebar #search-text input[type="text"] {
    color: #5e5e5e;
}

div.footer-wrapper div.contact-form-wrapper input[type="text"], div.footer-wrapper div.contact-form-wrapper input[type="password"], div.footer-wrapper div.contact-form-wrapper textarea, div.footer-wrapper div.custom-sidebar #search-text input[type="text"] {
    background-color: #ffffff;
}

div.footer-wrapper div.contact-form-wrapper input[type="text"], div.footer-wrapper div.contact-form-wrapper input[type="password"], div.footer-wrapper div.contact-form-wrapper textarea, div.footer-wrapper div.custom-sidebar #search-text input[type="text"] {
    border-color: #ffffff;
}

.footer-wrapper .contact-form-wrapper button {
    color: #ffffff;
}

.footer-wrapper .contact-form-wrapper button {
    background-color: #1f1f1f;
}

div.footer-wrapper .personnal-widget-item .personnal-widget-info {
    color: #ffffff;
}

div.footer-wrapper .tagcloud a {
    background-color: #ffffff;
}

div.copyright-wrapper {
    color: #919191;
}

div.copyright-outer-wrapper {
    background-color: #403e3c;
}

body div.copyright-outer-wrapper {
    border-color: #242424;
}

body div.copyright-wrapper {
    border-color: #666666;
}

h2.gdl-slider-title {
    color: #ffffff;
}

div.gdl-slider-caption {
    color: #ffffff;
}

div.nivo-caption, div.flex-caption, div.anything-caption {
    background: #000000;
}

.flex-carousel.carousel-included {
    background-color: #000000;
}

div.anythingSlider .anythingControls ul a, .flex-control-nav li a, .nivo-controlNav a {
    background: #dbdbdb;
}

div.anythingSlider .anythingControls ul a.cur, div.anythingSlider .anythingControls ul a:hover .flex-control-nav li a:hover, .flex-control-nav li a.flex-active, .nivo-controlNav a.active {
    background: #cc0007;
}

.gdl-top-slider {
    background-color: #2b2b2b;
}

h1.stunning-text-title {
    color: #ffffff;
}

.stunning-text-caption {
    color: #ffdbdb;
}

.stunning-text-wrapper {
    background-color: #cc0007;
}

a.stunning-text-button, a.stunning-text-button:hover {
    color: #786d14;
}

a.stunning-text-button {
    background-color: #e9d424;
}

.portfolio-title, .portfolio-title a {
    color: #252525;
}

.portfolio-title a:hover {
    color: #cc0007;
}

div.single-portfolio .port-info {
    color: #7a7a7a;
}

div.single-portfolio .port-info .head {
    color: #404040;
}

span.portfolio-thumbnail-image-hover {
    border-color: #cc0007;
}

h2.blog-title a, h1.blog-title a {
    color: #484848;
}

h2.blog-title a:hover, h1.blog-title a:hover {
    color: #484848;
}

.about-author-wrapper {
    background-color: #f5f5f5;
}

div.gdl-pagination a {
    background-color: #f0f0f0;
}

div.gdl-pagination a {
    color: #8c8c8c;
}

div.gdl-pagination a:hover {
    background-color: #dedede;
}

div.gdl-pagination a:hover {
    color: #ffffff;
}

div.gdl-pagination span {
    background-color: #dedede;
}

div.gdl-pagination span {
    color: #ffffff;
}

.food-title, .food-title a {
    color: #000000;
}

.food-title, .food-title a:hover {
    color: #000000;
}

div.food-item .food-price, div.food-widget-item .food-price, div.recent-food-widget .food-price {
    color: #ffffff;
}

div.food-item .food-price, div.food-widget-item .food-price, div.recent-food-widget .food-price {
    background-color: #cc0007;
}

div.food-menu-selector ul li h4 {
    color: #a7a7a7;
}

div.food-menu-selector ul li.active h4 {
    color: #464646;
}

div.food-menu-list .food-list-title a {
    color: #555555;
}

body .food-price {
    color: #262626;
}

body .food-price {
    border-color: #262626;
}

div.price-item, div.price-item .price-title, div.price-item .price-button {
    background-color: #cc0007;
}

div.price-item .price-title, div.price-item .price-button {
    color: #ffffff;
}

div.price-item .price-title {
    border-color: #000000;
}

div.price-item .price-tag {
    color: #353535;
}

div.price-item {
    color: #868686;
}

div.price-item .price-tag {
    border-color: #e0e0e0;
}

div.price-item {
    background-color: #f5f5f5;
}

div.personnal-item {
    background-color: #f5f5f5;
}

div.personnal-item .personnal-position {
    color: #ffffff;
}

div.personnal-item .personnal-position {
    background-color: #cc0007;
}

div.personnal-item .personnal-title {
    color: #404040;
}

div.personnal-item .personnal-content {
    color: #373737;
}

div.personnal-widget-item .personnal-widget-info {
    color: #4a4a4a;
}

div.personnal-widget-item .personnal-widget-content {
    color: #bcbcbc;
}

ul.gdl-accordion li .accordion-content, ul.gdl-toggle-box li .toggle-box-content {
    color: #a4a4a4;
}

ul.gdl-accordion li .accordion-title, ul.gdl-toggle-box li .toggle-box-title {
    color: #595959;
}

ul.gdl-accordion li, ul.gdl-toggle-box li {
    background-color: #f5f5f5;
}

blockquote {
    color: #cccccc;
}

body blockquote {
    border-color: #ebebeb;
}

a.gdl-button, body button, input[type="submit"], input[type="reset"], input[type="button"] {
    background-color: #b30006;
}

a.gdl-button, body button, input[type="submit"], input[type="reset"], input[type="button"] {
    color: #ffffff;
}

div.style-1 h2.column-service-title {
    color: #3b3b3b;
}

div.style-1 div.column-service-caption {
    color: #ff7f83;
}

div.style-2 h2.column-service-title {
    color: #3b3b3b;
}

div.style-2 div.column-service-caption {
    color: #868686;
}

body * {
    border-color: #dcdcdc;
}

.scroll-top {
    color: #919191;
}

div.feedback-wrapper a {
    color: #ffffff;
}

div.feedback-wrapper a {
    background-color: #414141;
}

table, table tr, table tr td, table tr th {
    border-color: #e5e5e5;
}

table th {
    color: #666666;
}

table th {
    background-color: #fdfdfd;
}

div.gdl-tab ul.gdl-tab-content, div.gdl-tab ul.gdl-tab-title a.active {
    background-color: #f5f5f5;
}

div.gdl-tab ul.gdl-tab-content {
    color: #969696;
}

div.gdl-tab ul.gdl-tab-title a {
    color: #a2a2a2;
}

div.gdl-tab ul.gdl-tab-title a {
    background-color: #ffffff;
}

div.gdl-tab ul.gdl-tab-title a.active {
    color: #656565;
}

div.gdl-carousel-testimonial .testimonial-content {
    color: #c9c9c9;
}

div.gdl-carousel-testimonial .testimonial-info {
    color: #949494;
}

div.gdl-carousel-testimonial {
    background-color: #f5f5f5;
}

div.gdl-static-testimonial .testimonial-item {
    color: #bdbdbd;
}

div.gdl-static-testimonial .testimonial-item {
    border-color: #ebebeb;
}

div.gdl-static-testimonial .testimonial-info {
    color: #999999;
}

.custom-sidebar-title, .top-navigation-wrapper, .footer-wrapper, .stunning-text-wrapper, .twitter-bar-wrapper, .gdl-button, button, input[type="submit"], input[type="reset"], input[type="button"], .copyright-wrapper {
    background-image: url(/wp-content/themes/delicieux-v1-07/images/pattern/pattern-2.png);
}

.logo-wrapper .logo-inner {
    top: -43px;
}

.logo-wrapper {
    height: 152px;
}

div.logo-right-text {
    top: 40px;
}

.navigation-wrapper-background {
    opacity: 0.85;
    filter: alpha(opacity=85);
}

div.navigation-wrapper {
    font-size: 16px;
}

h1.gdl-header-title, h3.gdl-header-title {
    font-size: 24px;
}

body, ul.gdl-toggle-box li .toggle-box-title, ul.gdl-accordion li .accordion-title {
    font-size: 14px;
}

h3.custom-sidebar-title {
    font-size: 20px;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 25px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

body {
    font-family: Merriweather;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Alegreya;
}

.gdl-slider-title {
    font-family: Alegreya;
}

h1.stunning-text-title {
    font-family: Merriweather;
}

div.navigation-wrapper {
    font-family: Merriweather;
}

.portfolio-title a {
    border-color: #252525;
}

.portfolio-title a:hover {
    border-color: #cc0007;
}

ul.gdl-accordion li.active .accordion-title, ul.gdl-toggle-box li.active .toggle-box-title {
    background-image: url(/wp-content/themes/delicieux-v1-07/images/icon/dark/accordion-title-active.png);
}

ul.gdl-accordion li .accordion-title, ul.gdl-toggle-box li .toggle-box-title {
    background-image: url(/wp-content/themes/delicieux-v1-07/images/icon/dark/accordion-title.png);
}

div.gdl-carousel-testimonial .testimonial-content {
    background-image: url(/wp-content/themes/delicieux-v1-07/images/icon/dark/testimonial-quote.png);
}

div.testimonial-prev {
    background-image: url(/wp-content/themes/delicieux-v1-07/images/icon/dark/testimonial-left.png);
}

div.testimonial-next {
    background-image: url(/wp-content/themes/delicieux-v1-07/images/icon/dark/testimonial-right.png);
}

.port-nav a {
    background: url(/wp-content/themes/delicieux-v1-07/images/icon/dark/port-nav.png) no-repeat;
}

.port-nav-wrapper .port-nav {
    background: url(/wp-content/themes/delicieux-v1-07/images/icon/dark/port-nav.png) no-repeat;
}

div.personnal-widget-prev, div.food-widget-prev {
    background-image: url(/wp-content/themes/delicieux-v1-07/images/icon/dark/personnal-widget-left.png);
}

div.personnal-widget-next, div.food-widget-next {
    background-image: url(/wp-content/themes/delicieux-v1-07/images/icon/dark/personnal-widget-right.png);
}

div.gdl-search-button, div.custom-sidebar #searchsubmit {
    background: url(/wp-content/themes/delicieux-v1-07/images/icon/dark/search-button.png) no-repeat center;
}

div.food-carousel-wrapper .food-nav {
    background-image: url(/wp-content/themes/delicieux-v1-07/images/icon/dark/food-nav.png);
}

div.custom-sidebar ul.opening-hours-list li span.time {
    background-image: url(/wp-content/themes/delicieux-v1-07/images/icon/dark/opening-hours-time.png);
}

div.custom-sidebar ul.opening-hours-list li span.close {
    background-image: url(/wp-content/themes/delicieux-v1-07/images/icon/dark/opening-hours-close.png);
}

div.custom-sidebar ul li {
    background: url(/wp-content/themes/delicieux-v1-07/images/icon/dark/li-arrow.png) no-repeat 0px 14px;
}

div.personnal-widget-item .personnal-widget-content {
    background-image: url(/wp-content/themes/delicieux-v1-07/images/icon/dark/personnel-quote.png);
}

div.blog-author {
    background: url(/wp-content/themes/delicieux-v1-07/images/icon/dark/author.png) no-repeat 0px 1px;
}

div.blog-date-wrapper, div.recent-post-widget-date {
    background: url(/wp-content/themes/delicieux-v1-07/images/icon/dark/date.png) no-repeat 0px 1px;
}

div.blog-comment, div.recent-post-widget-comment {
    background: url(/wp-content/themes/delicieux-v1-07/images/icon/dark/comment.png) no-repeat 0px 3px;
}

div.blog-tag {
    background: url(/wp-content/themes/delicieux-v1-07/images/icon/dark/tag.png) no-repeat 0px 2px;
}

div.gdl-twitter-wrapper {
    background: url(/wp-content/themes/delicieux-v1-07/images/icon/light/twitter-bottom-head.png) 0 center no-repeat;
}

div.gdl-twitter-navigation .prev, div.gdl-twitter-navigation .next {
    background-image: url(/wp-content/themes/delicieux-v1-07/images/icon/light/twitter-bottom-nav.png);
}

div.footer-wrapper div.custom-sidebar ul li {
    background: url(/wp-content/themes/delicieux-v1-07/images/icon/light/li-arrow.png) no-repeat 0px 14px;
}

div.footer-wrapper div.custom-sidebar #searchsubmit {
    background: url(/wp-content/themes/delicieux-v1-07/images/icon/light/search-button.png) no-repeat center;
}

div.footer-wrapper div.personnal-widget-prev {
    background-image: url(/wp-content/themes/delicieux-v1-07/images/icon/light/personnal-widget-left.png);
}

div.footer-wrapper div.personnal-widget-next {
    background-image: url(/wp-content/themes/delicieux-v1-07/images/icon/light/personnal-widget-right.png);
}

.flex-carousel .flex-direction-nav li a.flex-prev {
    background: url(/wp-content/themes/delicieux-v1-07/images/icon/light/carousel-nav-left.png) no-repeat;
}

.flex-carousel .flex-direction-nav li a.flex-next {
    background: url(/wp-content/themes/delicieux-v1-07/images/icon/light/carousel-nav-right.png) no-repeat;
}

div.contact-form-wrapper input[type="text"], div.contact-form-wrapper input[type="password"], div.contact-form-wrapper textarea, div.sidebar-wrapper #search-text input[type="text"], div.sidebar-wrapper .contact-widget input, div.custom-sidebar .contact-widget textarea, div.comment-wrapper input[type="text"], div.comment-wrapper input[type="password"], div.comment-wrapper textarea {
    color: #888888;
    background-color: #ffffff;
    border-color: #e0e0e0;
    -webkit-box-shadow: #ececec 0px 1px 4px inset, #f5f5f5 -5px -5px 0px 0px, #f5f5f5 5px 5px 0px 0px, #f5f5f5 5px 0px 0px 0px, #f5f5f5 0px 5px 0px 0px, #f5f5f5 5px -5px 0px 0px, #f5f5f5 -5px 5px 0px 0px ;
    box-shadow: #ececec 0px 1px 4px inset, #f5f5f5 -5px -5px 0px 0px, #f5f5f5 5px 5px 0px 0px, #f5f5f5 5px 0px 0px 0px, #f5f5f5 0px 5px 0px 0px, #f5f5f5 5px -5px 0px 0px, #f5f5f5 -5px 5px 0px 0px ;
}

.blog-media-wrapper, .portfolio-media-wrapper, .food-media-wrapper, .gdl-button, .gdl-gallery-image,button, input[type="submit"], input[type="reset"], input[type="button"] {
    -moz-box-shadow: 0px 0px 6px #bbbbbb;
    -webkit-box-shadow: 0px 0px 6px #bbbbbb;
    box-shadow: 0px 0px 6px #bbbbbb;
}

div.gdl-navigation-wrapper {
    background: url("/wp-content/uploads/2014/01/bg.jpg") center 0 no-repeat;
}

/*
     FILE ARCHIVED ON 12:06:33 May 08, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:43:29 Feb 02, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.47
  exclusion.robots: 0.016
  exclusion.robots.policy: 0.008
  esindex: 0.008
  cdx.remote: 19.926
  LoadShardBlock: 297.249 (3)
  PetaboxLoader3.datanode: 333.825 (5)
  load_resource: 3252.789 (2)
  PetaboxLoader3.resolve: 3120.851 (2)
*/
@font-face {
  font-family: 'Alegreya';
  font-style: italic;
  font-weight: 400;
  src: local('Alegreya Italic'), local('Alegreya-Italic'), url(http://fonts.gstatic.com/s/alegreya/v12/4UaHrEBBsBhlBjvfkSLk96Tp4g.ttf) format('truetype');
}
@font-face {
  font-family: 'Alegreya';
  font-style: italic;
  font-weight: 700;
  src: local('Alegreya Bold Italic'), local('Alegreya-BoldItalic'), url(http://fonts.gstatic.com/s/alegreya/v12/4UaErEBBsBhlBjvfkSLk_xHM8pJUKw.ttf) format('truetype');
}
@font-face {
  font-family: 'Alegreya';
  font-style: normal;
  font-weight: 400;
  src: local('Alegreya Regular'), local('Alegreya-Regular'), url(http://fonts.gstatic.com/s/alegreya/v12/4UaBrEBBsBhlBjvfkSLvx60.ttf) format('truetype');
}
@font-face {
  font-family: 'Alegreya';
  font-style: normal;
  font-weight: 700;
  src: local('Alegreya Bold'), local('Alegreya-Bold'), url(http://fonts.gstatic.com/s/alegreya/v12/4UaGrEBBsBhlBjvfkSpa4r3Awps.ttf) format('truetype');
}

/*
     FILE ARCHIVED ON 23:52:32 May 08, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:43:26 Feb 02, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.63
  exclusion.robots: 0.017
  exclusion.robots.policy: 0.008
  esindex: 0.014
  cdx.remote: 23.899
  LoadShardBlock: 87.761 (3)
  PetaboxLoader3.datanode: 98.895 (4)
  load_resource: 76.852
  PetaboxLoader3.resolve: 53.053
*/
@font-face {
  font-family: 'Droid Serif';
  font-style: italic;
  font-weight: 400;
  src: local('Droid Serif Italic'), local('DroidSerif-Italic'), url(http://fonts.gstatic.com/s/droidserif/v9/tDbK2oqRg1oM3QBjjcaDkOr4nAfcGw.ttf) format('truetype');
}
@font-face {
  font-family: 'Droid Serif';
  font-style: italic;
  font-weight: 700;
  src: local('Droid Serif Bold Italic'), local('DroidSerif-BoldItalic'), url(http://fonts.gstatic.com/s/droidserif/v9/tDbX2oqRg1oM3QBjjcaDkOr4lLz5CwOnTQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Droid Serif';
  font-style: normal;
  font-weight: 400;
  src: local('Droid Serif Regular'), local('DroidSerif-Regular'), url(http://fonts.gstatic.com/s/droidserif/v9/tDbI2oqRg1oM3QBjjcaDkOr9rAA.ttf) format('truetype');
}
@font-face {
  font-family: 'Droid Serif';
  font-style: normal;
  font-weight: 700;
  src: local('Droid Serif Bold'), local('DroidSerif-Bold'), url(http://fonts.gstatic.com/s/droidserif/v9/tDbV2oqRg1oM3QBjjcaDkOJGiRD7OwQ.ttf) format('truetype');
}

/*
     FILE ARCHIVED ON 12:03:13 May 08, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:43:26 Feb 02, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.704
  exclusion.robots: 0.023
  exclusion.robots.policy: 0.01
  esindex: 0.012
  cdx.remote: 5.421
  LoadShardBlock: 100.474 (3)
  PetaboxLoader3.datanode: 98.692 (4)
  load_resource: 101.376
  PetaboxLoader3.resolve: 56.934
*/
@font-face {
  font-family: 'Merriweather';
  font-style: italic;
  font-weight: 300;
  src: local('Merriweather Light Italic'), local('Merriweather-LightItalic'), url(http://fonts.gstatic.com/s/merriweather/v20/u-4l0qyriQwlOrhSvowK_l5-eR7lXff2jvk.ttf) format('truetype');
}
@font-face {
  font-family: 'Merriweather';
  font-style: italic;
  font-weight: 400;
  src: local('Merriweather Italic'), local('Merriweather-Italic'), url(http://fonts.gstatic.com/s/merriweather/v20/u-4m0qyriQwlOrhSvowK_l5-eRZAf-c.ttf) format('truetype');
}
@font-face {
  font-family: 'Merriweather';
  font-style: italic;
  font-weight: 700;
  src: local('Merriweather Bold Italic'), local('Merriweather-BoldItalic'), url(http://fonts.gstatic.com/s/merriweather/v20/u-4l0qyriQwlOrhSvowK_l5-eR71Wvf2jvk.ttf) format('truetype');
}
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 300;
  src: local('Merriweather Light'), local('Merriweather-Light'), url(http://fonts.gstatic.com/s/merriweather/v20/u-4n0qyriQwlOrhSvowK_l521wRZVsf_.ttf) format('truetype');
}
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  src: local('Merriweather Regular'), local('Merriweather-Regular'), url(http://fonts.gstatic.com/s/merriweather/v20/u-440qyriQwlOrhSvowK_l5-ciZJ.ttf) format('truetype');
}
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 700;
  src: local('Merriweather Bold'), local('Merriweather-Bold'), url(http://fonts.gstatic.com/s/merriweather/v20/u-4n0qyriQwlOrhSvowK_l52xwNZVsf_.ttf) format('truetype');
}

/*
     FILE ARCHIVED ON 09:26:14 May 10, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:43:26 Feb 02, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.936
  exclusion.robots: 0.025
  exclusion.robots.policy: 0.011
  esindex: 0.017
  cdx.remote: 11.693
  LoadShardBlock: 159.909 (3)
  PetaboxLoader3.datanode: 171.456 (4)
  load_resource: 85.156
  PetaboxLoader3.resolve: 47.76
*/
#main-superfish-wrapper { text-align: center; line-height: 0; }
#main-superfish-wrapper ul.sf-menu{ display: inline-block; }

ul.sf-menu, .sf-menu * { margin: 0; padding: 0; list-style: none; }
ul.sf-menu { line-height: 1; }
ul.sf-menu li { float: left; position: relative; padding: 14px 20px 13px; }
ul.sf-menu li.current-menu-item { padding-bottom: 12px; }
ul.sf-menu li:hover { visibility: inherit; } /* fixes IE7 'sticky bug' */
ul.sf-menu li a { padding: 0px 2px; line-height: 24px; text-decoration:none; display: block; position: relative; }

ul.sf-menu li.current-menu-ancestor a{ border-bottom-width: 1px; border-bottom-style: solid; }
ul.sf-menu li.current-menu-item a{ border-bottom-width: 1px; border-bottom-style: solid; }
ul.sf-menu li li a{ border-bottom: 0px !important; }

/*--- sub menu ---*/
ul.sf-menu li:hover ul,
ul.sf-menu li.sfHover ul { left: 0; z-index: 101; top: 51px; } /* match top ul list item height */

ul.sf-menu ul { border-width: 1px; border-style: solid; text-align: left; }
ul.sf-menu ul { position: absolute; top: -999em;width: 10em; }/* left offset of submenus need to match (see below) */
ul.sf-menu ul li { width: 100%; padding: 9px 0px; }

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul,
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul{ top: -999em; }

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul,
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul { left: 10em; top: -1px; } /* match ul width */

ul.sf-menu li li{ border-bottom-width: 1px; border-bottom-style: solid; }
ul.sf-menu li li:last-child{ border: 0px; }
ul.sf-menu li li a{ line-height: auto; height: auto; padding: 0px 15px; }

/*
     FILE ARCHIVED ON 12:04:07 May 08, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:43:26 Feb 02, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.947
  exclusion.robots: 0.029
  exclusion.robots.policy: 0.013
  esindex: 0.015
  cdx.remote: 6.149
  LoadShardBlock: 60.657 (3)
  PetaboxLoader3.datanode: 121.302 (5)
  load_resource: 194.338 (2)
  PetaboxLoader3.resolve: 84.828 (2)
*/
/*! fancyBox v2.0.6 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-tmp iframe, .fancybox-tmp object {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	padding: 0;
	margin: 0;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	padding: 0;
	margin: 0;
	position: relative;
	outline: none;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 10px;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/wp-content/themes/delicieux-v1-07/images/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8020;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/wp-content/themes/delicieux-v1-07/images/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	background: transparent url('/wp-content/themes/delicieux-v1-07/images/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 20px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 20px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	padding: 0;
	overflow: visible;
	visibility: hidden;
}

/* Overlay helper */

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: #000;
}

#fancybox-overlay.overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8030;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	margin-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
/*
     FILE ARCHIVED ON 21:23:38 May 09, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:43:26 Feb 02, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.549
  exclusion.robots: 0.019
  exclusion.robots.policy: 0.009
  esindex: 0.01
  cdx.remote: 15.414
  LoadShardBlock: 118.263 (3)
  PetaboxLoader3.datanode: 177.526 (5)
  PetaboxLoader3.resolve: 139.453 (3)
  load_resource: 215.068 (2)
*/
#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 8050;
}

#fancybox-thumbs.bottom {
	bottom: 2px;
}

#fancybox-thumbs.top {
	top: 2px;
}

#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#fancybox-thumbs ul li {
	float: left;
	padding: 1px;
	opacity: 0.5;
}

#fancybox-thumbs ul li.active {
	opacity: 0.75;
	padding: 0;
	border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
	opacity: 1;
}

#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	background: #111;
	outline: none;
}

#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
	max-width: none;
}
/*
     FILE ARCHIVED ON 15:05:50 May 08, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:43:26 Feb 02, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.502
  exclusion.robots: 0.016
  exclusion.robots.policy: 0.007
  esindex: 0.009
  cdx.remote: 7.168
  LoadShardBlock: 170.01 (3)
  PetaboxLoader3.resolve: 393.766 (5)
  PetaboxLoader3.datanode: 188.152 (5)
  load_resource: 471.037 (2)
*/
/*
 * jQuery FlexSlider v1.8
 * http://flex.madebymufffin.com
 *
 * Copyright 2011, Tyler Smith
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* Browser Resets */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus  {outline: none;}
.slides, .flex-control-nav, .flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.gdl-top-slider{ overflow: hidden; }
.flexslider { width: 100%; margin: 0; padding: 0; }
.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img { width: 100%; max-width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.flexslider { position: relative; zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
.flex-container { zoom: 1; position: relative; }

.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}

/* Caption style */
.flex-caption { max-width: 50%; position: absolute; right: 0px; bottom: 20px; text-align: left;
	padding: 30px 27px; opacity: 0.75; filter: alpha(opacity=70); }

/* Direction Nav */
.flex-direction-nav li a {width: 39px; height: 56px; margin: -28px 0 0; display: block; 
	position: absolute; top: 50%; cursor: pointer; text-indent: -9999px; -webkit-transition: all .3s ease;
	background: url(/wp-content/themes/delicieux-v1-07/images/flex-slider/bg_direction_nav_custom.png) no-repeat 0 0; }
.flex-direction-nav li .flex-next {background-position: -39px 0; right: -39px; }
.flex-direction-nav li .flex-prev {left: -39px;}
.flex-direction-nav li .disabled {opacity: .3 !important; filter:alpha(opacity=30); cursor: default;}

.flexslider:hover .flex-next {opacity: 1; right: 0px;}
.flexslider:hover .flex-prev {opacity: 1; left: 0px;}

/* Control Nav */
.flex-control-nav { display: inline-block; margin-top: 16px; margin-bottom: 6px; }
.flex-control-nav li { margin: 0 10px 0 0px; float: left; zoom: 1; *display: inline; }
.flex-control-nav li:last-child { margin: 0; }
.flex-control-nav li a {width: 9px; height: 9px; display: block; cursor: pointer; text-indent: -9999px;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
.flex-control-nav li a:hover { }
.flex-control-nav li a.flex-active { cursor: default;}

/* Thumbs */
.flexslider.carousel-included{ margin-bottom: 0px; }
.flex-carousel.carousel-included{ position: relative; overflow: hidden; padding: 10px 28px; }
.flex-carousel.carousel-included li{ float: left; display: none; }
.flex-carousel.carousel-included .flex-viewport{ position: relative; }
.flex-carousel.carousel-included .flex-viewport li{ float: left; margin-right: 10px; }
.flex-carousel.carousel-included .flex-viewport img{ display: block; opacity: 0.75; cursor: pointer; }
.flex-carousel.carousel-included .flex-viewport img:hover{ opacity: 1; }
.flex-carousel.carousel-included .flex-viewport .flex-active-slide img {opacity: 1; cursor: default;}{ opacity: 1; cursor: default; }

.flex-carousel .flex-direction-nav li{ display: block; }
.flex-carousel .flex-direction-nav li a{ position: absolute; top: 50%; margin-top: -8px; width: 16px; height: 16px; }
.flex-carousel .flex-direction-nav li a.flex-prev{ left: 7px; }
.flex-carousel .flex-direction-nav li a.flex-next{ right: 7px; }




/*
     FILE ARCHIVED ON 12:02:01 May 08, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:43:26 Feb 02, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.843
  exclusion.robots: 0.017
  exclusion.robots.policy: 0.008
  esindex: 0.011
  cdx.remote: 14.779
  LoadShardBlock: 142.954 (3)
  PetaboxLoader3.datanode: 132.717 (5)
  PetaboxLoader3.resolve: 153.246 (3)
  load_resource: 328.488 (2)
*/
.html5-video-player {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
    outline: 0;
    font-family: "YouTube Noto",Roboto,Arial,Helvetica,sans-serif;
    color: #eee;
    text-align: left;
    direction: ltr;
    font-size: 11px;
    line-height: 1.3;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    touch-action: manipulation;
    -ms-high-contrast-adjust: none
}

.html5-video-player:not(.ytp-transparent),.html5-video-player.unstarted-mode,.html5-video-player.ad-interrupting,.html5-video-player.ended-mode,.html5-video-player.ytp-fullscreen {
    background-color: #000
}

.ytp-big-mode {
    font-size: 17px
}

.ytp-autohide {
    cursor: none
}

.html5-video-player a {
    color: inherit;
    text-decoration: none;
    -moz-transition: color .1s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: color .1s cubic-bezier(0.0,0.0,0.2,1);
    transition: color .1s cubic-bezier(0.0,0.0,0.2,1);
    outline: 0
}

.html5-video-player a:hover {
    color: #fff;
    -moz-transition: color .1s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition: color .1s cubic-bezier(0.4,0.0,1,1);
    transition: color .1s cubic-bezier(0.4,0.0,1,1)
}

.ytp-probably-keyboard-focus a:focus {
    box-shadow: inset 0 0 0 2px rgba(27,127,204,.8)
}

.html5-video-player h1,.html5-video-player h2 {
    margin: 0
}

.html5-video-player svg {
    pointer-events: none
}

.html5-video-player:not(.ytp-touch-mode) ::-webkit-scrollbar {
    width: 10px;
    background-color: #424242
}

.ytp-big-mode:not(.ytp-touch-mode) ::-webkit-scrollbar {
    width: 15px
}

.html5-video-player:not(.ytp-touch-mode) ::-webkit-scrollbar-track {
    background-color: #424242
}

.html5-video-player:not(.ytp-touch-mode) ::-webkit-scrollbar-thumb {
    background-color: #8e8e8e;
    border: 1px solid #424242;
    border-radius: 5px
}

.ytp-big-mode:not(.ytp-touch-mode) ::-webkit-scrollbar-thumb {
    border-radius: 8px
}

.html5-video-container {
    z-index: 10;
    position: relative
}

.html5-main-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: 0
}

.html5-main-video[data-no-fullscreen=true]::-webkit-media-controls-fullscreen-button {
    display: none
}

.html5-main-video:not([controls])::-webkit-media-controls {
    display: none
}

.html5-main-video:not([controls])::-webkit-media-controls-start-playback-button {
    display: none
}

.html5-main-video::-webkit-media-controls-timeline {
    display: inline
}

.unstarted-mode .html5-main-video::-webkit-media-controls-start-playback-button {
    display: none
}

.ytp-transparent:not(.ytp-fullscreen) .html5-main-video {
    background: #000
}

@media screen and (max-width: 325px) {
    .html5-main-video::-webkit-media-controls-wireless-playback-picker-button {
        display:none
    }
}

.html5-main-video::-webkit-media-controls-current-time-display {
    display: -webkit-flex
}

.html5-main-video::-webkit-media-controls-time-remaining-display {
    display: -webkit-flex
}

.ytp-player-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 48px;
    bottom: 49px;
    -moz-transition: bottom .25s cubic-bezier(0.0,0.0,0.2,1),top .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: bottom .25s cubic-bezier(0.0,0.0,0.2,1),top .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: bottom .25s cubic-bezier(0.0,0.0,0.2,1),top .25s cubic-bezier(0.0,0.0,0.2,1)
}

.ytp-embed:not(.ad-showing) .ytp-player-content {
    top: 60px
}

.ytp-big-mode .ytp-player-content {
    top: 69px;
    bottom: 70px
}

.ytp-big-mode.ytp-embed:not(.ad-showing) .ytp-player-content {
    top: 89px
}

.ytp-player-content.ytp-iv-player-content {
    left: 12px;
    right: 12px
}

.ytp-big-mode .ytp-player-content.ytp-iv-player-content {
    left: 24px;
    right: 24px
}

.ytp-autohide .ytp-player-content:not(.html5-endscreen),.ytp-autohide .ytp-player-content:not(.ytp-upnext),.ytp-hide-info-bar .ytp-player-content {
    top: 0;
    -moz-transition: bottom .1s cubic-bezier(0.4,0.0,1,1),top .1s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition: bottom .1s cubic-bezier(0.4,0.0,1,1),top .1s cubic-bezier(0.4,0.0,1,1);
    transition: bottom .1s cubic-bezier(0.4,0.0,1,1),top .1s cubic-bezier(0.4,0.0,1,1)
}

.ytp-autohide .ytp-ypc-player-content,.ytp-hide-controls .ytp-player-content {
    bottom: 0
}

.ytp-autohide:not(.ytp-ad-overlay-open) .ytp-iv-player-content,.ytp-hide-controls .ytp-iv-player-content {
    bottom: 12px
}

.ytp-ad-overlay-open .ytp-player-content {
    bottom: 139px
}

.ytp-big-mode.ytp-autohide:not(.ytp-ad-overlay-open) .ytp-iv-player-content,.ytp-big-mode.ytp-hide-controls .ytp-iv-player-content {
    bottom: 24px
}

.ytp-big-mode.ytp-ad-overlay-open .ytp-player-content {
    bottom: 160px
}

.ytp-button {
    border: none;
    background-color: transparent;
    padding: 0;
    color: inherit;
    text-align: inherit;
    font-size: 100%;
    font-family: inherit;
    cursor: default;
    line-height: inherit
}

.ytp-button:focus,.ytp-button {
    outline: 0
}

.ytp-button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.html5-video-player .ytp-button[aria-disabled=true],.html5-video-player .ytp-button[disabled] {
    opacity: .5
}

.ytp-button:not([aria-disabled=true]):not([disabled]):not([aria-hidden=true]) {
    cursor: pointer
}

.ytp-probably-keyboard-focus .ytp-button:focus {
    box-shadow: inset 0 0 0 2px rgba(27,127,204,.8)
}

.ytp-chrome-top,.ytp-chrome-bottom {
    position: absolute;
    text-shadow: 0 0 2px rgba(0,0,0,.5)
}

.ytp-dni .ytp-chrome-bottom {
    text-shadow: none
}

.ytp-chrome-top {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
    left: 12px;
    right: 12px;
    top: 0;
    z-index: 59
}

.ytp-gvn .ytp-chrome-top,.ytp-gvn.ytp-big-mode .ytp-chrome-top {
    top: 20px
}

.ytp-chrome-bottom {
    bottom: 0;
    height: 36px;
    width: 100%;
    z-index: 60;
    padding-top: 3px;
    text-align: left;
    direction: ltr
}

.ytp-big-mode .ytp-chrome-bottom {
    height: 54px;
    padding-top: 4px
}

.ytp-chrome-top .ytp-button,.ytp-chrome-controls .ytp-button,.ytp-replay-button {
    opacity: .9;
    display: inline-block;
    width: 36px;
    -moz-transition: opacity .1s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition: opacity .1s cubic-bezier(0.4,0.0,1,1);
    transition: opacity .1s cubic-bezier(0.4,0.0,1,1);
    overflow: hidden
}

.ytp-chrome-top .ytp-button {
    padding-top: 6px;
    height: 42px;
    vertical-align: top
}

.ytp-big-mode .ytp-chrome-top .ytp-button {
    padding-top: 9px;
    height: 63px
}

.ytp-chrome-controls .ytp-button {
    height: 100%
}

.ytp-big-mode .ytp-chrome-top .ytp-button,.ytp-big-mode .ytp-chrome-controls .ytp-button {
    width: 54px
}

.ytp-prev-button::before {
    content: '';
    display: block;
    height: 100%;
    width: 12px;
    position: absolute;
    top: 0;
    left: -12px
}

.ytp-play-button:not(.ytp-play-button-playlist)::before {
    content: '';
    display: block;
    height: 100%;
    width: 12px;
    position: absolute;
    top: 0;
    left: -12px
}

.ytp-big-mode .ytp-prev-button::before,.ytp-big-mode .ytp-play-button:not(.ytp-play-button-playlist)::before {
    width: 24px;
    left: -24px
}

.ytp-chrome-top .ytp-button:hover,.ytp-chrome-controls .ytp-button:not([aria-disabled=true]):not([disabled]):hover,.ytp-chrome-controls .ytp-button[aria-expanded=true],.ytp-chrome-controls .ytp-button[aria-pressed=true],.ytp-replay-button:hover {
    opacity: 1;
    -moz-transition: opacity .1s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: opacity .1s cubic-bezier(0.0,0.0,0.2,1);
    transition: opacity .1s cubic-bezier(0.0,0.0,0.2,1)
}

.ytp-svg-fill {
    fill: #fff
}

.ytp-svg-shadow {
    stroke: #000;
    stroke-opacity: .15;
    stroke-width: 2px;
    fill: none
}

.ytp-dni .ytp-svg-shadow {
    display: none
}

.ytp-svg-shadow-fill {
    fill: #000;
    fill-opacity: .15;
    stroke: none
}

.ytp-chrome-controls .ytp-button[aria-pressed] {
    position: relative
}

.ytp-chrome-controls .ytp-button[aria-pressed]:after {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    border-radius: 2px;
    width: 0;
    left: 18px;
    bottom: 6px;
    background-color: #f00;
    -moz-transition: left .1s cubic-bezier(0.4,0.0,1,1),width .1s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition: left .1s cubic-bezier(0.4,0.0,1,1),width .1s cubic-bezier(0.4,0.0,1,1);
    transition: left .1s cubic-bezier(0.4,0.0,1,1),width .1s cubic-bezier(0.4,0.0,1,1)
}

.ytp-big-mode .ytp-chrome-controls .ytp-button[aria-pressed]:after {
    height: 3px;
    border-radius: 3px;
    left: 27px;
    bottom: 10px
}

.ytp-dni .ytp-chrome-controls .ytp-button[aria-pressed]:after {
    background-color: #fff
}

.ytp-chrome-controls .ytp-button[aria-pressed=true]:after {
    width: 18px;
    left: 9px;
    -moz-transition: left .25s cubic-bezier(0.0,0.0,0.2,1),width .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: left .25s cubic-bezier(0.0,0.0,0.2,1),width .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: left .25s cubic-bezier(0.0,0.0,0.2,1),width .25s cubic-bezier(0.0,0.0,0.2,1)
}

.ytp-big-mode .ytp-chrome-controls .ytp-button[aria-pressed=true]:after {
    width: 27px;
    left: 14px
}

.ytp-color-white .ytp-chrome-controls .ytp-button[aria-pressed]:after {
    background-color: #ddd
}

.ytp-color-party .ytp-chrome-controls .ytp-button[aria-pressed]:after {
    -moz-animation: ytp-party-background-color .1s linear infinite;
    -webkit-animation: ytp-party-background-color .1s linear infinite;
    animation: ytp-party-background-color .1s linear infinite
}

.ytp-chrome-top-buttons {
    white-space: nowrap
}

.ytp-chrome-top:not(.ytp-share-button-visible) .ytp-share-button,.ytp-overflow-button:not(.ytp-overflow-button-visible) {
    display: none
}

.ytp-chrome-controls {
    height: 36px;
    line-height: 36px;
    font-size: 109%;
    text-align: left;
    direction: ltr
}

.ytp-big-mode .ytp-chrome-controls {
    height: 54px;
    line-height: 54px
}

.ytp-left-controls {
    float: left;
    height: 100%
}

.ytp-right-controls {
    float: right;
    height: 100%
}

.ytp-chrome-top,.ytp-chrome-bottom {
    -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1)
}

.ytp-autohide .ytp-playlist-menu-button,.ytp-autohide .ytp-title,.ytp-autohide .ytp-watch-later-button,.ytp-autohide .ytp-share-button,.ytp-autohide:not(.ytp-cards-teaser-shown) .ytp-cards-button,.ytp-autohide .ytp-overflow-button,.ytp-autohide .ytp-chrome-bottom,.ytp-chrome-top[aria-hidden=true],.ytp-chrome-bottom[aria-hidden=true] {
    opacity: 0;
    -moz-transition: opacity .1s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition: opacity .1s cubic-bezier(0.4,0.0,1,1);
    transition: opacity .1s cubic-bezier(0.4,0.0,1,1)
}

.ytp-autohide:not(.ytp-autohide-active) .ytp-playlist-menu-button,.ytp-autohide:not(.ytp-autohide-active) .ytp-title,.ytp-autohide:not(.ytp-autohide-active) .ytp-watch-later-button,.ytp-autohide:not(.ytp-autohide-active) .ytp-share-button,.ytp-autohide:not(.ytp-autohide-active):not(.ytp-cards-teaser-shown) .ytp-cards-button,.ytp-autohide:not(.ytp-autohide-active) .ytp-overflow-button {
    display: none
}

.ytp-gradient-top,.ytp-gradient-bottom {
    width: 100%;
    position: absolute;
    background-repeat: repeat-x;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
    -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    pointer-events: none
}

.ytp-big-mode .ytp-gradient-top,.ytp-big-mode .ytp-gradient-bottom {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEmCAYAAACjy/qzAAAAhklEQVQ4y52RUQ6AMAxCKd7/JJ7R6aeJAdr507TjQZqOAE4CWARwx7JE944rch/k6qOWS7bq5bh72zGF8+LTa6goJeRPgXDYNxWFfkS0QXCInLIN1GxTXA0dtS0otWJnuXJR1Y9WYP9GF1UCYRQYHRSlXMARbVO4th3sd7Y3OP5dY3Bn+SkPsGJ1+HGGVtcAAAAASUVORK5CYII=)
}

.ytp-gradient-top[aria-hidden=true],.ytp-gradient-bottom[aria-hidden=true],.ytp-autohide .ytp-gradient-top,.ytp-autohide .ytp-gradient-bottom {
    opacity: 0;
    -moz-transition: opacity .1s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition: opacity .1s cubic-bezier(0.4,0.0,1,1);
    transition: opacity .1s cubic-bezier(0.4,0.0,1,1)
}

.ytp-autohide:not(.ytp-autohide-active) .ytp-gradient-top,.ytp-autohide:not(.ytp-autohide-active) .ytp-gradient-bottom {
    display: none
}

.ytp-gradient-top {
    height: 48px;
    padding-bottom: 50px;
    top: 0;
    z-index: 23;
    background-position: top
}

.ytp-embed:not(.ad-showing) .ytp-gradient-top {
    height: 60px
}

.ytp-big-mode .ytp-gradient-top {
    height: 69px;
    padding-bottom: 77px
}

.ytp-big-mode.ytp-embed:not(.ad-showing) .ytp-gradient-top {
    height: 89px;
    padding-bottom: 57px
}

.ytp-gradient-bottom {
    height: 49px;
    padding-top: 49px;
    bottom: 0;
    z-index: 22;
    background-position: bottom
}

.ytp-big-mode .ytp-gradient-bottom {
    height: 70px;
    padding-top: 76px
}

.ytp-hide-info-bar .ytp-chrome-top {
    height: 0
}

.ytp-hide-info-bar .ytp-gradient-top,.ytp-hide-info-bar .ytp-chrome-top .ytp-title,.ytp-hide-info-bar .ytp-chrome-top .ytp-playlist-menu-button,.ytp-hide-info-bar .ytp-chrome-top .ytp-watch-later-button,.ytp-hide-info-bar .ytp-chrome-top .ytp-share-button,.ytp-hide-info-bar .ytp-chrome-top .ytp-overflow-button {
    display: none
}

.ytp-hide-controls .ytp-gradient-bottom,.ytp-hide-controls .ytp-chrome-bottom {
    display: none
}

@media screen and (-ms-high-contrast:active) {
    .ytp-gradient-bottom,.ytp-gradient-top {
        background: #000;
        padding-bottom: 0;
        padding-top: 0
    }
}

@keyframes ytp-party-background-color {
    0% {
        background-color: #f00
    }

    20% {
        background-color: #0f0
    }

    40% {
        background-color: #00f
    }

    60% {
        background-color: #f0f
    }

    80% {
        background-color: #ff0
    }

    to {
        background-color: #0ff
    }
}

@keyframes ytp-party-color {
    0% {
        color: #f00
    }

    20% {
        color: #0f0
    }

    40% {
        color: #00f
    }

    60% {
        color: #f0f
    }

    80% {
        color: #ff0
    }

    to {
        color: #0ff
    }
}

@keyframes ytp-party-fill {
    0% {
        fill: #f00
    }

    20% {
        fill: #0f0
    }

    40% {
        fill: #00f
    }

    60% {
        fill: #f0f
    }

    80% {
        fill: #ff0
    }

    to {
        fill: #0ff
    }
}

.ytp-menu-shown .video-ads {
    display: none
}

.ytp-ad-display-override .video-ads {
    display: inherit
}

.ytp-swatch-background-color {
    background-color: #f00
}

.ytp-dni .ytp-swatch-background-color,.ytp-dni .ytp-swatch-background-color-secondary {
    background-color: #fff
}

.ytp-color-white .ytp-swatch-background-color {
    background-color: #ddd
}

.ytp-color-white .ytp-swatch-background-color-secondary {
    background-color: #aaa
}

.ytp-color-party .ytp-swatch-background-color,.ytp-color-party .ytp-swatch-background-color-secondary {
    -moz-animation: ytp-party-background-color .1s linear infinite;
    -webkit-animation: ytp-party-background-color .1s linear infinite;
    animation: ytp-party-background-color .1s linear infinite
}

.ytp-swatch-color {
    color: #f00
}

.ytp-dni .ytp-swatch-color {
    color: #fff
}

.ytp-color-white .ytp-swatch-color {
    color: #ddd
}

.ytp-color-party .ytp-swatch-color {
    -moz-animation: ytp-party-color .15s linear infinite;
    -webkit-animation: ytp-party-color .15s linear infinite;
    animation: ytp-party-color .15s linear infinite
}

@media print {
    .html5-video-player * {
        visibility: hidden
    }

    .html5-video-player {
        border: 1px #000 solid;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .ytp-chrome-top,.ytp-cued-thumbnail-overlay,.ytp-large-play-button {
        opacity: 1!important;
        display: block!important;
        visibility: visible!important
    }

    .ytp-title,.ytp-title *,.ytp-large-play-button * {
        color: #000!important;
        visibility: visible!important
    }
}

.ytp-ad-module {
    width: 100%;
    height: 100%
}

.video-ad-status-bar {
    position: absolute;
    bottom: 49px;
    z-index: 33;
    width: 100%;
    background-color: #000;
    opacity: .7;
    display: none
}

.ytp-big-mode .video-ad-status-bar {
    bottom: 70px
}

.ytp-hide-controls .video-ad-status-bar {
    bottom: 0
}

.ad-interrupting .video-ad-status-bar {
    display: block
}

.ad-interrupting.ytp-autohide .video-ad-status-bar,.ad-interrupting.ytp-hide-controls .video-ad-status-bar {
    bottom: 0
}

.video-ad-label {
    display: block;
    margin-bottom: 5px
}

.ad-showing .ad-video {
    position: absolute;
    top: 0
}

.html5-video-player .video-click-tracking,.html5-video-player .video-stream {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute
}

.html5-video-player .ad-container-single-media-element-annotations {
    position: absolute;
    z-index: 33
}

.html5-video-player .ad-container-single-media-element-annotations-workaround {
    z-index: 33
}

.html5-video-player .ad-container-single-media-element-annotations-fix {
    bottom: 0
}

.html5-video-player.ytp-video-ad-learn-more-ui .ad-container-single-media-element-annotations {
    z-index: auto
}

.html5-video-player.ytp-video-ad-learn-more-ui .ad-container-single-media-element-annotations iframe {
    z-index: 33
}

.html5-video-player .ad-overlay {
    position: absolute;
    bottom: 49px;
    width: 100%;
    -moz-transition: bottom .25s cubic-bezier(0.0,0.0,0.2,1),opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: bottom .25s cubic-bezier(0.0,0.0,0.2,1),opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: bottom .25s cubic-bezier(0.0,0.0,0.2,1),opacity .25s cubic-bezier(0.0,0.0,0.2,1)
}

.ytp-ad-overlay-closed .ad-overlay,.ytp-player-minimized.ytp-ad-overlay-closed .ad-overlay {
    display: none
}

.ytp-big-mode .ad-overlay {
    bottom: 70px
}

.ytp-autohide.ytp-ad-overlay-closed .ad-overlay {
    opacity: 0;
    -moz-transition: bottom .1s cubic-bezier(0.4,0.0,1,1),opacity .1s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition: bottom .1s cubic-bezier(0.4,0.0,1,1),opacity .1s cubic-bezier(0.4,0.0,1,1);
    transition: bottom .1s cubic-bezier(0.4,0.0,1,1),opacity .1s cubic-bezier(0.4,0.0,1,1)
}

.html5-video-player .ad-overlay .video-click-tracking {
    display: none
}

.html5-video-player .ad-overlay>*:not(.ima-container) {
    z-index: 36
}

.html5-video-player .ad-overlay>.ima-container {
    z-index: auto!important
}

.html5-video-player .ad-overlay>.ima-container>* {
    z-index: 36!important;
    position: relative
}

.ytp-hide-controls.videoAdUiRedesign .videoAdUiSkipContainer,.ytp-hide-controls.videoAdUiRedesign .videoAdUiPreSkipContainer {
    -moz-transition: bottom .1s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition: bottom .1s cubic-bezier(0.4,0.0,1,1);
    transition: bottom .1s cubic-bezier(0.4,0.0,1,1)
}

.html5-video-player.ytp-settings-shown .videoAdUiSkipContainer,.html5-video-player.ytp-settings-shown .videoAdUiPreSkipContainer {
    z-index: 33!important;
    opacity: .4!important;
    pointer-events: none
}

.html5-video-player .videoAdUiBottomBar {
    -moz-transition: bottom .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: bottom .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: bottom .25s cubic-bezier(0.0,0.0,0.2,1)
}

.ytp-hide-controls .videoAdUiBottomBar,.ytp-autohide .videoAdUiBottomBar,.ytp-hide-controls.videoAdUiRedesign .videoAdUiBottomBar,.ytp-autohide.videoAdUiRedesign .videoAdUiBottomBar,.ytp-iv-drawer-open .videoAdUiBottomBar {
    bottom: 6px!important;
    -moz-transition: bottom .1s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition: bottom .1s cubic-bezier(0.4,0.0,1,1);
    transition: bottom .1s cubic-bezier(0.4,0.0,1,1)
}

.html5-video-player:not(.ad-interrupting):not(.ad-showing) .ad-container,.html5-video-player:not(.ad-interrupting):not(.ad-showing):not(.ytp-ad-overlay-open) .video-ads {
    display: none
}

.html5-video-player.ytp-ad-end-cap .videoAdUiPreSkipContainer,.html5-video-player.ytp-ad-end-cap .videoAdUiSkipContainer {
    -moz-transition: margin .33s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition: margin .33s cubic-bezier(0.4,0.0,1,1);
    transition: margin .33s cubic-bezier(0.4,0.0,1,1)
}

.ytp-iv-drawer-open.ytp-ad-end-cap .videoAdUiPreSkipContainer,.ytp-iv-drawer-open.ytp-ad-end-cap .videoAdUiSkipContainer {
    -moz-transition: margin .33s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: margin .33s cubic-bezier(0.0,0.0,0.2,1);
    transition: margin .33s cubic-bezier(0.0,0.0,0.2,1);
    margin-right: 177px
}

.html5-video-player.ytp-ad-end-cap .iv-endcap-slot {
    margin-right: 0
}

.html5-video-player.ytp-ad-end-cap.ytp-endcap-background-clickable .iv-endcap-slot {
    margin: 40px;
    margin-right: 40px
}

.ytp-iv-drawer-open.ytp-ad-end-cap .iv-endcap-slot {
    margin-right: 177px
}

.ytp-iv-drawer-open.ytp-ad-end-cap.ytp-endcap-background-clickable .iv-endcap-slot {
    margin-right: 217px
}

.html5-video-player .videoAdUiAdInfoPopupText a {
    color: #167ac6
}

.html5-video-player .videoAdUiAdInfoPopupText a:hover {
    color: #167ac6;
    text-decoration: underline
}

.iv-endcap-background {
    z-index: 26
}

.ytp-endcap-background-clickable .iv-endcap-background {
    cursor: pointer
}

.html5-video-player .attribution-button {
    text-shadow: rgba(0,0,0,1.0) 0 0 8px,rgba(0,0,0,0.9) 0 0 4px
}

.ytp-ad-button-text,.ytp-ad-button-icon,.ytp-ad-skip-button-text,.ytp-ad-skip-button-icon {
    display: inline-block
}

.ytp-ad-button-icon {
    height: inherit;
    width: inherit;
    pointer-events: auto
}

.ytp-ad-button-link {
    padding: 0;
    border: none;
    background: transparent;
    font-weight: normal;
    font-size: inherit;
    text-decoration: none;
    box-shadow: none
}

.ytp-ad-button-link:active,.ytp-ad-button-link:hover {
    background: transparent;
    text-decoration: underline;
    box-shadow: none
}

.ytp-big-mode .ytp-ad-player-overlay-instream-info,.ytp-big-mode .ytp-ad-survey-player-overlay-instream-info {
    left: 24px;
    bottom: 70px
}

.ytp-hide-controls .ytp-ad-player-overlay-instream-info,.ytp-autohide .ytp-ad-player-overlay-instream-info,.ytp-iv-drawer-open .ytp-ad-player-overlay-instream-info,.ytp-hide-controls .ytp-ad-survey-player-overlay-instream-info,.ytp-autohide .ytp-ad-survey-player-overlay-instream-info,.ytp-iv-drawer-open .ytp-ad-survey-player-overlay-instream-info {
    bottom: 6px;
    -moz-transition: bottom .1s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition: bottom .1s cubic-bezier(0.4,0.0,1,1);
    transition: bottom .1s cubic-bezier(0.4,0.0,1,1)
}

.ytp-ad-player-overlay-instream-info,.ytp-ad-survey-player-overlay-instream-info {
    bottom: 49px;
    cursor: default;
    left: 18px;
    pointer-events: auto;
    position: absolute;
    text-shadow: 0 0 4px rgba(0,0,0,0.75);
    z-index: 33;
    -moz-transition: bottom .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: bottom .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: bottom .25s cubic-bezier(0.0,0.0,0.2,1)
}

.ytp-ad-clickable {
    cursor: pointer
}

.ytp-ad-simple-ad-badge,.ytp-ad-duration-remaining,.ytp-ad-info-icon-button,.ytp-ad-info-hover-text-button .ytp-ad-button {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    left: 0;
    line-height: 28px;
    position: relative
}

.ytp-ad-visit-advertiser-button {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    left: 0;
    position: relative
}

.ytp-ad-simple-ad-badge {
    margin-left: 5px;
    opacity: .75
}

.ytp-ad-duration-remaining {
    margin-left: 3px;
    opacity: .75
}

.ytp-ad-info-hover-text-button {
    display: inline-block;
    height: 28px;
    line-height: inherit;
    margin: 0 5px;
    pointer-events: auto;
    position: relative;
    text-shadow: 0 0 2px rgba(0,0,0,.5);
    vertical-align: middle
}

.ytp-ad-info-hover-text-button .ytp-ad-hover-text-container {
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    bottom: 30px;
    box-sizing: border-box;
    color: #333;
    display: none;
    font-size: 12px;
    left: -19px;
    line-height: normal;
    opacity: .9;
    padding: 7px;
    pointer-events: auto;
    position: absolute;
    text-shadow: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none
}

.ytp-ad-info-hover-text-short {
    white-space: nowrap
}

.ytp-ad-info-hover-text-long {
    width: 210px
}

.html5-video-player .ytp-ad-info-hover-text-button .ytp-ad-hover-text-container a {
    color: #167ac6
}

.html5-video-player .ytp-ad-info-hover-text-button .ytp-ad-hover-text-container a:hover {
    color: #167ac6;
    text-decoration: underline
}

.ytp-ad-info-hover-text-button:hover .ytp-ad-hover-text-container,.ytp-ad-overlay-ad-info-button-container:hover .ytp-ad-hover-text-container {
    display: inline-block
}

.ytp-ad-hover-text-callout {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    box-sizing: border-box;
    display: inline-block;
    height: 0;
    left: 20px;
    overflow: visible;
    position: absolute;
    text-align: center;
    top: 100%;
    width: 0
}

.ytp-ad-info-icon-button,.ytp-ad-info-hover-text-button .ytp-ad-button {
    filter: drop-shadow(0 0 2px #000);
    height: inherit;
    opacity: .75;
    transform: translateY(-1px);
    width: 13px
}

.ytp-ad-info-icon-button:hover,.ytp-ad-info-hover-text-button .ytp-ad-button:hover {
    opacity: 1
}

.ytp-ad-info-icon-button:focus,.ytp-ad-info-hover-text-button .ytp-ad-button:focus {
    outline: 0
}

.ytp-ad-confirm-dialog-background,.ytp-ad-info-dialog-background,.ytp-ad-feedback-dialog-background {
    background: rgba(0,0,0,0.8);
    display: table;
    height: 100%;
    left: 0;
    margin: auto;
    pointer-events: auto;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2201
}

.ytp-ad-confirm-dialog-close-overlay-button,.ytp-ad-info-dialog-close-button,.ytp-ad-feedback-dialog-close-button {
    height: 24px;
    opacity: .75;
    cursor: pointer;
    position: absolute;
    right: 14px;
    top: 14px;
    width: 24px
}

.ytp-ad-confirm-dialog-close-overlay-button:hover,.ytp-ad-info-dialog-close-button:hover,.ytp-ad-feedback-dialog-close-button:hover {
    opacity: 1
}

.ytp-ad-confirm-dialog-container,.ytp-ad-info-dialog-container,.ytp-ad-feedback-dialog-container {
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

.ytp-ad-confirm-dialog,.ytp-ad-info-dialog-form,.ytp-ad-feedback-dialog-form {
    background: white;
    border: 1px solid black;
    color: #767676;
    display: inline-block;
    text-shadow: none;
    font-size: 14px;
    min-width: 180px;
    max-width: 50%;
    padding: 14px;
    text-align: left
}

.ytp-ad-info-dialog-relative-container {
    position: absolute;
    z-index: 72
}

.ytp-ad-info-dialog-relative-container .ytp-ad-info-dialog-form {
    box-shadow: 0 0 15px rgba(0,0,0,.18);
    border-color: #e2e2e2;
    max-width: none
}

.ytp-ad-info-dialog-form a,.ytp-ad-info-dialog-form a:hover,.ytp-ad-info-dialog-mute-button,.ytp-ad-feedback-dialog-form a,.ytp-ad-feedback-dialog-form a:hover,.ytp-ad-feedback-dialog-undo-mute-button {
    color: #167ac6;
    cursor: pointer
}

.ytp-ad-info-dialog-title,.ytp-ad-feedback-dialog-title {
    color: #333;
    font-family: "Roboto",arial,sans-serif;
    font-weight: 500;
    padding-bottom: 8px
}

.ytp-ad-info-dialog-title a,.ytp-ad-feedback-dialog-title a {
    text-decoration: underline
}

ul.ytp-ad-info-dialog-ad-reasons {
    padding: 0;
    margin: 0;
    margin-bottom: 8px
}

.ytp-ad-info-dialog-ad-reasons li {
    list-style: disc;
    list-style-position: outside;
    margin-left: 20px
}

.ytp-ad-confirm-dialog-messages,.ytp-ad-info-dialog-feedback-options {
    margin-left: 8px
}

label.ytp-ad-feedback-dialog-reason-label {
    display: block;
    margin: 8px 0
}

.ytp-ad-confirm-dialog-confirm-container,.ytp-ad-info-dialog-confirm-container,.ytp-ad-feedback-dialog-confirm-container {
    margin-top: 8px;
    text-align: right
}

.ytp-ad-confirm-dialog-cancel-button,.ytp-ad-confirm-dialog-confirm-button,.ytp-ad-info-dialog-confirm-button,.ytp-ad-feedback-dialog-confirm-button,.ytp-ad-feedback-dialog-cancel-button {
    background: none;
    border: none;
    font-family: "Roboto",arial,sans-serif;
    font-weight: 500;
    margin: 4px 0 0 12px;
    padding: 10px;
    color: #167ac6;
    cursor: pointer;
    text-transform: uppercase
}

.ytp-ad-confirm-dialog-confirm-button:hover,.ytp-ad-confirm-dialog-cancel-button:hover,.ytp-ad-info-dialog-confirm-button:hover,.ytp-ad-feedback-dialog-confirm-button:hover,.ytp-ad-feedback-dialog-cancel-button:hover {
    color: #167ac6;
    cursor: pointer;
    text-transform: uppercase
}

.ytp-ad-info-dialog-mute-container {
    margin-top: 8px
}

.ytp-ad-info-dialog-mute-button {
    font-family: "Roboto",arial,sans-serif
}

.ytp-ad-info-dialog-mute-button .ytp-ad-button-icon {
    height: 16px;
    margin-right: 5px;
    width: 16px;
    vertical-align: middle
}

.ytp-ad-feedback-dialog-undo-mute-button {
    font-family: "Roboto",arial,sans-serif;
    font-weight: 500;
    margin-left: 5px
}

.ytp-ad-feedback-dialog-undo-mute-button .ytp-ad-button-text {
    text-decoration: underline
}

.ytp-ad-visit-advertiser-button {
    line-height: inherit;
    font-family: "Roboto",arial,sans-serif;
    margin-left: 5px;
    text-shadow: 0 0 4px rgba(0,0,0,0.75)
}

.ytp-ad-visit-advertiser-button::before {
    content: '';
    cursor: pointer;
    position: absolute;
    left: -2px;
    right: -2px;
    top: -7px;
    bottom: -8px
}

.ytp-ad-visit-advertiser-button .ytp-ad-button-text {
    color: rgba(255,255,255,0.75);
    cursor: pointer;
    font-size: 12px;
    margin: -4px 3px -2px 0;
    padding: 5px 0;
    text-decoration: none;
    vertical-align: baseline
}

.ytp-ad-visit-advertiser-button:hover .ytp-ad-button-text {
    color: rgba(255,255,255,1.0);
    text-decoration: underline
}

.ytp-ad-visit-advertiser-button .ytp-ad-button-icon {
    cursor: pointer;
    filter: drop-shadow(0 0 2px #000);
    height: 10px;
    opacity: .75;
    width: 10px;
    transform: translate(0,1px)
}

.ytp-ad-visit-advertiser-button:hover .ytp-ad-button-icon {
    opacity: 1
}

.ytp-big-mode .ytp-ad-preview-container,.ytp-big-mode .ytp-ad-skip-button-container {
    bottom: 95px
}

.ytp-big-mode .ytp-ad-instream-user-sentiment-container {
    bottom: 156px
}

.ytp-hide-controls .ytp-ad-preview-container,.ytp-hide-controls .ytp-ad-skip-button-container {
    bottom: 25px
}

.ytp-hide-controls .ytp-ad-instream-user-sentiment-container {
    bottom: 86px
}

.ytp-settings-shown .ytp-ad-preview-container,.ytp-settings-shown .ytp-ad-skip-button-container,.ytp-settings-shown .ytp-ad-instream-user-sentiment-container {
    opacity: .4;
    pointer-events: none;
    z-index: 33
}

.ytp-settings-shown .ytp-ad-instream-user-sentiment-container .ytp-ad-toggle-button-label {
    pointer-events: none
}

.ytp-ad-message-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 33
}

.ytp-ad-preview-slot,.ytp-ad-skip-ad-slot,.ytp-ad-message-slot {
    text-shadow: 0 0 4px rgba(0,0,0,0.75);
    pointer-events: auto;
    z-index: 33
}

.ytp-ad-preview-container,.ytp-ad-skip-button-container {
    bottom: 74px;
    display: inline-block;
    position: absolute;
    right: 0;
    z-index: 1000
}

.ytp-ad-message-container {
    display: inline-block;
    bottom: 74px;
    display: inline-block;
    position: absolute;
    color: #fff;
    cursor: pointer;
    opacity: 1;
    right: 0;
    z-index: 1000
}

.ytp-ad-preview-container,.ytp-ad-message-container {
    -moz-transition: opacity .4s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: opacity .4s cubic-bezier(0.0,0.0,0.2,1);
    transition: opacity .4s cubic-bezier(0.0,0.0,0.2,1);
    background: rgba(0,0,0,0.4);
    cursor: default
}

.ytp-ad-skip-button-container {
    -moz-transition: opacity .5s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: opacity .5s cubic-bezier(0.0,0.0,0.2,1);
    transition: opacity .5s cubic-bezier(0.0,0.0,0.2,1);
    cursor: pointer;
    opacity: .7;
    pointer-events: auto
}

.ytp-ad-preview-container[aria-hidden=true],.ytp-ad-skip-button-container[aria-hidden=true] {
    opacity: 0;
    -moz-transition: opacity .1s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition: opacity .1s cubic-bezier(0.4,0.0,1,1);
    transition: opacity .1s cubic-bezier(0.4,0.0,1,1)
}

.ytp-ad-preview-text {
    display: inline-block;
    font-size: 12px;
    height: 30px;
    letter-spacing: .1px;
    min-width: 82px;
    padding: 11px 10px;
    text-align: center;
    vertical-align: middle;
    white-space: pre;
    width: auto
}

.ytp-ad-message-text {
    display: inline-block;
    font-size: 16px;
    height: 52px;
    line-height: 52px;
    letter-spacing: .1px;
    min-width: 80px;
    padding: 0 20px;
    text-align: center;
    vertical-align: middle;
    white-space: pre;
    width: auto
}

.ytp-ad-preview-image {
    display: inline-block;
    vertical-align: middle
}

.ytp-ad-preview-image>.ytp-ad-image {
    display: block;
    width: 92px;
    height: 52px
}

.countdown-next-to-thumbnail .ytp-ad-preview-text {
    font-size: 14px;
    font-weight: 500;
    height: auto;
    min-width: 0;
    padding: 0 8px
}

.countdown-next-to-thumbnail .ytp-ad-image {
    height: 41px;
    width: 73px
}

.ytp-ad-skip-button {
    background: rgba(0,0,0,0.7);
    border: 1px solid rgba(255,255,255,0.5);
    border-right: 0;
    box-sizing: content-box;
    color: #fff;
    direction: ltr;
    font-size: 18px;
    line-height: normal;
    min-width: 0;
    padding: 10px 6px 8px 10px;
    width: auto;
    text-align: center;
    cursor: pointer
}

.ytp-ad-skip-button:hover {
    background: rgba(0,0,0,0.9);
    border: 1px solid rgba(255,255,255,1);
    border-right: 0
}

.ytp-ad-skip-button-icon {
    height: 36px;
    width: 36px;
    display: inline-block;
    vertical-align: middle;
    margin: -14px -6px -12px -4px
}

.html5-video-player .ytp-ad-overlay-slot {
    position: absolute;
    bottom: 49px;
    width: 100%;
    -moz-transition: bottom .25s cubic-bezier(0.0,0.0,0.2,1),opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: bottom .25s cubic-bezier(0.0,0.0,0.2,1),opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: bottom .25s cubic-bezier(0.0,0.0,0.2,1),opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    z-index: 33
}

.ytp-big-mode .ytp-ad-overlay-slot {
    bottom: 70px
}

.ytp-autohide.ytp-ad-overlay-closed .ytp-ad-overlay-slot {
    opacity: 0;
    -moz-transition: bottom .1s cubic-bezier(0.4,0.0,1,1),opacity .1s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition: bottom .1s cubic-bezier(0.4,0.0,1,1),opacity .1s cubic-bezier(0.4,0.0,1,1);
    transition: bottom .1s cubic-bezier(0.4,0.0,1,1),opacity .1s cubic-bezier(0.4,0.0,1,1)
}

.ytp-ad-overlay-container {
    text-align: center
}

.ytp-ad-text-overlay {
    height: 63px;
    background-color: rgba(0,0,0,0.6);
    border: 1px solid rgba(0,0,0,0.6);
    min-width: 320px;
    margin: auto;
    max-width: 440px;
    padding-left: 10px;
    position: relative;
    text-align: left
}

.ytp-ad-text-overlay:hover {
    border: 1px solid rgba(58,58,58,1.0)
}

.ytp-ad-overlay-title {
    cursor: pointer;
    color: #fff;
    display: block;
    font: bold 14px arial,sans-serif;
    margin: 7px 22px 0 0;
    overflow: hidden;
    padding-bottom: 4px;
    text-overflow: ellipsis;
    text-shadow: #000 0 -1px 0;
    white-space: nowrap
}

.ytp-ad-text-overlay:hover .ytp-ad-overlay-title {
    text-decoration: underline
}

.ytp-ad-overlay-desc {
    color: #fff;
    font: 12px arial,sans-serif;
    margin-bottom: 2px;
    margin-top: -3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ytp-ad-image-overlay {
    min-width: 320px;
    margin: auto;
    position: relative
}

.ytp-ad-overlay-image {
    cursor: pointer;
    display: block
}

.ytp-ad-image-overlay:hover {
    text-decoration: underline
}

.ytp-ad-overlay-link {
    cursor: pointer;
    bottom: 9px;
    color: #eade90;
    font: 11px arial,sans-serif;
    position: static;
    text-decoration: none;
    text-shadow: #000 0 -1px 0
}

.ytp-ad-overlay-link.ytp-ad-overlay-link-inline-block {
    display: inline-block
}

.ytp-ad-overlay-ad-info-button-container {
    color: #fff;
    cursor: pointer;
    height: 15px;
    padding: 6px 1px 10px 20px;
    pointer-events: auto;
    position: absolute;
    right: 21px;
    top: 0;
    width: 15px
}

.ytp-ad-overlay-ad-info-button-container .ytp-ad-info-hover-text-button {
    height: inherit;
    width: inherit;
    margin: 0;
    vertical-align: baseline
}

.ytp-ad-overlay-ad-info-button-container .ytp-ad-hover-text-container {
    background-color: rgba(0,0,0,0.6);
    border: 1px solid rgba(0,0,0,0.6);
    color: #fff;
    font-weight: 500;
    opacity: 1
}

.ytp-ad-overlay-ad-info-button-container .ytp-ad-button {
    cursor: pointer;
    fill-opacity: .8;
    height: inherit;
    opacity: .9;
    width: inherit;
    filter: none;
    line-height: normal;
    transform: none
}

.ytp-ad-overlay-close-container {
    cursor: pointer;
    height: 15px;
    margin: 0;
    padding: 6px 6px 10px 1px;
    position: absolute;
    right: 0;
    top: 0;
    width: 15px
}

.ytp-ad-overlay-close-button {
    border: 0;
    cursor: pointer;
    padding: 0;
    fill-opacity: .8;
    float: right;
    height: inherit;
    opacity: .9;
    width: inherit
}

.ytp-ad-text-overlay .ytp-ad-overlay-ad-info-button-container .ytp-ad-button svg,.ytp-ad-text-overlay .ytp-ad-overlay-close-button svg {
    background: #000;
    fill: #fff
}

.ytp-ad-image-overlay .ytp-ad-overlay-ad-info-button-container .ytp-ad-button svg,.ytp-ad-image-overlay .ytp-ad-overlay-close-button svg {
    background: #fff;
    fill: #757575
}

.ytp-ad-image-overlay .ytp-ad-overlay-close-button path {
    fill: inherit
}

.ytp-ad-overlay-ad-info-button-container:hover .ytp-ad-button,.ytp-ad-overlay-close-container:hover .ytp-ad-overlay-close-button {
    fill-opacity: 1
}

.ytp-ad-overlay-attribution {
    bottom: 8px;
    color: #888;
    cursor: pointer;
    font: 11px arial,sans-serif;
    position: absolute;
    right: 1px;
    padding: 4px;
    transition: color .1s cubic-bezier(0.4,0.0,1,1)
}

.ytp-ad-overlay-attribution:hover {
    color: #fff;
    transition: color .1s cubic-bezier(0.0,0.0,0.2,1)
}

.ytp-ad-image-overlay .ytp-ad-overlay-attribution {
    color: inherit;
    text-shadow: rgba(0,0,0,1.0) 0 0 8px,rgba(0,0,0,0.9) 0 0 4px
}

.ytp-ad-overlay-text-image {
    float: left
}

.ytp-ad-overlay-text-image img {
    box-shadow: rgba(0,0,0,0.498039) 0 3px 5px;
    height: 57px;
    margin: 2px 10px 0 0;
    width: auto;
    min-width: 57px
}

.ytp-ad-action-interstitial {
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background: white;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 64
}

.ytp-ad-action-interstitial-background-container {
    width: 100%;
    height: 100%;
    z-index: 65;
    border: none
}

.ytp-ad-action-interstitial-background {
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    background-position: center center;
    width: 100%;
    height: 100%;
    border: none;
    display: block
}

.ytp-ad-action-interstitial-slot {
    pointer-events: none;
    background-color: rgba(255,255,255,0.9);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 65
}

.ytp-ad-action-interstitial-card {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    left: 50%;
    margin-left: -140px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 280px
}

.ytp-ad-action-interstitial-headline-container {
    cursor: pointer;
    pointer-events: auto
}

.ytp-ad-action-interstitial-headline {
    color: #333;
    display: inline-block;
    font-size: 20px;
    max-height: 2.2em;
    overflow: hidden;
    padding-top: 10px
}

.ytp-small-mode .ytp-ad-action-interstitial-headline {
    font-size: 16px;
    max-height: 2.2em;
    padding-top: 8px
}

.ytp-ad-action-interstitial-description-container {
    cursor: pointer;
    pointer-events: auto
}

.ytp-ad-action-interstitial-description {
    color: #767676;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    max-height: 1.1em;
    overflow: hidden;
    padding-bottom: 10px
}

.ytp-small-mode .ytp-ad-action-interstitial-description {
    font-size: 12px;
    padding-bottom: 8px
}

.ytp-ad-action-interstitial-action-button-container {
    display: inline-block
}

.ytp-ad-action-interstitial-action-button {
    pointer-events: auto;
    background-color: #167ac6;
    border: none;
    border-radius: 2px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Roboto",arial,sans-serif;
    font-size: 23px;
    height: 46px;
    line-height: 46px;
    min-width: 164px;
    padding: 0 20px
}

.ytp-small-mode .ytp-ad-action-interstitial-action-button {
    font-size: 15px;
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
    min-width: 120px
}

.ytp-ad-action-interstitial-image-container {
    cursor: pointer;
    border: 1px solid #eee;
    display: block;
    height: 120px;
    margin: auto;
    max-width: 100%;
    width: 120px
}

.ytp-ad-action-interstitial-image {
    pointer-events: auto;
    max-width: 100%
}

.ytp-small-mode .ytp-ad-action-interstitial-image-container {
    height: 60px;
    width: 60px
}

.ytp-ad-text-interstitial {
    background-color: #000;
    display: table;
    min-height: 100%;
    min-width: 100%;
    position: relative;
    z-index: 2000
}

.ytp-ad-text-interstitial div {
    color: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

.ytp-ad-timed-pie-countdown-container {
    bottom: 4px;
    display: block;
    left: 6px;
    position: absolute;
    z-index: 65
}

svg.ytp-ad-timed-pie-countdown {
    background: none;
    border-radius: 50%;
    height: 20px;
    opacity: .4;
    transform: rotate(-90deg);
    width: 20px
}

circle.ytp-ad-timed-pie-countdown-inner {
    fill: none;
    stroke: #000;
    stroke-width: 10px
}

circle.ytp-ad-timed-pie-countdown-outer {
    fill: none;
    stroke: #000;
    stroke-width: 1
}

.ytp-ad-survey {
    width: 100%;
    height: 100%;
    background-color: black;
    font-family: Arial,sans-serif;
    padding: 0;
    margin: 0;
    line-height: normal;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column
}

.ytp-ad-survey-title {
    color: #d0d0d0;
    font-size: 14.8px;
    padding: 22px 0 4px 12px;
    position: relative;
    z-index: 2
}

.ytp-ad-survey-questions {
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1
}

.ytp-ad-survey-question {
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding-top: 0;
    font-family: Arial,sans-serif
}

.ytp-ad-survey-question-background {
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    opacity: .3;
    pointer-events: none;
    z-index: 1
}

.ytp-ad-survey-question-foreground {
    z-index: 2
}

.ytp-ad-survey-question .ytp-ad-persistent-progress-bar-container {
    opacity: 1;
    bottom: 0
}

.ytp-ad-survey-question-text {
    color: #fff;
    font-size: 23.4px;
    margin-left: 12px;
    margin-top: 8px;
    text-align: left;
    width: 40%
}

.ytp-ad-survey-answers {
    margin-right: 6px;
    margin-bottom: 40px;
    padding-bottom: 2%;
    position: absolute;
    right: 0;
    top: 35px;
    width: 55%
}

.ytp-ad-survey-answer {
    height: 12%;
    margin-bottom: 2.7%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%
}

.ytp-ad-survey-none-of-the-above {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    font-size: 13.7px;
    height: 35px;
    padding-top: 4%
}

.ytp-ad-survey-answer-toggle-button .ytp-ad-toggle-button-text,.ytp-ad-survey-answer-toggle-button .ytp-ad-toggle-button-icon,.ytp-ad-survey-answer-toggle-button .ytp-ad-toggle-button-input {
    cursor: pointer;
    margin: 0 1%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ytp-ad-survey-answer-toggle-button .ytp-ad-toggle-button-icon {
    width: 27px;
    height: 27px;
    margin-left: 6px;
    -ms-flex: 0 0 20px;
    -webkit-flex: 0 0 20px;
    flex: 0 0 20px
}

.ytp-ad-toggle-button-input {
    display: none
}

.ytp-ad-survey-answer-toggle-button .ytp-ad-toggle-button-input {
    margin-right: 5px
}

.ytp-ad-survey-answer-button,.ytp-ad-survey-answer-toggle-button {
    background: rgba(255,255,255,.2);
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-size: 13.7px;
    height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 0;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 1px 6px 1px 0
}

.ytp-ad-survey-answer-button:active,.ytp-ad-survey-answer-toggle-button:active {
    box-shadow: inset 0 2px 10px #000;
    background-image: -moz-linear-gradient(top,#2b2b2b 0,#1d1d1d 100%);
    background-image: -ms-linear-gradient(top,#2b2b2b 0,#1d1d1d 100%);
    background-image: -o-linear-gradient(top,#2b2b2b 0,#1d1d1d 100%);
    background-image: -webkit-linear-gradient(top,#2b2b2b 0,#1d1d1d 100%);
    background-image: linear-gradient(to bottom,#2b2b2b 0,#1d1d1d 100%);
    border: 1px solid #6c6c6c
}

.ytp-ad-survey-answer-button:hover,.ytp-ad-survey-answer-toggle-button:hover {
    box-shadow: none;
    background: rgba(255,255,255,.5);
    border: none
}

.ytp-ad-toggle-button-label {
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    height: 100%;
    pointer-events: auto;
    cursor: pointer
}

.ytp-ad-survey-player-overlay-submit {
    position: absolute;
    bottom: 12px;
    right: 0;
    height: 52px;
    pointer-events: auto
}

.ytp-ad-survey-submit-button {
    background: #1b7fcc;
    border: 0;
    cursor: pointer;
    border-radius: 2px;
    color: white;
    font-size: 13.7px;
    height: 35px;
    margin-right: 6px;
    padding-left: 12px;
    padding-right: 56px
}

.ytp-ad-persisting-overlay,.ytp-ad-player-overlay,.ytp-ad-survey-player-overlay,.ytp-ad-survey-question-player-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    pointer-events: none
}

.ytp-ad-persisting-overlay-skip,.ytp-ad-player-overlay-skip-or-preview,.ytp-ad-survey-player-overlay-skip-or-preview {
    width: 100%;
    height: 100%;
    right: 0
}

.ytp-ad-survey-interstitial {
    background-color: rgba(0,0,0,0.6);
    display: inline;
    height: 100%;
    font-family: Arial,sans-serif;
    font-size: 14.75px;
    opacity: 1;
    position: absolute;
    width: 100%;
    z-index: 5000;
    -moz-transition: opacity .5s ease;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease
}

.ytp-ad-survey-interstitial[aria-hidden=true] {
    opacity: 0;
    -moz-transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.ytp-ad-survey-interstitial-contents {
    height: 100%;
    width: 100%
}

.ytp-ad-survey-interstitial-modal {
    background-position: center center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    border-radius: 2px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 50%;
    left: 15%;
    position: absolute;
    top: 20%;
    width: 70%
}

.ytp-ad-survey-interstitial-text {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    left: 5%;
    padding-bottom: 1%;
    padding-right: 6%;
    padding-top: 1%;
    position: absolute;
    right: 27%;
    text-align: left;
    top: 32%;
    font-size: 19.8px;
    border-right: 1px solid rgba(0,0,0,.2);
    color: #303030
}

.ytp-ad-survey-interstitial-logo {
    background-position: center center;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    height: 20%;
    margin-left: 6%;
    position: absolute;
    right: 5%;
    top: 42%;
    width: 20%
}

.ytp-ad-survey-interstitial-logo-image {
    background-repeat: no-repeat;
    width: 100%;
    height: 100%
}

.ytp-ad-survey-interstitial-action {
    background-color: #fff;
    border-radius: 2px;
    bottom: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    text-align: center;
    width: 100%
}

.ytp-ad-survey-interstitial-action-button {
    background-color: #fff;
    border-radius: 2px;
    color: #4285f4;
    cursor: pointer;
    font-family: "Roboto",arial,sans-serif;
    font-size: 16.2px;
    font-weight: 400;
    letter-spacing: .2px;
    margin-left: auto;
    margin-right: auto;
    width: 25%;
    padding: 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    border: 0
}

@media screen and (max-width: 656px) {
    .ytp-ad-survey-interstitial-text {
        font-size:13.2px
    }

    .ytp-ad-survey-interstitial-action-button {
        font-size: 12px
    }

    .ytp-ad-survey-title {
        font-size: 10px;
        padding-left: 8px
    }

    .ytp-ad-survey-question-text {
        font-size: 15.6px;
        margin-left: 8px;
        margin-top: 4px
    }

    .ytp-ad-survey-answers {
        margin-right: 4px;
        top: 24px
    }

    .ytp-ad-survey-answer {
        margin-bottom: 2%
    }

    .ytp-ad-survey-answer-button,.ytp-ad-survey-answer-toggle-button,.ytp-ad-survey-none-of-the-above,.ytp-ad-survey-submit-button {
        height: 22px;
        font-size: 9.2px
    }

    .ytp-ad-survey-answer-toggle-button .ytp-ad-toggle-button-icon {
        height: 13px;
        width: 13px;
        -ms-flex: 0 0 13px;
        -webkit-flex: 0 0 13px;
        flex: 0 0 13px
    }

    .ytp-ad-survey-player-overlay-submit {
        bottom: 0
    }

    .ytp-ad-survey-submit-button {
        margin-right: 4px;
        padding-left: 10px;
        padding-right: 40px
    }

    .ytp-ad-survey-player-overlay-instream-user-sentiment {
        display: none
    }

    .ytp-ad-player-overlay-instream-info {
        left: 0
    }

    .ytp-ad-duration-remaining,.ytp-ad-simple-ad-badge {
        font-size: 14px
    }
}

@media screen and (min-width: 1294px) and (min-height:630px) {
    .ytp-ad-survey-interstitial-text {
        font-size:26.4px
    }

    .ytp-ad-survey-interstitial-action-button {
        font-size: 21.6px
    }

    .ytp-ad-survey-title {
        font-size: 19.7px;
        padding-left: 16px;
        padding-top: 26px
    }

    .ytp-ad-survey-question-text {
        font-size: 31.2px;
        margin-left: 16px;
        margin-top: 12px
    }

    .ytp-ad-survey-answers {
        margin-right: 8px;
        top: 38px
    }

    .ytp-ad-survey-answer-button,.ytp-ad-survey-answer-toggle-button,.ytp-ad-survey-none-of-the-above,.ytp-ad-survey-submit-button {
        height: 44px;
        font-size: 18.2px
    }

    .ytp-ad-survey-answer-toggle-button {
        padding-left: 6px
    }

    .ytp-ad-survey-answer-toggle-button .ytp-ad-toggle-button-icon {
        height: 25px;
        width: 25px;
        -ms-flex: 0 0 25px;
        -webkit-flex: 0 0 25px;
        flex: 0 0 25px
    }

    .ytp-ad-survey-player-overlay-submit {
        bottom: 25px
    }

    .ytp-ad-survey-submit-button {
        margin-right: 8px;
        padding-left: 16px;
        padding-right: 70px
    }
}

@media screen and (min-width: 1720px) and (min-height:980px) {
    .ytp-ad-survey-interstitial-text {
        font-size:39.6px
    }

    .ytp-ad-survey-interstitial-action-button {
        font-size: 32.4px
    }

    .ytp-ad-survey-title {
        font-size: 29.5px;
        margin-top: 12px;
        padding-left: 24px
    }

    .ytp-ad-survey-question-text {
        font-size: 46.8px;
        margin-left: 24px;
        margin-top: 20px
    }

    .ytp-ad-survey-answers {
        margin-right: 12px;
        top: 57px
    }

    .ytp-ad-survey-answer-button,.ytp-ad-survey-answer-toggle-button,.ytp-ad-survey-none-of-the-above,.ytp-ad-survey-submit-button {
        height: 67px;
        font-size: 27.4px
    }

    .ytp-ad-survey-answer-toggle-button {
        padding-left: 6px
    }

    .ytp-ad-survey-answer-toggle-button .ytp-ad-toggle-button-icon {
        height: 36px;
        width: 36px;
        -ms-flex: 0 0 36px;
        -webkit-flex: 0 0 36px;
        flex: 0 0 36px
    }

    .ytp-ad-survey-player-overlay-submit {
        bottom: 45px
    }

    .ytp-ad-survey-submit-button {
        margin-right: 12px;
        padding-left: 20px;
        padding-right: 110px
    }
}

.ytp-ad-toggle-button-tooltip {
    display: none
}

.ytp-ad-toggle-button:hover .ytp-ad-toggle-button-tooltip {
    display: inline-block
}

.ytp-ad-instream-user-sentiment-container[aria-hidden=true] {
    opacity: 0
}

.ytp-ad-instream-user-sentiment-container {
    -moz-transition: opacity .4s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: opacity .4s cubic-bezier(0.0,0.0,0.2,1);
    transition: opacity .4s cubic-bezier(0.0,0.0,0.2,1);
    background: rgba(0,0,0,.7);
    bottom: 135px;
    display: inline-block;
    pointer-events: auto;
    position: absolute;
    right: 0;
    z-index: 33
}

.ytp-ad-instream-user-sentiment-container.ytp-ad-instream-user-sentiment-selected {
    -moz-transition: opacity .5s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition: opacity .5s cubic-bezier(0.4,0.0,1,1);
    transition: opacity .5s cubic-bezier(0.4,0.0,1,1);
    background: #4780ee
}

.ytp-ad-instream-user-sentiment-like-button,.ytp-ad-instream-user-sentiment-dislike-button {
    display: inline-block;
    vertical-align: middle
}

.ytp-ad-instream-user-sentiment-container .ytp-ad-toggle-button-icon {
    display: inline-block;
    height: 22px;
    opacity: .8;
    vertical-align: middle;
    width: 22px
}

.ytp-ad-instream-user-sentiment-container .ytp-ad-toggle-button-label {
    cursor: pointer
}

.ytp-ad-instream-user-sentiment-like-button .ytp-ad-toggle-button-label {
    padding: 12px 10px 12px 20px
}

.ytp-ad-instream-user-sentiment-dislike-button .ytp-ad-toggle-button-label {
    padding: 12px 20px 12px 10px
}

.ytp-ad-instream-user-sentiment-container .ytp-ad-toggle-button:hover .ytp-ad-toggle-button-icon,.ytp-ad-instream-user-sentiment-container .ytp-ad-toggle-button.ytp-ad-toggle-button-toggled .ytp-ad-toggle-button-icon {
    opacity: 1
}

.ytp-ad-instream-user-sentiment-container .ytp-ad-toggle-button-tooltip {
    background: rgba(31,31,31,0.5);
    color: #fff;
    font-family: "Roboto",arial,sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 18px;
    letter-spacing: 0;
    margin: 9px 0;
    padding: 8px 16px;
    position: absolute;
    text-align: center;
    white-space: nowrap
}

.ytp-ad-instream-user-sentiment-container .ytp-ad-toggle-button:hover .ytp-ad-toggle-button-tooltip {
    bottom: 46px;
    right: 20px
}

.ytp-ad-choice-interstitial {
    margin: 0 40px;
    height: 100%
}

.ytp-ad-choice-interstitial-head-title {
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 3vmin;
    height: 35%
}

.ytp-ad-choice-interstitial-button-container {
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 55%
}

.ytp-ad-choice-interstitial-button-container .ytp-ad-image {
    width: 100%
}

.ytp-ad-choice-interstitial-button-container .ytp-ad-image-button-text {
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.ytp-ad-choice-interstitial-left-button,.ytp-ad-choice-interstitial-right-button {
    -webkit-align-self: flex-start;
    align-self: flex-start;
    cursor: pointer;
    width: 30%
}

.ytp-ad-choice-interstitial-left-button {
    margin-right: 2%
}

.ytp-ad-choice-interstitial-right-button {
    margin-left: 2%
}

.ytp-ad-choice-interstitial-countdown-text .ytp-ad-duration-remaining {
    opacity: 1
}

.ytp-ad-image-button-container .ytp-ad-simple-ad-badge .ytp-ad-text {
    font-size: 1.5vmin;
    background: hsl(46.8,79.3%,52.7%);
    border-radius: 2px;
    padding: 0 4px
}

.ytp-ad-image-button-text>.ytp-ad-text {
    overflow: hidden;
    padding: 0 4px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 85%
}

.ytp-ad-image-button-container .ytp-ad-simple-ad-badge {
    line-height: 2vmin;
    margin: 0 5px;
    opacity: 1
}

.ytp-ad-choice-interstitial-left-button,.ytp-ad-choice-interstitial-right-button {
    border: 1px solid rgba(255,255,255,0.4);
    cursor: pointer
}

.ytp-ad-choice-interstitial-left-button:hover,.ytp-ad-choice-interstitial-right-button:hover {
    border: 1px solid rgba(255,255,255,1)
}

.ytp-ad-choice-interstitial-button-container .ytp-ad-image-button-text {
    font-size: 2vmin;
    padding: 3%
}

.ytp-ad-choice-interstitial-button-container .ytp-ad-image-button-text:empty {
    display: none
}

.ytp-ad-choice-interstitial-countdown-text .ytp-ad-duration-remaining {
    font-size: 1.5vmin
}

@media screen and (min-width: 1294px) and (min-height:630px) {
    .ytp-ad-choice-interstitial-countdown-text .ytp-ad-info-hover-text-button {
        -moz-transform:scale(1.2);
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        margin-right: 4px;
        top: -2px
    }
}

@media screen and (min-width: 1720px) and (min-height:980px) {
    .ytp-ad-choice-interstitial-countdown-text .ytp-ad-info-hover-text-button {
        -moz-transform:scale(1.7);
        -ms-transform: scale(1.7);
        -webkit-transform: scale(1.7);
        transform: scale(1.7);
        margin-right: 8px;
        top: -2px
    }
}

.ytp-ad-player-overlay-top-bar-gradients {
    background-image: -moz-linear-gradient(top,rgba(0,0,0,0.75) 40%,rgba(0,0,0,0) 99%);
    background-image: -ms-linear-gradient(top,rgba(0,0,0,0.75) 40%,rgba(0,0,0,0) 99%);
    background-image: -o-linear-gradient(top,rgba(0,0,0,0.75) 40%,rgba(0,0,0,0) 99%);
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,0.75) 40%,rgba(0,0,0,0) 99%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.75) 40%,rgba(0,0,0,0) 99%);
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background-color: rgba(0,0,0,0);
    border-bottom: none;
    height: 40px;
    width: 100%;
    opacity: .8;
    top: 0;
    position: absolute;
    z-index: 33
}

.ytp-ad-player-overlay-top-bar-gradients .ytp-ad-visit-advertiser-button::before {
    content: none
}

.ytp-ad-player-overlay-top-bar-gradients .ytp-ad-visit-advertiser-button {
    margin: auto 11px auto auto;
    pointer-events: auto;
    z-index: 33
}

.ytp-ad-player-overlay-top-bar-gradients .ytp-ad-visit-advertiser-button .ytp-ad-button-text {
    font-family: "Helvetica Neue Light",arial,sans-serif;
    font-size: 14px;
    line-height: normal;
    margin: auto 0;
    padding: 0 4px 5px;
    text-transform: capitalize;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.75);
    color: #fff;
    text-decoration: none
}

.ytp-ad-player-overlay-top-bar-gradients .ytp-ad-visit-advertiser-button .ytp-ad-button-icon {
    display: none
}

.ytp-ad-player-overlay-top-bar-gradients .ytp-video-ad-top-bar-title {
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    font-family: arial,sans-serif;
    white-space: nowrap;
    color: #fff;
    text-overflow: ellipsis;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.75);
    text-decoration: none;
    overflow: hidden;
    pointer-events: auto;
    cursor: pointer;
    font-size: 14px;
    max-width: 50%;
    height: 16px;
    line-height: normal;
    margin: 10px 5px 5px 10px;
    z-index: 33;
    opacity: .9
}

.ytp-ad-notification-container {
    -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    background: rgba(0,0,0,0.4);
    bottom: 74px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    height: 52px;
    line-height: 52px;
    min-width: 80px;
    opacity: 1;
    padding: 0 20px;
    position: absolute;
    right: 0;
    text-align: center;
    vertical-align: middle;
    z-index: 41
}

.ytp-ad-notification-container[aria-hidden=true] {
    -moz-transition: opacity .15s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition: opacity .15s cubic-bezier(0.4,0.0,1,1);
    transition: opacity .15s cubic-bezier(0.4,0.0,1,1);
    opacity: 0
}

.ytp-big-mode .ytp-ad-notification-container {
    bottom: 95px
}

.ytp-hide-controls .ytp-ad-notification-container {
    bottom: 25px
}

.ytp-ad-persistent-progress-bar-container {
    position: absolute;
    bottom: -3px;
    width: 100%;
    height: 3px;
    background-color: rgba(255,255,255,.2);
    opacity: 0;
    -moz-transition: bottom .1s cubic-bezier(0.4,0.0,1,1),opacity .1s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition: bottom .1s cubic-bezier(0.4,0.0,1,1),opacity .1s cubic-bezier(0.4,0.0,1,1);
    transition: bottom .1s cubic-bezier(0.4,0.0,1,1),opacity .1s cubic-bezier(0.4,0.0,1,1);
    z-index: 34
}

.ytp-autohide .ytp-ad-persistent-progress-bar-container {
    opacity: 1;
    bottom: 0;
    -moz-transition: bottom .25s cubic-bezier(0.0,0.0,0.2,1),opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: bottom .25s cubic-bezier(0.0,0.0,0.2,1),opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: bottom .25s cubic-bezier(0.0,0.0,0.2,1),opacity .25s cubic-bezier(0.0,0.0,0.2,1)
}

.ytp-ad-player-overlay-progress-bar .ytp-ad-persistent-progress-bar-container {
    opacity: 1;
    bottom: 0;
    -moz-transition: bottom .25s cubic-bezier(0.0,0.0,0.2,1),opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: bottom .25s cubic-bezier(0.0,0.0,0.2,1),opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: bottom .25s cubic-bezier(0.0,0.0,0.2,1),opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    background-color: #222;
    height: 4px
}

.ytp-ad-persistent-progress-bar {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    background-color: #fc0
}

.yt-badge-ypc {
    border: 1px solid #73c421;
    color: #73c421;
    text-transform: none
}

.yt-badge-ypc-free,.yt-badge-ypc-purchased,.yt-badge-ypc-seasonpass {
    border: 1px solid #757575;
    color: #757575;
    text-transform: uppercase
}

.yt-badge.standalone-ypc-badge-renderer-icon {
    border: 0;
    padding: 0 5px;
    color: #fff;
    line-height: 16px;
    height: 16px;
    font-size: 12px;
    border-radius: 2px
}

.yt-badge.standalone-ypc-badge-renderer-icon-available {
    background: #2793e6
}

.yt-badge.standalone-ypc-badge-renderer-icon-not-available {
    background: #b8b8b8
}

.yt-badge.standalone-ypc-badge-renderer-icon-purchased {
    background: #767676
}

.standalone-ypc-badge-renderer-label {
    color: #767676;
    font-size: 12px
}

.standalone-ypc-badge-renderer-secondary-label {
    font-weight: 500;
    color: #767676;
    border-radius: 2px;
    padding-left: 4px;
    padding-right: 4px;
    margin-right: 4px;
    text-align: center
}

.rotten-rotomatoes-fresh-icon {
    background: no-repeat url(https://s.ytimg.com/yts/imgbin/www-hitchhiker-vfllYIUv0.png) -96px -474px;
    background-size: auto;
    width: 13px;
    height: 13px
}

.rotten-rotomatoes-splat-icon {
    background: no-repeat url(https://s.ytimg.com/yts/imgbin/www-hitchhiker-vfllYIUv0.png) -149px -663px;
    background-size: auto;
    width: 13px;
    height: 13px
}

.rotten-rotomatoes-certified-icon {
    background: no-repeat url(https://s.ytimg.com/yts/imgbin/www-hitchhiker-vfllYIUv0.png) -226px -775px;
    background-size: auto;
    width: 13px;
    height: 13px
}

.review-aggregate-badge-renderer-icon {
    vertical-align: top;
    padding-right: 2px
}

.grid-movie-renderer-meta-info {
    padding-top: 6px;
    padding-bottom: 5px
}

.grid-movie-renderer-metadata,.review-aggregate-badge-renderer-text,.review-aggregate-badge-renderer-text a:link,.review-aggregate-badge-renderer-text a:visited {
    color: #767676;
    font-size: 12px
}

.yt-badge {
    border: 1px solid #ddd;
    padding: 0 4px;
    height: 13px;
    color: #444;
    font-size: 11px;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 13px;
    display: inline-block
}

.yt-badge-beta-noframe {
    border: none
}

.yt-badge-list {
    color: #555;
    line-height: 100%;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 0;
    display: inline-block
}

.yt-badge-item {
    margin-right: 4px;
    vertical-align: middle;
    display: inline-block
}

.yt-badge-item:last-child {
    margin-right: 0
}

.yt-badge-ad {
    background: #e6bc27;
    border: 0;
    border-radius: 2px;
    color: #fff;
    font-size: 13px;
    height: 16px;
    line-height: 16px;
    padding: 0 5px;
    text-transform: none;
    vertical-align: middle
}

.yt-badge-live {
    border: 1px solid #e62117;
    color: #e62117
}

.yt-music-pass-badge-container {
    display: inline-block;
    vertical-align: middle
}

.yt-badge-music {
    text-transform: none;
    border: none;
    color: #fff;
    background-color: #2793e6
}

.music-pass-icon {
    margin-top: 3px;
    background: no-repeat url(https://s.ytimg.com/yts/imgbin/www-hitchhiker-vfllYIUv0.png) -87px -218px;
    background-size: auto;
    width: 13px;
    height: 13px
}

.yt-badge-mde-recoupment {
    margin: 5px;
    color: #2793e6;
    border: 1px solid #2793e6;
    text-transform: uppercase
}

.standalone-collection-badge-renderer-icon {
    background-color: #f1f1f1;
    border-radius: 2px;
    color: #000;
    border: none;
    margin: 3px 6px 3px 0;
    text-transform: none
}

.standalone-collection-badge-renderer-text a {
    background-color: #f1f1f1;
    border-radius: 2px;
    color: #000;
    padding: 0 4px;
    margin-right: 6px;
    text-transform: none
}

.standalone-collection-red-badge-renderer-icon {
    background-color: #f1f1f1;
    border-radius: 2px;
    border: 1px solid #f1f1f1;
    color: #e62117;
    margin: 3px 0;
    text-transform: none
}

.standalone-collection-badge-renderer-text {
    font-size: 11px;
    color: #555
}

.standalone-collection-badge-renderer-red-text {
    font-size: 11px;
    color: #e62117
}

.ytp-iv-video-content {
    position: absolute
}

.ytp-iv-video-content .video-annotations {
    display: block;
    position: absolute;
    z-index: 20;
    width: 100%
}

.annotation {
    position: absolute;
    color: #000;
    padding: 5px;
    text-align: left;
    word-wrap: break-word;
    z-index: 0;
    cursor: pointer;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.video-legacy-annotations .annotation {
    background: rgba(0,0,0,0);
    filter: alpha(opacity=0);
    font-family: sans-serif;
    white-space: pre-wrap
}

.annotation-type-text .inner-text {
    max-height: 100%;
    overflow: hidden
}

.annotation-shape {
    position: absolute;
    z-index: 0
}

.annotation-close-button {
    background-size: contain;
    cursor: pointer;
    height: 16px;
    left: 0;
    opacity: .85;
    position: absolute;
    top: 0;
    width: 16px
}

.annotation-extend-down .annotation-close-button,.annotation-extend-up .annotation-close-button {
    background-size: initial
}

.annotation-close-button:hover {
    opacity: 1
}

.annotation-link-icon {
    background-size: contain;
    position: absolute
}

.annotation-extend-down .inner-text+.annotation-close-button,.annotation-extend-down .annotation-link-icon {
    background-position: right 4px bottom 4px;
    background-size: 15px 15px
}

.annotation-extend-up .inner-text+.annotation-close-button,.annotation-extend-up .annotation-link-icon {
    background-position: right 4px top 4px;
    background-size: 15px 15px
}

.player-label-text {
    position: absolute;
    left: 1px;
    right: 1px;
    bottom: 0;
    opacity: .8;
    border-radius: 0 0 4px 4px
}

.annotation-no-mouse {
    cursor: default;
    pointer-events: none
}

.annotation-type-custom {
    padding: 0;
    cursor: default
}

.annotation-type-custom>div {
    float: left;
    padding: 0;
    overflow: hidden
}

.iv-click-target {
    cursor: pointer
}

.ytp-ad-overlay-open .iv-branding,.ytp-ad-overlay-open .iv-promo {
    display: none
}

.iv-branding {
    bottom: 0;
    right: 0;
    z-index: 27;
    opacity: 1;
    -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition-delay: .33s;
    -moz-transition-delay: .33s;
    transition-delay: .33s
}

.ytp-iv-drawer-open .iv-branding {
    opacity: 0;
    -moz-transition: opacity .1s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition: opacity .1s cubic-bezier(0.4,0.0,1,1);
    transition: opacity .1s cubic-bezier(0.4,0.0,1,1)
}

.iv-branding .branding-context-container-outer {
    bottom: 0;
    float: left;
    padding-right: 10px;
    position: absolute
}

.iv-branding .branding-context-container-inner {
    background-color: rgba(28,28,28,0.9);
    border-radius: 2px;
    bottom: 0;
    color: #eee;
    max-width: 246px;
    opacity: 0;
    right: 0;
    white-space: nowrap;
    -moz-transition: opacity .1s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition: opacity .1s cubic-bezier(0.4,0.0,1,1);
    transition: opacity .1s cubic-bezier(0.4,0.0,1,1)
}

.iv-branding-active .branding-context-container-inner {
    opacity: 1;
    -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1)
}

.iv-branding .branding-img-container img {
    display: block;
    opacity: .7;
    position: relative
}

.iv-branding .branding-img-container {
    float: right
}

.iv-branding img.iv-click-target:hover {
    opacity: 1
}

.iv-branding .iv-branding-context-name {
    max-width: 215px;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 10px 10px 5px
}

.iv-branding .iv-branding-context-subscribe {
    padding: 0 10px 10px;
    font-size: 11px;
    color: #aaa
}

.iv-branding .iv-branding-context-subscribe-caret {
    display: none
}

.iv-promo,.iv-promo .iv-promo-img,.iv-promo .iv-promo-img img,.iv-promo .iv-promo-contents,.iv-promo .iv-promo-contents>div,.iv-promo .iv-promo-contents>a,.iv-promo .iv-promo-actions {
    height: 40px
}

.iv-promo {
    bottom: 49px;
    left: 0;
    z-index: 28;
    max-width: 100%;
    background-color: rgba(0,0,0,.8);
    color: #ccc;
    font-size: 11px;
    white-space: nowrap;
    -moz-transition: -moz-transform .1s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition: -webkit-transform .1s cubic-bezier(0.4,0.0,1,1);
    -ms-transition: -ms-transform .1s cubic-bezier(0.4,0.0,1,1);
    transition: transform .1s cubic-bezier(0.4,0.0,1,1)
}

.ytp-big-mode .iv-promo {
    bottom: 70px
}

.html5-video-player.ad-interrupting .iv-promo {
    bottom: 74px
}

.html5-video-player.ytp-big-mode.ad-interrupting .iv-promo {
    bottom: 95px
}

.iv-promo:hover {
    background-color: rgba(0,0,0,.9)
}

.iv-promo>div,.iv-promo .iv-promo-contents>div {
    display: inline-block;
    float: none!important;
    vertical-align: middle;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.iv-promo .iv-promo-contents>a {
    display: inline-block;
    float: none!important;
    vertical-align: middle;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #ccc
}

.iv-promo.iv-promo-inactive {
    -moz-transition: -moz-transform .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: -webkit-transform .25s cubic-bezier(0.0,0.0,0.2,1);
    -ms-transition: -ms-transform .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: transform .25s cubic-bezier(0.0,0.0,0.2,1);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.iv-promo .iv-promo-img {
    left: 0;
    position: absolute;
    z-index: 1;
    width: 40px
}

.iv-promo .iv-promo-img img {
    z-index: 1;
    width: 40px
}

.iv-promo .iv-promo-img .iv-promo-playlist-length,.iv-promo .iv-promo-img .iv-promo-video-duration,.iv-promo .iv-promo-contents .iv-promo-txt p,.iv-promo .iv-promo-contents .iv-promo-txt strong {
    overflow: hidden;
    text-overflow: ellipsis
}

.iv-promo .iv-promo-contents .iv-promo-badge-live {
    margin: 4px 8px 0;
    border: 1px solid #fff;
    background-color: #e62117;
    color: #fff
}

.iv-promo .iv-promo-img .iv-promo-playlist-length,.iv-promo .iv-promo-img .iv-promo-video-duration {
    position: absolute
}

.iv-promo .iv-promo-img .iv-promo-playlist-length {
    top: 0;
    right: 0;
    border-left: 1px solid rgba(255,255,255,.25);
    width: 30px;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    color: #fff;
    font-weight: 500;
    text-align: center;
    line-height: 40px
}

.iv-promo .iv-promo-img .iv-promo-video-duration {
    bottom: 2px;
    right: 2px;
    padding: 3px 2px;
    max-width: 32px;
    background-color: #000;
    color: #fff;
    font-size: 10px
}

.iv-promo .iv-promo-contents {
    padding-right: 31px;
    width: 100%;
    max-width: 311px;
    -moz-transition: max-width .2s ease-out,padding-right .2s ease-out;
    -webkit-transition: max-width .2s ease-out,padding-right .2s ease-out;
    transition: max-width .2s ease-out,padding-right .2s ease-out
}

.iv-promo .iv-promo-img+.iv-promo-contents {
    padding-left: 40px;
    max-width: 351px
}

.iv-promo .iv-promo-contents .iv-promo-txt,.iv-promo .iv-promo-contents .iv-promo-button-container {
    direction: ltr;
    max-width: 100%;
    overflow: hidden;
    -webkit-font-smoothing: antialiased
}

.iv-promo .iv-promo-contents .iv-promo-txt p {
    margin: 3px 8px -4px;
    line-height: 18px
}

.iv-promo .iv-promo-contents .iv-promo-txt strong {
    color: #fff;
    font-size: 12px
}

.iv-promo-txt p span,.iv-promo-txt p strong {
    display: inline-block;
    max-width: 264px;
    overflow: hidden;
    text-overflow: ellipsis
}

.iv-promo-with-button .iv-promo-txt p span,.iv-promo-with-button .iv-promo-txt p strong {
    max-width: 184px
}

.iv-promo-txt p:first-child strong,.iv-promo-txt p:first-child span {
    margin-bottom: -6px
}

.iv-promo .iv-promo-contents .iv-promo-txt .iv-promo-link {
    position: relative;
    padding-right: 20px;
    max-width: 244px;
    color: #ffd100
}

.iv-promo .iv-promo-contents .iv-promo-txt .iv-promo-link:after {
    position: absolute;
    top: 2px;
    right: 0;
    opacity: .5;
    content: ''
}

.iv-promo .iv-promo-contents .iv-promo-txt:hover .iv-promo-link:after {
    opacity: 1
}

.iv-promo-button-container {
    position: absolute;
    right: 31px
}

.iv-button {
    display: inline-block;
    height: 28px;
    border: solid 1px transparent;
    padding: 0 10px;
    outline: 0;
    font-family: "YouTube Noto",Roboto,arial,sans-serif;
    font-weight: 500;
    font-size: 11px;
    text-decoration: none;
    white-space: nowrap;
    word-wrap: normal;
    line-height: normal;
    vertical-align: middle;
    cursor: pointer;
    *overflow: visible;
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.05);
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.iv-button:hover {
    text-decoration: none
}

.iv-button:focus,.iv-button:focus:hover {
    box-shadow: 0 0 0 2px rgba(27,127,204,0.4)
}

.no-focus-outline .yt-uix-button:focus,.no-focus-outline .yt-uix-button:focus:hover {
    box-shadow: none
}

.iv-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.iv-button[disabled],.iv-button[disabled]:hover,.iv-button[disabled]:active,.iv-button[disabled]:focus {
    opacity: .5;
    filter: alpha(opacity=50);
    cursor: auto;
    box-shadow: none
}

.iv-button,.iv-button[disabled],.iv-button[disabled]:hover,.iv-button[disabled]:active,.iv-button[disabled]:focus {
    border-color: #167ac6;
    background: #167ac6;
    color: #fff
}

.iv-button:hover {
    background: #126db3
}

.iv-button:active {
    background: #095b99;
    box-shadow: inset 0 1px 0 rgba(0,0,0,0.5)
}

.iv-button .iv-button-content {
    display: inline;
    overflow: hidden;
    text-overflow: ellipsis
}

a.iv-button:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%
}

.iv-promo-button {
    width: 64px;
    margin: 6px 8px
}

.iv-promo .iv-promo-actions,.iv-promo .iv-promo-actions .iv-promo-close,.iv-promo .iv-promo-actions .iv-promo-expand {
    top: 0;
    right: 0;
    position: absolute
}

.iv-promo .iv-promo-actions {
    width: 31px
}

.iv-promo .iv-promo-actions .iv-promo-close,.iv-promo .iv-promo-actions .iv-promo-expand {
    cursor: pointer;
    -moz-transition: opacity .2s ease-out;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out
}

.iv-promo .iv-promo-actions .iv-promo-close:after,.iv-promo .iv-promo-actions .iv-promo-expand:after {
    display: block;
    content: ''
}

.iv-promo .iv-promo-actions .iv-promo-close {
    opacity: 1
}

.iv-promo .iv-promo-actions .iv-promo-close:after {
    margin: 16px 10px 15px 12px;
    opacity: .5
}

.iv-promo .iv-promo-actions .iv-promo-expand:after {
    margin: 16px 12px 15px
}

.iv-promo.iv-promo-video .iv-promo-img,.iv-promo.iv-promo-video .iv-promo-img img {
    width: 71px
}

.iv-promo.iv-promo-video .iv-promo-img+.iv-promo-contents {
    padding-left: 71px;
    max-width: 382px
}

.iv-promo.iv-promo-with-button .iv-promo-contents .iv-promo-txt {
    padding-right: 80px
}

.iv-promo.iv-promo-collapsed .iv-promo-contents,.iv-promo.iv-promo-collapsed .iv-promo-actions .iv-promo-close,.iv-promo.iv-promo-collapsed .iv-promo-actions .iv-promo-expand {
    -moz-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    transition-delay: .5s
}

.iv-promo.iv-promo-collapsed .iv-promo-contents {
    padding-right: 28px;
    max-width: 0!important
}

.ytp-large-width-mode .iv-promo-website-card-cta-larger-ui {
    left: 16px
}

.ytp-large-width-mode .iv-promo-website-card-cta-larger-ui .iv-promo-contents .iv-promo-txt {
    padding-left: 60px
}

.ytp-large-width-mode .iv-promo-website-card-cta-larger-ui .iv-promo-button-container {
    line-height: 64px
}

.ytp-large-width-mode .iv-promo-website-card-cta-larger-ui,.ytp-large-width-mode .iv-promo-website-card-cta-larger-ui .iv-promo-contents,.ytp-large-width-mode .iv-promo-website-card-cta-larger-ui .iv-promo-contents>div,.ytp-large-width-mode .iv-promo-website-card-cta-larger-ui .iv-promo-contents>a {
    height: 64px
}

.ytp-large-width-mode .iv-promo-website-card-cta-larger-ui .iv-promo-button {
    min-width: 110px;
    height: 36px
}

.ytp-large-width-mode .iv-promo-website-card-cta-larger-ui .iv-promo-img {
    top: 6px;
    left: 6px;
    height: 52px;
    width: 52px
}

.ytp-large-width-mode .iv-promo-website-card-cta-larger-ui .iv-promo-img img {
    height: 52px;
    width: 52px
}

.ytp-large-width-mode .iv-promo-website-card-cta-larger-ui .iv-promo-contents .iv-promo-txt strong {
    font-size: 16px;
    padding-top: 4px
}

.ytp-large-width-mode .iv-promo-website-card-cta-larger-ui .iv-promo-button {
    font-size: 15px
}

.ytp-large-width-mode .iv-promo-website-card-cta-larger-ui .iv-promo-contents .iv-promo-txt .iv-promo-link {
    font-size: 14px;
    padding-top: 12px
}

.ytp-large-width-mode .iv-promo-website-card-cta-larger-ui .iv-promo-contents .iv-promo-txt {
    min-width: 220px
}

.ytp-large-width-mode .iv-promo-website-card-cta-larger-ui .iv-promo-round-expand-icon {
    top: 38px;
    left: 42px
}

.ytp-large-width-mode .iv-promo-website-card-cta-larger-ui .iv-promo-button {
    margin: 0 12px 0 0
}

.iv-promo-website-card-cta-center-aligned {
    left: 50%!important;
    margin-left: -150px!important
}

.iv-promo-website-card-cta-center-aligned.iv-promo-inactive,.iv-promo-website-card-cta-center-aligned.iv-promo-inactive .iv-promo-img {
    display: none!important
}

.iv-promo-website-card-cta-redesign {
    text-align: left;
    cursor: pointer;
    background-color: transparent;
    left: 12px
}

.iv-promo-website-card-cta-redesign:hover {
    background-color: transparent
}

.iv-promo-website-card-cta-redesign .iv-promo-img+.iv-promo-contents {
    max-width: 400px;
    background-color: rgba(255,255,255,0.9);
    border-radius: 2px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    -moz-transition: width .2s cubic-bezier(0.0,0.0,0.2,1) .5s,max-width .2s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition: width .2s cubic-bezier(0.0,0.0,0.2,1) .5s,max-width .2s cubic-bezier(0.4,0.0,1,1);
    transition: width .2s cubic-bezier(0.0,0.0,0.2,1) .5s,max-width .2s cubic-bezier(0.4,0.0,1,1)
}

.iv-promo-website-card-cta-redesign.iv-promo-collapsed .iv-promo-img+.iv-promo-contents {
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    transition-delay: .5s
}

.iv-promo-website-card-cta-redesign:hover .iv-promo-contents {
    background-color: rgba(255,255,255,1.0)
}

.iv-promo-website-card-cta-redesign.iv-promo-collapsed .iv-promo-contents {
    padding-right: 0
}

.iv-promo-website-card-cta-redesign .iv-promo-contents .iv-promo-txt {
    max-width: 250px;
    padding-top: 10px;
    padding-left: 52px
}

.iv-promo-website-card-cta-redesign .iv-promo-contents .iv-promo-txt p {
    line-height: 16px;
    margin-top: 0
}

.iv-promo-website-card-cta-redesign .iv-promo-button-container {
    direction: ltr;
    max-width: 150px;
    line-height: 56px;
    position: static
}

.iv-promo-website-card-cta-redesign .iv-promo-button {
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: inherit;
    font-weight: 500;
    margin: 0 8px 0 0
}

.iv-promo-website-card-cta-redesign .iv-promo-contents .iv-promo-txt .iv-promo-link:after,.iv-promo-website-card-cta-redesign .iv-promo-actions {
    display: none
}

.iv-promo-website-card-cta-redesign,.iv-promo-website-card-cta-redesign .iv-promo-contents,.iv-promo-website-card-cta-redesign .iv-promo-contents>div,.iv-promo-website-card-cta-redesign .iv-promo-contents>a {
    direction: ltr;
    height: 56px
}

.iv-promo-website-card-cta-redesign .iv-promo-img {
    height: 48px;
    width: 48px;
    top: 4px;
    left: 4px;
    overflow: visible;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    -moz-transition: -moz-transform .2s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: -webkit-transform .2s cubic-bezier(0.0,0.0,0.2,1);
    -ms-transition: -ms-transform .2s cubic-bezier(0.0,0.0,0.2,1);
    transition: transform .2s cubic-bezier(0.0,0.0,0.2,1)
}

.iv-promo-website-card-cta-redesign .iv-promo-img img {
    height: 48px;
    width: 48px
}

.iv-promo-website-card-cta-redesign.iv-promo-collapsed .iv-promo-round-expand-icon {
    opacity: 1;
    -moz-transition: opacity .15s cubic-bezier(0.0,0.0,0.2,1) .9s;
    -webkit-transition: opacity .15s cubic-bezier(0.0,0.0,0.2,1) .9s;
    transition: opacity .15s cubic-bezier(0.0,0.0,0.2,1) .9s
}

.iv-promo-website-card-cta-redesign .iv-promo-round-expand-icon {
    position: absolute;
    padding-left: 0;
    z-index: 33;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    top: 34px;
    left: 38px;
    background-color: #4688f1;
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.12),0 2px 2px 0 rgba(0,0,0,0.24);
    opacity: 0
}

.iv-promo-website-card-cta-redesign .iv-promo-round-expand-icon:after {
    display: block;
    content: ''
}

.iv-promo-website-card-cta-redesign .iv-promo-contents .iv-promo-txt strong {
    font-size: 14px;
    padding-top: 2px;
    color: #333
}

.iv-promo-website-card-cta-redesign .iv-promo-contents .iv-promo-txt .iv-promo-link {
    padding: 8px 20px 0 0;
    font-size: 13px;
    color: #767676
}

.iv-promo-website-card-cta-redesign.iv-promo-inactive .iv-promo-contents {
    width: 0
}

.iv-promo-website-card-cta-redesign.iv-promo-inactive,.iv-promo-website-card-cta-redesign.iv-promo-inactive .iv-promo-img {
    -moz-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%)
}

.iv-promo-website-card-cta-redesign.iv-promo-inactive .iv-promo-round-expand-icon {
    display: none
}

.ytp-small-mode .iv-promo-website-card-cta-redesign,.ytp-small-mode .iv-promo-website-card-cta-redesign .iv-promo-contents,.ytp-small-mode .iv-promo-website-card-cta-redesign .iv-promo-contents>div,.ytp-small-mode .iv-promo-website-card-cta-redesign .iv-promo-contents>a {
    height: 40px
}

.ytp-small-mode .iv-promo-website-card-cta-redesign .iv-promo-img,.ytp-small-mode .iv-promo-website-card-cta-redesign .iv-promo-img img {
    height: 40px;
    width: 40px
}

.ytp-small-mode .iv-promo-website-card-cta-redesign .iv-promo-contents .iv-promo-txt {
    padding: 4px 4px 4px 40px
}

.ytp-small-mode .iv-promo-website-card-cta-redesign .iv-promo-contents .iv-promo-txt strong {
    padding-top: 0;
    font-size: 12px
}

.ytp-small-mode .iv-promo-website-card-cta-redesign .iv-promo-contents .iv-promo-txt .iv-promo-link {
    padding-top: 4px;
    font-size: 11px
}

.ytp-small-mode .iv-promo-website-card-cta-redesign .iv-promo-round-expand-icon {
    top: 26px;
    left: 30px
}

.ytp-small-mode .iv-promo-website-card-cta-redesign .iv-promo-img {
    top: 0;
    left: 0
}

.ytp-small-mode .iv-promo-website-card-cta-redesign .iv-promo-button-container {
    display: none
}

.ytp-autohide .iv-promo-website-card-cta-redesign.iv-promo-collapsed .iv-promo-img {
    opacity: .8;
    -moz-transition: transform .2s cubic-bezier(0.0,0.0,0.2,1),opacity .2s cubic-bezier(0.4,0.0,1,1) .8s;
    -webkit-transition: transform .2s cubic-bezier(0.0,0.0,0.2,1),opacity .2s cubic-bezier(0.4,0.0,1,1) .8s;
    transition: transform .2s cubic-bezier(0.0,0.0,0.2,1),opacity .2s cubic-bezier(0.4,0.0,1,1) .8s
}

.iv-drawer,.iv-drawer-header,.iv-drawer-content {
    position: absolute
}

.iv-drawer {
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 30;
    width: 177px;
    background-color: rgba(0,0,0,.2);
    color: #fff;
    font-size: 11px;
    line-height: 12px;
    -moz-transition: -moz-transform .33s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition: -webkit-transform .33s cubic-bezier(0.4,0.0,1,1);
    -ms-transition: -ms-transform .33s cubic-bezier(0.4,0.0,1,1);
    transition: transform .33s cubic-bezier(0.4,0.0,1,1)
}

.iv-drawer-small.iv-drawer {
    width: 133px
}

.iv-drawer-big.iv-drawer {
    font-size: 20px;
    line-height: 24px;
    width: 295px
}

.iv-drawer {
    -moz-transform: translateX(177px);
    -ms-transform: translateX(177px);
    -webkit-transform: translateX(177px);
    transform: translateX(177px)
}

.iv-drawer-content * {
    text-align: left
}

.ytp-iv-drawer-open .iv-drawer {
    -moz-transition: -moz-transform .33s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: -webkit-transform .33s cubic-bezier(0.0,0.0,0.2,1);
    -ms-transition: -ms-transform .33s cubic-bezier(0.0,0.0,0.2,1);
    transition: transform .33s cubic-bezier(0.0,0.0,0.2,1);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.iv-drawer-header {
    top: 0;
    padding: 16px 32px 0 16px;
    width: 177px;
    height: 41px
}

.iv-drawer-small .iv-drawer-header {
    padding: 9px 24px 0 12px;
    height: 28px;
    width: 133px
}

.iv-drawer-big .iv-drawer-header {
    padding: 20px 48px 0 32px;
    height: 64px;
    width: 295px
}

.iv-drawer-header-text {
    font-weight: 500;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.html5-video-player .iv-drawer-header {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.iv-drawer-content {
    top: 41px;
    bottom: 0;
    border-top: 1px solid transparent;
    padding: 0 16px;
    width: 145px;
    overflow-x: hidden;
    overflow-y: auto;
    direction: ltr;
    text-align: left
}

.iv-drawer-small .iv-drawer-content {
    padding: 0 12px;
    top: 28px;
    width: 109px
}

.iv-drawer-big .iv-drawer-content {
    padding: 0 32px;
    top: 64px;
    width: 231px
}

.iv-drawer-scrolled .iv-drawer-content {
    border-color: rgba(0,0,0,.4)
}

.iv-drawer-content::-webkit-scrollbar {
    background-color: transparent;
    width: 16px
}

.iv-drawer-content::-webkit-scrollbar-thumb {
    border: 4px solid transparent;
    border-radius: 8px;
    background-clip: content-box;
    background-color: rgba(102,102,102,.5)
}

.iv-drawer-content::-webkit-scrollbar-track {
    background-color: transparent
}

.ytp-autohide .iv-drawer-content::-webkit-scrollbar-thumb {
    background-color: transparent
}

.iv-drawer-content:hover::-webkit-scrollbar-thumb {
    background-color: #666!important
}

.iv-drawer-close-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 16px;
    opacity: .75;
    cursor: pointer
}

.iv-drawer-small .iv-drawer-close-button {
    padding: 8px
}

.iv-drawer-big .iv-drawer-close-button {
    padding: 24px
}

.iv-drawer-close-button:after {
    display: block;
    content: ''
}

.iv-drawer-close-button:hover {
    opacity: 1
}

.iv-card,.iv-card a.iv-click-target,.iv-card a.iv-click-target:hover,.iv-card a.iv-click-target:focus {
    display: block;
    color: #767676;
    text-decoration: none
}

.iv-card {
    margin-bottom: 16px;
    width: 145px;
    overflow: hidden;
    background-color: #fff;
    position: relative;
    word-wrap: break-word;
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.iv-drawer-small .iv-card {
    width: 109px
}

.iv-drawer-big .iv-card {
    width: 231px
}

.iv-card:hover .iv-card-primary-link {
    color: #167ac6!important
}

.iv-card h2,.iv-card-action {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.webkit .iv-card h2:after,.webkit .iv-card-action:after {
    content: '\00200c';
    position: static;
    visibility: hidden
}

.iv-card h2 {
    margin: 0 0 8px;
    -webkit-line-clamp: 6;
    max-height: 90px;
    color: #333;
    font-size: 13px;
    font-weight: 500;
    line-height: 15px
}

.iv-drawer-small .iv-card h2 {
    font-size: 11px;
    line-height: 12px;
    max-height: 72px
}

.iv-drawer-big .iv-card h2 {
    font-size: 20px;
    line-height: 24px;
    max-height: 144px
}

.iv-card p,.iv-card .iv-card-meta-info,.iv-card .iv-card-action {
    margin: -6px 0 2px
}

.iv-card-meta-info {
    list-style: none;
    padding: 0
}

.iv-card-image {
    position: relative;
    border-bottom: 1px solid #e2e2e2;
    width: 145px;
    height: 145px;
    background: #f1f1f1 no-repeat center;
    background-size: cover;
    color: #fff
}

.iv-drawer-small .iv-card-image {
    width: 109px;
    height: 109px
}

.iv-drawer-big .iv-card-image {
    width: 231px;
    height: 231px
}

.iv-card-image-text {
    position: absolute;
    bottom: 0;
    padding: 20px 10px 8px;
    width: 100%;
    background-image: -moz-linear-gradient(top,transparent 0,rgba(0,0,0,.6) 100%);
    background-image: -ms-linear-gradient(top,transparent 0,rgba(0,0,0,.6) 100%);
    background-image: -o-linear-gradient(top,transparent 0,rgba(0,0,0,.6) 100%);
    background-image: -webkit-linear-gradient(top,transparent 0,rgba(0,0,0,.6) 100%);
    background-image: linear-gradient(to bottom,transparent 0,rgba(0,0,0,.6) 100%);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.iv-drawer-small .iv-card-image-text {
    font-size: 11px;
    line-height: 12px;
    padding: 6px 8px
}

.iv-drawer-big .iv-card-image-text {
    font-size: 18px;
    line-height: 20px;
    padding: 12px 16px
}

.iv-card-image-text .yt-badge {
    margin-right: 5px
}

.iv-card-content {
    padding: 8px 10px
}

.iv-drawer-small .iv-card-content {
    padding: 6px 8px
}

.iv-drawer-big .iv-card-content {
    padding: 12px 16px
}

.iv-card-content>:first-child {
    margin-top: 0
}

.iv-card-content>:last-child {
    margin-bottom: 0
}

.iv-card-message,.iv-card-action {
    font-weight: 500
}

.iv-card-message {
    margin-bottom: 8px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 8px
}

.iv-card-action {
    -webkit-line-clamp: 4;
    max-height: 52px;
    white-space: nowrap
}

.iv-drawer-small .iv-card-action {
    font-size: 11px;
    line-height: 12px;
    max-height: 48px
}

.iv-drawer-big .iv-card-action {
    font-size: 18px;
    line-height: 20px;
    max-height: 80px
}

.iv-card-action span {
    white-space: normal
}

.iv-card-action-icon {
    padding: 0 0 0 30px;
    min-height: 14px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 24px auto
}

.iv-card-link-icon {
    display: inline-block
}

.iv-card-video h2,.iv-card-episode h2,.iv-card-movie h2,.iv-card-playlist h2 {
    -webkit-line-clamp: 3;
    max-height: 45px
}

.iv-drawer-small .iv-card-video h2,.iv-drawer-small .iv-card-episode h2,.iv-drawer-small .iv-card-movie h2,.iv-drawer-small .iv-card-playlist h2 {
    max-height: 36px
}

.iv-drawer-big .iv-card-video h2,.iv-drawer-big .iv-card-episode h2,.iv-drawer-big .iv-card-movie h2,.iv-drawer-big .iv-card-playlist h2 {
    max-height: 72px
}

.iv-card-channel h2 {
    -webkit-line-clamp: 2;
    max-height: 30px
}

.iv-drawer-small .iv-card-channel h2 {
    max-height: 24px
}

.iv-drawer-big .iv-card-channel h2 {
    max-height: 48px
}

.iv-card-video .iv-card-image,.iv-card-episode .iv-card-image,.iv-card-movie .iv-card-image,.iv-card-playlist .iv-card-image {
    background-color: #000
}

.iv-card-video .iv-card-image,.iv-card-episode .iv-card-image,.iv-card-playlist .iv-card-image {
    height: 82px
}

.iv-drawer-small .iv-card-video .iv-card-image,.iv-drawer-small .iv-card-episode .iv-card-image,.iv-drawer-small .iv-card-playlist .iv-card-image {
    height: 61px
}

.iv-drawer-big .iv-card-video .iv-card-image,.iv-drawer-big .iv-card-episode .iv-card-image,.iv-drawer-big .iv-card-playlist .iv-card-image {
    height: 129px
}

.iv-card-movie .iv-card-image {
    height: 209px
}

.iv-drawer-small .iv-card-movie .iv-card-image {
    height: 157px
}

.iv-drawer-big .iv-card-movie .iv-card-image {
    height: 335px
}

.iv-card-video-duration {
    position: absolute;
    bottom: 5px;
    right: 5px;
    padding: 2px 4px;
    background-color: #000
}

.iv-card-playlist .iv-card-image-overlay {
    display: table;
    position: absolute;
    top: 0;
    right: 0;
    width: 63px;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    color: #cfcfcf;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    line-height: 21px
}

.iv-card-playlist-video-count {
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

.iv-card-playlist-video-count:after {
    display: block;
    margin: auto;
    opacity: .5;
    content: ''
}

.iv-card-poll {
    position: relative
}

.iv-card-poll ul {
    max-width: 125px;
    list-style: none;
    margin: 0;
    padding: 0
}

.iv-drawer-small .iv-card-poll ul {
    max-width: 89px
}

.iv-drawer-big .iv-card-poll ul {
    max-width: 211px
}

.iv-card-poll fieldset {
    margin: 0;
    border: 0;
    padding: 0
}

.iv-card-poll label {
    display: block;
    cursor: pointer;
    padding-bottom: 5px;
    min-height: 14px;
    background-position: left 0 top 5px;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTciIHZlcnNpb249IjEuMSIgd2lkdGg9IjE3Ij48Y2lyY2xlIGN4PSI4LjUiIGN5PSI4LjUiIGZpbGw9Im5vbmUiIHI9IjcuNiIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utb3BhY2l0eT0iMC41NCIgc3Ryb2tlLXdpZHRoPSIxLjgiIC8+PC9zdmc+);
    color: rgba(0,0,0,0.87);
    -moz-transition: color .5s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: color .5s cubic-bezier(0.0,0.0,0.2,1);
    transition: color .5s cubic-bezier(0.0,0.0,0.2,1)
}

.ytp-probably-keyboard-focus .iv-card-poll label.iv-card-poll-choice-focused {
    box-shadow: 0 0 0 2px rgba(27,127,204,0.4)
}

.iv-card-poll.iv-card-poll-voted label {
    color: rgba(0,0,0,0.54)
}

.iv-card-poll.iv-card-poll-voted label.iv-card-poll-choice-checked {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTciIHZlcnNpb249IjEuMSIgd2lkdGg9IjE3Ij48Y2lyY2xlIGN4PSI4LjUiIGN5PSI4LjUiIGZpbGw9Im5vbmUiIHI9IjcuNiIgc3Ryb2tlPSIjMTY3YWM2IiBzdHJva2Utd2lkdGg9IjEuOCIgLz48Y2lyY2xlIGN4PSI4LjUiIGN5PSI4LjUiIGZpbGw9IiMxNjdhYzYiIHI9IjQuMjMiIC8+PC9zdmc+);
    color: rgba(0,0,0,0.87)
}

.iv-card-poll input[type=checkbox] {
    opacity: 0;
    width: 17px;
    height: 17px;
    margin: 5px 0 0;
    float: left
}

.iv-card-poll .iv-card-poll-choice-text {
    display: block;
    margin-left: 25px;
    padding-top: 8px
}

.iv-drawer-big .iv-card-poll .iv-card-poll-choice-text {
    padding-top: 2px
}

.iv-card-poll li+li {
    margin-top: 8px
}

.iv-card-poll .iv-card-poll-result {
    width: 100%;
    height: 4px;
    background-color: #dfdfdf;
    visibility: hidden
}

.iv-card-poll .iv-card-poll-result .iv-card-poll-result-bar {
    width: 100%;
    height: 100%;
    background-color: #167ac6;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -moz-transition: transform .5s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: transform .5s cubic-bezier(0.0,0.0,0.2,1);
    transition: transform .5s cubic-bezier(0.0,0.0,0.2,1)
}

.iv-card-poll.iv-card-poll-expanded .iv-card-poll-result {
    visibility: visible
}

.iv-card-poll .iv-card-poll-choice-percent {
    display: none;
    float: right;
    margin-left: 5px
}

.iv-card-poll.iv-card-poll-expanded .iv-card-poll-choice-percent {
    display: block
}

.iv-card-sign-in {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px 10px
}

.iv-card-sign-in p {
    margin: 0 0 8px
}

.iv-card-sign-in a {
    color: #fff
}

.iv-card-unavailable:hover .iv-click-target,.iv-card-unavailable:hover .iv-card-content {
    visibility: hidden
}

.iv-card-unavailable:hover .iv-card-sign-in {
    visibility: visible
}

.iv-card-sponsored,.iv-ad-info-icon-container {
    position: relative
}

.iv-card-sponsored {
    margin: 0 0 8px;
    color: #999
}

.iv-ad-info-container {
    display: inline-block;
    margin-left: 6px
}

.iv-ad-info-icon {
    display: inline-block;
    position: relative;
    top: 1px
}

.iv-ad-info {
    bottom: 21px;
    left: 0;
    right: 0;
    border: 1px solid #000;
    padding: 7px;
    background: #fff;
    color: #000;
    font-size: 12px
}

.iv-ad-info-container .iv-ad-info a {
    color: #167ac6
}

.iv-ad-info-container .iv-ad-info a:hover {
    color: #167ac6;
    text-decoration: underline
}

.iv-ad-info-callout,.iv-ad-info-icon-container:after {
    left: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid;
    width: 0;
    height: 0
}

.iv-ad-info-callout {
    bottom: 16px;
    border-top-color: #000
}

.iv-ad-info-icon-container:after {
    content: '';
    bottom: 17px;
    border-top-color: #fff
}

.iv-ad-info,.iv-ad-info-callout,.iv-ad-info-icon-container:after {
    visibility: hidden;
    position: absolute;
    -moz-transition: visibility 0s .1s;
    -webkit-transition: visibility 0s .1s;
    transition: visibility 0s .1s
}

.iv-ad-info-container:hover .iv-ad-info-callout,.iv-ad-info-container:hover .iv-ad-info-icon-container:after,.iv-ad-info-container:hover .iv-ad-info {
    visibility: visible;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s
}

.iv-card-product-listing h2 {
    -webkit-line-clamp: 3;
    max-height: 45px;
    color: #666
}

.iv-drawer-small .iv-card-product-listing h2 {
    max-height: 36px
}

.iv-drawer-big .iv-card-product-listing h2 {
    max-height: 72px
}

.iv-card-offer-price {
    margin-bottom: 2px;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    color: #333
}

.iv-card-offer-merchant {
    color: #097a41
}

.ytp-bezel {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 52px;
    height: 52px;
    z-index: 19;
    margin-left: -26px;
    margin-top: -26px;
    background: rgba(0,0,0,.5);
    border-radius: 26px;
    -moz-animation: ytp-bezel-fadeout .5s linear 1 normal forwards;
    -webkit-animation: ytp-bezel-fadeout .5s linear 1 normal forwards;
    animation: ytp-bezel-fadeout .5s linear 1 normal forwards;
    pointer-events: none
}

.ytp-big-mode .ytp-bezel {
    width: 78px;
    height: 78px;
    margin-left: -39px;
    margin-top: -39px;
    border-radius: 39px
}

.ytp-bezel-icon {
    width: 36px;
    height: 36px;
    margin: 8px
}

.ytp-big-mode .ytp-bezel-icon {
    width: 54px;
    height: 54px;
    margin: 12px
}

.ytp-bezel-text-wrapper {
    text-align: center;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 10%;
    z-index: 19
}

.ytp-bezel-text {
    display: inline-block;
    padding: 10px 20px;
    font-size: 175%;
    background: rgba(0,0,0,.5);
    pointer-events: none;
    border-radius: 3px
}

.ytp-bezel-text-hide .ytp-bezel-text {
    display: none
}

@keyframes ytp-bezel-fadeout {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: scale(2)
    }
}

.ytp-chrome-top .ytp-cards-button {
    -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    pointer-events: all;
    position: relative;
    z-index: 62
}

.ytp-chrome-top .ytp-cards-button[aria-hidden=true] {
    opacity: 0;
    -moz-transition: opacity .1s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition: opacity .1s cubic-bezier(0.4,0.0,1,1);
    transition: opacity .1s cubic-bezier(0.4,0.0,1,1)
}

.ytp-show-cards-title .ytp-cards-button {
    margin-left: 10px;
    margin-right: 10px
}

.ytp-small-mode .ytp-show-cards-title .ytp-cards-button {
    margin-left: 0;
    margin-right: 0
}

.ytp-embeds-smallmode.ytp-small-mode .ytp-show-cards-title .ytp-cards-button {
    padding-top: 16px
}

.ytp-show-cards-title .ytp-cards-button-title {
    display: block
}

.ytp-small-mode .ytp-show-cards-title .ytp-cards-button-title,.ytp-cards-button-icon-shopping {
    display: none
}

.ytp-cards-shopping-active .ytp-cards-button-icon-shopping {
    display: inline-block
}

.ytp-cards-shopping-active .ytp-cards-button-icon-default {
    display: none
}

.ytp-big-mode .ytp-chrome-top .ytp-cards-button,.ytp-chrome-top .ytp-cards-button {
    width: auto;
    height: auto
}

.ytp-cards-button-icon {
    margin: auto;
    width: 36px;
    height: 36px
}

.ytp-big-mode .ytp-cards-button-icon {
    width: 54px;
    height: 54px
}

.ytp-cards-button-title {
    font-weight: 500;
    text-align: center;
    font-size: 14px;
    display: none
}

.ytp-big-mode .ytp-cards-button-title {
    font-size: 20px
}

.ytp-cards-button .ytp-svg-shadow {
    -moz-transition: stroke-opacity .1s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition: stroke-opacity .1s cubic-bezier(0.4,0.0,1,1);
    transition: stroke-opacity .1s cubic-bezier(0.4,0.0,1,1)
}

.ytp-cards-teaser-shown .ytp-cards-button .ytp-svg-shadow {
    stroke-opacity: 1;
    -moz-transition: stroke-opacity .1s cubic-bezier(0.0,0.0,0.2,1) .25s;
    -webkit-transition: stroke-opacity .1s cubic-bezier(0.0,0.0,0.2,1) .25s;
    transition: stroke-opacity .1s cubic-bezier(0.0,0.0,0.2,1) .25s
}

.ytp-cards-button .ytp-svg-shadow-fill {
    -moz-transition: fill-opacity .1s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition: fill-opacity .1s cubic-bezier(0.4,0.0,1,1);
    transition: fill-opacity .1s cubic-bezier(0.4,0.0,1,1)
}

.ytp-cards-teaser-shown .ytp-cards-button .ytp-svg-shadow-fill {
    fill-opacity: 1;
    -moz-transition: fill-opacity .1s cubic-bezier(0.0,0.0,0.2,1) .25s;
    -webkit-transition: fill-opacity .1s cubic-bezier(0.0,0.0,0.2,1) .25s;
    transition: fill-opacity .1s cubic-bezier(0.0,0.0,0.2,1) .25s
}

.ytp-cards-shopping-active.ytp-cards-teaser-shown .ytp-cards-button .ytp-svg-fill {
    fill: #2793e6
}

.ytp-cards-shopping-active.ytp-cards-teaser-shown .ytp-cards-button .ytp-svg-shadow {
    stroke: #fff;
    stroke-opacity: 1
}

.ytp-cards-shopping-active.ytp-cards-teaser-shown .ytp-cards-button .ytp-svg-shadow-fill {
    fill: #fff;
    fill-opacity: 1
}

.ytp-cards-teaser {
    position: absolute;
    top: 8.5px;
    right: 0;
    max-width: 90%;
    opacity: .75;
    cursor: pointer;
    z-index: 61;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1)
}

.ytp-big-mode .ytp-cards-teaser {
    top: 13px
}

.html5-video-player.ad-interrupting:not(.videoAdUiRedesign) .ytp-cards-teaser {
    top: 40px
}

.ytp-cards-teaser-shown .ytp-cards-teaser {
    opacity: .9
}

.ytp-cards-teaser-shown .ytp-cards-teaser:hover {
    opacity: 1
}

.ytp-autohide:not(.ytp-cards-teaser-shown) .ytp-cards-teaser {
    opacity: 0;
    -moz-transition: opacity .1s cubic-bezier(0.4,0.0,1,1) .33s;
    -webkit-transition: opacity .1s cubic-bezier(0.4,0.0,1,1) .33s;
    transition: opacity .1s cubic-bezier(0.4,0.0,1,1) .33s
}

.ytp-iv-drawer-open .ytp-cards-teaser {
    opacity: 0;
    -moz-transition: opacity .1s cubic-bezier(0.4,0.0,1,1) .33s;
    -webkit-transition: opacity .1s cubic-bezier(0.4,0.0,1,1) .33s;
    transition: opacity .1s cubic-bezier(0.4,0.0,1,1) .33s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s
}

.ytp-cards-teaser .ytp-cards-teaser-box,.ytp-cards-teaser .ytp-cards-teaser-text {
    height: 31px
}

.ytp-big-mode .ytp-cards-teaser .ytp-cards-teaser-box,.ytp-big-mode .ytp-cards-teaser .ytp-cards-teaser-text {
    height: 46px
}

.ytp-cards-teaser .ytp-cards-teaser-box {
    position: absolute;
    top: 0;
    right: 18px;
    border-radius: 2px;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #f1f1f1;
    -moz-transition: -moz-transform .33s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition: -webkit-transform .33s cubic-bezier(0.4,0.0,1,1);
    -ms-transition: -ms-transform .33s cubic-bezier(0.4,0.0,1,1);
    transition: transform .33s cubic-bezier(0.4,0.0,1,1);
    -moz-transform: scaleX(0) translateX(0);
    -ms-transform: scaleX(0) translateX(0);
    -webkit-transform: scaleX(0) translateX(0);
    transform: scaleX(0) translateX(0);
    -moz-transform-origin: right 0;
    -ms-transform-origin: right 0;
    -webkit-transform-origin: right 0;
    transform-origin: right 0
}

.ytp-big-mode .ytp-cards-teaser .ytp-cards-teaser-box {
    right: 27px
}

.ytp-cards-teaser-shown .ytp-cards-teaser .ytp-cards-teaser-box {
    -moz-transition: -moz-transform .33s cubic-bezier(0.0,0.0,0.2,1) .25s;
    -webkit-transition: -webkit-transform .33s cubic-bezier(0.0,0.0,0.2,1) .25s;
    -ms-transition: -ms-transform .33s cubic-bezier(0.0,0.0,0.2,1) .25s;
    transition: transform .33s cubic-bezier(0.0,0.0,0.2,1) .25s;
    -moz-transform: scaleX(1) translateX(18px);
    -ms-transform: scaleX(1) translateX(18px);
    -webkit-transform: scaleX(1) translateX(18px);
    transform: scaleX(1) translateX(18px)
}

.ytp-big-mode.ytp-cards-teaser-shown .ytp-cards-teaser .ytp-cards-teaser-box {
    -moz-transform: scaleX(1) translateX(27px);
    -ms-transform: scaleX(1) translateX(27px);
    -webkit-transform: scaleX(1) translateX(27px);
    transform: scaleX(1) translateX(27px)
}

.ytp-cards-teaser .ytp-cards-teaser-text {
    position: relative;
    padding: 0 36px 0 10px;
    max-width: 0;
    opacity: 0;
    color: #000;
    font-weight: 500;
    font-size: 109.090909%;
    line-height: 31px;
    text-shadow: initial;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -moz-transition: opacity .165s cubic-bezier(0.4,0.0,1,1),max-width 0s ease .165s;
    -webkit-transition: opacity .165s cubic-bezier(0.4,0.0,1,1),max-width 0s ease .165s;
    transition: opacity .165s cubic-bezier(0.4,0.0,1,1),max-width 0s ease .165s
}

.ytp-big-mode .ytp-cards-teaser .ytp-cards-teaser-text {
    padding: 0 66px 0 12px;
    line-height: 46px
}

.ytp-cards-teaser-shown .ytp-cards-teaser .ytp-cards-teaser-text {
    max-width: 415px;
    opacity: 1;
    -moz-transition: opacity .165s cubic-bezier(0.0,0.0,0.2,1) .415s;
    -webkit-transition: opacity .165s cubic-bezier(0.0,0.0,0.2,1) .415s;
    transition: opacity .165s cubic-bezier(0.0,0.0,0.2,1) .415s
}

.ytp-big-mode.ytp-cards-teaser-shown .ytp-cards-teaser .ytp-cards-teaser-text {
    max-width: 635px
}

.ytp-title-enable-channel-logo .ytp-title {
    min-height: 52px
}

.ytp-big-mode.ytp-title-enable-channel-logo .ytp-title {
    min-height: 75px
}

.ytp-title-enable-channel-logo .ytp-title-text {
    padding-left: 50px
}

.ytp-big-mode.ytp-title-enable-channel-logo .ytp-title-text {
    padding-left: 75px
}

.ytp-title-channel-logo {
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-origin: content-box;
    float: left
}

.ytp-big-mode .ytp-title-channel-logo {
    width: 60px;
    height: 60px
}

@keyframes ytp-title-channel-fade-in {
    0% {
        background-color: transparent;
        border-radius: 25px;
        width: 50px
    }

    25% {
        background-color: rgba(35,35,35,0.9)
    }

    75% {
        border-radius: 25px 4px 4px 25px;
        width: 500px
    }
}

@keyframes ytp-title-channel-fade-out {
    0% {
        background-color: rgba(35,35,35,0.9);
        border-radius: 25px 4px 4px 25px;
        width: 500px
    }

    75% {
        background-color: rgba(35,35,35,0.9);
        border-radius: 25px;
        width: 50px
    }
}

@keyframes ytp-title-channel-fade-in-big-mode {
    0% {
        background-color: transparent;
        border-radius: 35px;
        width: 70px
    }

    25% {
        background-color: rgba(35,35,35,0.9)
    }

    75% {
        border-radius: 35px 4px 4px 35px;
        width: 500px
    }
}

@keyframes ytp-title-channel-fade-out-big-mode {
    0% {
        background-color: rgba(35,35,35,0.9);
        border-radius: 35px 4px 4px 35px;
        width: 500px
    }

    75% {
        background-color: rgba(35,35,35,0.9);
        border-radius: 35px;
        width: 70px
    }
}

@keyframes ytp-title-expanded-fade-in {
    0% {
        opacity: 0
    }

    25% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes ytp-title-expanded-fade-out {
    0% {
        opacity: 1
    }

    25% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.ytp-title-channel {
    background: transparent;
    border-radius: 25px;
    display: none;
    height: 50px;
    margin-left: -5px;
    overflow: hidden;
    position: absolute;
    top: 7px;
    width: 50px
}

.ytp-big-mode .ytp-title-channel {
    width: 70px;
    height: 70px;
    margin-top: 10px
}

.ytp-title-enable-channel-logo .ytp-title-channel {
    display: flex
}

.ytp-title-channel.ytp-title-show-collapsed {
    -moz-animation: ytp-title-channel-fade-out .5s cubic-bezier(0.4,0.0,0.2,1);
    -webkit-animation: ytp-title-channel-fade-out .5s cubic-bezier(0.4,0.0,0.2,1);
    animation: ytp-title-channel-fade-out .5s cubic-bezier(0.4,0.0,0.2,1)
}

.ytp-big-mode .ytp-title-channel.ytp-title-show-collapsed {
    -moz-animation: ytp-title-channel-fade-out-big-mode .5s cubic-bezier(0.4,0.0,0.2,1);
    -webkit-animation: ytp-title-channel-fade-out-big-mode .5s cubic-bezier(0.4,0.0,0.2,1);
    animation: ytp-title-channel-fade-out-big-mode .5s cubic-bezier(0.4,0.0,0.2,1)
}

.ytp-title-channel.ytp-title-show-expanded {
    -moz-animation: ytp-title-channel-fade-in .5s cubic-bezier(0.4,0.0,0.2,1);
    -webkit-animation: ytp-title-channel-fade-in .5s cubic-bezier(0.4,0.0,0.2,1);
    animation: ytp-title-channel-fade-in .5s cubic-bezier(0.4,0.0,0.2,1)
}

.ytp-big-mode .ytp-title-channel.ytp-title-show-expanded {
    -moz-animation: ytp-title-channel-fade-in-big-mode .5s cubic-bezier(0.4,0.0,0.2,1);
    -webkit-animation: ytp-title-channel-fade-in-big-mode .5s cubic-bezier(0.4,0.0,0.2,1);
    animation: ytp-title-channel-fade-in-big-mode .5s cubic-bezier(0.4,0.0,0.2,1)
}

.ytp-title-channel.ytp-title-expanded {
    background-color: rgba(35,35,35,0.9);
    border-radius: 25px 4px 4px 25px;
    z-index: 1;
    width: 500px
}

.ytp-big-mode .ytp-title-channel.ytp-title-expanded {
    border-radius: 35px 4px 4px 35px
}

.ytp-title-channel-logo {
    border-radius: 50%;
    flex-shrink: 0;
    margin: 5px
}

.ytp-title-expanded-overlay {
    display: flex;
    flex-shrink: 0;
    opacity: 0;
    width: 450px
}

.ytp-big-mode .ytp-title-expanded-overlay {
    width: 430px
}

.ytp-title-expanded .ytp-title-expanded-overlay {
    opacity: 1
}

.ytp-title-show-collapsed .ytp-title-expanded-overlay {
    opacity: 0;
    -moz-animation: ytp-title-expanded-fade-out 1s cubic-bezier(0.4,0.0,0.2,1);
    -webkit-animation: ytp-title-expanded-fade-out 1s cubic-bezier(0.4,0.0,0.2,1);
    animation: ytp-title-expanded-fade-out 1s cubic-bezier(0.4,0.0,0.2,1)
}

.ytp-big-mode .ytp-title-show-collapsed .ytp-title-expanded-overlay {
    -moz-animation: ytp-title-expanded-fade-out-big-mode 1s cubic-bezier(0.4,0.0,0.2,1);
    -webkit-animation: ytp-title-expanded-fade-out-big-mode 1s cubic-bezier(0.4,0.0,0.2,1);
    animation: ytp-title-expanded-fade-out-big-mode 1s cubic-bezier(0.4,0.0,0.2,1)
}

.ytp-title-show-expanded .ytp-title-expanded-overlay {
    opacity: 1;
    -moz-animation: ytp-title-expanded-fade-in 1s cubic-bezier(0.4,0.0,0.2,1);
    -webkit-animation: ytp-title-expanded-fade-in 1s cubic-bezier(0.4,0.0,0.2,1);
    animation: ytp-title-expanded-fade-in 1s cubic-bezier(0.4,0.0,0.2,1)
}

.ytp-big-mode .ytp-title-show-expanded .ytp-title-expanded-overlay {
    -moz-animation: ytp-title-expanded-fade-in-big-mode 1s cubic-bezier(0.4,0.0,0.2,1);
    -webkit-animation: ytp-title-expanded-fade-in-big-mode 1s cubic-bezier(0.4,0.0,0.2,1);
    animation: ytp-title-expanded-fade-in-big-mode 1s cubic-bezier(0.4,0.0,0.2,1)
}

.ytp-title-expanded-heading {
    margin: 5px;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    align-self: center
}

.ytp-title-expanded-title {
    font-size: 16px;
    font-weight: normal;
    margin: 0
}

.ytp-big-mode .ytp-title-expanded-title {
    font-size: 22px
}

.ytp-title-expanded-title a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis
}

.ytp-title-expanded-subtitle {
    font-size: 12px;
    font-weight: normal;
    margin: 0
}

.ytp-big-mode .ytp-title-expanded-subtitle {
    font-size: 16px
}

.ytp-chrome-top .ytp-title-channel .ytp-sb {
    align-self: center;
    margin: 5px;
    height: auto;
    width: auto;
    padding: 0;
    text-shadow: none
}

.ytp-big-mode .ytp-chrome-top .ytp-title-channel .ytp-sb-subscribe,.ytp-big-mode .ytp-chrome-top .ytp-title-channel .ytp-sb-unsubscribe {
    font-size: 16px;
    padding: 14px 20px
}

.ytp-title-expanded .ytp-title-beacon,.ytp-title-expanded .ytp-title-text,.ytp-title-expanded .ytp-title-subtext {
    display: none
}

@keyframes ytp-title-beacon-pulse {
    0% {
        background: black;
        width: 40px;
        height: 40px;
        left: 5px;
        top: 5px
    }

    50% {
        background: transparent;
        width: 50px;
        height: 50px;
        left: 0;
        top: 0
    }
}

.ytp-title-beacon {
    border-radius: 25px;
    display: none;
    position: absolute;
    z-index: -1;
    -moz-animation: ytp-title-beacon-pulse 2s 5;
    -webkit-animation: ytp-title-beacon-pulse 2s 5;
    animation: ytp-title-beacon-pulse 2s 5
}

.unstarted-mode .ytp-title-beacon {
    display: block
}

.ytp-contextmenu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2300;
    font-family: Roboto,Arial,Helvetica,sans-serif;
    text-align: left;
    direction: ltr;
    font-size: 11px;
    line-height: 1.3;
    -webkit-font-smoothing: antialiased;
    will-change: width,height
}

.ytp-dni.ytp-contextmenu {
    text-shadow: none
}

.ytp-big-mode.ytp-contextmenu {
    font-size: 17px
}

.ytp-contextmenu a,.ytp-contextmenu a:focus,.ytp-contextmenu a:hover {
    color: inherit;
    text-decoration: none
}

.ytp-copytext {
    margin: 0 10px;
    max-width: 200px;
    outline: none;
    text-shadow: none;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -moz-user-select: text;
    -ms-user-select: text;
    -webkit-user-select: text
}

.ytp-copytext::-moz-selection {
    background-color: white;
    color: black
}

.ytp-html5-clipboard {
    top: 0;
    left: 100%;
    position: absolute;
    -moz-user-select: text;
    -ms-user-select: text;
    -webkit-user-select: text
}

.ytp-sb {
    display: inline-block;
    float: none
}

.ytp-sb .ytp-sb-unsubscribe,.ytp-sb.ytp-sb-subscribed .ytp-sb-subscribe {
    display: none
}

.ytp-sb.ytp-sb-subscribed .ytp-sb-unsubscribe {
    display: flex
}

.ytp-sb-subscribe,.ytp-sb-unsubscribe {
    border-radius: 2px;
    border: none;
    direction: ltr;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .007px;
    line-height: 16px;
    padding: 10px 16px;
    text-transform: uppercase;
    white-space: nowrap;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none
}

.ytp-sb-subscribe,a.ytp-sb-subscribe {
    background-color: #f00;
    color: #fff
}

.ytp-sb-subscribe .ytp-sb-count {
    color: rgba(255,255,255,0.8)
}

.ytp-sb-unsubscribe {
    background-color: #eee;
    color: rgba(17,17,17,.6)
}

.ytp-sb-subscribe.ytp-sb-disabled,.ytp-sb-unsubscribe.ytp-sb-disabled {
    background-color: #f3908b;
    cursor: default
}

.ytp-sb-subscribe:focus,.ytp-sb-unsubscribe:focus {
    outline: none
}

.ytp-sb.ytp-sb-classic {
    background-color: white;
    border-radius: 2px;
    margin: 4px 0
}

.ytp-sb-classic .ytp-sb-subscribe.ytp-sb-disabled,.ytp-sb-classic .ytp-sb-unsubscribe.ytp-sb-disabled {
    opacity: .5;
    cursor: default
}

.ytp-sb-text {
    display: flex
}

.ytp-sb-count {
    margin-left: 4px
}

.ytp-sb-classic .ytp-sb-subscribe,.ytp-sb-classic .ytp-sb-unsubscribe {
    border-radius: 2px;
    font-size: 12px!important;
    font-weight: normal;
    padding: 0!important;
    text-transform: none
}

.ytp-sb-classic .ytp-sb-subscribe {
    border: 1px solid #e62117
}

.ytp-sb-classic .ytp-sb-unsubscribe {
    border: 1px solid #ccc
}

.ytp-sb-classic .ytp-sb-text {
    padding: 3px 6px
}

.ytp-sb-classic .ytp-sb-count {
    padding: 3px 6px;
    margin: -1px;
    border: 1px solid #ccc;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px
}

.ytp-sb-classic .ytp-sb-subscribe .ytp-sb-count {
    border-left: 0;
    background-color: #fafafa
}

.ytp-sb-classic .ytp-sb-unsubscribe {
    background-color: #fafafa
}

.ytp-sb-classic .ytp-sb-subscribe .ytp-sb-text {
    color: #fefefe;
    background-color: #e62117
}

.ytp-sb-classic .ytp-sb-count,.ytp-sb-classic .ytp-sb-unsubscribe .ytp-sb-text {
    background-color: #fafafa;
    color: #737373
}

.ytp-sb-classic .ytp-sb-icon {
    height: 12px;
    margin-right: 6px;
    position: relative;
    top: 2px;
    width: 16px
}

.ytp-sb-classic .ytp-sb-subscribe .ytp-sb-icon {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAMCAYAAABr5z2BAAAAnUlEQVQ4T2P8//+/JwMDw1wGBgZJBtLAcwYGhmTG////PyNDM8yq5yAD/pNmMapqnAY8k5JgEFmxlIHNzhmv+TgNeMrJycAowMkgNHM6A4dfOE5DcBrwnJOT4f/vHwyMbAwMXGnJDPwT5mA1hEgDkhj4J4AiChMQ9sKMaQwc/hGke4HiQCQ2ailNSC9ABnhBk7IEsbZC1T1lYGBIAwBS1UxBE9/2iAAAAABJRU5ErkJggg==)
}

.ytp-sb-classic .ytp-sb-unsubscribe .ytp-sb-icon {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAMCAYAAABr5z2BAAAA/UlEQVQ4T6WSMUoEQRBF608iaLqZ4AnE0DOIYGYuGNjdM4jRiLkYjSIsLF0tgpkgE3gAccDUG5h6ACMNp75MoMyuyo5sp9X1ftX/BVnwYcF++RcgpbRGciIiY+/9Qyc+GBBj3Myy7FpERmY2CSGcDQao6i6A806Q5LH3/u5r9akJqqpaKcvyo+cLVPUEwKGIvJnZfgjhue/bN0BVj0TkwMzyPM+fUkrLJMcAtkm+ANhzzr3Omt4H7AC4FJElEbkguQVgg+Rj27ahKIr33xKbWiHGuA7gBsBq99nMrpqmOa3ruv0r7h8ppJRGJCOAe+fc7bw7GRzj4AnmKc7WPwFWRF0Nc9RQxwAAAABJRU5ErkJggg==)
}

.yt-ui-ellipsis {
    background-color: #fff;
    display: block;
    line-height: 1.3em;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word
}

.yt-ui-ellipsis-nowrap-single-line {
    background-color: #fff;
    display: block;
    line-height: 1.3em;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    max-height: 1.3em
}

.yt-ui-ellipsis::before {
    background-color: inherit;
    position: absolute
}

.yt-ui-ellipsis::after {
    background-color: inherit;
    position: absolute
}

.yt-ui-ellipsis::before {
    content: '\002026';
    right: 0
}

.yt-ui-ellipsis::after {
    content: '';
    height: 100%;
    width: 100%
}

.yt-ui-ellipsis-2::before {
    top: 1.3em
}

.yt-ui-ellipsis-3::before {
    top: 2.6em
}

.yt-ui-ellipsis-4::before {
    top: 3.9em
}

.yt-ui-ellipsis-6::before {
    top: 6.5em
}

.yt-ui-ellipsis-10::before {
    top: 11.7em
}

.yt-ui-ellipsis-2 {
    max-height: 2.6em
}

.yt-ui-ellipsis-3 {
    max-height: 3.9em
}

.yt-ui-ellipsis-4 {
    max-height: 5.2em
}

.yt-ui-ellipsis-6 {
    max-height: 7.8em
}

.yt-ui-ellipsis-10 {
    max-height: 13em
}

.webkit .yt-ui-ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.webkit .yt-ui-ellipsis-2 {
    -webkit-line-clamp: 2
}

.webkit .yt-ui-ellipsis-3 {
    -webkit-line-clamp: 3
}

.webkit .yt-ui-ellipsis-4 {
    -webkit-line-clamp: 4
}

.webkit .yt-ui-ellipsis-6 {
    -webkit-line-clamp: 6
}

.webkit .yt-ui-ellipsis-10 {
    -webkit-line-clamp: 10
}

.webkit .yt-ui-ellipsis::before {
    content: initial
}

.webkit .yt-ui-ellipsis::after {
    content: '\00200c';
    position: static;
    visibility: hidden
}

.yt-ui-ellipsis[dir="rtl"]::before {
    left: 0;
    right: auto
}

.ytp-ce-valign-outer {
    display: table;
    min-height: 100%;
    width: 100%
}

.ytp-ce-valign-inner {
    display: table-cell;
    text-align: left;
    vertical-align: middle
}

a.ytp-ce-link {
    display: block;
    color: #2793e6
}

a.ytp-ce-link:hover,a.ytp-ce-link:visited {
    color: #2793e6
}

a.ytp-ce-link:hover {
    text-decoration: underline
}

.ytp-ce-shadow {
    opacity: 0;
    outline: solid #000;
    position: absolute;
    transition: opacity .2s cubic-bezier(0.0,0.0,0.2,1);
    z-index: 12
}

.ytp-ce-shadow:not([aria-hidden=true]) {
    opacity: .25;
    transition: opacity .2s cubic-bezier(0.4,0.0,1,1)
}

.ytp-ce-element {
    border: 1px solid rgba(255,255,255,0.4);
    box-shadow: 0 0 4px rgba(0,0,0,0.5);
    cursor: pointer;
    display: block;
    font-family: Roboto,Arial,sans-serif;
    line-height: 1.3em;
    margin: -1px;
    position: absolute;
    -webkit-font-smoothing: auto;
    z-index: 12;
    opacity: 0;
    transition: visibility 0s linear .2s,opacity .2s cubic-bezier(0.0,0.0,0.2,1),border-color .2s cubic-bezier(0.0,0.0,0.2,1);
    visibility: hidden
}

.html5-video-player.ended-mode .ytp-ce-element {
    display: none
}

.ytp-ce-element.ytp-ce-placeholder a.ytp-ce-covering-overlay {
    cursor: default
}

.ytp-ce-element.ytp-ce-element-show {
    opacity: 1;
    transition: visibility 0s linear 0s,opacity .2s cubic-bezier(0.4,0.0,1,1),border-color .2s cubic-bezier(0.4,0.0,1,1);
    visibility: visible
}

.ytp-ce-element.ytp-ce-force-expand,.ytp-ce-element.ytp-ce-element-hover {
    border: 1px solid #fff;
    outline: none;
    z-index: 13;
    opacity: 1;
    transition: visibility 0s linear 0s,opacity .2s cubic-bezier(0.4,0.0,1,1),border-color .2s cubic-bezier(0.4,0.0,1,1);
    visibility: visible
}

.ytp-ce-element.ytp-ce-element-show:focus,.ytp-ce-element.ytp-ce-element-show:hover {
    outline: none
}

.ytp-ce-element-shadow {
    background-color: #000;
    bottom: -1px;
    left: -1px;
    opacity: 0;
    position: absolute;
    right: -1px;
    top: -1px;
    transition: opacity .2s cubic-bezier(0.0,0.0,0.2,1);
    z-index: 12
}

.ytp-ce-element.ytp-ce-element-show.ytp-ce-element-shadow-show .ytp-ce-element-shadow {
    opacity: .25;
    transition: opacity .2s cubic-bezier(0.4,0.0,1,1)
}

.ytp-ce-covering-image {
    background-color: #fff;
    background-position: center;
    background-size: cover;
    bottom: -2px;
    left: -1px;
    position: absolute;
    right: -1px;
    top: -1px
}

.ytp-ce-covering-shadow-top {
    height: 33%;
    opacity: .8;
    position: absolute;
    top: 0;
    width: 100%;
    background-image: -moz-linear-gradient(top,#000 0,transparent 100%);
    background-image: -ms-linear-gradient(top,#000 0,transparent 100%);
    background-image: -o-linear-gradient(top,#000 0,transparent 100%);
    background-image: -webkit-linear-gradient(top,#000 0,transparent 100%);
    background-image: linear-gradient(to bottom,#000 0,transparent 100%)
}

.ytp-ce-covering-shadow-bottom {
    bottom: 0;
    background-image: -moz-linear-gradient(top,transparent 0,#000 100%);
    background-image: -ms-linear-gradient(top,transparent 0,#000 100%);
    background-image: -o-linear-gradient(top,transparent 0,#000 100%);
    background-image: -webkit-linear-gradient(top,transparent 0,#000 100%);
    background-image: linear-gradient(to bottom,transparent 0,#000 100%)
}

.ytp-ce-covering-overlay {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 12
}

.html5-video-player.ended-mode .ytp-ce-shadow {
    display: none
}

.ytp-ce-video,.ytp-ce-playlist {
    overflow: hidden
}

.ytp-ce-video-title,.ytp-ce-playlist-title {
    background-color: transparent;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    margin: 6px 8px;
    max-height: 28px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.4)
}

.ytp-ce-video-duration {
    background-color: rgba(0,0,0,0.8);
    border-radius: 2px;
    bottom: 0;
    color: rgba(255,255,255,0.8);
    margin: 0 4px 4px 0;
    padding: 4px 6px;
    position: absolute;
    right: 0
}

.ytp-ce-playlist-count {
    background-color: rgba(0,0,0,0.75);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0
}

.ytp-ce-playlist-icon {
    left: 8px;
    position: absolute;
    top: 2px
}

.ytp-ce-playlist-count-text {
    color: rgba(255,255,255,0.8);
    height: 24px;
    line-height: 24px;
    margin-left: 32px
}

.ytp-ce-expanding-overlay {
    position: absolute;
    opacity: 0;
    transition: visibility 0s linear .2s,opacity .2s cubic-bezier(0.0,0.0,0.2,1),border-color .2s cubic-bezier(0.0,0.0,0.2,1);
    visibility: hidden
}

.ytp-ce-expanding-overlay-content {
    display: table
}

.ytp-ce-expanding-overlay-body {
    display: table-cell;
    position: relative;
    vertical-align: middle
}

.ytp-ce-element.ytp-ce-force-expand .ytp-ce-expanding-overlay,.ytp-ce-element.ytp-ce-element-hover .ytp-ce-expanding-overlay {
    z-index: 13;
    opacity: 1;
    transition: visibility 0s linear 0s,opacity .2s cubic-bezier(0.4,0.0,1,1),border-color .2s cubic-bezier(0.4,0.0,1,1);
    visibility: visible
}

.ytp-ce-element.ytp-ce-force-expand .ytp-ce-expanding-image,.ytp-ce-element.ytp-ce-element-hover .ytp-ce-expanding-image {
    z-index: 13
}

.ytp-ce-expanding-overlay-background {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 0 4px #000;
    height: 100%;
    left: 0;
    margin: -8px;
    padding: 8px;
    position: absolute;
    top: 0;
    width: 100%
}

.ytp-ce-expanding-image {
    background-position: center;
    background-size: cover;
    height: 100%;
    position: absolute;
    width: 100%
}

.ytp-ce-expanding-icon {
    background-color: #000;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    border-radius: 2px;
    bottom: 2px;
    height: 24px;
    position: absolute;
    right: 2px;
    width: 24px;
    -moz-transition: opacity .2s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: opacity .2s cubic-bezier(0.0,0.0,0.2,1);
    transition: opacity .2s cubic-bezier(0.0,0.0,0.2,1)
}

.ytp-ce-element.ytp-ce-force-expand .ytp-ce-expanding-icon,.ytp-ce-element.ytp-ce-element-hover .ytp-ce-expanding-icon {
    opacity: 0
}

.ytp-ce-element.ytp-ce-top-left-quad .ytp-ce-expanding-overlay {
    left: 0;
    padding-left: 100%;
    top: 0
}

.ytp-ce-element.ytp-ce-top-right-quad .ytp-ce-expanding-overlay {
    padding-right: 100%;
    right: 0;
    top: 0
}

.ytp-ce-element.ytp-ce-bottom-left-quad .ytp-ce-expanding-overlay {
    bottom: 0;
    left: 0;
    padding-left: 100%
}

.ytp-ce-element.ytp-ce-bottom-right-quad .ytp-ce-expanding-overlay {
    bottom: 0;
    padding-right: 100%;
    right: 0
}

.ytp-ce-element.ytp-ce-website.ytp-ce-element-show,.ytp-ce-element.ytp-ce-channel.ytp-ce-element-show,.ytp-ce-element.ytp-ce-website.ytp-ce-element-show.ytp-ce-element-hover,.ytp-ce-element.ytp-ce-channel.ytp-ce-element-show.ytp-ce-element-hover,.ytp-ce-element.ytp-ce-website.ytp-ce-element-show.ytp-ce-force-expand,.ytp-ce-element.ytp-ce-channel.ytp-ce-element-show.ytp-ce-force-expand {
    border: 0;
    margin: 0
}

.ytp-ce-channel-title {
    font-weight: 500
}

.ytp-ce-channel-subscribe {
    color: #767676;
    display: inline-block;
    margin-top: 4px;
    transform: scale(1);
    transform-origin: top left
}

.ytp-ce-channel-subscribers-text {
    color: #767676;
    display: none;
    margin-bottom: 24px;
    margin-top: 6px
}

.ytp-ce-channel-metadata {
    color: #767676
}

.ytp-ce-channel-this .ytp-ce-channel-metadata {
    border-top: 1px solid #ebebeb;
    display: none
}

.ytp-ce-channel-that .ytp-ce-channel-metadata {
    font-size: 12px;
    line-height: 14px;
    margin-top: 4px;
    max-height: 42px
}

.ytp-ce-channel,.ytp-ce-channel .ytp-ce-expanding-image,.ytp-ce-channel .ytp-ce-element-shadow {
    border-radius: 50%
}

.ytp-ce-website-title {
    color: #333;
    font-weight: 500;
    margin-bottom: 2px
}

.ytp-ce-website-metadata {
    color: #767676;
    margin-top: 4px;
    white-space: nowrap
}

.ytp-ce-website-goto {
    display: inline-block;
    font-weight: 500;
    margin-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.ytp-ce-website .ytp-ce-expanding-image {
    background-color: #fff
}

.ytp-ce-size-346 {
    font-size: 12px
}

.ytp-ce-size-346 .ytp-ce-covering-icon {
    bottom: 4px;
    right: 4px
}

.ytp-ce-size-346 .ytp-ce-expanding-overlay-body-padding {
    min-width: 115px
}

.ytp-ce-size-346 .ytp-ce-expanding-overlay-body-padding>:not(.ytp-ce-subscribe-container) {
    width: 115px
}

.ytp-ce-size-346.ytp-ce-top-left-quad .ytp-ce-expanding-overlay-body-padding,.ytp-ce-size-346.ytp-ce-bottom-left-quad .ytp-ce-expanding-overlay-body-padding {
    margin: 0 0 0 8px
}

.ytp-ce-size-346.ytp-ce-top-right-quad .ytp-ce-expanding-overlay-body-padding,.ytp-ce-size-346.ytp-ce-bottom-right-quad .ytp-ce-expanding-overlay-body-padding {
    margin: 0 8px 0 0
}

.ytp-ce-size-346 .ytp-ce-expanding-overlay-background {
    margin: -8px;
    padding: 8px
}

.ytp-ce-size-346 .ytp-ce-expanding-icon {
    bottom: 2px;
    right: 2px
}

.ytp-ce-size-346.ytp-ce-channel-that .ytp-ce-channel-metadata {
    margin-top: 0
}

.ytp-ce-size-426 {
    font-size: 12px
}

.ytp-ce-size-426 .ytp-ce-covering-icon {
    bottom: 4px;
    right: 4px
}

.ytp-ce-size-426 .ytp-ce-expanding-overlay-body-padding {
    min-width: 115px
}

.ytp-ce-size-426 .ytp-ce-expanding-overlay-body-padding>:not(.ytp-ce-subscribe-container) {
    width: 115px
}

.ytp-ce-size-426.ytp-ce-top-left-quad .ytp-ce-expanding-overlay-body-padding,.ytp-ce-size-426.ytp-ce-bottom-left-quad .ytp-ce-expanding-overlay-body-padding {
    margin: 0 4px 0 12px
}

.ytp-ce-size-426.ytp-ce-top-right-quad .ytp-ce-expanding-overlay-body-padding,.ytp-ce-size-426.ytp-ce-bottom-right-quad .ytp-ce-expanding-overlay-body-padding {
    margin: 0 12px 0 4px
}

.ytp-ce-size-426 .ytp-ce-expanding-icon {
    bottom: 4px;
    right: 4px
}

.ytp-ce-size-426.ytp-ce-channel-that .ytp-ce-channel-metadata {
    margin-top: 0
}

.ytp-ce-size-346 .ytp-ce-video-title,.ytp-ce-size-346 .ytp-ce-playlist-title,.ytp-ce-size-426 .ytp-ce-video-title,.ytp-ce-size-426 .ytp-ce-playlist-title {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 85%
}

.ytp-ce-size-470 {
    font-size: 12px
}

.ytp-ce-size-470 .ytp-ce-website-title,.ytp-ce-size-470 .ytp-ce-channel-title {
    font-size: 12px;
    line-height: 14px
}

.ytp-ce-size-470 .ytp-ce-website-goto {
    font-size: 12px
}

.ytp-ce-size-470 .ytp-ce-expanding-overlay-body-padding {
    min-width: 136px
}

.ytp-ce-size-470 .ytp-ce-expanding-overlay-body-padding>:not(.ytp-ce-subscribe-container) {
    width: 136px
}

.ytp-ce-size-470.ytp-ce-top-left-quad .ytp-ce-expanding-overlay-body-padding,.ytp-ce-size-470.ytp-ce-bottom-left-quad .ytp-ce-expanding-overlay-body-padding {
    margin: 0 4px 0 12px
}

.ytp-ce-size-470.ytp-ce-top-right-quad .ytp-ce-expanding-overlay-body-padding,.ytp-ce-size-470.ytp-ce-bottom-right-quad .ytp-ce-expanding-overlay-body-padding {
    margin: 0 12px 0 4px
}

.ytp-ce-size-470 .ytp-ce-expanding-icon {
    bottom: 4px;
    right: 4px
}

.ytp-ce-size-506 {
    font-size: 12px
}

.ytp-ce-size-506 .ytp-ce-website-title,.ytp-ce-size-506 .ytp-ce-channel-title {
    font-size: 12px;
    line-height: 14px
}

.ytp-ce-size-506 .ytp-ce-website-goto {
    font-size: 12px
}

.ytp-ce-size-506 .ytp-ce-expanding-overlay-body-padding {
    min-width: 136px
}

.ytp-ce-size-506 .ytp-ce-expanding-overlay-body-padding>:not(.ytp-ce-subscribe-container) {
    width: 136px
}

.ytp-ce-size-506.ytp-ce-top-left-quad .ytp-ce-expanding-overlay-body-padding,.ytp-ce-size-506.ytp-ce-bottom-left-quad .ytp-ce-expanding-overlay-body-padding {
    margin: 0 4px 0 12px
}

.ytp-ce-size-506.ytp-ce-top-right-quad .ytp-ce-expanding-overlay-body-padding,.ytp-ce-size-506.ytp-ce-bottom-right-quad .ytp-ce-expanding-overlay-body-padding {
    margin: 0 12px 0 4px
}

.ytp-ce-size-506 .ytp-ce-expanding-icon {
    bottom: 4px;
    right: 4px
}

.ytp-ce-size-570 {
    font-size: 12px
}

.ytp-ce-size-570 .ytp-ce-website-title,.ytp-ce-size-570 .ytp-ce-channel-title {
    font-size: 12px;
    line-height: 14px
}

.ytp-ce-size-570 .ytp-ce-website-goto {
    font-size: 12px
}

.ytp-ce-size-570 .ytp-ce-expanding-overlay-body-padding {
    min-width: 136px
}

.ytp-ce-size-570 .ytp-ce-expanding-overlay-body-padding>:not(.ytp-ce-subscribe-container) {
    width: 136px
}

.ytp-ce-size-570.ytp-ce-top-left-quad .ytp-ce-expanding-overlay-body-padding,.ytp-ce-size-570.ytp-ce-bottom-left-quad .ytp-ce-expanding-overlay-body-padding {
    margin: 0 4px 0 12px
}

.ytp-ce-size-570.ytp-ce-top-right-quad .ytp-ce-expanding-overlay-body-padding,.ytp-ce-size-570.ytp-ce-bottom-right-quad .ytp-ce-expanding-overlay-body-padding {
    margin: 0 12px 0 4px
}

.ytp-ce-size-570 .ytp-ce-expanding-icon {
    bottom: 4px;
    right: 4px
}

.ytp-ce-size-640 {
    font-size: 12px
}

.ytp-ce-size-640 .ytp-ce-video-title,.ytp-ce-size-640 .ytp-ce-playlist-title {
    font-size: 13px;
    line-height: 15px;
    max-height: 30px
}

.ytp-ce-size-640 .ytp-ce-website-title,.ytp-ce-size-640 .ytp-ce-channel-title {
    font-size: 13px;
    line-height: 15px
}

.ytp-ce-size-640 .ytp-ce-website-goto {
    font-size: 12px
}

.ytp-ce-size-640 .ytp-ce-expanding-overlay-body-padding {
    min-width: 136px
}

.ytp-ce-size-640 .ytp-ce-expanding-overlay-body-padding>:not(.ytp-ce-subscribe-container) {
    width: 136px
}

.ytp-ce-size-640.ytp-ce-top-left-quad .ytp-ce-expanding-overlay-body-padding,.ytp-ce-size-640.ytp-ce-bottom-left-quad .ytp-ce-expanding-overlay-body-padding {
    margin: 0 8px 0 16px
}

.ytp-ce-size-640.ytp-ce-top-right-quad .ytp-ce-expanding-overlay-body-padding,.ytp-ce-size-640.ytp-ce-bottom-right-quad .ytp-ce-expanding-overlay-body-padding {
    margin: 0 16px 0 8px
}

.ytp-ce-size-640 .ytp-ce-expanding-icon {
    bottom: 8px;
    right: 8px
}

.ytp-ce-size-853 {
    font-size: 14px
}

.ytp-ce-size-853 .ytp-ce-video-title,.ytp-ce-size-853 .ytp-ce-playlist-title {
    font-size: 15px;
    line-height: 18px;
    margin: 10px 12px;
    max-height: 36px
}

.ytp-ce-size-853 .ytp-ce-video-duration {
    margin: 0 6px 6px 0
}

.ytp-ce-size-853 .ytp-ce-website-title,.ytp-ce-size-853 .ytp-ce-channel-title {
    font-size: 15px;
    line-height: 18px
}

.ytp-ce-size-853 .ytp-ce-website-goto {
    font-size: 12px
}

.ytp-ce-size-853.ytp-ce-channel-this .ytp-ce-channel-metadata {
    font-size: 12px;
    line-height: 14px;
    margin-top: 8px;
    padding-top: 8px;
    max-height: 42px;
    display: block
}

.ytp-ce-size-853.ytp-ce-channel-that .ytp-ce-channel-metadata {
    font-size: 15px;
    line-height: 18px;
    margin-top: 4px;
    max-height: 54px
}

.ytp-ce-size-853 .ytp-ce-expanding-overlay-body-padding {
    min-width: 176px
}

.ytp-ce-size-853 .ytp-ce-expanding-overlay-body-padding>:not(.ytp-ce-subscribe-container) {
    width: 176px
}

.ytp-ce-size-853.ytp-ce-top-left-quad .ytp-ce-expanding-overlay-body-padding,.ytp-ce-size-853.ytp-ce-bottom-left-quad .ytp-ce-expanding-overlay-body-padding {
    margin: 0 8px 0 16px
}

.ytp-ce-size-853.ytp-ce-top-right-quad .ytp-ce-expanding-overlay-body-padding,.ytp-ce-size-853.ytp-ce-bottom-right-quad .ytp-ce-expanding-overlay-body-padding {
    margin: 0 16px 0 8px
}

.ytp-ce-size-853 .ytp-ce-expanding-icon {
    background-size: 24px 24px;
    bottom: 8px;
    height: 32px;
    right: 8px;
    width: 32px
}

.ytp-ce-size-853 .ytp-ce-playlist-icon {
    left: 8px;
    top: 4px
}

.ytp-ce-size-853 .ytp-ce-playlist-count-text {
    height: 32px;
    line-height: 32px;
    margin-left: 40px
}

.ytp-ce-size-1280 {
    font-size: 18px
}

.ytp-ce-size-1280 .ytp-ce-video-title,.ytp-ce-size-1280 .ytp-ce-playlist-title {
    font-size: 21px;
    line-height: 24px;
    margin: 18px 20px;
    max-height: 48px
}

.ytp-ce-size-1280 .ytp-ce-video-duration {
    margin: 0 12px 12px 0
}

.ytp-ce-size-1280 .ytp-ce-website-title,.ytp-ce-size-1280 .ytp-ce-channel-title {
    font-size: 21px;
    line-height: 24px
}

.ytp-ce-size-1280 .ytp-ce-website-metadata,.ytp-ce-size-1280 .ytp-ce-website-goto {
    font-size: 18px;
    margin-top: 8px
}

.ytp-ce-size-1280 .ytp-ce-channel-metadata {
    font-size: 18px;
    line-height: 21px;
    max-height: 63px
}

.ytp-ce-size-1280 .ytp-ce-channel-subscribe {
    height: 32px;
    transform: scale(1.3)
}

.ytp-ce-size-1280.ytp-ce-channel-that .ytp-ce-channel-subscribers-text {
    display: block
}

.ytp-ce-size-1280.ytp-ce-channel-this .ytp-ce-channel-metadata {
    margin-top: 12px;
    padding-top: 12px;
    display: block
}

.ytp-ce-size-1280 .ytp-ce-expanding-overlay-body-padding {
    min-width: 264px
}

.ytp-ce-size-1280 .ytp-ce-expanding-overlay-body-padding>:not(.ytp-ce-subscribe-container) {
    width: 264px
}

.ytp-ce-size-1280.ytp-ce-top-left-quad .ytp-ce-expanding-overlay-body-padding,.ytp-ce-size-1280.ytp-ce-bottom-left-quad .ytp-ce-expanding-overlay-body-padding {
    margin: 0 16px 0 32px
}

.ytp-ce-size-1280.ytp-ce-top-right-quad .ytp-ce-expanding-overlay-body-padding,.ytp-ce-size-1280.ytp-ce-bottom-right-quad .ytp-ce-expanding-overlay-body-padding {
    margin: 0 32px 0 16px
}

.ytp-ce-size-1280 .ytp-ce-expanding-overlay-background {
    margin: -16px;
    padding: 16px
}

.ytp-ce-size-1280 .ytp-ce-expanding-icon {
    background-size: 32px 32px;
    bottom: 10px;
    height: 40px;
    right: 10px;
    width: 40px
}

.ytp-ce-size-1280 .ytp-ce-playlist-icon {
    left: 10px;
    top: 8px
}

.ytp-ce-size-1280 .ytp-ce-playlist-count-text {
    height: 40px;
    line-height: 40px;
    margin-left: 46px
}

.ytp-ce-size-1920 {
    font-size: 28px
}

.ytp-ce-size-1920 .ytp-ce-video-title,.ytp-ce-size-1920 .ytp-ce-playlist-title {
    font-size: 32px;
    line-height: 38px;
    margin: 18px 20px;
    max-height: 76px
}

.ytp-ce-size-1920 .ytp-ce-video-duration {
    margin: 0 20px 20px 0
}

.ytp-ce-size-1920 .ytp-ce-website-title,.ytp-ce-size-1920 .ytp-ce-channel-title {
    font-size: 32px;
    line-height: 38px
}

.ytp-ce-size-1920 .ytp-ce-website-metadata,.ytp-ce-size-1920 .ytp-ce-website-goto {
    font-size: 28px;
    margin-top: 12px
}

.ytp-ce-size-1920 .ytp-ce-channel-metadata {
    font-size: 28px;
    line-height: 34px;
    max-height: 102px
}

.ytp-ce-size-1920 .ytp-ce-channel-subscribe {
    height: 80px;
    margin-top: -16px;
    transform: scale(2.5)
}

.ytp-ce-size-1920.ytp-ce-channel-that .ytp-ce-channel-subscribers-text {
    display: block
}

.ytp-ce-size-1920.ytp-ce-channel-this .ytp-ce-channel-metadata {
    display: block;
    margin-top: 18px;
    padding-top: 18px
}

.ytp-ce-size-1920 .ytp-ce-expanding-overlay-body-padding {
    min-width: 392px
}

.ytp-ce-size-1920 .ytp-ce-expanding-overlay-body-padding>:not(.ytp-ce-subscribe-container) {
    width: 392px
}

.ytp-ce-size-1920.ytp-ce-top-left-quad .ytp-ce-expanding-overlay-body-padding,.ytp-ce-size-1920.ytp-ce-bottom-left-quad .ytp-ce-expanding-overlay-body-padding {
    margin: 0 24px 0 48px
}

.ytp-ce-size-1920.ytp-ce-top-right-quad .ytp-ce-expanding-overlay-body-padding,.ytp-ce-size-1920.ytp-ce-bottom-right-quad .ytp-ce-expanding-overlay-body-padding {
    margin: 0 48px 0 24px
}

.ytp-ce-size-1920 .ytp-ce-expanding-overlay-background {
    margin: -24px;
    padding: 24px
}

.ytp-ce-size-1920 .ytp-ce-expanding-icon {
    background-size: 56px 56px;
    bottom: 20px;
    height: 62px;
    right: 20px;
    width: 62px
}

.ytp-ce-size-1920 .ytp-ce-playlist-icon {
    left: 12px;
    top: 12px;
    height: 32px;
    width: 32px
}

.ytp-ce-size-1920 .ytp-ce-playlist-count-text {
    height: 56px;
    line-height: 56px;
    margin-left: 56px
}

.ytp-ce-channel-subscribe.ytp-ce-subscribe-button {
    height: auto;
    margin-top: 0;
    transform: scale(1)
}

.ytp-ce-size-346 .ytp-sb-unsubscribe,.ytp-ce-size-346 .ytp-sb-subscribe,.ytp-ce-size-426 .ytp-sb-unsubscribe,.ytp-ce-size-426 .ytp-sb-subscribe,.ytp-ce-size-470 .ytp-sb-unsubscribe,.ytp-ce-size-470 .ytp-sb-subscribe,.ytp-ce-size-506 .ytp-sb-unsubscribe,.ytp-ce-size-506 .ytp-sb-subscribe {
    font-size: 11px;
    padding: 8px
}

.ytp-cued-thumbnail-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover
}

.ytp-cued-thumbnail-overlay.ytp-exp-contain-thumbnail {
    background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain
}

.ytp-cued-thumbnail-overlay[aria-hidden=true] {
    opacity: 0;
    -moz-transition: opacity .25s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition: opacity .25s cubic-bezier(0.4,0.0,1,1);
    transition: opacity .25s cubic-bezier(0.4,0.0,1,1)
}

.ytp-cued-thumbnail-overlay-image {
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute
}

.ytp-cued-thumbnail-overlay.ytp-exp-contain-thumbnail .ytp-cued-thumbnail-overlay-image {
    background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain
}

.ytp-cued-thumbnail-overlay-duration {
    background: rgba(0,0,0,0.8);
    border-radius: 2px;
    bottom: 8px;
    display: none;
    font-size: 12px;
    font-weight: 500;
    height: 16px;
    line-height: 16px;
    padding: 0 4px;
    position: absolute;
    right: 8px
}

.ytp-cued-thumbnail-overlay-show-duration .ytp-cued-thumbnail-overlay-duration {
    display: block
}

.unstarted-mode:not(.playing-mode) .ytp-cued-thumbnail-overlay:not([aria-hidden=true]),.ended-mode .ytp-cued-thumbnail-overlay:not([aria-hidden=true]) {
    cursor: pointer
}

.ytp-mweb-endscreen-autonav {
    background-color: black
}

.ytp-mweb-endscreen-hide-previous .ytp-mweb-endscreen-play-previous {
    display: none
}

.ytp-mweb-endscreen-play-previous {
    position: absolute;
    left: 25%;
    top: 33%;
    width: 72px;
    height: 72px;
    margin-left: -36px
}

.ytp-mweb-endscreen-play-next {
    position: absolute;
    left: 75%;
    top: 33%;
    width: 72px;
    height: 72px;
    margin-left: -36px
}

.ytp-mweb-endscreen-replay {
    position: absolute;
    left: 50%;
    top: 33%;
    width: 72px;
    height: 72px;
    margin-left: -36px
}

.subscribecard-endscreen .ytp-author-image {
    border-radius: 50%;
    flex-shrink: 0;
    height: 88px;
    width: 88px
}

.subscribecard-endscreen .ytp-author-name {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px
}

.subscribecard-endscreen .ytp-subscribe-card {
    align-items: center;
    background: rgba(0,0,0,0.85);
    border-radius: 5px;
    display: flex;
    margin: 10px;
    max-width: 400px;
    padding: 10px
}

.subscribecard-endscreen .ytp-subscribe-card-right {
    float: left;
    margin-left: 15px
}

.ytp-upnext {
    position: absolute;
    display: block;
    vertical-align: top;
    opacity: 1;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -moz-transition: all .1s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition: all .1s cubic-bezier(0.4,0.0,1,1);
    transition: all .1s cubic-bezier(0.4,0.0,1,1);
    z-index: 35
}

.ytp-upnext-top {
    width: 100%;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    bottom: 50%;
    margin-bottom: 48px
}

.ytp-small-mode .ytp-upnext-top {
    margin-bottom: 26px
}

.ytp-upnext-bottom {
    width: 100%;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    margin-top: 48px
}

.ytp-small-mode .ytp-upnext-bottom {
    margin-top: 26px
}

.ytp-upnext-title {
    display: block;
    padding: 0 10px 2px;
    margin-left: 32px;
    margin-right: 32px;
    text-align: center;
    font-size: 200%;
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.ytp-small-mode .ytp-upnext-title {
    font-size: 150%
}

.ytp-upnext-author {
    display: block;
    line-height: 1.3em;
    overflow: hidden;
    padding: 0 10px 10px;
    text-align: center;
    color: #fff;
    font-size: 130%
}

.ytp-upnext-header {
    display: block;
    font-size: 140%;
    text-align: center;
    padding-bottom: 8px;
    color: rgba(255,255,255,0.7)
}

.ytp-small-mode .ytp-upnext-header {
    padding-bottom: 0
}

.ytp-upnext-cancel {
    display: block;
    float: none;
    text-align: center
}

.ytp-upnext-cancel-button {
    display: inline-block;
    float: none;
    padding: 10px 20px;
    font-size: 140%;
    font-weight: 500;
    text-transform: uppercase
}

.ytp-upnext-cancel-button:hover {
    background-color: rgba(255,255,255,0.15);
    border-radius: 2px
}

.ytp-upnext-autoplay-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 64px;
    height: 64px;
    margin: -32px 0 0 -32px;
    -moz-transition: all .1s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition: all .1s cubic-bezier(0.4,0.0,1,1);
    transition: all .1s cubic-bezier(0.4,0.0,1,1)
}

.ytp-small-mode .ytp-upnext-autoplay-icon {
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px
}

.ytp-upnext-paused {
    display: block;
    text-align: center;
    font-size: 120%;
    font-style: italic;
    opacity: 0
}

.ytp-upnext-autoplay-paused .ytp-upnext-paused {
    opacity: 1;
    -moz-transition: all .1s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition: all .1s cubic-bezier(0.4,0.0,1,1);
    transition: all .1s cubic-bezier(0.4,0.0,1,1)
}

.ytp-upnext .ytp-cued-thumbnail-overlay-image {
    opacity: .4
}

.ytp-player-minimized .ytp-upnext .ytp-cued-thumbnail-overlay-image {
    opacity: .64
}

.ytp-player-minimized .ytp-upnext .ytp-upnext-top {
    top: 0;
    margin: 12px 0 0 12px
}

.ytp-player-minimized .ytp-upnext .ytp-upnext-header,.ytp-player-minimized .ytp-upnext .ytp-upnext-title,.ytp-player-minimized .ytp-upnext .ytp-upnext-author {
    text-align: left;
    margin-bottom: 4px
}

.ytp-player-minimized .ytp-upnext .ytp-upnext-header,.ytp-player-minimized .ytp-upnext .ytp-upnext-author {
    font-size: 12px;
    font-weight: 400;
    color: rgba(255,255,255,.7);
    padding: 0
}

.ytp-player-minimized .ytp-upnext .ytp-upnext-title {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    padding: 0 75px 0 0
}

.ytp-player-minimized .ytp-upnext .ytp-upnext-autoplay-icon {
    width: 62px;
    height: 62px;
    margin: -31px 0 0 -31px
}

.ytp-player-minimized .ytp-upnext .ytp-upnext-cancel-button,.ytp-player-minimized .ytp-upnext .ytp-upnext-paused {
    font-size: 14px;
    font-weight: 500;
    color: rgba(255,255,255,.7)
}

.ytp-player-minimized .ytp-upnext .ytp-upnext-cancel-button {
    padding: 8px;
    margin-top: 8px
}

.ytp-big-mode .ytp-upnext-autoplay-icon {
    width: 146px;
    height: 146px;
    margin: -73px 0 0 -73px
}

.ytp-big-mode .ytp-upnext-bottom {
    margin-top: 76px
}

.ytp-big-mode .ytp-upnext-top {
    margin-bottom: 76px
}

.ytp-videowall-still {
    position: absolute;
    display: block;
    cursor: pointer;
    vertical-align: top;
    opacity: 0;
    overflow: hidden;
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -webkit-transform: scale(0.1);
    transform: scale(0.1)
}

.ytp-show-tiles .ytp-videowall-still {
    opacity: 1;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    -moz-transition: -moz-transform .3s cubic-bezier(0.0,0.0,0.2,1),opacity .3s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: -webkit-transform .3s cubic-bezier(0.0,0.0,0.2,1),opacity .3s cubic-bezier(0.0,0.0,0.2,1);
    -ms-transition: -ms-transform .3s cubic-bezier(0.0,0.0,0.2,1),opacity .3s cubic-bezier(0.0,0.0,0.2,1);
    transition: transform .3s cubic-bezier(0.0,0.0,0.2,1),opacity .3s cubic-bezier(0.0,0.0,0.2,1)
}

.ytp-videowall-still-mini .ytp-videowall-still-info-author,.ytp-videowall-still-mini .ytp-videowall-still-info-duration,.ytp-videowall-still-list .ytp-videowall-still-info-duration,.ytp-videowall-still-mix .ytp-videowall-still-info-duration,.ytp-videowall-still-mini .ytp-videowall-still-info-live,.ytp-videowall-still[data-is-live=true] .ytp-videowall-still-info-duration {
    display: none
}

.ytp-videowall-still[data-is-live=true] .ytp-videowall-still-info-live {
    display: block
}

.ytp-videowall-still-listlabel-regular,.ytp-videowall-still-listlabel-mix {
    display: none;
    height: 2.15em;
    padding-right: 10px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    background-color: rgba(0,0,0,0.70)
}

.ytp-videowall-still-mini .ytp-videowall-still-listlabel-regular,.ytp-videowall-still-mini .ytp-videowall-still-listlabel-mix {
    font-size: 100%
}

.ytp-videowall-still-listlabel-icon {
    display: inline-block;
    vertical-align: middle;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBoZWlnaHQ9IjEwMCUiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDM2IDM2IiB3aWR0aD0iMTAwJSI+PHVzZSBzdHJva2U9IiMwMDAiIHN0cm9rZS1vcGFjaXR5PSIuMTUiIHN0cm9rZS13aWR0aD0iMnB4IiB4bGluazpocmVmPSIjeXRwLXN2Zy1wbGF5bGlzdCIgLz48cGF0aCBkPSJtIDIyLjUzLDIxLjQyIDAsNi44NSA1LjY2LC0zLjQyIC01LjY2LC0zLjQyIDAsMCB6IG0gLTExLjMzLDAgOS4wNiwwIDAsMi4yOCAtOS4wNiwwIDAsLTIuMjggMCwwIHogbSAwLC05LjE0IDEzLjYsMCAwLDIuMjggLTEzLjYsMCAwLC0yLjI4IDAsMCB6IG0gMCw0LjU3IDEzLjYsMCAwLDIuMjggLTEzLjYsMCAwLC0yLjI4IDAsMCB6IiBmaWxsPSIjZmZmIiBpZD0ieXRwLXN2Zy1wbGF5bGlzdCIgLz48L3N2Zz4=);
    width: 2.15em;
    height: 2.15em
}

.ytp-videowall-still-listlabel-mix-icon {
    display: inline-block;
    vertical-align: middle;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBoZWlnaHQ9IjEwMCUiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDM2IDM2IiB3aWR0aD0iMTAwJSI+PHVzZSBzdHJva2U9IiMwMDAiIHN0cm9rZS1vcGFjaXR5PSIuMTUiIHN0cm9rZS13aWR0aD0iMnB4IiB4bGluazpocmVmPSIjeXRwLXN2Zy1taXgiIC8+PHBhdGggZD0iTTI1LjY1LDE4IEMyNS42MywyMC4zMSAyNC43OCwyMi40MSAyMy40LDI0LjA2IEwyNC4zLDI1IEMyNS45OSwyMy4yMCAyNywyMC43MyAyNywxOCBDMjcsMTUuMjcgMjUuOTksMTIuNzkgMjQuMywxMSBMMjMuNCwxMS45MyBDMjQuNzgsMTMuNTggMjUuNjMsMTUuNjggMjUuNjUsMTggWiBNMTAuMzUsMTggQzEwLjM2LDE1LjY4IDExLjIxLDEzLjU4IDEyLjYsMTEuOTMgTDExLjcsMTEgQzEwLjAwLDEyLjc5IDksMTUuMjcgOSwxOCBDOSwyMC43MyAxMC4wMCwyMy4yMCAxMS43LDI1IEwxMi42LDI0LjA2IEMxMS4yMSwyMi40MSAxMC4zNiwyMC4zMSAxMC4zNSwxOCBaIE0xMy4wNSwxOCBDMTMuMDEsMTYuMjcgMTMuNTQsMTQuOTEgMTQuNCwxMy44IEwxMy41LDEyLjg2IEMxMi4zNywxNC4xMiAxMS43LDE1Ljg1IDExLjcsMTggQzExLjcsMTkuNjcgMTIuMzcsMjEuNDAgMTMuNSwyMi42NiBMMTQuNCwyMS43MyBDMTMuNTQsMjAuNjEgMTMuMDEsMTkuMjYgMTMuMDUsMTggWiBNMjIuMDUsMTIuODYgTDIxLjE1LDEzLjggQzIyLjAwLDE0LjkxIDIyLjUzLDE2LjI3IDIyLjUsMTggQzIyLjUzLDE5LjI2IDIyLjAwLDIwLjYxIDIxLjE1LDIxLjczIEwyMi4wNSwyMi42NiBDMjMuMTcsMjEuNDAgMjMuODUsMTkuNjcgMjMuODUsMTggQzIzLjg1LDE1Ljg1IDIzLjE3LDE0LjEyIDIyLjA1LDEyLjg2IFogTTE2LjUsMTUuNjYgTDIwLjEsMTcuNTMgTDE2LjUsMTkuODYgTDE2LjUsMTUuNjYgWiIgZmlsbD0iI2ZmZiIgaWQ9Inl0cC1zdmctbWl4IiAvPjwvc3ZnPg==);
    width: 2.15em;
    height: 2.15em
}

.ytp-videowall-still-listlabel-length {
    font-weight: normal
}

.ytp-videowall-still-mini .ytp-videowall-still-listlabel-length {
    display: none
}

.ytp-videowall-still:hover .ytp-videowall-still-listlabel-regular,.ytp-videowall-still:focus .ytp-videowall-still-listlabel-regular,.ytp-videowall-still:hover .ytp-videowall-still-listlabel-mix,.ytp-videowall-still:focus .ytp-videowall-still-listlabel-mix {
    background-color: rgba(0,0,0,0)
}

.ytp-videowall-still[data-is-list=true]:not([data-is-mix=true]) .ytp-videowall-still-listlabel-regular,.ytp-videowall-still[data-is-mix=true] .ytp-videowall-still-listlabel-mix {
    display: block
}

.ytp-videowall-still-image {
    -moz-transition: background .1s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition: background .1s cubic-bezier(0.4,0.0,1,1);
    transition: background .1s cubic-bezier(0.4,0.0,1,1);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ytp-videowall-still-info-author {
    float: left;
    margin-top: 2px
}

.ytp-videowall-still-info-content {
    background-image: -moz-linear-gradient(top,rgba(12,12,12,0.8) 0,transparent 100px);
    background-image: -ms-linear-gradient(top,rgba(12,12,12,0.8) 0,transparent 100px);
    background-image: -o-linear-gradient(top,rgba(12,12,12,0.8) 0,transparent 100px);
    background-image: -webkit-linear-gradient(top,rgba(12,12,12,0.8) 0,transparent 100px);
    background-image: linear-gradient(to bottom,rgba(12,12,12,0.8) 0,transparent 100px);
    -moz-transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    bottom: 0;
    color: #fff;
    left: 0;
    opacity: 0;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0
}

.ytp-videowall-still:focus .ytp-videowall-still-info-content,.ytp-videowall-still:hover .ytp-videowall-still-info-content,.ytp-videowall-still.ytp-videowall-show-text .ytp-videowall-still-info-content {
    opacity: 1
}

.ytp-videowall-still-info-duration {
    background: #000;
    border-radius: 2px;
    bottom: 2px;
    font-weight: 500;
    line-height: 1;
    opacity: .75;
    padding: 2px;
    position: absolute;
    right: 2px
}

.ytp-videowall-still-info-duration:empty {
    display: none
}

.ytp-videowall-still-info-live {
    background: #f00;
    border-radius: 2px;
    bottom: 2px;
    font-weight: 500;
    line-height: 1;
    opacity: .9;
    padding: 2px;
    position: absolute;
    right: 2px;
    display: none;
    text-transform: uppercase
}

.ytp-videowall-still-info-title {
    display: block;
    font-size: 118%;
    font-weight: 500;
    line-height: 1.2;
    max-height: 30px;
    overflow: hidden
}

.ytp-big-mode .ytp-videowall-still-info-title {
    font-weight: normal;
    max-height: 48px
}

.ytp-videowall-still-listlabel {
    background: rgba(0,0,0,0.86);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0
}

.ytp-videowall-still:focus .ytp-videowall-still-listlabel,.ytp-videowall-still:hover .ytp-videowall-still-listlabel {
    background: rgba(0,0,0,0.86)
}

.html5-endscreen {
    cursor: default;
    overflow: hidden;
    z-index: 32
}

.ytp-endscreen-takeover.html5-endscreen {
    display: none
}

.ytp-title-enable-channel-logo .html5-endscreen {
    margin-top: 16px
}

.ytp-big-mode.ytp-title-enable-channel-logo .html5-endscreen {
    margin-top: 32px
}

.ytp-endscreen-content {
    position: absolute;
    left: 50%;
    top: 50%
}

.ytp-endscreen-takeover .ytp-endscreen-content {
    display: none
}

.ytp-hide-info-bar .html5-endscreen.ytp-endscreen-redesign {
    top: 10px
}

.html5-endscreen.ytp-endscreen-paginate {
    left: 32px;
    overflow: visible;
    right: 32px
}

.ytp-big-mode .html5-endscreen.ytp-endscreen-paginate {
    left: 48px;
    right: 48px
}

.ytp-endscreen-next {
    display: none;
    height: 100%;
    opacity: .9;
    position: absolute;
    right: -32px;
    width: 32px;
    -moz-transition: opacity .1s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: opacity .1s cubic-bezier(0.0,0.0,0.2,1);
    transition: opacity .1s cubic-bezier(0.0,0.0,0.2,1)
}

.ytp-big-mode .ytp-endscreen-next {
    right: -48px;
    width: 48px
}

.ytp-endscreen-paginate .ytp-endscreen-next {
    display: block
}

.ytp-endscreen-next:hover {
    opacity: 1;
    -moz-transition: opacity .1s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition: opacity .1s cubic-bezier(0.4,0.0,1,1);
    transition: opacity .1s cubic-bezier(0.4,0.0,1,1)
}

.ytp-endscreen-previous {
    display: none;
    height: 100%;
    left: -32px;
    opacity: .9;
    position: absolute;
    width: 32px;
    -moz-transition: opacity .1s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: opacity .1s cubic-bezier(0.0,0.0,0.2,1);
    transition: opacity .1s cubic-bezier(0.0,0.0,0.2,1)
}

.ytp-big-mode .ytp-endscreen-previous {
    left: -48px;
    width: 48px
}

.ytp-endscreen-paginate .ytp-endscreen-previous {
    display: block
}

.ytp-endscreen-previous:hover {
    opacity: 1;
    -moz-transition: opacity .1s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition: opacity .1s cubic-bezier(0.4,0.0,1,1);
    transition: opacity .1s cubic-bezier(0.4,0.0,1,1)
}

.ytp-error:not(.ytp-related-on-error) {
    display: table;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 40;
    font-size: 127%;
    line-height: 182%;
    background: #000;
    cursor: default;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none
}

.ytp-error.ytp-related-on-error {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 40;
    line-height: 220%;
    background-color: rgba(40,40,40,1)
}

.ytp-error.ytp-related-on-error.related-on-error-overlay-visible {
    line-height: 160%
}

.ytp-large-width-mode .ytp-error.ytp-related-on-error.related-on-error-overlay-visible {
    line-height: 220%
}

.ytp-error .ytp-error-content a {
    text-decoration: underline
}

.ytp-error .ytp-tv-static {
    position: absolute;
    top: 0;
    left: 0
}

.ytp-error:not(.ytp-related-on-error) .ytp-error-content {
    position: relative;
    display: table-cell;
    vertical-align: middle
}

.ytp-error.ytp-related-on-error .ytp-error-content {
    position: relative;
    margin: 0 auto;
    max-width: 85%;
    align-items: center;
    justify-content: center;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.ytp-error.ytp-related-on-error .ytp-error-icon-container {
    height: 64px;
    width: 64px;
    min-width: 64px;
    min-height: 64px;
    float: left
}

.ytp-error.ytp-related-on-error .ytp-error-icon-container svg {
    max-width: 100%;
    max-height: 100%
}

.ytp-error.ytp-related-on-error .ytp-small-redirect {
    display: inline;
    height: 48px;
    width: 48px;
    position: absolute;
    bottom: 8px;
    right: 8px;
    opacity: .7
}

.ytp-error.ytp-related-on-error.related-on-error-overlay-visible .ytp-small-redirect,.ytp-error.ytp-related-on-error.ytp-controls-on-error .ytp-small-redirect {
    display: none
}

.ytp-error.ytp-related-on-error .ytp-small-redirect a {
    display: block;
    height: 100%
}

.ytp-error:not(.ytp-related-on-error) .ytp-error-content-wrap {
    width: 80%;
    max-width: 600px;
    margin: auto;
    text-align: center
}

.ytp-error.ytp-related-on-error .ytp-error-content .ytp-error-content-wrap {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 16px;
    height: 100%
}

.ytp-error.ytp-related-on-error .ytp-error-content .ytp-error-content-wrap-reason {
    font-weight: 500
}

.ytp-large-width-mode .ytp-error.ytp-related-on-error .ytp-error-content .ytp-error-icon-container {
    height: 96px;
    width: 96px;
    min-width: 96px;
    min-height: 96px
}

.ytp-large-width-mode .ytp-error.ytp-related-on-error .ytp-small-redirect {
    height: 60px;
    width: 60px
}

.ytp-error.ytp-related-on-error .ytp-error-content .ytp-error-content-wrap-reason {
    font-size: 22px;
    padding-bottom: 10px
}

.ytp-error.ytp-related-on-error.related-on-error-overlay-visible .ytp-error-content .ytp-error-content-wrap-reason {
    font-size: 16px;
    padding-bottom: 2px
}

.ytp-large-width-mode .ytp-error.ytp-related-on-error.related-on-error-overlay-visible .ytp-error-content .ytp-error-content-wrap-reason {
    font-size: 22px;
    padding-bottom: 10px
}

.ytp-error.ytp-related-on-error .ytp-error-content .ytp-error-content-wrap-subreason {
    font-size: 18px
}

.ytp-error.ytp-related-on-error.related-on-error-overlay-visible .ytp-error-content .ytp-error-content-wrap-subreason {
    font-size: 14px
}

.ytp-large-width-mode .ytp-error.ytp-related-on-error .ytp-error-content .ytp-error-content-wrap-subreason {
    font-size: 18px
}

.ytp-small-mode .ytp-error.ytp-related-on-error .ytp-error-content {
    line-height: 150%
}

.ytp-small-mode .ytp-error.ytp-related-on-error .ytp-error-content .ytp-error-icon-container {
    height: 32px;
    width: 32px;
    min-width: 32px;
    min-height: 32px
}

.ytp-small-mode .ytp-error.ytp-related-on-error .ytp-error-content .ytp-error-content-wrap-reason {
    font-size: 14px;
    padding-bottom: 4px
}

.ytp-small-mode .ytp-error.ytp-related-on-error .ytp-error-content .ytp-error-content-wrap-subreason {
    font-size: 12px
}

.ytp-small-mode .ytp-error.ytp-related-on-error .ytp-small-redirect {
    height: 24px;
    width: 24px
}

.ytp-fresca-module {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 21;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.ytp-fresca-band-slate {
    position: absolute;
    width: 23%;
    height: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    left: 0
}

.ytp-fresca-slant {
    position: absolute;
    width: 50%;
    height: 100%;
    overflow: hidden;
    -moz-transform: skew(-10deg) translateX(-50%);
    -ms-transform: skew(-10deg) translateX(-50%);
    -webkit-transform: skew(-10deg) translateX(-50%);
    transform: skew(-10deg) translateX(-50%);
    left: 0
}

.ytp-fresca-slant-inner {
    position: absolute;
    top: 0;
    left: 25%;
    width: 100%;
    height: 100%;
    -moz-transform: skew(10deg);
    -ms-transform: skew(10deg);
    -webkit-transform: skew(10deg);
    transform: skew(10deg)
}

.ytp-fresca-slant-blur-image {
    width: 270%;
    height: 135%;
    background-size: cover;
    background-position: center;
    -ms-filter: blur(20px);
    -webkit-filter: blur(20px);
    filter: blur(20px);
    -moz-transform: translate(5.5%,-12.5%) skew(10deg) scale(.75,.75);
    -ms-transform: translate(5.5%,-12.5%) skew(10deg) scale(.75,.75);
    -webkit-transform: translate(5.5%,-12.5%) skew(10deg) scale(.75,.75);
    transform: translate(5.5%,-12.5%) skew(10deg) scale(.75,.75)
}

.ytp-fresca-slant-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.25)
}

.ytp-fresca-slant-arrows {
    position: absolute;
    top: 15%;
    height: 35%;
    width: 100%;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTAwJSIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMTIgMjAiIHdpZHRoPSIxMDAlIj48ZyBmaWxsPSIjZmZmIiBvcGFjaXR5PSIwLjA1Ij48cGF0aCBkPSJNMCwwIEwwLDEwIEwxMCw0LjUiIC8+PHBhdGggZD0iTTEyLDEzIEw2LDEwIEw2LDIwIEwxMiwxNyIgLz48cGF0aCBkPSJNMCwxMyBMMCwxNyBMNCwxNSBMMCwxMyBaIiAvPjwvZz48L3N2Zz4=)
}

.ytp-fresca-message {
    cursor: default;
    position: relative;
    top: 20%;
    left: 5%
}

.ytp-fresca-message h1 {
    margin-top: 10px
}

.ytp-fresca-message h3 {
    margin-top: 10px;
    font-size: 250%;
    font-weight: 600
}

.ytp-fresca-message h1 {
    font-size: 140%;
    text-transform: none;
    font-weight: normal
}

.ytp-fresca-message h2 {
    text-transform: none;
    font-weight: normal;
    margin-top: 10px;
    font-size: 120%
}

.ytp-fresca-final-day-easter-egg .ytp-fresca-band-slate {
    padding: 15% 0;
    width: 100%;
    text-align: center
}

.ytp-fresca-final-day-easter-egg .ytp-fresca-slant {
    display: none
}

.ytp-fresca-final-day-easter-egg .ytp-fresca-message {
    padding: 0;
    top: 0;
    left: 0
}

.ytp-fresca-final-day-easter-egg .ytp-fresca-message h1 {
    margin-top: 20px;
    font-size: 250%;
    font-weight: 900;
    text-transform: capitalize
}

.ytp-fresca-final-day-easter-egg .ytp-fresca-message h2 {
    margin: 0;
    font-size: 500%;
    font-weight: 900;
    text-transform: capitalize
}

.ytp-fresca-final-day-easter-egg .ytp-fresca-message h3 {
    font-size: 280%;
    text-transform: capitalize
}

.ytp-fresca-suggested-promo-central {
    position: absolute;
    top: 20%;
    left: 31%;
    width: 38%;
    background-color: #fff;
    cursor: pointer;
    color: #333;
    font-weight: 600
}

.ytp-fresca-suggested-promo-central:hover .ytp-fresca-suggested-title {
    color: #167ac6
}

.ytp-fresca-suggested-central-image,.ytp-fresca-suggested-image {
    position: relative;
    padding-bottom: 56.25%;
    background-size: cover;
    background-position: center
}

.ytp-fresca-suggested-sidebar {
    margin-bottom: 16px;
    width: 145px;
    overflow: hidden;
    background-color: #fff;
    color: #000;
    cursor: pointer;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
    word-wrap: break-word;
    box-shadow: 0 1px 2px rgba(0,0,0,.1)
}

.ytp-fresca-suggested-sidebar:hover .ytp-fresca-suggested-title {
    color: #167ac6
}

.ytp-fresca-suggested-promo-sidebar {
    position: absolute;
    right: 0;
    width: 177px;
    height: 100%;
    background-color: rgba(0,0,0,0.4)
}

.ytp-fresca-suggested-content {
    padding: 0 10px 10px;
    color: #767676;
    font-size: 100%;
    text-align: initial;
    word-wrap: break-word;
    line-height: 110%;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1)
}

.ytp-big-mode .ytp-fresca-suggested-content {
    padding: 0 15px 15px
}

.ytp-fresca-suggested-header,.ytp-fresca-suggested-title {
    padding: 10px;
    max-height: 90px;
    color: #333;
    font-size: 110%;
    font-weight: 500;
    line-height: 115%
}

.ytp-big-mode .ytp-fresca-suggested-header,.ytp-big-mode .ytp-fresca-suggested-title {
    padding: 15px;
    max-height: 135px
}

.ytp-fresca-suggested-sidebar-title {
    padding: 10px 40px 0 16px;
    font-size: 100%;
    font-weight: 500;
    text-overflow: ellipsis
}

.ytp-big-mode .ytp-fresca-suggested-sidebar-title {
    padding: 15px 60px 0 15px
}

.ytp-fresca-suggested-sidebar-close-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    opacity: .75;
    fill: #fff
}

.ytp-big-mode .ytp-fresca-suggested-sidebar-close-button {
    padding: 12px;
    width: 60px;
    height: 60px
}

.ytp-fresca-suggested-sidebar-close-button:hover {
    opacity: 1
}

.ytp-fresca-suggested-image-badge {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 2px;
    padding: 0 4px;
    background-color: #000;
    opacity: .75;
    color: #fff;
    font-size: 100%;
    text-transform: uppercase
}

.ytp-fresca-suggested-image-badge.ytp-fresca-suggested-image-badge-live {
    border: 1px solid #e62117;
    background-color: #fff;
    color: #e62117;
    font-weight: 500
}

.ytp-fresca-suggested-sidebar-items {
    top: 41px;
    bottom: 0;
    border-top: 1px solid transparent;
    padding: 0 16px;
    width: 145px;
    position: absolute;
    overflow-y: auto
}

.iv-drawer-scrolled .ytp-fresca-suggested-sidebar-items {
    border-color: rgba(0,0,0,.4)
}

.ytp-big-mode .ytp-chrome-controls .ytp-fullerscreen-edu-button.ytp-button {
    width: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1)
}

.ytp-big-mode .ytp-chrome-controls .ytp-fullerscreen-edu-button.ytp-button[aria-hidden=true] {
    opacity: 0;
    -moz-transition: opacity .1s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition: opacity .1s cubic-bezier(0.4,0.0,1,1);
    transition: opacity .1s cubic-bezier(0.4,0.0,1,1)
}

.ytp-fullerscreen-edu-chevron {
    display: inline-block;
    width: 24px
}

.ytp-fullerscreen-edu-button:not(.ytp-fullerscreen-edu-button-subtle) .ytp-fullerscreen-edu-chevron {
    height: 50%
}

.ytp-fullerscreen-edu-text {
    height: 50%;
    margin-top: -8px
}

.ytp-fullerscreen-edu-button-subtle .ytp-fullerscreen-edu-text {
    display: none
}

.ytp-fullscreen-button::after {
    content: '';
    display: block;
    height: 100%;
    width: 12px;
    position: absolute;
    top: 0;
    left: 100%
}

.ytp-big-mode .ytp-fullscreen-button::after {
    width: 24px
}

.ytp-fullscreen-button-corner-0,.ytp-fullscreen-button-corner-1,.ytp-fullscreen-button-corner-2,.ytp-fullscreen-button-corner-3 {
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none
}

@keyframes ytp-fullscreen-button-corner-0-animation {
    50% {
        -moz-transform: translate(-1px,-1px);
        -ms-transform: translate(-1px,-1px);
        -webkit-transform: translate(-1px,-1px);
        transform: translate(-1px,-1px)
    }
}

@keyframes ytp-fullscreen-button-corner-1-animation {
    50% {
        -moz-transform: translate(1px,-1px);
        -ms-transform: translate(1px,-1px);
        -webkit-transform: translate(1px,-1px);
        transform: translate(1px,-1px)
    }
}

@keyframes ytp-fullscreen-button-corner-2-animation {
    50% {
        -moz-transform: translate(1px,1px);
        -ms-transform: translate(1px,1px);
        -webkit-transform: translate(1px,1px);
        transform: translate(1px,1px)
    }
}

@keyframes ytp-fullscreen-button-corner-3-animation {
    50% {
        -moz-transform: translate(-1px,1px);
        -ms-transform: translate(-1px,1px);
        -webkit-transform: translate(-1px,1px);
        transform: translate(-1px,1px)
    }
}

.ytp-fullscreen-button:not([aria-disabled=true]):hover .ytp-fullscreen-button-corner-0 {
    -moz-animation: ytp-fullscreen-button-corner-0-animation .4s cubic-bezier(0.4,0.0,0.2,1);
    -webkit-animation: ytp-fullscreen-button-corner-0-animation .4s cubic-bezier(0.4,0.0,0.2,1);
    animation: ytp-fullscreen-button-corner-0-animation .4s cubic-bezier(0.4,0.0,0.2,1)
}

.ytp-fullscreen-button:not([aria-disabled=true]):hover .ytp-fullscreen-button-corner-1 {
    -moz-animation: ytp-fullscreen-button-corner-1-animation .4s cubic-bezier(0.4,0.0,0.2,1);
    -webkit-animation: ytp-fullscreen-button-corner-1-animation .4s cubic-bezier(0.4,0.0,0.2,1);
    animation: ytp-fullscreen-button-corner-1-animation .4s cubic-bezier(0.4,0.0,0.2,1)
}

.ytp-fullscreen-button:not([aria-disabled=true]):hover .ytp-fullscreen-button-corner-2 {
    -moz-animation: ytp-fullscreen-button-corner-2-animation .4s cubic-bezier(0.4,0.0,0.2,1);
    -webkit-animation: ytp-fullscreen-button-corner-2-animation .4s cubic-bezier(0.4,0.0,0.2,1);
    animation: ytp-fullscreen-button-corner-2-animation .4s cubic-bezier(0.4,0.0,0.2,1)
}

.ytp-fullscreen-button:not([aria-disabled=true]):hover .ytp-fullscreen-button-corner-3 {
    -moz-animation: ytp-fullscreen-button-corner-3-animation .4s cubic-bezier(0.4,0.0,0.2,1);
    -webkit-animation: ytp-fullscreen-button-corner-3-animation .4s cubic-bezier(0.4,0.0,0.2,1);
    animation: ytp-fullscreen-button-corner-3-animation .4s cubic-bezier(0.4,0.0,0.2,1)
}

.ytp-large-play-button {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 68px;
    height: 48px;
    margin-left: -34px;
    margin-top: -24px;
    -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    z-index: 63
}

.ytp-dni .ytp-large-play-button,.ytp-dni.ytp-small-mode .ytp-large-play-button,.ytp-dni.ytp-big-mode .ytp-large-play-button {
    width: 75px;
    height: 75px;
    margin-left: -37.5px;
    margin-top: -37.5px
}

.house-brand .ytp-large-play-button {
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px
}

.ytp-large-play-button svg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.ytp-large-play-button .ytp-icon-dni-large-play-button {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -30px
}

.ytp-dni .ytp-cued-thumbnail-overlay .ytp-large-play-button-circle {
    border-radius: 50%;
    opacity: .81;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.ytp-dni .ytp-cued-thumbnail-overlay:hover .ytp-large-play-button-circle {
    opacity: 1
}

.ytp-dni .ytp-cued-thumbnail-overlay .ytp-dni-large-play-button-bg {
    -moz-transition: fill .1s cubic-bezier(0.4,0.0,1,1),fill-opacity .1s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition: fill .1s cubic-bezier(0.4,0.0,1,1),fill-opacity .1s cubic-bezier(0.4,0.0,1,1);
    transition: fill .1s cubic-bezier(0.4,0.0,1,1),fill-opacity .1s cubic-bezier(0.4,0.0,1,1);
    fill-opacity: .8
}

.ytp-dni .ytp-cued-thumbnail-overlay:hover .ytp-dni-large-play-button-bg {
    -moz-transition: fill .1s cubic-bezier(0.0,0.0,0.2,1),fill-opacity .1s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: fill .1s cubic-bezier(0.0,0.0,0.2,1),fill-opacity .1s cubic-bezier(0.0,0.0,0.2,1);
    transition: fill .1s cubic-bezier(0.0,0.0,0.2,1),fill-opacity .1s cubic-bezier(0.0,0.0,0.2,1);
    fill-opacity: 1
}

.ytp-big-mode .ytp-large-play-button {
    width: 102px;
    height: 72px;
    margin-left: -51px;
    margin-top: -36px
}

.house-brand.ytp-big-mode .ytp-large-play-button {
    width: 90px;
    height: 90px;
    margin-left: -45px;
    margin-top: -45px
}

.ytp-menu-shown .ytp-large-play-button,.ytp-cued-thumbnail-overlay[aria-hidden=true] .ytp-large-play-button {
    opacity: 0;
    -moz-transition: opacity .1s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition: opacity .1s cubic-bezier(0.4,0.0,1,1);
    transition: opacity .1s cubic-bezier(0.4,0.0,1,1)
}

.ytp-large-play-button-bg {
    -moz-transition: fill .1s cubic-bezier(0.4,0.0,1,1),fill-opacity .1s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition: fill .1s cubic-bezier(0.4,0.0,1,1),fill-opacity .1s cubic-bezier(0.4,0.0,1,1);
    transition: fill .1s cubic-bezier(0.4,0.0,1,1),fill-opacity .1s cubic-bezier(0.4,0.0,1,1);
    fill: #212121;
    fill-opacity: .8
}

.ytp-large-play-button.ytp-touch-device .ytp-large-play-button-bg,.ytp-cued-thumbnail-overlay:hover .ytp-large-play-button-bg {
    -moz-transition: fill .1s cubic-bezier(0.0,0.0,0.2,1),fill-opacity .1s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: fill .1s cubic-bezier(0.0,0.0,0.2,1),fill-opacity .1s cubic-bezier(0.0,0.0,0.2,1);
    transition: fill .1s cubic-bezier(0.0,0.0,0.2,1),fill-opacity .1s cubic-bezier(0.0,0.0,0.2,1);
    fill: #f00;
    fill-opacity: 1
}

.ytp-color-party .ytp-large-play-button.ytp-touch-device .ytp-large-play-button-bg,.ytp-color-party .ytp-cued-thumbnail-overlay:hover .ytp-large-play-button-bg {
    -moz-animation: ytp-party-fill .15s linear infinite;
    -webkit-animation: ytp-party-fill .15s linear infinite;
    animation: ytp-party-fill .15s linear infinite
}

.house-brand .ytp-cued-thumbnail-overlay:hover .ytp-large-play-button-bg {
    fill: #000
}

.html5-video-player.ytp-player-minimized:not(.ended-mode) {
    overflow: visible
}

.ytp-player-minimized .ytp-ypc-player-content {
    display: none
}

.ytp-miniplayer-ui {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 68
}

.ytp-miniplayer-scrim {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    transition: opacity .2s cubic-bezier(0.4,0.0,0.2,1) .1s;
    opacity: 0;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center
}

.ytp-miniplayer-scrim:hover {
    opacity: 1
}

.ytp-miniplayer-close-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    padding: 8px;
    z-index: 68
}

.ytp-miniplayer-replay-button {
    position: absolute;
    left: 8px;
    bottom: 8px;
    width: 32px;
    height: 32px;
    z-index: 68
}

.ytp-miniplayer-controls {
    display: -webkit-flex;
    display: flex;
    width: 264px;
    -webkit-align-items: center;
    align-items: center;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.ytp-miniplayer-button-container {
    min-width: 64px
}

.ytp-miniplayer-ui .ytp-play-button {
    width: 72px;
    height: 72px
}

.ytp-miniplayer-ui .ytp-prev-button,.ytp-miniplayer-ui .ytp-next-button {
    display: inline-block;
    width: 64px;
    height: 64px
}

.ytp-miniplayer-ui .ytp-time-display {
    position: absolute;
    left: 7px;
    bottom: 0
}

.ytp-miniplayer-ui .ytp-time-display .ytp-live-badge {
    display: none;
    width: auto;
    text-transform: uppercase
}

.ytp-miniplayer-ui .ytp-time-display.ytp-live .ytp-live-badge {
    display: inline-block
}

.ytp-player-minimized.ad-interrupting .ytp-miniplayer-ui {
    display: none
}

.ytp-player-minimized .ytp-progress-bar-container {
    position: absolute;
    bottom: -1px;
    z-index: 69
}

.ytp-player-minimized:not(.ad-interrupting) .ytp-progress-bar-container:hover {
    bottom: 0
}

.ytp-player-minimized .video-ads,.ytp-player-minimized.ytp-menu-shown .video-ads {
    display: block
}

.ytp-player-minimized.ytp-menu-shown .videoAdUiPreSkipContainer,.ytp-player-minimized.ytp-menu-shown .videoAdUiSkipContainer,.ytp-player-minimized.ytp-menu-shown .ytp-ad-preview-container,.ytp-player-minimized.ytp-menu-shown .ytp-ad-skip-button-container {
    bottom: 32px
}

.ytp-player-minimized.ytp-menu-shown .videoAdUiBottomBar {
    bottom: 3px;
    left: 0
}

.ytp-player-minimized.ytp-menu-shown .ytp-ad-player-overlay-instream-info {
    bottom: 3px;
    left: 6px
}

.ytp-player-minimized .ytp-tooltip.ytp-text-detail .ytp-tooltip-title {
    text-transform: capitalize;
    font-size: 12px
}

.ytp-multicam-menu {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    z-index: 73;
    background: rgba(0,0,0,0.2);
    overflow: hidden;
    -moz-transition: width .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: width .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: width .25s cubic-bezier(0.0,0.0,0.2,1);
    width: 175px
}

.ytp-multicam-menu-items {
    width: 175px
}

.ytp-big-mode .ytp-multicam-menu,.ytp-big-mode .ytp-multicam-menu-header,.ytp-big-mode .ytp-multicam-menu-items {
    width: 262px
}

.ytp-multicam-menu[aria-hidden=true] {
    width: 0;
    -moz-transition: width .25s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition: width .25s cubic-bezier(0.4,0.0,1,1);
    transition: width .25s cubic-bezier(0.4,0.0,1,1)
}

.ytp-multicam-menu-header {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 143px;
    height: 22px;
    font-size: 105%;
    line-height: 22px;
    font-weight: 500
}

.ytp-big-mode .ytp-multicam-menu-header {
    top: 24px;
    left: 24px;
    right: 24px;
    height: 33px;
    line-height: 33px
}

.ytp-multicam-menu-close {
    float: right;
    width: 22px;
    height: 100%
}

.ytp-big-mode .ytp-multicam-menu-close {
    width: 33px
}

.ytp-multicam-menu-items {
    position: absolute;
    top: 54px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto
}

.ytp-big-mode .ytp-multicam-menu-items {
    top: 81px
}

.ytp-multicam-menu-item {
    position: relative;
    width: 143px;
    height: 81px;
    margin: 2px 16px 14px;
    background-position: 0 -13px;
    background-size: 143px 107px
}

.ytp-big-mode .ytp-multicam-menu-item {
    width: 214px;
    height: 121px;
    margin: 3px 24px 21px;
    background-position: 0 -19.5px;
    background-size: 214px 160px
}

.ytp-multicam-menu-item[aria-checked=true] {
    width: 147px;
    height: 85px;
    border: 2px solid #ea0000;
    margin: 0 14px 12px
}

.ytp-big-mode .ytp-multicam-menu-item[aria-checked=true] {
    width: 220px;
    height: 127px;
    border-width: 3px;
    margin: 0 21px 18px
}

.ytp-multicam-menu-item-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 32px;
    line-height: 32px;
    padding: 0 1em;
    font-weight: 500;
    box-shadow: inset 0 -32px 32px -21px rgba(8,8,8,.9);
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.ytp-big-mode .ytp-multicam-menu-item-title {
    height: 48px;
    line-height: 48px;
    box-shadow: inset 0 -48px 48px -31px rgba(8,8,8,.9)
}

.ytp-title-notifications {
    align-self: center;
    margin-right: 5px;
    text-align: center
}

.ytp-title-notifications:not(.ytp-notifications-enabled) .ytp-title-notifications-on,.ytp-title-notifications.ytp-notifications-enabled .ytp-title-notifications-off {
    display: none
}

.ytp-offline-slate {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 21;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: no-repeat center/cover
}

.ytp-offline-slate-bar {
    position: absolute;
    min-width: 400px;
    left: 12px;
    height: 56px;
    bottom: 48px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    text-transform: uppercase;
    background: rgba(0,0,0,0.80);
    border-radius: 5px;
    color: #fff;
    -moz-transition: bottom .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: bottom .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: bottom .25s cubic-bezier(0.0,0.0,0.2,1)
}

.ytp-big-mode .ytp-offline-slate-bar {
    min-width: 600px;
    height: 84px;
    bottom: 72px;
    left: 18px
}

.ytp-autohide .ytp-offline-slate-bar {
    bottom: 12px;
    -moz-transition: bottom .1s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition: bottom .1s cubic-bezier(0.4,0.0,1,1);
    transition: bottom .1s cubic-bezier(0.4,0.0,1,1)
}

.ytp-autohide .ytp-big-mode .ytp-offline-slate-bar {
    bottom: 18px
}

.ytp-offline-slate-icon {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 24px
}

.ytp-big-mode .ytp-offline-slate-icon {
    top: 24px;
    left: 24px;
    width: 36px
}

.ytp-offline-slate-buttons {
    float: right;
    margin: 12px
}

.ytp-offline-slate-button {
    min-width: 80px;
    height: 32px;
    padding: 0 8px;
    background: rgba(255,255,255,0.25);
    border-radius: 2px
}

.ytp-offline-slate-button-icon {
    display: inline-block;
    vertical-align: middle;
    height: 24px
}

.ytp-offline-slate-button-text {
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
    line-height: 32px;
    font-size: 110%;
    font-weight: 500
}

.ytp-big-mode .ytp-offline-slate-buttons {
    margin: 20px
}

.ytp-big-mode .ytp-offline-slate-button {
    min-width: 120px;
    height: 48px;
    padding: 0 12px;
    border-radius: 3px
}

.ytp-big-mode .ytp-offline-slate-button-text {
    margin: 0 12px;
    line-height: 48px;
    font-size: 130%;
    font-weight: 500
}

.ytp-offline-slate-messages .ytp-offline-slate-main-text,.ytp-offline-slate-messages .ytp-offline-slate-subtitle-text {
    margin-left: 56px;
    text-transform: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.ytp-offline-slate-messages .ytp-offline-slate-main-text {
    height: 20px;
    margin-top: 10px;
    font-size: 140%;
    font-weight: normal
}

.ytp-offline-slate-messages .ytp-offline-slate-subtitle-text {
    height: 16px;
    margin-top: 0;
    font-size: 110%;
    font-weight: 500
}

.ytp-offline-slate-single-text-line .ytp-offline-slate-messages .ytp-offline-slate-main-text {
    margin-top: 18px
}

.ytp-big-mode .ytp-offline-slate-messages .ytp-offline-slate-main-text,.ytp-big-mode .ytp-offline-slate-messages .ytp-offline-slate-subtitle-text {
    margin-left: 84px
}

.ytp-big-mode .ytp-offline-slate-single-text-line .ytp-offline-slate-messages .ytp-offline-slate-main-text {
    margin-top: 28px
}

.ytp-big-mode .ytp-offline-slate-messages .ytp-offline-slate-main-text {
    margin-top: 12px;
    height: 30px
}

.ytp-big-mode .ytp-offline-slate-messages .ytp-offline-slate-subtitle-text {
    margin-top: 0;
    height: 24px
}

.ytp-offline-slate-final-day,.ytp-offline-slate-show-final-day .ytp-offline-slate-bar {
    display: none
}

.ytp-offline-slate-show-final-day .ytp-offline-slate-final-day {
    display: block;
    padding: 15% 0;
    width: 100%;
    text-align: center
}

.ytp-offline-slate-show-final-day .ytp-offline-slate-final-day-line-1 {
    margin-top: 20px;
    font-size: 325%;
    font-weight: 900;
    transform: scaley(1.2)
}

.ytp-offline-slate-show-final-day .ytp-offline-slate-final-day-line-2 {
    margin-bottom: 20px;
    font-size: 525%;
    font-weight: 900;
    transform: scaley(1.4)
}

.ytp-offline-slate-show-final-day .ytp-offline-slate-final-day-line-3 {
    font-size: 250%;
    font-weight: 500;
    transform: scaley(1.3)
}

.ytp-big-mode .ytp-offline-slate-show-final-day .ytp-offline-slate-final-day-line-1 {
    margin-top: 30px;
    font-size: 375%;
    font-weight: 900;
    transform: scaley(1.2)
}

.ytp-big-mode .ytp-offline-slate-show-final-day .ytp-offline-slate-final-day-line-2 {
    margin-bottom: 40px;
    font-size: 650%;
    font-weight: 900;
    transform: scaley(1.4)
}

.ytp-big-mode .ytp-offline-slate-show-final-day .ytp-offline-slate-final-day-line-3 {
    font-size: 300%;
    font-weight: 500;
    transform: scaley(1.3)
}

.ytp-chrome-top .ytp-overflow-button {
    width: auto;
    height: auto;
    padding-top: 16px
}

.ytp-overflow-icon {
    margin: auto;
    width: 36px;
    height: 36px;
    vertical-align: middle
}

.ytp-overflow-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 74;
    background: rgba(0,0,0,0.8);
    text-align: center;
    -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1)
}

.ytp-overflow-panel[aria-hidden=true] {
    opacity: 0;
    -moz-transition: opacity .25s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition: opacity .25s cubic-bezier(0.4,0.0,1,1);
    transition: opacity .25s cubic-bezier(0.4,0.0,1,1)
}

.ytp-overflow-panel-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding: 0 10%;
    margin-top: -48px
}

.ytp-overflow-panel-close {
    position: absolute;
    top: 6px;
    right: 12px;
    padding: 0;
    width: 36px;
    height: 36px
}

.ytp-overflow-panel-close path {
    fill: #aaa
}

.ytp-overflow-panel-close:hover path {
    fill: #fff
}

.ytp-overflow-panel-control-buttons {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center
}

.ytp-overflow-panel-control-button {
    margin-left: 20px;
    margin-right: 20px
}

.html5-video-player.ended-mode .ytp-paid-content-overlay {
    display: none
}

.ytp-paid-content-overlay {
    border-radius: 2px;
    bottom: 41px;
    display: inline-block;
    font-size: 109.090909%;
    height: 30px;
    left: 25px;
    line-height: 30px;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    text-shadow: 0 0 2px rgba(0,0,0,.5);
    z-index: 24
}

.ytp-paid-content-overlay-text {
    background-color: rgba(0,0,0,0.6);
    font-size: 14px;
    font-weight: 500;
    line-height: 32px;
    opacity: 1;
    padding: 0 14px;
    -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1)
}

.ytp-big-mode .ytp-paid-content-overlay {
    bottom: 62px;
    height: 42px;
    left: 44px;
    line-height: 42px
}

.ytp-autohide .ytp-paid-content-overlay,.ytp-iv-drawer-open .ytp-paid-content-overlay {
    bottom: 6px;
    -moz-transition: bottom .1s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition: bottom .1s cubic-bezier(0.4,0.0,1,1);
    transition: bottom .1s cubic-bezier(0.4,0.0,1,1)
}

.ytp-big-mode.ytp-autohide .ytp-paid-content-overlay,.ytp-big-mode.ytp-iv-drawer-open .ytp-paid-content-overlay {
    bottom: 12px
}

.ytp-paid-content-overlay-text[aria-hidden=true] {
    opacity: 0;
    -moz-transition: opacity .1s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition: opacity .1s cubic-bezier(0.4,0.0,1,1);
    transition: opacity .1s cubic-bezier(0.4,0.0,1,1)
}

.ytp-menuitem {
    display: table-row;
    cursor: default;
    outline: none;
    height: 33px
}

.ytp-touch-mode .ytp-menuitem {
    height: 40px
}

.ytp-big-mode .ytp-menuitem {
    height: 49px
}

.ytp-menuitem:not([aria-disabled=true]) {
    cursor: pointer
}

.ytp-menuitem:not([aria-disabled=true]):hover {
    background-color: rgba(255,255,255,.1)
}

.ytp-menuitem-label,.ytp-menuitem-content {
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px
}

.ytp-menuitem-label {
    font-size: 118%;
    font-weight: 500
}

.ytp-quality-menu .ytp-menuitem {
    white-space: nowrap
}

.ytp-quality-menu .ytp-panel-menu {
    margin-right: 10px
}

.ytp-quality-menu .ytp-menuitem-label {
    text-align: right
}

.ytp-quality-menu .ytp-menuitem-label sup {
    display: inline-block;
    width: 0
}

.ytp-big-mode .ytp-menuitem-label,.ytp-big-mode .ytp-menuitem-content {
    padding: 0 22px
}

.ytp-menuitem[role=menuitemradio] .ytp-menuitem-content {
    display: none
}

.ytp-menuitem[role=menuitemradio] .ytp-menuitem-label {
    padding-left: 35px;
    padding-right: 20px;
    border-bottom: none
}

.ytp-big-mode .ytp-menuitem[role=menuitemradio] .ytp-menuitem-label {
    padding-left: 52px;
    padding-right: 35px
}

.ytp-menuitem[role=menuitemradio][aria-checked=true] .ytp-menuitem-label {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTAwJSIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIxMDAlIj48cGF0aCBkPSJNOSAxNi4yTDQuOCAxMmwtMS40IDEuNEw5IDE5IDIxIDdsLTEuNC0xLjRMOSAxNi4yeiIgZmlsbD0iI2ZmZiIgLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: 18px 18px;
    -moz-background-size: 18px 18px;
    -webkit-background-size: 18px 18px
}

.ytp-big-mode .ytp-menuitem[role=menuitemradio][aria-checked=true] .ytp-menuitem-label {
    background-position: left 15px center;
    background-size: 27px 27px;
    -moz-background-size: 27px 27px;
    -webkit-background-size: 27px 27px
}

.ytp-probably-keyboard-focus .ytp-menuitem:focus .ytp-menuitem-label {
    box-shadow: inset 2px 2px 0 rgba(27,127,204,.8),inset 0 -2px 0 rgba(27,127,204,.8)
}

.ytp-probably-keyboard-focus .ytp-menuitem[role=menuitemradio]:focus .ytp-menuitem-label {
    box-shadow: inset 2px 2px 0 rgba(27,127,204,.8),inset -2px -2px 0 rgba(27,127,204,.8)
}

.ytp-probably-keyboard-focus .ytp-menuitem:focus .ytp-menuitem-content {
    box-shadow: inset -2px -2px 0 rgba(27,127,204,.8),inset 0 2px 0 rgba(27,127,204,.8)
}

.ytp-menuitem-content {
    font-size: 109%;
    text-align: right
}

.ytp-menu-label-secondary {
    font-size: 91%;
    color: #ccc
}

.ytp-menuitem[aria-haspopup=true] .ytp-menuitem-content {
    background-repeat: no-repeat;
    background-position: right 9px center;
    background-size: 32px 32px;
    -moz-background-size: 32px 32px;
    -webkit-background-size: 32px 32px;
    padding-right: 38px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTAwJSIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMzIgMzIiIHdpZHRoPSIxMDAlIj48cGF0aCBkPSJtIDEyLjU5LDIwLjM0IDQuNTgsLTQuNTkgLTQuNTgsLTQuNTkgMS40MSwtMS40MSA2LDYgLTYsNiB6IiBmaWxsPSIjZmZmIiAvPjwvc3ZnPg==)
}

.ytp-big-mode .ytp-menuitem[aria-haspopup=true] .ytp-menuitem-content {
    background-position: right 13px center;
    background-size: 48px 48px;
    -moz-background-size: 48px 48px;
    -webkit-background-size: 48px 48px;
    padding-right: 57px
}

.ytp-menuitem sup {
    line-height: 0;
    font-size: .8em;
    font-weight: 500
}

.ytp-menuitem-label-count {
    color: #ccc
}

.ytp-menuitem-badge-container {
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle
}

.ytp-menuitem-badge-container svg {
    display: block;
    width: 11px
}

.ytp-big-mode .ytp-menuitem-badge-container {
    margin-right: 6px;
    vertical-align: middle
}

.ytp-big-mode .ytp-menuitem-badge-container svg {
    width: 16px
}

.ytp-menuitemtitle {
    padding: 0 15px;
    max-width: 200px;
    text-align: center
}

.ytp-big-mode .ytp-menuitemtitle {
    padding: 0 22px;
    max-width: 300px
}

.ytp-menuitem-inline-survey-response {
    margin-left: .8em;
    display: inline-block;
    cursor: pointer
}

.ytp-menuitem-inline-survey-response:hover {
    background-color: rgba(255,255,255,.1)
}

.ytp-menuitem-inline-survey-response svg {
    height: 20px;
    width: 20px;
    margin-bottom: -4px
}

.ytp-panel {
    position: absolute;
    bottom: 0;
    right: 0;
    overflow-y: auto;
    overflow-x: hidden
}

.ytp-panel-header {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    line-height: inherit;
    font-size: 109%;
    color: #eee;
    padding: 6px 0;
    height: 33px;
    white-space: nowrap
}

.ytp-touch-mode .ytp-panel-header {
    height: 40px
}

.ytp-big-mode .ytp-panel-header {
    height: 49px
}

.ytp-panel-title,.ytp-panel-options {
    line-height: inherit
}

.ytp-panel-title {
    font-weight: 500;
    padding: 0 10px 0 35px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left 3px center;
    background-size: 32px 32px;
    -moz-background-size: 32px 32px;
    -webkit-background-size: 32px 32px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTAwJSIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMzIgMzIiIHdpZHRoPSIxMDAlIj48cGF0aCBkPSJNIDE5LjQxLDIwLjA5IDE0LjgzLDE1LjUgMTkuNDEsMTAuOTEgMTgsOS41IGwgLTYsNiA2LDYgeiIgZmlsbD0iI2ZmZiIgLz48L3N2Zz4=)
}

.ytp-big-mode .ytp-panel-title {
    background-position: 5px center;
    background-size: 48px 48px;
    -moz-background-size: 48px 48px;
    -webkit-background-size: 48px 48px;
    padding: 0 15px 0 52px
}

.ytp-panel-options {
    height: 100%;
    padding: 0 10px;
    text-decoration: underline
}

.ytp-big-mode .ytp-panel-options {
    padding: 0 15px
}

.ytp-generic-popup {
    top: 0;
    left: 0;
    padding: 5px 9px;
    max-width: 144px;
    z-index: 72
}

.ytp-big-mode .ytp-generic-popup {
    max-width: 216px
}

.html5-video-player .ytp-generic-popup a {
    text-decoration: underline
}

.ytp-popup {
    position: absolute;
    overflow: hidden;
    border-radius: 2px;
    background: rgba(28,28,28,0.9);
    text-shadow: 0 0 2px rgba(0,0,0,.5);
    -moz-transition: opacity .1s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: opacity .1s cubic-bezier(0.0,0.0,0.2,1);
    transition: opacity .1s cubic-bezier(0.0,0.0,0.2,1);
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none
}

.ytp-dni .ytp-popup {
    text-shadow: none
}

.ytp-popup[aria-hidden=true] {
    opacity: 0;
    -moz-transition: opacity .1s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition: opacity .1s cubic-bezier(0.4,0.0,1,1);
    transition: opacity .1s cubic-bezier(0.4,0.0,1,1)
}

.ytp-popup-animating {
    -moz-transition: all .25s cubic-bezier(0.4,0.0,0.2,1);
    -webkit-transition: all .25s cubic-bezier(0.4,0.0,0.2,1);
    transition: all .25s cubic-bezier(0.4,0.0,0.2,1);
    pointer-events: none
}

.ytp-popup-animating .ytp-panel {
    -moz-transition: all .25s cubic-bezier(0.4,0.0,0.2,1);
    -webkit-transition: all .25s cubic-bezier(0.4,0.0,0.2,1);
    transition: all .25s cubic-bezier(0.4,0.0,0.2,1)
}

.ytp-panel-animate-back,.ytp-panel-animate-forward {
    opacity: 0
}

.ytp-panel-animate-back {
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.ytp-panel-animate-forward {
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.ytp-menuitem-toggle-checkbox {
    height: 14px;
    width: 36px;
    float: right;
    position: relative;
    border-radius: 14px;
    background: rgba(255,255,255,0.3);
    -moz-transition: all .08s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition: all .08s cubic-bezier(0.4,0.0,1,1);
    transition: all .08s cubic-bezier(0.4,0.0,1,1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
}

.ytp-big-mode .ytp-menuitem-toggle-checkbox {
    height: 21px;
    width: 54px;
    border-radius: 21px
}

.ytp-menuitem[aria-checked="true"] .ytp-menuitem-toggle-checkbox {
    background: #f00
}

.ytp-contextmenu .ytp-menuitem-toggle-checkbox {
    width: 14px
}

.ytp-big-mode .ytp-contextmenu .ytp-menuitem-toggle-checkbox {
    width: 21px
}

.ytp-contextmenu .ytp-menuitem .ytp-menuitem-toggle-checkbox {
    background: none
}

.ytp-contextmenu .ytp-menuitem[aria-checked="true"] .ytp-menuitem-toggle-checkbox {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTAwJSIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIxMDAlIj48cGF0aCBkPSJNOSAxNi4yTDQuOCAxMmwtMS40IDEuNEw5IDE5IDIxIDdsLTEuNC0xLjRMOSAxNi4yeiIgZmlsbD0iI2ZmZiIgLz48L3N2Zz4=)
}

.ytp-contextmenu .ytp-menuitem-toggle-checkbox:after {
    content: none
}

.ytp-contextmenu .ytp-menuitem[aria-checked="true"] .ytp-menuitem-toggle-checkbox:before,.ytp-big-mode .ytp-contextmenu .ytp-menuitem[aria-checked="true"] .ytp-menuitem-toggle-checkbox:before {
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none
}

.ytp-menuitem-toggle-checkbox:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 20px;
    margin-top: -3px;
    background-color: #bdbdbd;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.6);
    -moz-transition: all .08s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition: all .08s cubic-bezier(0.4,0.0,1,1);
    transition: all .08s cubic-bezier(0.4,0.0,1,1)
}

.ytp-big-mode .ytp-menuitem-toggle-checkbox:after {
    left: 0;
    height: 30px;
    width: 30px;
    border-radius: 30px;
    margin-top: -4.5px
}

.ytp-menuitem[aria-checked="true"] .ytp-menuitem-toggle-checkbox:after {
    background-color: #fff;
    -moz-transform: translateX(16px);
    -ms-transform: translateX(16px);
    -webkit-transform: translateX(16px);
    transform: translateX(16px)
}

.ytp-big-mode .ytp-menuitem[aria-checked="true"] .ytp-menuitem-toggle-checkbox:after {
    -moz-transform: translateX(24px);
    -ms-transform: translateX(24px);
    -webkit-transform: translateX(24px);
    transform: translateX(24px)
}

.ytp-panel-menu {
    padding: 6px 0;
    display: table;
    width: 100%;
    color: #eee;
    box-sizing: border-box
}

.ytp-expand-pause-overlay .caption-window,.ytp-expand-pause-overlay .ad-overlay {
    display: none
}

.ytp-pause-overlay {
    border-radius: 2px;
    direction: ltr;
    bottom: 49px;
    left: 0;
    margin: 12px;
    position: absolute;
    z-index: 38;
    -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1)
}

.ytp-expand-pause-overlay .ytp-pause-overlay {
    background: rgba(23,23,23,0.9);
    padding: 12px 16px 16px;
    right: 0
}

.ytp-expand-pause-overlay.ytp-progress-bar-hover .ytp-pause-overlay {
    opacity: .2
}

.ytp-ce-shown .ytp-pause-overlay,.ytp-iv-drawer-open .ytp-pause-overlay,.ytp-menu-shown .ytp-pause-overlay,.ytp-settings-shown .ytp-pause-overlay,.ytp-small-mode .ytp-pause-overlay,.html5-video-player:not(.ytp-expand-pause-overlay) .ytp-pause-overlay .ytp-collapse,.html5-video-player:not(.ytp-expand-pause-overlay) .ytp-pause-overlay .ytp-next,.html5-video-player:not(.ytp-expand-pause-overlay) .ytp-pause-overlay .ytp-previous,.html5-video-player:not(.ytp-expand-pause-overlay) .ytp-pause-overlay .ytp-suggestions,.html5-video-player:not(.ytp-expand-pause-overlay) .ytp-pause-overlay .ytp-related-title,.ytp-pause-overlay.ytp-scroll-max .ytp-next,.ytp-pause-overlay.ytp-scroll-min .ytp-previous,.ytp-probably-keyboard-focus .ytp-pause-overlay .ytp-next,.ytp-probably-keyboard-focus .ytp-pause-overlay .ytp-previous,.ytp-touch-mode .ytp-pause-overlay .ytp-next,.ytp-touch-mode .ytp-pause-overlay .ytp-previous {
    display: none
}

.ytp-big-mode .ytp-pause-overlay {
    bottom: 70px;
    margin: 24px
}

.ytp-expand-pause-overlay.ytp-big-mode .ytp-pause-overlay {
    padding: 24px 32px 32px
}

.ytp-pause-overlay[aria-hidden=true] {
    opacity: 0;
    -moz-transition: opacity .1s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition: opacity .1s cubic-bezier(0.4,0.0,1,1);
    transition: opacity .1s cubic-bezier(0.4,0.0,1,1)
}

.ytp-pause-overlay .ytp-related-title {
    margin-left: 4px;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.ytp-big-mode .ytp-pause-overlay .ytp-related-title {
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 32px
}

.ytp-pause-overlay[aria-hidden=true] a.ytp-suggestion-link {
    opacity: 0
}

.ytp-pause-overlay .ytp-suggestions {
    overflow: hidden;
    text-align: center;
    white-space: nowrap
}

.ytp-touch-mode .ytp-pause-overlay .ytp-suggestions {
    overflow-x: auto
}

.ytp-touch-mode .ytp-pause-overlay .ytp-suggestions::-webkit-scrollbar {
    display: none
}

.ytp-big-mode .ytp-pause-overlay .ytp-suggestions {
    height: 180px
}

.ytp-pause-overlay .ytp-suggestion-image {
    background-color: #000;
    background-position: center;
    background-size: cover;
    height: 108px;
    width: 192px
}

.ytp-pause-overlay .ytp-next,.ytp-pause-overlay .ytp-previous {
    background: #333;
    border-radius: 50%;
    box-shadow: 0 1px 5px rgba(0,0,0,0.2);
    height: 32px;
    position: absolute;
    transform: translate(0,50%);
    width: 32px
}

.ytp-pause-overlay .ytp-next:hover,.ytp-pause-overlay .ytp-previous:hover {
    box-shadow: 0 4px 5px rgba(0,0,0,0.2)
}

.ytp-big-mode .ytp-pause-overlay .ytp-next,.ytp-big-mode .ytp-pause-overlay .ytp-previous {
    height: 64px;
    width: 64px
}

.ytp-pause-overlay .ytp-next {
    right: 4px
}

.ytp-pause-overlay .ytp-previous {
    left: 4px
}

.ytp-pause-overlay .ytp-collapse {
    height: 20px;
    opacity: .9;
    position: absolute;
    right: 20px;
    top: 12px;
    width: 20px
}

.ytp-big-mode .ytp-pause-overlay .ytp-collapse {
    height: 32px;
    right: 36px;
    top: 24px;
    width: 32px
}

.ytp-pause-overlay .ytp-collapse:hover {
    opacity: 1
}

.ytp-pause-overlay .ytp-expand {
    background: rgba(0,0,0,0.6);
    border-radius: 2px;
    font-size: 12px;
    line-height: 32px;
    padding: 0 10px;
    text-transform: uppercase
}

.ytp-big-mode .ytp-pause-overlay .ytp-expand {
    border-radius: 4px;
    font-size: 24px;
    padding: 10px 15px
}

.ytp-pause-overlay .ytp-expand:hover {
    background: rgba(0,0,0,0.8)
}

.ytp-pause-overlay .ytp-expand svg,.ytp-pause-overlay .ytp-expand .ytp-icon {
    display: inline-block;
    height: 24px;
    margin-bottom: 2px;
    vertical-align: middle;
    width: 24px
}

.ytp-big-mode .ytp-pause-overlay .ytp-expand svg {
    width: 32px;
    height: 32px
}

.ytp-expand-pause-overlay .ytp-expand {
    display: none
}

.ytp-pause-overlay a.ytp-suggestion-link {
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
    position: relative;
    text-align: left;
    top: 50%;
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    -moz-transition: all .5s cubic-bezier(0.4,0.0,0.2,1);
    -webkit-transition: all .5s cubic-bezier(0.4,0.0,0.2,1);
    transition: all .5s cubic-bezier(0.4,0.0,0.2,1)
}

.ytp-pause-overlay .ytp-suggestion-overlay {
    bottom: 0;
    font-size: 12px;
    left: 0;
    opacity: 0;
    padding: 8px;
    position: absolute;
    right: 0;
    top: 0;
    background-image: -moz-linear-gradient(top,rgba(12,12,12,0.8) 0,transparent 100px);
    background-image: -ms-linear-gradient(top,rgba(12,12,12,0.8) 0,transparent 100px);
    background-image: -o-linear-gradient(top,rgba(12,12,12,0.8) 0,transparent 100px);
    background-image: -webkit-linear-gradient(top,rgba(12,12,12,0.8) 0,transparent 100px);
    background-image: linear-gradient(to bottom,rgba(12,12,12,0.8) 0,transparent 100px);
    -moz-transition: opacity .5s cubic-bezier(0.4,0.0,0.2,1);
    -webkit-transition: opacity .5s cubic-bezier(0.4,0.0,0.2,1);
    transition: opacity .5s cubic-bezier(0.4,0.0,0.2,1)
}

.ytp-big-mode .ytp-pause-overlay .ytp-suggestion-overlay {
    font-size: 20px
}

.ytp-pause-overlay a.ytp-suggestion-link:focus .ytp-suggestion-overlay,.ytp-pause-overlay a.ytp-suggestion-link:hover .ytp-suggestion-overlay {
    opacity: 1
}

.ytp-pause-overlay .ytp-suggestion-link .ytp-suggestion-duration {
    background: #000;
    border-radius: 2px;
    bottom: 4px;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    opacity: .75;
    padding: 2px 4px;
    position: absolute;
    right: 4px
}

.ytp-big-mode .ytp-pause-overlay .ytp-suggestion-link .ytp-suggestion-duration {
    font-size: 17px
}

.ytp-pause-overlay .ytp-suggestion-link .ytp-suggestion-duration[data-is-live=true] {
    background: #f00;
    text-transform: uppercase
}

.ytp-pause-overlay .ytp-suggestion-link .ytp-suggestion-duration:empty {
    display: none
}

.ytp-pause-overlay .ytp-suggestion-title,.ytp-pause-overlay .ytp-suggestion-author {
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.ytp-pause-overlay .ytp-suggestion-title {
    font-weight: 500;
    max-height: 30px
}

.ytp-pause-overlay-controls-hidden .ytp-pause-overlay {
    bottom: 0
}

.ytp-chrome-controls .ytp-play-button {
    width: 46px
}

.ytp-big-mode .ytp-chrome-controls .ytp-play-button {
    width: 69px
}

.ytp-chrome-controls .ytp-play-button-playlist {
    width: 40px
}

.ytp-big-mode .ytp-chrome-controls .ytp-play-button-playlist {
    width: 60px
}

.ytp-playlist-menu {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 400px;
    max-width: 100%;
    z-index: 73;
    background: rgba(0,0,0,0.8);
    -moz-transition: -moz-transform .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: -webkit-transform .25s cubic-bezier(0.0,0.0,0.2,1);
    -ms-transition: -ms-transform .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: transform .25s cubic-bezier(0.0,0.0,0.2,1)
}

.ytp-embed-playlist .ytp-playlist-menu {
    left: auto;
    right: 0
}

.ytp-big-mode .ytp-playlist-menu {
    width: 600px
}

.ytp-playlist-menu[aria-hidden=true] {
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -moz-transition: -moz-transform .25s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition: -webkit-transform .25s cubic-bezier(0.4,0.0,1,1);
    -ms-transition: -ms-transform .25s cubic-bezier(0.4,0.0,1,1);
    transition: transform .25s cubic-bezier(0.4,0.0,1,1)
}

.ytp-embed-playlist .ytp-playlist-menu[aria-hidden=true] {
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.ytp-playlist-menu-header {
    padding: 15px;
    border-bottom: 1px solid #444
}

.ytp-big-mode .ytp-playlist-menu-header {
    padding: 23px
}

.ytp-playlist-menu-title {
    height: 20px;
    line-height: 20px;
    padding-right: 15px;
    font-size: 136%;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.ytp-big-mode .ytp-playlist-menu-title {
    height: 30px;
    line-height: 30px;
    padding-right: 23px;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.ytp-playlist-menu-subtitle {
    color: #b8b8b8;
    line-height: 17px;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.ytp-big-mode .ytp-playlist-menu-subtitle {
    line-height: 26px
}

.ytp-playlist-menu-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 24px;
    height: 24px
}

.ytp-big-mode .ytp-playlist-menu-close {
    top: 23px;
    right: 23px;
    width: 36px;
    height: 36px
}

.ytp-playlist-menu-close path {
    fill: #aaa
}

.ytp-playlist-menu-close:hover path {
    fill: #fff
}

.ytp-playlist-menu-items {
    position: absolute;
    top: 68px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto
}

.ytp-big-mode .ytp-playlist-menu-items {
    top: 103px
}

.ytp-chrome-top .ytp-playlist-menu-button,.ytp-embed-playlist.ytp-big-mode .ytp-chrome-top .ytp-playlist-menu-button {
    width: auto;
    height: auto
}

.ytp-playlist-menu-button-icon {
    width: 36px;
    height: 36px
}

.ytp-embed-playlist .ytp-playlist-menu-button-icon {
    margin: auto
}

.ytp-big-mode .ytp-playlist-menu-button-icon {
    width: 54px;
    height: 54px
}

.ytp-playlist-menu-button-text {
    padding-right: 6px;
    line-height: 36px;
    opacity: 1
}

.ytp-embed-playlist:not(.ytp-small-mode) .ytp-playlist-menu-button {
    margin-left: 10px;
    margin-right: 10px
}

.ytp-embed-playlist .ytp-playlist-menu-button-text {
    padding: 0;
    line-height: inherit;
    opacity: initial;
    font-weight: 500;
    text-align: center;
    font-size: 14px
}

.ytp-embed-playlist .ytp-playlist-menu-button-icon,.ytp-embed-playlist .ytp-playlist-menu-button-text {
    display: block
}

.ytp-playlist-menu-button-tiny .ytp-playlist-menu-button-text,.ytp-small-mode .ytp-playlist-menu-button-smallmode .ytp-playlist-menu-button-text {
    display: None
}

.ytp-big-mode .ytp-playlist-menu-button-text {
    line-height: 54px
}

.ytp-embed-playlist.ytp-big-mode .ytp-playlist-menu-button-text {
    line-height: inherit;
    font-size: 20px
}

.ytp-playlist-menu-button-icon,.ytp-playlist-menu-button-text {
    vertical-align: middle;
    display: inline-block
}

.ytp-scrubber-container {
    position: absolute;
    top: -4px;
    left: -6.5px;
    z-index: 43
}

.ytp-big-mode .ytp-scrubber-container {
    top: -6px;
    left: -10px
}

.ytp-scrubber-button {
    height: 13px;
    width: 13px;
    border-radius: 6.5px;
    -moz-transition: -moz-transform .1s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition: -webkit-transform .1s cubic-bezier(0.4,0.0,1,1);
    -ms-transition: -ms-transform .1s cubic-bezier(0.4,0.0,1,1);
    transition: transform .1s cubic-bezier(0.4,0.0,1,1);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0)
}

.ytp-big-mode .ytp-scrubber-button {
    height: 20px;
    width: 20px;
    border-radius: 10px
}

.ypc-loaded .ytp-scrubber-button.ytp-swatch-background-color {
    background-color: #2793e6
}

.ad-interrupting .ytp-scrubber-button.ytp-swatch-background-color {
    background-color: #fc0
}

.ytp-yto-preroll .ytp-scrubber-button.ytp-swatch-background-color {
    background-color: #065fd4
}

.ytp-probably-keyboard-focus .ytp-progress-bar:focus,.ytp-probably-keyboard-focus .ytp-marker-icon img:focus {
    box-shadow: 0 0 0 2px rgba(27,127,204,.8)
}

.ytp-progress-bar-container:hover:not([aria-disabled=true]) .ytp-scrubber-button,.ytp-touch-mode .ytp-progress-bar-container:not([aria-disabled=true]) .ytp-scrubber-button,.ytp-drag .ytp-scrubber-button {
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    -moz-transition: -moz-transform .1s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: -webkit-transform .1s cubic-bezier(0.0,0.0,0.2,1);
    -ms-transition: -ms-transform .1s cubic-bezier(0.0,0.0,0.2,1);
    transition: transform .1s cubic-bezier(0.0,0.0,0.2,1)
}

.ytp-scrubber-pull-indicator {
    position: absolute;
    z-index: 42;
    bottom: 16.9px;
    left: 6.5px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.ytp-big-mode .ytp-scrubber-button {
    bottom: 20px;
    left: 10px
}

.ytp-scrubber-pull-indicator::before {
    display: block;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    opacity: 0;
    width: 6.5px;
    height: 6.5px;
    border-style: solid;
    border-width: 2px 0 0 2px;
    border-color: #eaeaea
}

.ytp-scrubber-pull-indicator::after {
    display: block;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    opacity: 0;
    width: 6.5px;
    height: 6.5px;
    border-style: solid;
    border-width: 2px 0 0 2px;
    border-color: #eaeaea
}

.ytp-big-mode .ytp-scrubber-pull-indicator::before,.ytp-big-mode .ytp-scrubber-pull-indicator::after {
    width: 10px;
    height: 10px
}

.ytp-scrubber-pull-indicator::after {
    -moz-transition: all .1s;
    -webkit-transition: all .1s;
    transition: all .1s
}

.ytp-scrubber-pull-indicator::before {
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s
}

.ytp-pull-ui:not(.ytp-pulling) .ytp-scrubber-pull-indicator::before {
    opacity: 1;
    top: -4px;
    left: -4px
}

.ytp-big-mode .ytp-pull-ui:not(.ytp-pulling) .ytp-scrubber-pull-indicator::before {
    top: -9px;
    left: -9px
}

.ytp-pull-ui:not(.ytp-pulling) .ytp-scrubber-pull-indicator::after {
    opacity: 1;
    top: -8px;
    left: -8px
}

.ytp-big-mode .ytp-pull-ui:not(.ytp-pulling) .ytp-scrubber-pull-indicator::after {
    opacity: 1;
    top: -15px;
    left: -15px
}

.ytp-progress-list {
    z-index: 39;
    background: rgba(255,255,255,.2);
    height: 100%;
    -moz-transform: scaleY(0.6);
    -ms-transform: scaleY(0.6);
    -webkit-transform: scaleY(0.6);
    transform: scaleY(0.6);
    -moz-transition: -moz-transform .1s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition: -webkit-transform .1s cubic-bezier(0.4,0.0,1,1);
    -ms-transition: -ms-transform .1s cubic-bezier(0.4,0.0,1,1);
    transition: transform .1s cubic-bezier(0.4,0.0,1,1);
    position: relative
}

.ytp-big-mode .ytp-progress-list {
    -moz-transform: translateY(-.5px) scaleY(0.625);
    -ms-transform: translateY(-.5px) scaleY(0.625);
    -webkit-transform: translateY(-.5px) scaleY(0.625);
    transform: translateY(-.5px) scaleY(0.625)
}

.ytp-progress-bar-container:hover:not([aria-disabled=true]) .ytp-progress-list,.ytp-touch-mode .ytp-progress-bar-container:not([aria-disabled=true]) .ytp-progress-list,.ytp-drag .ytp-progress-list {
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    -moz-transition: -moz-transform .1s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: -webkit-transform .1s cubic-bezier(0.0,0.0,0.2,1);
    -ms-transition: -ms-transform .1s cubic-bezier(0.0,0.0,0.2,1);
    transition: transform .1s cubic-bezier(0.0,0.0,0.2,1)
}

.ytp-bound-time-left,.ytp-bound-time-right {
    position: absolute;
    display: none;
    top: -29px;
    z-index: 29;
    background-color: rgba(28,28,28,0.9);
    text-align: center;
    color: #e3e3e3;
    padding: 5px 9px;
    opacity: 0;
    -moz-transition: opacity .1s ease-in;
    -webkit-transition: opacity .1s ease-in;
    transition: opacity .1s ease-in
}

.ytp-big-mode .ytp-bound-time-left,.ytp-big-mode .ytp-bound-time-right {
    top: -36px
}

.ytp-pull-ui .ytp-bound-time-left,.ytp-pull-ui .ytp-bound-time-right {
    display: block
}

.ytp-pulling .ytp-bound-time-left,.ytp-pulling .ytp-bound-time-right {
    opacity: 1;
    -moz-transition: opacity .1s ease-out;
    -webkit-transition: opacity .1s ease-out;
    transition: opacity .1s ease-out
}

.ytp-bound-time-left {
    left: 0
}

.ytp-bound-time-right {
    right: 0
}

.ytp-bound-time-left::after {
    position: absolute;
    content: '';
    bottom: -5px;
    width: 0;
    height: 0;
    border-style: solid
}

.ytp-bound-time-right::after {
    position: absolute;
    content: '';
    bottom: -5px;
    width: 0;
    height: 0;
    border-style: solid
}

.ytp-bound-time-left::after {
    left: 0;
    border-width: 5px 5px 0 0;
    border-color: rgba(28,28,28,0.9) transparent transparent
}

.ytp-bound-time-right::after {
    right: 0;
    border-width: 0 5px 5px 0;
    border-color: transparent rgba(28,28,28,0.9) transparent transparent
}

.ytp-ad-progress,.ytp-load-progress,.ytp-play-progress,.ytp-hover-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.ytp-1m-progress,.ytp-15m-progress,.ytp-30m-progress,.ytp-60m-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.ytp-chapter-marker,.ytp-time-marker,.ytp-clip-start-exclude,.ytp-clip-end-exclude {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.ytp-clip-start-exclude,.ytp-clip-end-exclude {
    display: none;
    z-index: 37;
    background-color: rgba(255,255,255,0);
    -moz-transition: background-color .1s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition: background-color .1s cubic-bezier(0.4,0.0,1,1);
    transition: background-color .1s cubic-bezier(0.4,0.0,1,1)
}

.ytp-clip-start-enabled .ytp-clip-start-exclude,.ytp-clip-end-enabled .ytp-clip-end-exclude {
    display: block
}

.ytp-clip-hover .ytp-clip-start-exclude,.ytp-clip-hover .ytp-clip-end-exclude {
    background-color: rgba(255,255,255,.5);
    -moz-transition: background-color .1s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: background-color .1s cubic-bezier(0.0,0.0,0.2,1);
    transition: background-color .1s cubic-bezier(0.0,0.0,0.2,1)
}

.ytp-ad-progress {
    z-index: 36;
    background: #fc0
}

.ytp-load-progress {
    z-index: 33;
    background: rgba(255,255,255,.4)
}

.playing-mode .ytp-progress-bar-container:not(.ytp-pull-ui) .ytp-load-progress {
    -moz-transition: -moz-transform .1s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition: -webkit-transform .1s cubic-bezier(0.4,0.0,1,1);
    -ms-transition: -ms-transform .1s cubic-bezier(0.4,0.0,1,1);
    transition: transform .1s cubic-bezier(0.4,0.0,1,1)
}

.playing-mode .ytp-progress-bar-container:not(.ytp-pull-ui) .ytp-load-progress.ytp-fast-load {
    -moz-transition: -moz-transform 1.2s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.0,0.0,0.2,1);
    -ms-transition: -ms-transform 1.2s cubic-bezier(0.0,0.0,0.2,1);
    transition: transform 1.2s cubic-bezier(0.0,0.0,0.2,1)
}

.ytp-load-progress.ytp-fast-load {
    background: #00838f
}

.ytp-play-progress {
    z-index: 34
}

.ypc-loaded .ytp-play-progress.ytp-swatch-background-color {
    background: #2793e6
}

.ad-interrupting .ytp-play-progress.ytp-swatch-background-color {
    background: #fc0
}

.ytp-yto-preroll .ytp-play-progress.ytp-swatch-background-color {
    background: #065fd4
}

.ytp-hover-progress {
    z-index: 35;
    background: rgba(0,0,0,.125);
    opacity: 0;
    -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1)
}

.ytp-progress-bar-hover .ytp-hover-progress {
    opacity: 1
}

.ytp-hover-progress-light {
    background: rgba(255,255,255,.5)
}

.ytp-chapter-marker {
    z-index: 41;
    background: #ccc
}

.ytp-marker-icon {
    position: absolute;
    bottom: 16px;
    margin-left: -9px
}

.ytp-big-mode .ytp-marker-icon {
    bottom: 20px;
    margin-left: -8px
}

.ytp-marker-icon img {
    display: block;
    width: 24px;
    height: 24px
}

.ytp-marker-icon img:focus {
    outline: none
}

.ytp-time-marker {
    z-index: 40
}

.ytp-1m-progress,.ytp-15m-progress,.ytp-30m-progress,.ytp-60m-progress {
    width: 1px;
    background: #000;
    z-index: 36
}

.ytp-1m-progress {
    height: 30%
}

.ytp-15m-progress {
    height: 50%
}

.ytp-30m-progress {
    height: 55%
}

.ytp-60m-progress {
    height: 60%
}

.ytp-clip-start,.ytp-clip-end {
    display: none;
    position: absolute;
    width: 14px;
    height: 14px;
    bottom: -4.5px;
    margin-left: -7px;
    z-index: 44;
    -moz-transform: scaleY(0.21428571428);
    -ms-transform: scaleY(0.21428571428);
    -webkit-transform: scaleY(0.21428571428);
    transform: scaleY(0.21428571428);
    -moz-transition: -moz-transform .1s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition: -webkit-transform .1s cubic-bezier(0.4,0.0,1,1);
    -ms-transition: -ms-transform .1s cubic-bezier(0.4,0.0,1,1);
    transition: transform .1s cubic-bezier(0.4,0.0,1,1)
}

.ytp-big-mode .ytp-clip-start,.ytp-big-mode .ytp-clip-end {
    width: 21px;
    height: 21px;
    bottom: -6.5px;
    margin-left: -10.5px;
    -moz-transform: scaleY(0.238095238);
    -ms-transform: scaleY(0.238095238);
    -webkit-transform: scaleY(0.238095238);
    transform: scaleY(0.238095238)
}

.ytp-progress-bar-container:hover:not([aria-disabled=true]) .ytp-clip-start,.ytp-progress-bar-container:hover:not([aria-disabled=true]) .ytp-clip-end,.ytp-touch-mode .ytp-progress-bar-container:not([aria-disabled=true]) .ytp-clip-start,.ytp-touch-mode .ytp-progress-bar-container:not([aria-disabled=true]) .ytp-clip-end,.ytp-drag .ytp-clip-start,.ytp-drag .ytp-clip-end {
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    -moz-transition: -moz-transform .1s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: -webkit-transform .1s cubic-bezier(0.0,0.0,0.2,1);
    -ms-transition: -ms-transform .1s cubic-bezier(0.0,0.0,0.2,1);
    transition: transform .1s cubic-bezier(0.0,0.0,0.2,1)
}

.ytp-clip-start svg,.ytp-clip-end svg {
    display: block
}

.ytp-clip-start-enabled:not(.ytp-drag) .ytp-clip-start,.ytp-clip-end-enabled:not(.ytp-drag) .ytp-clip-end {
    display: block
}

.ytp-progress-bar-container {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 35px;
    height: 5px
}

.ytp-progress-bar-container:not([aria-disabled=true]) {
    cursor: pointer
}

.ytp-big-mode .ytp-progress-bar-container {
    bottom: 52.5px;
    height: 8px
}

.ytp-progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 31;
    outline: none
}

.ad-showing.ytp-hide-ad-progress-bar-experiment .ytp-progress-bar-container {
    display: none
}

.ytp-progress-bar.ytp-mobile {
    padding-bottom: 10px
}

.ytp-progress-bar-padding {
    position: absolute;
    width: 100%;
    height: 16px;
    bottom: 0;
    z-index: 28
}

.ytp-big-mode .ytp-progress-bar-padding {
    height: 24px
}

.ytp-progress-bar-container:hover:not([aria-disabled=true]) .ytp-progress-bar-padding {
    height: 22px;
    bottom: -6px
}

.ytp-big-mode:not(.ytp-touch-mode) .ytp-progress-bar-container:hover:not([aria-disabled=true]) .ytp-progress-bar-padding {
    height: 33px;
    bottom: -9px
}

.ytp-touch-mode .ytp-progress-bar-container:not([aria-disabled=true]) .ytp-progress-bar-padding {
    height: 40px;
    bottom: -11px
}

[crane-kick] .ytp-scrubber-container:before {
    content: '';
    position: absolute;
    bottom: 11px;
    left: -24px;
    width: 60px;
    height: 60px;
    background-image: url(https:https://www.gstatic.com/youtube/img/originals/ckee/crane-kick.png);
    background-size: 60px 60px;
    opacity: 0;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -moz-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -moz-transition: .4s cubic-bezier(0.520,0.095,0.000,1.415);
    -webkit-transition: .4s cubic-bezier(0.520,0.095,0.000,1.415);
    transition: .4s cubic-bezier(0.520,0.095,0.000,1.415)
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:2dppx),(min-resolution:192dpi) {
    [crane-kick] .ytp-scrubber-container:before {
        background-image:url(https:https://www.gstatic.com/youtube/img/originals/ckee/crane-kick@2x.png)
    }
}

[crane-kick] .ytp-big-mode .ytp-scrubber-container:before {
    bottom: 18px;
    left: -20px
}

[crane-kick] .ytp-progress-bar-container:hover:not([aria-disabled=true]) .ytp-scrubber-container:before {
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
}

.ytp-related-on-error-overlay {
    border-radius: 2px;
    bottom: 8px;
    left: 8px;
    right: 8px;
    margin: 0;
    position: absolute;
    -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    padding: 16px 24px
}

.ytp-small-mode .ytp-related-on-error-overlay {
    padding: 12px 24px
}

.ytp-related-on-error.ytp-controls-on-error .ytp-related-on-error-overlay {
    bottom: 36px
}

.ytp-large-width-mode .ytp-related-on-error-overlay {
    bottom: 32px;
    left: 28px;
    right: 28px
}

.ytp-related-on-error-overlay.ytp-scroll-max .ytp-next,.ytp-related-on-error-overlay.ytp-scroll-min .ytp-previous,.ytp-probably-keyboard-focus .ytp-related-on-error-overlay .ytp-next,.ytp-probably-keyboard-focus .ytp-related-on-error-overlay .ytp-previous,.ytp-touch-mode .ytp-related-on-error-overlay .ytp-next,.ytp-touch-mode .ytp-related-on-error-overlay .ytp-previous {
    display: none
}

.ytp-related-on-error-overlay .ytp-related-title {
    margin-left: 4px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px
}

.ytp-large-width-mode .ytp-related-on-error-overlay .ytp-related-title {
    margin-left: 8px
}

.ytp-big-mode .ytp-related-on-error-overlay .ytp-related-title {
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 32px
}

.ytp-related-on-error-overlay .ytp-suggestions {
    direction: ltr;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    margin-top: 8px
}

.ytp-small-mode .ytp-related-on-error-overlay .ytp-suggestions {
    margin-top: 6px
}

.ytp-touch-mode .ytp-related-on-error-overlay .ytp-suggestions {
    overflow-x: auto
}

.ytp-related-on-error-overlay .ytp-suggestion-image {
    background-color: #000;
    background-position: center;
    background-size: cover;
    position: relative;
    height: 108px;
    width: 192px
}

.ytp-related-on-error-overlay .ytp-next,.ytp-related-on-error-overlay .ytp-previous {
    background: #333;
    border-radius: 50%;
    box-shadow: 0 1px 5px rgba(0,0,0,0.2);
    height: 32px;
    position: absolute;
    width: 32px;
    bottom: 50%
}

.ytp-big-mode .ytp-related-on-error-overlay .ytp-next,.ytp-big-mode .ytp-related-on-error-overlay .ytp-previous {
    height: 64px;
    width: 64px
}

.ytp-related-on-error-overlay .ytp-next {
    right: 28px;
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    transform: translateX(50%)
}

.ytp-large-width-mode .ytp-related-on-error-overlay .ytp-next {
    right: 32px
}

[dir="rtl"] .ytp-related-on-error-overlay .ytp-next {
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.ytp-related-on-error-overlay .ytp-previous {
    left: 28px;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.ytp-large-width-mode .ytp-related-on-error-overlay .ytp-previous {
    left: 32px
}

[dir="rtl"] .ytp-related-on-error-overlay .ytp-previous {
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    transform: translateX(50%)
}

.ytp-related-on-error-overlay a.ytp-suggestion-link {
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
    position: relative;
    text-align: left;
    top: 50%;
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    -moz-transition: all .5s cubic-bezier(0.4,0.0,0.2,1);
    -webkit-transition: all .5s cubic-bezier(0.4,0.0,0.2,1);
    transition: all .5s cubic-bezier(0.4,0.0,0.2,1)
}

.ytp-large-width-mode .ytp-related-on-error-overlay a.ytp-suggestion-link {
    margin-left: 8px;
    margin-right: 8px
}

.ytp-related-on-error-overlay .ytp-suggestion-overlay {
    bottom: 0;
    font-size: 12px;
    left: 0;
    opacity: 0;
    padding: 8px;
    position: absolute;
    right: 0;
    top: 0;
    background-image: -moz-linear-gradient(top,rgba(12,12,12,0.8) 0,transparent 100px);
    background-image: -ms-linear-gradient(top,rgba(12,12,12,0.8) 0,transparent 100px);
    background-image: -o-linear-gradient(top,rgba(12,12,12,0.8) 0,transparent 100px);
    background-image: -webkit-linear-gradient(top,rgba(12,12,12,0.8) 0,transparent 100px);
    background-image: linear-gradient(to bottom,rgba(12,12,12,0.8) 0,transparent 100px);
    -moz-transition: opacity .5s cubic-bezier(0.4,0.0,0.2,1);
    -webkit-transition: opacity .5s cubic-bezier(0.4,0.0,0.2,1);
    transition: opacity .5s cubic-bezier(0.4,0.0,0.2,1)
}

.ytp-big-mode .ytp-related-on-error-overlay .ytp-suggestion-overlay {
    font-size: 20px
}

.ytp-related-on-error-overlay a.ytp-suggestion-link:focus .ytp-suggestion-overlay,.ytp-related-on-error-overlay a.ytp-suggestion-link:hover .ytp-suggestion-overlay {
    opacity: 1
}

.ytp-related-on-error-overlay .ytp-suggestion-link .ytp-suggestion-duration {
    background: #000;
    border-radius: 2px;
    bottom: 4px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    opacity: .9;
    padding: 2px 4px;
    position: absolute;
    right: 4px
}

.ytp-big-mode .ytp-related-on-error-overlay .ytp-suggestion-link .ytp-suggestion-duration {
    font-size: 17px
}

.ytp-related-on-error-overlay .ytp-suggestion-link .ytp-suggestion-duration[data-is-live=true] {
    background: #f00;
    text-transform: uppercase
}

.ytp-related-on-error-overlay .ytp-suggestion-duration:empty {
    display: none
}

.ytp-related-on-error-overlay .ytp-suggestion-title,.ytp-related-on-error-overlay .ytp-suggestion-author {
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.ytp-related-on-error-overlay .ytp-suggestion-title {
    font-weight: 500;
    margin-top: 8px;
    font-size: 16px;
    line-height: 18px;
    max-height: 30px
}

.ytp-related-on-error-overlay .ytp-suggestion-author {
    opacity: .7;
    margin-top: 4px;
    font-size: 14px;
    line-height: 16px
}

.ytp-small-mode .ytp-related-on-error-overlay .ytp-next,.ytp-small-mode .ytp-related-on-error-overlay .ytp-previous {
    height: 24px;
    width: 24px
}

.ytp-small-mode .ytp-related-on-error-overlay .ytp-related-title {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 14px
}

.ytp-small-mode .ytp-related-on-error-overlay .ytp-suggestion-title {
    margin-top: 6px;
    font-size: 12px;
    line-height: 14px
}

.ytp-small-mode .ytp-related-on-error-overlay .ytp-suggestion-author {
    font-size: 10px;
    line-height: 12px
}

.ytp-remote {
    left: 0;
    bottom: 49px;
    -moz-transition: bottom .25s cubic-bezier(0.0,0.0,0.2,1),opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: bottom .25s cubic-bezier(0.0,0.0,0.2,1),opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: bottom .25s cubic-bezier(0.0,0.0,0.2,1),opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    pointer-events: none
}

.ytp-remote[aria-hidden=true] {
    opacity: 0;
    -moz-transition: bottom .25s cubic-bezier(0.4,0.0,1,1),opacity .25s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition: bottom .25s cubic-bezier(0.4,0.0,1,1),opacity .25s cubic-bezier(0.4,0.0,1,1);
    transition: bottom .25s cubic-bezier(0.4,0.0,1,1),opacity .25s cubic-bezier(0.4,0.0,1,1)
}

.ytp-big-mode .ytp-remote {
    bottom: 70px
}

.ytp-hide-controls .ytp-remote {
    bottom: 12px;
    -moz-transition: bottom .25s cubic-bezier(0.4,0.0,1,1),opacity .25s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition: bottom .25s cubic-bezier(0.4,0.0,1,1),opacity .25s cubic-bezier(0.4,0.0,1,1);
    transition: bottom .25s cubic-bezier(0.4,0.0,1,1),opacity .25s cubic-bezier(0.4,0.0,1,1)
}

.ytp-remote-display-status {
    z-index: 15;
    position: absolute;
    left: 12px;
    bottom: 49px;
    background-color: rgba(0,0,0,0.6);
    padding-right: 5px;
    border-radius: 5px;
    opacity: .85
}

.ytp-big-mode .ytp-remote-display-status {
    bottom: 70px
}

.ytp-remote-display-status-icon {
    float: left;
    width: 40px;
    height: 40px
}

.ytp-big-mode .ytp-remote-display-status-icon {
    width: 60px;
    height: 60px
}

.ytp-remote-display-status-text {
    text-shadow: 0 0 2px rgba(0,0,0,.5);
    padding-top: 10px;
    padding-left: 5px;
    font-size: 130%;
    font-weight: 500;
    display: inline-block
}

.ytp-big-mode .ytp-remote-display-status-text {
    padding-top: 15px;
    left: 105px;
    top: 30px
}

.ytp-replay-button {
    position: absolute;
    left: 50%;
    bottom: 6px;
    margin-left: -18px;
    z-index: 60
}

.ytp-big-mode .ytp-replay-button {
    bottom: 7.5px;
    margin-left: -27px
}

.ytp-embed:not(.ad-showing) .ytp-replay-button {
    bottom: 12px
}

.ytp-big-mode.ytp-embed:not(.ad-showing) .ytp-replay-button {
    bottom: 26.5px
}

.ytp-settings-button {
    position: relative
}

.ytp-settings-button svg {
    -moz-transition: -moz-transform .1s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition: -webkit-transform .1s cubic-bezier(0.4,0.0,1,1);
    -ms-transition: -ms-transform .1s cubic-bezier(0.4,0.0,1,1);
    transition: transform .1s cubic-bezier(0.4,0.0,1,1)
}

.ytp-settings-button[aria-expanded=true] svg {
    -moz-transform: rotateZ(30deg);
    -ms-transform: rotateZ(30deg);
    -webkit-transform: rotateZ(30deg);
    transform: rotateZ(30deg)
}

.ytp-settings-button.ytp-hd-quality-badge:after,.ytp-settings-button.ytp-4k-quality-badge:after,.ytp-settings-button.ytp-5k-quality-badge:after,.ytp-settings-button.ytp-8k-quality-badge:after {
    content: '';
    position: absolute;
    top: 10px;
    right: 5px;
    height: 9px;
    width: 13px;
    background-color: #f00;
    border-radius: 1px;
    line-height: normal
}

.ytp-settings-button.ytp-3d-badge-grey:after {
    content: '';
    position: absolute;
    top: 10px;
    right: 5px;
    height: 9px;
    width: 13px;
    border-radius: 1px;
    line-height: normal
}

.ytp-settings-button.ytp-3d-badge:after {
    content: '';
    position: absolute;
    top: 10px;
    right: 5px;
    height: 9px;
    width: 13px;
    background-color: #f00;
    border-radius: 1px;
    line-height: normal
}

.ytp-settings-button.ytp-3d-badge-grey:after {
    background-color: #666
}

.ytp-color-white .ytp-settings-button.ytp-hd-quality-badge:after,.ytp-color-white .ytp-settings-button.ytp-4k-quality-badge:after,.ytp-color-white .ytp-settings-button.ytp-5k-quality-badge:after,.ytp-color-white .ytp-settings-button.ytp-8k-quality-badge:after,.ytp-color-white .ytp-settings-button.ytp-3d-badge-grey:after,.ytp-color-white .ytp-settings-button.ytp-3d-badge:after {
    background-color: #ddd
}

.ytp-color-party .ytp-settings-button.ytp-hd-quality-badge:after,.ytp-color-party .ytp-settings-button.ytp-4k-quality-badge:after,.ytp-color-party .ytp-settings-button.ytp-5k-quality-badge:after,.ytp-color-party .ytp-settings-button.ytp-8k-quality-badge:after,.ytp-color-party .ytp-settings-button.ytp-3d-badge-grey:after,.ytp-color-party .ytp-settings-button.ytp-3d-badge:after {
    -moz-animation: ytp-party-background-color .1s linear infinite;
    -webkit-animation: ytp-party-background-color .1s linear infinite;
    animation: ytp-party-background-color .1s linear infinite
}

.ytp-settings-button.ytp-hd-quality-badge:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTAwJSIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMTMgOSIgd2lkdGg9IjEwMCUiPjxwYXRoIGQ9Ik01LDcgTDYsNyBMNiw4IEw1LDggTDUsNyBaIE0xMCwzIEwxMCw0IEw4LDQgTDgsMyBMMTAsMyBaIE0zLDYgTDMsNSBMNSw1IEw1LDYgTDMsNiBaIE0yLDcgTDMsNyBMMyw4IEwyLDggTDIsNyBaIE03LDcgTDEwLDcgTDEwLDggTDcsOCBMNyw3IFogTTEwLDYgTDExLDYgTDExLDcgTDEwLDcgTDEwLDYgWiIgZmlsbD0iIzAwMCIgZmlsbC1vcGFjaXR5PSIwLjY0NzEiIGZpbGwtcnVsZT0iZXZlbm9kZCIgLz48cGF0aCBkPSJNNSw3IEw1LDYgTDUsNSBMMyw1IEwzLDYgTDMsNyBMMiw3IEwyLDIgTDMsMiBMMyw0IEw1LDQgTDUsMiBMNiwyIEw2LDcgTDUsNyBaIE0xMSw2IEwxMCw2IEwxMCw3IEw3LDcgTDcsMiBMMTAsMiBMMTAsMyBMMTEsMyBMMTEsNiBaIE0xMCw0IEwxMCwzIEw4LDMgTDgsNCBMOCw2IEwxMCw2IEwxMCw0IFoiIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgLz48L3N2Zz4=)
}

.ytp-settings-button.ytp-4k-quality-badge:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTAwJSIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMTMgOSIgd2lkdGg9IjEwMCUiPjxwYXRoIGQ9Ik0xMCw0IEwxMSw0IEwxMSw1IEwxMCw1IEwxMCw0IFogTTEwLDcgTDExLDcgTDExLDggTDEwLDggTDEwLDcgWiBNOCw1IEwxMCw1IEwxMCw2IEw4LDYgTDgsNSBaIE03LDcgTDgsNyBMOCw4IEw3LDggTDcsNyBaIE01LDYgTDYsNiBMNiw3IEw1LDcgTDUsNiBaIE00LDcgTDUsNyBMNSw4IEw0LDggTDQsNyBaIE0yLDYgTDQsNiBMNCw3IEwyLDcgTDIsNiBaIE0zLDQgTDQsNCBMNCw1IEwzLDUgTDMsNCBaIiBmaWxsPSIjMDAwIiBmaWxsLW9wYWNpdHk9IjAuNjQ3MSIgZmlsbC1ydWxlPSJldmVub2RkIiAvPjxwYXRoIGQ9Ik0xMSw1IEwxMSw3IEwxMCw3IEwxMCw2IEwxMCw1IEwxMSw1IFogTTEwLDUgTDgsNSBMOCw2IEw4LDcgTDcsNyBMNywyIEw4LDIgTDgsNCBMMTAsNCBMMTAsNSBaIE00LDQgTDMsNCBMMyw1IEw0LDUgTDQsNCBaIE00LDcgTDQsNiBMMiw2IEwyLDQgTDMsNCBMMywzIEw0LDMgTDQsMiBMNSwyIEw1LDUgTDYsNSBMNiw2IEw1LDYgTDUsNyBMNCw3IFogTTEwLDIgTDExLDIgTDExLDQgTDEwLDQgTDEwLDIgWiIgZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiAvPjwvc3ZnPg==)
}

.ytp-settings-button.ytp-5k-quality-badge:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTAwJSIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMTMgOSIgd2lkdGg9IjEwMCUiPjxwYXRoIGQ9Ik0xMCw0IEwxMSw0IEwxMSw1IEwxMCw1IEwxMCw0IFogTTEwLDcgTDExLDcgTDExLDggTDEwLDggTDEwLDcgWiBNOCw1IEwxMCw1IEwxMCw2IEw4LDYgTDgsNSBaIE03LDcgTDgsNyBMOCw4IEw3LDggTDcsNyBaIE01LDYgTDYsNiBMNiw3IEw1LDcgTDUsNiBaIE0yLDcgTDUsNyBMNSw4IEwyLDggTDIsNyBaIE0yLDUgTDUsNSBMNSw2IEwyLDYgTDIsNSBaIiBmaWxsPSIjMDAwIiBmaWxsLW9wYWNpdHk9IjAuNjQ3MSIgZmlsbC1ydWxlPSJldmVub2RkIiAvPjxwYXRoIGQ9Ik0xMSw1IEwxMSw3IEwxMCw3IEwxMCw2IEwxMCw1IEwxMSw1IE0xMCw1IEw4LDUgTDgsNiBMOCw3IEw3LDcgTDcsMiBMOCwyIEw4LDQgTDEwLDQgTDEwLDUgTTEwLDIgTDExLDIgTDExLDQgTDEwLDQgTDEwLDIgTTIsNiBMNSw2IEw1LDcgTDIsNyBNNSw1IEw2LDUgTDYsNiBMNSw2IE01LDQgTDMsNCBMMywzIEw2LDMgTDYsMiBMMiwyIEwyLDUgTDUsNSBMNSw0IFoiIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgLz48L3N2Zz4=)
}

.ytp-settings-button.ytp-8k-quality-badge:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTAwJSIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMTMgOSIgd2lkdGg9IjEwMCUiPjxwYXRoIGQ9Ik0xMCw0IEwxMSw0IEwxMSw1IEwxMCw1IEwxMCw0IFogTTEwLDcgTDExLDcgTDExLDggTDEwLDggTDEwLDcgWiBNOCw1IEwxMCw1IEwxMCw2IEw4LDYgTDgsNSBaIE03LDcgTDgsNyBMOCw4IEw3LDggTDcsNyBaIE01LDYgTDYsNiBMNiw3IEw1LDcgTDUsNiBaIE0zLDUgTDUsNSBMNSw2IEwzLDYgTDMsNSBaIE0zLDMgTDUsMyBMNSw0IEwzLDQgTDMsMyBaIE01LDQgTDYsNCBMNiw1IEw1LDUgTDUsNCBaIE0yLDQgTDMsNCBMMyw1IEwyLDUgTDIsNCBaIE0yLDYgTDMsNiBMMyw3IEwyLDcgTDIsNiBaIE0zLDcgTDUsNyBMNSw4IEwzLDggTDMsNyBaIiBmaWxsPSIjMDAwIiBmaWxsLW9wYWNpdHk9IjAuNjQ3MSIgZmlsbC1ydWxlPSJldmVub2RkIiAvPjxwYXRoIGQ9Ik0xMSw1IEwxMSw3IEwxMCw3IEwxMCw2IEwxMCw1IEwxMSw1IE0xMCw1IEw4LDUgTDgsNiBMOCw3IEw3LDcgTDcsMiBMOCwyIEw4LDQgTDEwLDQgTDEwLDUgTTEwLDIgTDExLDIgTDExLDQgTDEwLDQgTDEwLDIgTTMsNiBMNSw2IEw1LDcgTDMsNyBNMywyIEw1LDIgTDUsMyBMMywzIEwzLDIgWiBNNSw1IEw2LDUgTDYsNiBMNSw2IEw1LDUgWiBNMyw0IEw1LDQgTDUsNSBMMyw1IEwzLDQgWiBNNSwzIEw2LDMgTDYsNCBMNSw0IEw1LDMgWiBNMiw1IEwzLDUgTDMsNiBMMiw2IEwyLDUgWiBNMiwzIEwzLDMgTDMsNCBMMiw0IEwyLDMgWiIgZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiAvPjwvc3ZnPg==)
}

.ytp-settings-button.ytp-3d-badge-grey:after,.ytp-settings-button.ytp-3d-badge:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTAwJSIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMTMgOSIgd2lkdGg9IjEwMCUiPjxwYXRoIGQ9Ik0yIDJoNHY1aC00di0xaDN2LTFoLTN2LTFoM3YtMWgtM3pNNyAyaDN2MWgtMnYzaDJ2MWgtM3pNMTAgM2gxdjNoLTF6IiBmaWxsPSIjZmZmIiAvPjxwYXRoIGQ9Ik0yIDNoM3YxaC0zek04IDNoMnYxaC0yek0yIDVoM3YxaC0zek0xMCA2aDF2MWgtMXpNMiA3aDR2MWgtNHpNNyA3aDN2MWgtM3oiIGZpbGw9IiMwMDAiIGZpbGwtb3BhY2l0eT0iMC42NDcxIiAvPjwvc3ZnPg==)
}

.ytp-color-white .ytp-settings-button.ytp-hd-quality-badge:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTAwJSIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMTMgOSIgd2lkdGg9IjEwMCUiPjxwYXRoIGQ9Ik01LDcgTDUsNiBMNSw1IEwzLDUgTDMsNiBMMyw3IEwyLDcgTDIsMiBMMywyIEwzLDQgTDUsNCBMNSwyIEw2LDIgTDYsNyBMNSw3IFogTTExLDYgTDEwLDYgTDEwLDcgTDcsNyBMNywyIEwxMCwyIEwxMCwzIEwxMSwzIEwxMSw2IFogTTEwLDQgTDEwLDMgTDgsMyBMOCw0IEw4LDYgTDEwLDYgTDEwLDQgWiIgZmlsbC1ydWxlPSJldmVub2RkIiAvPjwvc3ZnPg==)
}

.ytp-color-white .ytp-settings-button.ytp-4k-quality-badge:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTAwJSIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMTMgOSIgd2lkdGg9IjEwMCUiPjxwYXRoIGQ9Ik0xMSw1IEwxMSw3IEwxMCw3IEwxMCw2IEwxMCw1IEwxMSw1IFogTTEwLDUgTDgsNSBMOCw2IEw4LDcgTDcsNyBMNywyIEw4LDIgTDgsNCBMMTAsNCBMMTAsNSBaIE00LDQgTDMsNCBMMyw1IEw0LDUgTDQsNCBaIE00LDcgTDQsNiBMMiw2IEwyLDQgTDMsNCBMMywzIEw0LDMgTDQsMiBMNSwyIEw1LDUgTDYsNSBMNiw2IEw1LDYgTDUsNyBMNCw3IFogTTEwLDIgTDExLDIgTDExLDQgTDEwLDQgTDEwLDIgWiIgZmlsbC1ydWxlPSJldmVub2RkIiAvPjwvc3ZnPg==)
}

.ytp-color-white .ytp-settings-button.ytp-5k-quality-badge:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTAwJSIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMTMgOSIgd2lkdGg9IjEwMCUiPjxwYXRoIGQ9Ik0xMSw1IEwxMSw3IEwxMCw3IEwxMCw2IEwxMCw1IEwxMSw1IE0xMCw1IEw4LDUgTDgsNiBMOCw3IEw3LDcgTDcsMiBMOCwyIEw4LDQgTDEwLDQgTDEwLDUgTTEwLDIgTDExLDIgTDExLDQgTDEwLDQgTDEwLDIgTTIsNiBMNSw2IEw1LDcgTDIsNyBNNSw1IEw2LDUgTDYsNiBMNSw2IE01LDQgTDMsNCBMMywzIEw2LDMgTDYsMiBMMiwyIEwyLDUgTDUsNSBMNSw0IFoiIGZpbGwtcnVsZT0iZXZlbm9kZCIgLz48L3N2Zz4=)
}

.ytp-color-white .ytp-settings-button.ytp-8k-quality-badge:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTAwJSIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMTMgOSIgd2lkdGg9IjEwMCUiPjxwYXRoIGQ9Ik0xMSw1IEwxMSw3IEwxMCw3IEwxMCw2IEwxMCw1IEwxMSw1IE0xMCw1IEw4LDUgTDgsNiBMOCw3IEw3LDcgTDcsMiBMOCwyIEw4LDQgTDEwLDQgTDEwLDUgTTEwLDIgTDExLDIgTDExLDQgTDEwLDQgTDEwLDIgTTMsNiBMNSw2IEw1LDcgTDMsNyBNMywyIEw1LDIgTDUsMyBMMywzIEwzLDIgWiBNNSw1IEw2LDUgTDYsNiBMNSw2IEw1LDUgWiBNMyw0IEw1LDQgTDUsNSBMMyw1IEwzLDQgWiBNNSwzIEw2LDMgTDYsNCBMNSw0IEw1LDMgWiBNMiw1IEwzLDUgTDMsNiBMMiw2IEwyLDUgWiBNMiwzIEwzLDMgTDMsNCBMMiw0IEwyLDMgWiIgZmlsbC1ydWxlPSJldmVub2RkIiAvPjwvc3ZnPg==)
}

.ytp-color-white .ytp-settings-button.ytp-3d-badge-grey:after,.ytp-color-white .ytp-settings-button.ytp-3d-badge:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTAwJSIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMTMgOSIgd2lkdGg9IjEwMCUiPjxwYXRoIGQ9Ik0yIDJoNHY1aC00di0xaDN2LTFoLTN2LTFoM3YtMWgtM3pNNyAyaDN2MWgtMnYzaDJ2MWgtM3pNMTAgM2gxdjNoLTF6IiBmaWxsPSIjMDAwIiAvPjwvc3ZnPg==)
}

.ytp-big-mode .ytp-settings-button.ytp-hd-quality-badge:after,.ytp-big-mode .ytp-settings-button.ytp-4k-quality-badge:after,.ytp-big-mode .ytp-settings-button.ytp-5k-quality-badge:after,.ytp-big-mode .ytp-settings-button.ytp-8k-quality-badge:after,.ytp-big-mode .ytp-settings-button.ytp-3d-badge-grey:after,.ytp-big-mode .ytp-settings-button.ytp-3d-badge:after {
    top: 15px;
    right: 6px;
    padding: 2px;
    font-family: Verdana,sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 2px 0 rgba(0,0,0,.6);
    background-image: none;
    border-radius: 1.5px;
    height: auto;
    width: auto
}

.ytp-color-white.ytp-big-mode .ytp-settings-button.ytp-hd-quality-badge:after,.ytp-color-white.ytp-big-mode .ytp-settings-button.ytp-4k-quality-badge:after,.ytp-color-white.ytp-big-mode .ytp-settings-button.ytp-5k-quality-badge:after,.ytp-color-white.ytp-big-mode .ytp-settings-button.ytp-8k-quality-badge:after,.ytp-color-white.ytp-big-mode .ytp-settings-button.ytp-3d-badge-grey:after,.ytp-color-white.ytp-big-mode .ytp-settings-button.ytp-3d-badge:after {
    color: #000;
    text-shadow: none
}

.ytp-big-mode .ytp-settings-button.ytp-hd-quality-badge:after {
    content: 'HD'
}

.ytp-big-mode .ytp-settings-button.ytp-4k-quality-badge:after {
    content: '4K'
}

.ytp-big-mode .ytp-settings-button.ytp-5k-quality-badge:after {
    content: '5K'
}

.ytp-big-mode .ytp-settings-button.ytp-8k-quality-badge:after {
    content: '8K'
}

.ytp-big-mode .ytp-settings-button.ytp-3d-badge-grey:after,.ytp-big-mode .ytp-settings-button.ytp-3d-badge:after {
    content: '3D'
}

.ytp-settings-menu {
    right: 12px;
    bottom: 49px;
    z-index: 71;
    will-change: width,height
}

.ytp-big-mode .ytp-settings-menu {
    right: 24px;
    bottom: 70px
}

.ytp-settings-menu #ytp-main-menu-id .ytp-menuitem-content {
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 150px
}

.ytp-speedslider {
    max-width: 200px
}

.ytp-speedslider-slider {
    width: 90%;
    margin: 5%
}

.ytp-speedslider-text {
    font-size: 150%;
    text-align: center
}

.ytp-show-share-title .ytp-share-button {
    margin-left: 10px;
    margin-right: 10px
}

.ytp-overflow-panel .ytp-share-button {
    margin-left: 20px;
    margin-right: 20px
}

.ytp-small-mode .ytp-show-share-title .ytp-share-button {
    margin-left: 0;
    margin-right: 0
}

.ytp-big-mode .ytp-chrome-top .ytp-share-button,.ytp-chrome-top .ytp-share-button {
    width: auto;
    height: auto
}

.ytp-share-icon {
    margin: auto;
    width: 36px;
    height: 36px
}

.ytp-big-mode .ytp-share-icon {
    width: 54px;
    height: 54px
}

.ytp-overflow-panel .ytp-share-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 10px
}

.ytp-share-title {
    font-weight: 500;
    text-align: center;
    font-size: 14px;
    display: none
}

.ytp-big-mode .ytp-share-title,.ytp-overflow-panel .ytp-share-title {
    font-size: 20px
}

.ytp-show-share-title .ytp-share-title,.ytp-overflow-panel .ytp-share-title {
    display: block
}

.ytp-small-mode .ytp-show-share-title .ytp-share-title {
    display: none
}

.ytp-share-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 75;
    background: rgba(0,0,0,0.8);
    text-align: center;
    -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1)
}

.ytp-share-panel[aria-hidden=true] {
    opacity: 0;
    -moz-transition: opacity .25s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition: opacity .25s cubic-bezier(0.4,0.0,1,1);
    transition: opacity .25s cubic-bezier(0.4,0.0,1,1)
}

.ytp-share-panel-inner-content {
    position: absolute;
    top: 50%;
    margin-top: -65px;
    left: 0;
    right: 0;
    padding: 0 10%
}

.ytp-big-mode .ytp-share-panel-inner-content {
    margin-top: -98px
}

.ytp-share-panel.ytp-share-panel-has-playlist .ytp-share-panel-inner-content {
    margin-top: -78.5px
}

.ytp-big-mode .ytp-share-panel.ytp-share-panel-has-playlist .ytp-share-panel-inner-content {
    margin-top: -118.25px
}

.ytp-share-panel-loading-spinner {
    display: none;
    margin: 20px auto 0;
    width: 32px;
    height: 32px;
    position: relative
}

.ytp-big-mode .ytp-share-panel-loading-spinner {
    margin-top: 30px
}

.ytp-share-panel.ytp-share-panel-loading .ytp-share-panel-loading-spinner {
    display: block
}

.ytp-share-panel-close {
    position: absolute;
    top: 6px;
    right: 12px;
    padding: 6px;
    width: 36px;
    height: 36px
}

.ytp-big-mode .ytp-share-panel-close {
    top: 9px;
    right: 24px;
    padding: 9px;
    width: 54px;
    height: 54px
}

.ytp-share-panel-close path {
    fill: #aaa
}

.ytp-share-panel-close:hover path {
    fill: #fff
}

.ytp-share-panel-title {
    font-size: 155%;
    line-height: 20px
}

.ytp-big-mode .ytp-share-panel-title {
    line-height: 30px
}

.ytp-share-panel-link {
    display: block;
    height: 28px;
    margin-top: 18px;
    text-overflow: ellipsis;
    font-size: 218%;
    font-weight: 500;
    letter-spacing: 1px;
    white-space: nowrap;
    overflow: hidden;
    outline: none
}

.ytp-big-mode .ytp-share-panel-link {
    height: 42px;
    margin-top: 27px
}

.ytp-share-panel-include-playlist {
    display: none;
    line-height: 15px;
    margin-top: 12px;
    font-size: 118%;
    color: #999
}

.ytp-big-mode .ytp-share-panel-include-playlist {
    line-height: 22.5px;
    margin-top: 18px
}

.ytp-share-panel-include-playlist input[type=checkbox] {
    margin: 0 8px 0 0
}

.ytp-share-panel.ytp-share-panel-has-playlist .ytp-share-panel-include-playlist {
    display: block
}

.ytp-share-panel-service-buttons {
    margin-top: 20px;
    height: 44px
}

.ytp-big-mode .ytp-share-panel-service-buttons {
    margin-top: 30px;
    height: 67px
}

.ytp-share-panel.ytp-share-panel-fail .ytp-share-panel-service-buttons,.ytp-share-panel.ytp-share-panel-loading .ytp-share-panel-service-buttons {
    display: none
}

.ytp-share-panel-service-button {
    padding: 3px;
    width: 38px;
    height: 38px;
    display: inline-block
}

.ytp-big-mode .ytp-share-panel-service-button {
    padding: 5px;
    width: 57px;
    height: 57px
}

.ytp-share-panel-error {
    display: none;
    margin-top: 20px;
    font-size: 109%
}

.ytp-big-mode .ytp-share-panel-error {
    margin-top: 30px
}

.ytp-share-panel-fail .ytp-share-panel-error {
    display: block
}

.ytp-skip-intro-button {
    background: #000000e6;
    bottom: 46px;
    height: 36px;
    padding-left: 16px;
    padding-right: 16px;
    right: 10px;
    z-index: 10
}

.ytp-skip-intro-button:hover {
    background: #000
}

.ytp-big-mode .ytp-skip-intro-button {
    bottom: 79px;
    right: 40px
}

.ytp-skip-intro-button-text {
    display: inline-block;
    font-family: Roboto,Arial,sans-serif;
    font-size: 14px;
    font-weight: 500;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap
}

.ytp-webgl-spherical-control {
    position: absolute;
    top: 48px;
    left: 12px;
    opacity: .6;
    cursor: pointer;
    width: 50px;
    height: 50px;
    -moz-transition: top .25s cubic-bezier(0.0,0.0,0.2,1),opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: top .25s cubic-bezier(0.0,0.0,0.2,1),opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: top .25s cubic-bezier(0.0,0.0,0.2,1),opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    z-index: 39;
    outline: none
}

.ytp-embed:not(.ad-showing) .ytp-webgl-spherical-control {
    top: 60px
}

.ytp-big-mode .ytp-webgl-spherical-control {
    top: 69px;
    width: 75px;
    height: 75px
}

.ytp-big-mode.ytp-embed:not(.ad-showing) .ytp-webgl-spherical-control {
    top: 60px
}

.ytp-webgl-spherical-control:hover,.ytp-webgl-spherical-control.ytp-dragging {
    opacity: 1
}

.ytp-autohide .ytp-webgl-spherical-control,.ytp-hide-info-bar .ytp-webgl-spherical-control {
    top: 12px;
    -moz-transition: top .1s cubic-bezier(0.4,0.0,1,1),opacity .1s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition: top .1s cubic-bezier(0.4,0.0,1,1),opacity .1s cubic-bezier(0.4,0.0,1,1);
    transition: top .1s cubic-bezier(0.4,0.0,1,1),opacity .1s cubic-bezier(0.4,0.0,1,1)
}

.ytp-webgl-spherical:not(.ytp-menu-shown) .html5-video-container {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.ytp-webgl-spherical.ytp-dragging:not(.ytp-menu-shown) .html5-video-container {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.ytp-probably-keyboard-focus .ytp-webgl-spherical-control:focus {
    box-shadow: inset 0 0 0 2px rgba(27,127,204,.8)
}

.ended-mode .ytp-webgl-spherical-control,.ytp-menu-shown .ytp-webgl-spherical-control {
    opacity: 0;
    -moz-transition: top .1s cubic-bezier(0.4,0.0,1,1),opacity .1s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition: top .1s cubic-bezier(0.4,0.0,1,1),opacity .1s cubic-bezier(0.4,0.0,1,1);
    transition: top .1s cubic-bezier(0.4,0.0,1,1),opacity .1s cubic-bezier(0.4,0.0,1,1)
}

.ytp-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 64px;
    margin-left: -32px;
    z-index: 18;
    pointer-events: none
}

.ytp-big-mode .ytp-spinner {
    width: 128px;
    margin-left: -64px
}

.ytp-spinner-message {
    position: absolute;
    left: 50%;
    margin-top: 50%;
    width: 300px;
    font-size: 127%;
    line-height: 182%;
    margin-left: -150px;
    display: none;
    text-align: center;
    background-color: black;
    opacity: .5
}

.ytp-spinner-container {
    pointer-events: none;
    position: absolute;
    width: 100%;
    padding-bottom: 100%;
    top: 50%;
    left: 50%;
    margin-top: -50%;
    margin-left: -50%;
    animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
    -webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite
}

.ytp-spinner-rotator {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4,0.0,0.2,1) infinite both;
    animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4,0.0,0.2,1) infinite both
}

.ytp-spinner-left {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden
}

.ytp-spinner-right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.ytp-spinner-left {
    right: 49%
}

.ytp-spinner-right {
    left: 49%
}

.ytp-spinner-circle {
    box-sizing: border-box;
    position: absolute;
    width: 200%;
    height: 100%;
    border-style: solid;
    border-color: #ddd #ddd transparent;
    border-radius: 50%;
    border-width: 6px
}

.ytp-big-mode .ytp-spinner-circle {
    border-width: 12px
}

.ytp-spinner-left .ytp-spinner-circle {
    left: 0;
    right: -100%;
    border-right-color: transparent;
    -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4,0.0,0.2,1) infinite both;
    animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4,0.0,0.2,1) infinite both
}

.ytp-spinner-right .ytp-spinner-circle {
    left: -100%;
    right: 0;
    border-left-color: transparent;
    -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4,0.0,0.2,1) infinite both;
    animation: ytp-right-spin 1333ms cubic-bezier(0.4,0.0,0.2,1) infinite both
}

@-webkit-keyframes ytp-spinner-linspin {
    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes ytp-spinner-linspin {
    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes ytp-spinner-easespin {
    12.5% {
        -webkit-transform: rotate(135deg)
    }

    25% {
        -webkit-transform: rotate(270deg)
    }

    37.5% {
        -webkit-transform: rotate(405deg)
    }

    50% {
        -webkit-transform: rotate(540deg)
    }

    62.5% {
        -webkit-transform: rotate(675deg)
    }

    75% {
        -webkit-transform: rotate(810deg)
    }

    87.5% {
        -webkit-transform: rotate(945deg)
    }

    to {
        -webkit-transform: rotate(1080deg)
    }
}

@keyframes ytp-spinner-easespin {
    12.5% {
        transform: rotate(135deg)
    }

    25% {
        transform: rotate(270deg)
    }

    37.5% {
        transform: rotate(405deg)
    }

    50% {
        transform: rotate(540deg)
    }

    62.5% {
        transform: rotate(675deg)
    }

    75% {
        transform: rotate(810deg)
    }

    87.5% {
        transform: rotate(945deg)
    }

    to {
        transform: rotate(1080deg)
    }
}

@-webkit-keyframes ytp-spinner-left-spin {
    0% {
        -webkit-transform: rotate(130deg)
    }

    50% {
        -webkit-transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(130deg)
    }
}

@keyframes ytp-spinner-left-spin {
    0% {
        transform: rotate(130deg)
    }

    50% {
        transform: rotate(-5deg)
    }

    to {
        transform: rotate(130deg)
    }
}

@-webkit-keyframes ytp-right-spin {
    0% {
        -webkit-transform: rotate(-130deg)
    }

    50% {
        -webkit-transform: rotate(5deg)
    }

    to {
        -webkit-transform: rotate(-130deg)
    }
}

@keyframes ytp-right-spin {
    0% {
        transform: rotate(-130deg)
    }

    50% {
        transform: rotate(5deg)
    }

    to {
        transform: rotate(-130deg)
    }
}

.ytp-normal-css-loaded {
    display: none
}

.ytp-storyboard-framepreview {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 16;
    background: #000;
    -moz-transition: opacity .1s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: opacity .1s cubic-bezier(0.0,0.0,0.2,1);
    transition: opacity .1s cubic-bezier(0.0,0.0,0.2,1)
}

.ytp-storyboard-framepreview[aria-hidden=true] {
    opacity: 0;
    -moz-transition: opacity .1s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition: opacity .1s cubic-bezier(0.4,0.0,1,1);
    transition: opacity .1s cubic-bezier(0.4,0.0,1,1)
}

.ytp-storyboard-framepreview-img {
    opacity: .4
}

.caption-window {
    position: absolute;
    line-height: normal;
    z-index: 37;
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none
}

.ytp-native-controls .caption-window {
    z-index: 2147483647
}

.caption-window.ytp-caption-window-top {
    margin-top: 48px;
    -moz-transition: margin-bottom .25s cubic-bezier(0.0,0.0,0.2,1),margin-top .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: margin-bottom .25s cubic-bezier(0.0,0.0,0.2,1),margin-top .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: margin-bottom .25s cubic-bezier(0.0,0.0,0.2,1),margin-top .25s cubic-bezier(0.0,0.0,0.2,1)
}

.ytp-embed:not(.ad-showing) .caption-window.ytp-caption-window-top {
    margin-top: 60px
}

.ytp-big-mode .caption-window.ytp-caption-window-top {
    margin-top: 69px
}

.ytp-big-mode.ytp-embed:not(.ad-showing) .caption-window.ytp-caption-window-top {
    margin-top: 89px
}

.ytp-autohide .caption-window.ytp-caption-window-top,.ytp-hide-info-bar .caption-window.ytp-caption-window-top {
    margin-top: 0;
    -moz-transition: margin-bottom .1s cubic-bezier(0.4,0.0,1,1),margin-top .1s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition: margin-bottom .1s cubic-bezier(0.4,0.0,1,1),margin-top .1s cubic-bezier(0.4,0.0,1,1);
    transition: margin-bottom .1s cubic-bezier(0.4,0.0,1,1),margin-top .1s cubic-bezier(0.4,0.0,1,1)
}

.caption-window.ytp-caption-window-bottom {
    margin-bottom: 49px;
    -moz-transition: margin-bottom .25s cubic-bezier(0.0,0.0,0.2,1),margin-top .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: margin-bottom .25s cubic-bezier(0.0,0.0,0.2,1),margin-top .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: margin-bottom .25s cubic-bezier(0.0,0.0,0.2,1),margin-top .25s cubic-bezier(0.0,0.0,0.2,1)
}

.ytp-big-mode .caption-window.ytp-caption-window-bottom {
    margin-bottom: 70px
}

.ytp-autohide .caption-window.ytp-caption-window-bottom,.ytp-hide-controls .caption-window.ytp-caption-window-bottom {
    margin-bottom: 0;
    -moz-transition: margin-bottom .1s cubic-bezier(0.4,0.0,1,1),margin-top .1s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition: margin-bottom .1s cubic-bezier(0.4,0.0,1,1),margin-top .1s cubic-bezier(0.4,0.0,1,1);
    transition: margin-bottom .1s cubic-bezier(0.4,0.0,1,1),margin-top .1s cubic-bezier(0.4,0.0,1,1)
}

.ytp-native-controls .caption-window.ytp-caption-window-bottom {
    margin-bottom: 45px;
    -moz-transition: none;
    -webkit-transition: none;
    transition: none
}

.ytp-ad-overlay-open .caption-window.ytp-caption-window-bottom {
    margin-bottom: 139px
}

.ytp-big-mode.ytp-ad-overlay-open .caption-window.ytp-caption-window-bottom {
    margin-bottom: 160px
}

.html5-video-player .caption-window.ytp-dragging,.html5-video-player.ytp-ad-overlay-open .caption-window.ytp-dragging {
    margin-top: 0;
    margin-bottom: 0;
    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.ytp-caption-window-rollup.ytp-rollup-mode {
    overflow: hidden
}

.caption-window svg,.caption-window .ytp-icon {
    width: 36px;
    height: 36px;
    vertical-align: bottom;
    display: inline-block;
    max-width: 1em;
    max-height: 1em
}

.ytp-big-mode .caption-window svg,.ytp-big-mode .caption-window .ytp-icon {
    width: 54px;
    height: 54px
}

.ytp-caption-window-rollup .captions-text {
    display: block
}

.ytp-caption-window-rollup.ytp-rollup-mode .captions-text {
    -moz-transition: -moz-transform .433s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: -webkit-transform .433s cubic-bezier(0.0,0.0,0.2,1);
    -ms-transition: -ms-transform .433s cubic-bezier(0.0,0.0,0.2,1);
    transition: transform .433s cubic-bezier(0.0,0.0,0.2,1)
}

.html5-video-player .captions-text {
    word-wrap: normal
}

.ytp-time-display {
    font-size: 109%;
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
    white-space: nowrap;
    line-height: 35px
}

.ytp-big-mode .ytp-time-display {
    line-height: 53px
}

.ytp-volume-slider-active .ytp-time-display-allow-autohide {
    display: none
}

.ytp-time-separator,.ytp-time-duration {
    color: #ddd
}

.ytp-live .ytp-time-current,.ytp-live .ytp-time-separator,.ytp-live .ytp-time-duration {
    display: none
}

.ytp-chrome-controls .ytp-live-badge,.ytp-big-mode .ytp-chrome-controls .ytp-live-badge {
    display: none;
    width: auto;
    text-transform: uppercase
}

.ytp-chrome-controls .ytp-live .ytp-live-badge,.ytp-big-mode .ytp-chrome-controls .ytp-live .ytp-live-badge {
    display: inline-block
}

.ytp-live-badge:before {
    display: inline-block;
    width: 6px;
    height: 6px;
    vertical-align: 4%;
    margin-right: 5px;
    background: #757575;
    content: '';
    border-radius: 6px
}

.ytp-big-mode .ytp-live-badge:before {
    width: 9px;
    height: 9px;
    border-radius: 9px
}

.html5-video-player .ytp-live-badge[aria-disabled=true],.html5-video-player .ytp-live-badge[disabled] {
    opacity: 1
}

.ytp-live-badge[disabled]:before {
    background: #f00
}

.ytp-title {
    overflow: hidden;
    flex: 1;
    display: flex
}

.ytp-title-text {
    vertical-align: top;
    padding-top: 12px;
    font-size: 18px;
    flex: 1
}

.ytp-big-mode .ytp-title-text {
    padding-top: 18px;
    font-size: 27px
}

.ytp-embed:not(.ad-showing) .ytp-title-text {
    padding-top: 21px
}

.ytp-big-mode.ytp-embed:not(.ad-showing) .ytp-title-text {
    padding-top: 36px
}

.ytp-title-subtext {
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.ytp-big-mode .ytp-title-subtext {
    font-size: 20px
}

.ytp-title-subtext a:empty {
    display: none
}

.ytp-title-text {
    max-width: 100%;
    padding-left: 4px;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.ytp-big-mode .ytp-title-text {
    padding-left: 6px
}

.ytp-title-fullerscreen-link {
    cursor: default
}

.ytp-tooltip {
    position: absolute;
    z-index: 1002;
    font-size: 118%;
    font-weight: 500;
    line-height: 15px;
    opacity: 0;
    -moz-transition: -moz-transform .1s cubic-bezier(0.0,0.0,0.2,1),opacity .1s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: -webkit-transform .1s cubic-bezier(0.0,0.0,0.2,1),opacity .1s cubic-bezier(0.0,0.0,0.2,1);
    -ms-transition: -ms-transform .1s cubic-bezier(0.0,0.0,0.2,1),opacity .1s cubic-bezier(0.0,0.0,0.2,1);
    transition: transform .1s cubic-bezier(0.0,0.0,0.2,1),opacity .1s cubic-bezier(0.0,0.0,0.2,1);
    pointer-events: none
}

.ytp-big-mode .ytp-tooltip {
    line-height: 22px
}

.ytp-tooltip:not([aria-hidden=true]) {
    opacity: 1;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    -moz-transition: -moz-transform .1s cubic-bezier(0.4,0.0,1,1),opacity .1s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition: -webkit-transform .1s cubic-bezier(0.4,0.0,1,1),opacity .1s cubic-bezier(0.4,0.0,1,1);
    -ms-transition: -ms-transform .1s cubic-bezier(0.4,0.0,1,1),opacity .1s cubic-bezier(0.4,0.0,1,1);
    transition: transform .1s cubic-bezier(0.4,0.0,1,1),opacity .1s cubic-bezier(0.4,0.0,1,1)
}

.ytp-tooltip.ytp-preview {
    padding: 2px;
    background-color: rgba(28,28,28,0.9);
    border-radius: 2px
}

.ytp-tooltip.ytp-text-detail.ytp-preview {
    width: 312px
}

.ytp-big-mode .ytp-tooltip.ytp-text-detail.ytp-preview {
    width: 457px
}

.ytp-tooltip-text-wrapper {
    border-radius: 3px
}

.ytp-tooltip.ytp-preview:not(.ytp-text-detail) .ytp-tooltip-text-wrapper {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    text-align: center
}

.ytp-tooltip.ytp-text-detail.ytp-preview .ytp-tooltip-text-wrapper {
    padding: 0 9px;
    margin: 4px 0;
    overflow: hidden;
    max-height: 46px
}

.ytp-big-mode .ytp-tooltip.ytp-text-detail.ytp-preview .ytp-tooltip-text-wrapper {
    margin: 6px 0;
    max-height: 69px
}

.ytp-tooltip-text {
    display: block;
    background-color: rgba(28,28,28,0.9);
    border-radius: 2px;
    padding: 5px 9px
}

.ytp-tooltip-opaque .ytp-tooltip-text {
    background-color: rgba(28,28,28,1)
}

.ytp-tooltip.ytp-preview .ytp-tooltip-text {
    display: inline;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.ytp-tooltip-image-enabled .ytp-tooltip-text {
    padding-left: 34px
}

.ytp-big-mode .ytp-tooltip-image-enabled .ytp-tooltip-text {
    padding-left: 45px
}

.ytp-tooltip.ytp-text-detail.ytp-preview .ytp-tooltip-text {
    background-color: transparent;
    padding: 0
}

.ytp-tooltip-bg {
    background-color: #000;
    background-repeat: no-repeat;
    position: relative;
    display: none
}

.ytp-tooltip.ytp-preview .ytp-tooltip-bg {
    display: block
}

.ytp-tooltip.ytp-text-detail.ytp-preview .ytp-tooltip-bg {
    float: left
}

.ytp-tooltip-duration {
    display: none
}

.ytp-tooltip.ytp-text-detail.ytp-preview.ytp-has-duration .ytp-tooltip-duration {
    display: block;
    position: absolute;
    right: 3px;
    bottom: 3px;
    background-color: rgba(28,28,28,0.9);
    padding: 2px 4px
}

.ytp-tooltip-title {
    display: none
}

.ytp-tooltip.ytp-text-detail .ytp-tooltip-title {
    display: block;
    color: #aaa;
    text-transform: uppercase
}

.ytp-tooltip-image {
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 10px;
    position: absolute;
    display: none;
    top: 2px;
    left: 7px;
    background-size: contain
}

.ytp-big-mode .ytp-tooltip-image {
    width: 25px;
    height: 25px;
    border-radius: 12.5px;
    top: 3px;
    left: 10px
}

.ytp-tooltip-image-enabled .ytp-tooltip-image {
    display: inherit
}

.ytp-unmute.ytp-popup {
    position: absolute;
    top: 36px;
    left: 0;
    z-index: 1001;
    text-transform: uppercase;
    color: #000;
    font-size: 127%;
    font-weight: 500;
    background: none;
    padding: 12px
}

.ytp-big-mode .ytp-unmute.ytp-popup {
    top: 30px;
    padding: 18px
}

.ytp-autohide .ytp-unmute,.ytp-hide-info-bar .ytp-unmute {
    top: 0
}

.ytp-unmute-inner {
    padding-left: 3px;
    padding-right: 12px;
    background-color: rgba(255,255,255,1);
    border-radius: 2px;
    border-bottom: 1px solid #f1f1f1;
    text-shadow: none
}

.ytp-big-mode .ytp-unmute-inner {
    padding-left: 5px;
    padding-right: 18px
}

.ytp-unmute-icon {
    width: 36px;
    height: 36px;
    display: inline-block;
    vertical-align: middle
}

.ytp-unmute-text {
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    display: inline-block
}

.ytp-big-mode .ytp-unmute-icon {
    width: 54px;
    height: 54px
}

.ytp-unmute.ytp-popup.ytp-unmute-animated .ytp-unmute-inner {
    position: relative;
    background-color: transparent;
    border-bottom: none;
    padding: 0
}

.ytp-unmute-animated .ytp-unmute-icon {
    padding-left: 2px;
    position: relative;
    z-index: 10;
    background-color: rgba(255,255,255,1);
    border-radius: 2px;
    border-bottom: 1px solid #f1f1f1
}

.ytp-unmute-animated .ytp-unmute-box {
    display: block;
    background-color: rgba(255,255,255,1);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 2px;
    border-bottom: 1px solid #f1f1f1
}

.ytp-unmute-animated .ytp-unmute-text {
    position: relative;
    z-index: 10;
    padding-top: 1px;
    padding-right: 10px
}

.ytp-unmute-expand .ytp-unmute-box {
    width: 0;
    -moz-animation: ytp-unmute-width-anim .5s cubic-bezier(0.0,0.0,0.2,1) 3.5s forwards;
    -webkit-animation: ytp-unmute-width-anim .5s cubic-bezier(0.0,0.0,0.2,1) 3.5s forwards;
    animation: ytp-unmute-width-anim .5s cubic-bezier(0.0,0.0,0.2,1) 3.5s forwards
}

.ytp-unmute-expand .ytp-unmute-text {
    opacity: 0;
    -moz-animation: ytp-unmute-alpha-anim .25s cubic-bezier(0.0,0.0,0.2,1) 3.8s forwards;
    -webkit-animation: ytp-unmute-alpha-anim .25s cubic-bezier(0.0,0.0,0.2,1) 3.8s forwards;
    animation: ytp-unmute-alpha-anim .25s cubic-bezier(0.0,0.0,0.2,1) 3.8s forwards
}

.ytp-unmute-shrink .ytp-unmute-box {
    width: 100%;
    -moz-animation: ytp-unmute-width-anim .5s cubic-bezier(0.4,0.0,1,1) 5.5s reverse forwards;
    -webkit-animation: ytp-unmute-width-anim .5s cubic-bezier(0.4,0.0,1,1) 5.5s reverse forwards;
    animation: ytp-unmute-width-anim .5s cubic-bezier(0.4,0.0,1,1) 5.5s reverse forwards
}

.ytp-unmute-shrink .ytp-unmute-text {
    opacity: 1;
    -moz-animation: ytp-unmute-alpha-anim .25s cubic-bezier(0.4,0.0,1,1) 5.4s reverse forwards;
    -webkit-animation: ytp-unmute-alpha-anim .25s cubic-bezier(0.4,0.0,1,1) 5.4s reverse forwards;
    animation: ytp-unmute-alpha-anim .25s cubic-bezier(0.4,0.0,1,1) 5.4s reverse forwards
}

@keyframes ytp-unmute-width-anim {
    0% {
        width: 0
    }

    to {
        width: 100%
    }
}

@keyframes ytp-unmute-alpha-anim {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.html5-video-info-panel {
    background: rgba(28,28,28,0.8);
    border-radius: 4px;
    color: #fff;
    left: 10px;
    position: absolute;
    top: 10px;
    z-index: 64;
    min-width: 26em
}

.html5-video-info-panel-close {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px
}

.html5-video-info-panel-content {
    padding: 5px
}

.html5-video-info-panel-content>div>div {
    display: inline-block;
    font-weight: 500;
    padding: 0 .5em;
    text-align: right;
    width: 10em
}

.ytp-horizonchart {
    display: inline-block;
    margin: 2px;
    position: relative;
    vertical-align: bottom
}

.ytp-horizonchart>span {
    display: inline-block;
    position: absolute
}

.ytp-video-menu-item {
    display: block;
    height: 44px;
    padding: 10px
}

.ytp-big-mode .ytp-video-menu-item {
    height: 66px;
    padding: 15px
}

.ytp-video-menu-item[aria-checked=true] {
    background-color: rgba(255,255,255,0.1)
}

.ytp-video-menu-item:hover,.ytp-video-menu-item[aria-checked=true]:hover {
    background-color: rgba(255,255,255,0.15)
}

.ytp-video-menu-item-now-playing,.ytp-video-menu-item-index {
    padding-right: 9px;
    min-width: 10px;
    height: 44px;
    line-height: 44px;
    float: left
}

.ytp-big-mode .ytp-video-menu-item-now-playing,.ytp-big-mode .ytp-video-menu-item-index {
    padding-right: 13px;
    height: 66px;
    line-height: 66px
}

.ytp-video-menu-item-now-playing {
    display: none;
    color: #f00
}

.ytp-color-white .ytp-video-menu-item-now-playing {
    color: #ddd
}

.ytp-color-party .ytp-video-menu-item-now-playing {
    -moz-animation: ytp-party-color .15s linear infinite;
    -webkit-animation: ytp-party-color .15s linear infinite;
    animation: ytp-party-color .15s linear infinite
}

.ytp-video-menu-item[aria-checked=true] .ytp-video-menu-item-now-playing {
    display: inline
}

.ytp-video-menu-item[aria-checked=true] .ytp-video-menu-item-index {
    display: none
}

.ytp-video-menu-item-title {
    padding-left: 9px;
    font-size: 120%;
    max-height: 2.6em;
    overflow: hidden
}

.ytp-video-menu-item-author {
    padding-left: 9px;
    color: #b8b8b8;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.ytp-video-menu-item-thumbnail {
    float: left;
    width: 64px;
    height: 36px;
    margin: 4px;
    border: 0 solid #f00;
    background-position: 0 -6px;
    background-size: 64px 48px
}

.ytp-color-white .ytp-video-menu-item-thumbnail {
    border-color: #ddd
}

.ytp-color-party .ytp-video-menu-item-thumbnail {
    -moz-animation: ytp-party-background-color .1s linear infinite;
    -webkit-animation: ytp-party-background-color .1s linear infinite;
    animation: ytp-party-background-color .1s linear infinite
}

.ytp-big-mode .ytp-video-menu-item-thumbnail {
    width: 96px;
    height: 54px;
    margin: 6px;
    background-position: 0 -9px;
    background-size: 96px 72px
}

.ytp-video-menu-item[aria-checked=true] .ytp-video-menu-item-thumbnail {
    margin: 2px;
    border-width: 2px
}

.ytp-big-mode .ytp-video-menu-item[aria-checked=true] .ytp-video-menu-item-thumbnail {
    margin: 4px
}

.ytp-visualizer {
    position: absolute;
    width: 100%;
    height: 100%;
    vertical-align: top;
    overflow: hidden;
    z-index: 11;
    pointer-events: none;
    opacity: .5
}

.ytp-volume-panel {
    display: inline-block;
    width: 0;
    height: 100%;
    -moz-transition: margin .2s cubic-bezier(0.4,0.0,1,1),width .2s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition: margin .2s cubic-bezier(0.4,0.0,1,1),width .2s cubic-bezier(0.4,0.0,1,1);
    transition: margin .2s cubic-bezier(0.4,0.0,1,1),width .2s cubic-bezier(0.4,0.0,1,1);
    cursor: pointer;
    outline: 0
}

.ytp-volume-slider-active .ytp-volume-panel {
    width: 52px;
    margin-right: 3px;
    -moz-transition: margin .2s cubic-bezier(0.0,0.0,0.2,1),width .2s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: margin .2s cubic-bezier(0.0,0.0,0.2,1),width .2s cubic-bezier(0.0,0.0,0.2,1);
    transition: margin .2s cubic-bezier(0.0,0.0,0.2,1),width .2s cubic-bezier(0.0,0.0,0.2,1)
}

.ytp-big-mode .ytp-volume-slider-active .ytp-volume-panel {
    width: 78px;
    margin-right: 5px
}

.ytp-probably-keyboard-focus .ytp-volume-panel:focus {
    box-shadow: inset 0 0 0 2px rgba(27,127,204,.8)
}

.ytp-volume-slider {
    height: 100%;
    position: relative;
    overflow: hidden
}

.ytp-volume-slider-handle {
    position: absolute;
    top: 50%;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    margin-top: -6px;
    background: #fff
}

.ytp-big-mode .ytp-volume-slider-handle {
    width: 18px;
    height: 18px;
    border-radius: 9px;
    margin-top: -9px
}

.ytp-volume-slider-handle:before,.ytp-volume-slider-handle:after {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    height: 3px;
    margin-top: -2px;
    width: 64px
}

.ytp-big-mode .ytp-volume-slider-handle:before,.ytp-big-mode .ytp-volume-slider-handle:after {
    height: 4px;
    margin-top: -2px;
    width: 96px
}

.ytp-volume-slider-handle:before {
    left: -58px;
    background: #fff
}

.ytp-big-mode .ytp-volume-slider-handle:before {
    left: -87px
}

.ytp-volume-slider-handle:after {
    left: 6px;
    background: rgba(255,255,255,.2)
}

.ytp-big-mode .ytp-volume-slider-handle:after {
    left: 9px;
    background: rgba(255,255,255,.2)
}

.ytp-show-watch-later-title .ytp-watch-later-button {
    margin-left: 10px;
    margin-right: 10px
}

.ytp-overflow-panel .ytp-watch-later-button {
    margin-left: 20px;
    margin-right: 20px
}

.ytp-small-mode .ytp-show-watch-later-title .ytp-watch-later-button {
    margin-left: 0;
    margin-right: 0
}

.ytp-big-mode .ytp-chrome-top .ytp-watch-later-button,.ytp-chrome-top .ytp-watch-later-button {
    width: auto;
    height: auto
}

.ytp-watch-later-icon {
    margin: auto;
    width: 36px;
    height: 36px;
    position: relative
}

.ytp-big-mode .ytp-watch-later-icon {
    width: 54px;
    height: 54px
}

.ytp-overflow-panel .ytp-watch-later-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 10px
}

.ytp-watch-later-title {
    font-weight: 500;
    text-align: center;
    font-size: 14px;
    display: none
}

.ytp-big-mode .ytp-watch-later-title,.ytp-overflow-panel .ytp-watch-later-title {
    font-size: 20px
}

.ytp-show-watch-later-title .ytp-watch-later-title,.ytp-overflow-panel .ytp-watch-later-title {
    display: block
}

.ytp-small-mode .ytp-show-watch-later-title .ytp-watch-later-title {
    display: none
}

.ytp-watch-later-icon .ytp-spinner-container {
    width: 20px;
    padding-bottom: 20px;
    margin-top: -10px;
    margin-left: -10px
}

.ytp-big-mode .ytp-watch-later-icon .ytp-spinner-container {
    width: 35px;
    padding-bottom: 35px;
    margin-top: -17.5px;
    margin-left: -17.5px
}

.ytp-watch-later-icon .ytp-spinner-circle {
    border-width: 3px
}

.ytp-big-mode .ytp-watch-later-icon .ytp-spinner-circle {
    border-width: 5px
}

.ytp-watermark {
    position: absolute;
    width: 110px;
    height: 26px;
    bottom: 49px;
    right: 16px;
    z-index: 25;
    opacity: .9
}

.ytp-watermark.ytp-watermark-small {
    width: 85px;
    height: 20px
}

.html5-video-player .ytp-watermark {
    -moz-transition: bottom .25s cubic-bezier(0.0,0.0,0.2,1),opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: bottom .25s cubic-bezier(0.0,0.0,0.2,1),opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: bottom .25s cubic-bezier(0.0,0.0,0.2,1),opacity .25s cubic-bezier(0.0,0.0,0.2,1)
}

.ytp-big-mode .ytp-watermark {
    bottom: 70px
}

.ytp-hide-controls .ytp-watermark {
    bottom: 16px;
    -moz-transition: bottom .1s cubic-bezier(0.4,0.0,1,1),opacity .1s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition: bottom .1s cubic-bezier(0.4,0.0,1,1),opacity .1s cubic-bezier(0.4,0.0,1,1);
    transition: bottom .1s cubic-bezier(0.4,0.0,1,1),opacity .1s cubic-bezier(0.4,0.0,1,1)
}

.ytp-native-controls .ytp-watermark {
    bottom: 61px;
    left: 16px
}

.ytp-watermark:hover {
    opacity: 1
}

.ytp-autohide .ytp-watermark {
    opacity: 0;
    -moz-transition: bottom .1s cubic-bezier(0.4,0.0,1,1),opacity .1s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition: bottom .1s cubic-bezier(0.4,0.0,1,1),opacity .1s cubic-bezier(0.4,0.0,1,1);
    transition: bottom .1s cubic-bezier(0.4,0.0,1,1),opacity .1s cubic-bezier(0.4,0.0,1,1)
}

.webgl {
    display: block;
    position: absolute;
    z-index: 11;
    width: 100%
}

.ended-mode .webgl {
    display: none
}

.ytp-chrome-controls .ytp-button.ytp-youtube-button {
    width: 67px
}

.ytp-big-mode .ytp-chrome-controls .ytp-button.ytp-youtube-button {
    width: 100px
}

.ytp-chrome-controls .ytp-button.ytp-youtube-button.ytp-youtube-gaming-button {
    width: 122px
}

.ytp-big-mode .ytp-chrome-controls .ytp-button.ytp-youtube-button.ytp-youtube-gaming-button {
    width: 183px
}

.ytp-drawer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 350px;
    text-align: center;
    overflow: hidden;
    z-index: 65;
    -moz-transition: width .25s cubic-bezier(0.0,0.0,0.2,1),bottom .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: width .25s cubic-bezier(0.0,0.0,0.2,1),bottom .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: width .25s cubic-bezier(0.0,0.0,0.2,1),bottom .25s cubic-bezier(0.0,0.0,0.2,1)
}

.ytp-autohide .ytp-drawer {
    bottom: -6px;
    -moz-transition: width .25s cubic-bezier(0.4,0.0,1,1),bottom .25s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition: width .25s cubic-bezier(0.4,0.0,1,1),bottom .25s cubic-bezier(0.4,0.0,1,1);
    transition: width .25s cubic-bezier(0.4,0.0,1,1),bottom .25s cubic-bezier(0.4,0.0,1,1)
}

.ytp-big-mode .ytp-drawer {
    width: 425px
}

.ytp-drawer-closed {
    width: 25px
}

.ytp-big-mode .ytp-drawer-closed {
    width: 38px
}

.ytp-drawer-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 350px;
    height: 100%;
    padding: 40px 10px 10px;
    background: rgba(0,0,0,0.8);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1)
}

.ytp-big-mode .ytp-drawer-content {
    width: 425px;
    padding: 70px 15px 15px
}

.ytp-drawer-closed .ytp-drawer-content {
    opacity: 0;
    -moz-transition: opacity .25s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition: opacity .25s cubic-bezier(0.4,0.0,1,1);
    transition: opacity .25s cubic-bezier(0.4,0.0,1,1)
}

.ytp-drawer-close-button {
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 24px;
    padding: 5px;
    fill: white
}

.ytp-big-mode .ytp-drawer-close-button {
    width: 36px;
    height: 36px;
    padding: 7px
}

.ytp-drawer-closed .ytp-drawer-close-button {
    display: none
}

.ytp-drawer-open-button {
    display: none;
    position: absolute;
    top: 50%;
    left: 0;
    width: 15px;
    height: 32px;
    margin-top: -16px;
    padding: 10px 5px;
    background: rgba(0,0,0,0.7)
}

.ytp-big-mode .ytp-drawer-open-button {
    width: 23px;
    height: 48px;
    margin-top: -24px;
    padding: 15px 8px
}

.ytp-drawer-closed .ytp-drawer-open-button {
    display: block
}

.ytp-drawer-open-button:after {
    display: inline-block;
    border: 5px solid transparent;
    border-right-color: #aaa;
    border-left: none;
    content: ''
}

.ytp-big-mode .ytp-drawer-open-button:after {
    border-bottom-width: 8px;
    border-right-width: 8px;
    border-top-width: 8px
}

.html5-ypc-module {
    line-height: 1.2;
    text-align: left
}

.html5-ypc-action-heading {
    margin-bottom: 5px;
    font-size: 18px;
    color: #999
}

.ytp-small-mode .html5-ypc-action-heading {
    display: none
}

.html5-ypc-title {
    font-size: 20px
}

.html5-ypc-thumbnail {
    float: left
}

.html5-ypc-thumbnail img {
    width: 100px;
    margin: 0 10px 10px 0
}

.ytp-small-mode .html5-ypc-thumbnail img {
    width: 50px
}

.ytp-big-mode .html5-ypc-thumbnail img {
    width: 150px;
    margin: 0 15px 18px 0
}

.html5-ypc-description {
    font-size: 14px
}

.ytp-small-mode .html5-ypc-description {
    margin-top: 10px
}

.ytp-big-mode .html5-ypc-description {
    margin-top: 38px
}

.html5-ypc-purchase {
    font-weight: 500;
    font-size: 14px;
    margin: 12px 0;
    padding: 10px 20px;
    border-radius: 2px;
    background: #2793e6;
    text-transform: uppercase
}

.ytp-big-mode .html5-ypc-purchase {
    margin: 18px 0;
    padding: 15px 20px;
    border-radius: 3px
}

.html5-ypc-purchase:hover {
    background: #126db3
}

.html5-ypc-purchase-refined {
    font-weight: 500;
    font-size: 14px;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 12px;
    padding: 10px 20px;
    border-radius: 2px;
    background: rgba(0,0,0,0.7);
    text-transform: uppercase;
    overflow: hidden;
    z-index: 67;
    text-shadow: 0 0 2px rgba(0,0,0,.5)
}

.ytp-big-mode .html5-ypc-purchase-refined {
    padding: 15px 20px;
    margin-right: 18px;
    border-radius: 3px
}

.html5-ypc-purchase-refined:hover {
    background: #126db3
}

.html5-ypc-purchase-refined-highlighted {
    background: #2793e6
}

.html5-ypc-overlay {
    position: absolute;
    bottom: 0;
    padding: 5px;
    margin-left: 12px;
    overflow: hidden;
    z-index: 67;
    pointer-events: none;
    text-shadow: 0 0 2px rgba(0,0,0,.5)
}

.ytp-big-mode .html5-ypc-overlay {
    padding: 8px;
    margin-left: 24px
}

.html5-ypc-endscreen {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 51px 21px 21px;
    background: rgba(0,0,0,0.75);
    z-index: 32
}

.ytp-small-mode .html5-ypc-endscreen {
    padding-top: 21px
}

.ytp-ypc-clickwrap-overlay {
    padding: 25px 20px 0;
    z-index: 70
}

.ytp-ypc-clickwrap-header {
    border-bottom: 1px solid #888;
    padding: 0 0 15px 5px;
    font-size: 182%;
    font-weight: normal
}

.ytp-ypc-clickwrap-description {
    margin: 15px 0 0 5px;
    font-size: 127%
}

.ytp-ypc-clickwrap-confirm {
    margin: 20px 0 0 5px;
    padding: 7px 10px;
    background-color: #37d;
    border-radius: 2px
}

.ytp-ypc-clickwrap-confirm:hover {
    background-color: #26c
}

.ytp-yto-preroll-message {
    display: none;
    position: absolute;
    bottom: 0;
    padding: 5px;
    margin-left: 12px;
    overflow: hidden;
    z-index: 66;
    pointer-events: none;
    text-shadow: 0 0 2px rgba(0,0,0,.5)
}

.ytp-yto-preroll .ytp-yto-preroll-message {
    display: block
}

.close-padding {
    color: #fff;
    cursor: pointer;
    margin: 0;
    padding-bottom: 10px;
    padding-left: 20px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1001
}

.close-padding.contains-svg {
    width: 15px;
    height: 15px;
    padding-top: 6px;
    padding-right: 6px
}

.close-padding.condensed {
    cursor: pointer;
    float: right;
    margin: 0;
    padding-left: 0;
    position: relative
}

.ad-info-padding {
    cursor: pointer;
    display: inline-block;
    margin: 0;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-top: 6px;
    padding-right: 1px;
    position: relative;
    z-index: 1001;
    width: 15px;
    height: 15px
}

.overlays-action-tray {
    position: absolute;
    right: 0;
    top: 0
}

.extra-padding.wide-overlay-ad .close-padding :not(.condensed),.extra-padding.wide-overlay-ad .ad-info-padding {
    padding-left: 25px
}

.close-button {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAQAAACR313BAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAACxMAAAsTAQCanBgAAAC3SURBVBjTddAxbsJAEADAuZOVKn0kWkeIJh+IXOQJlt+Sp/COyE+gQBFPoHBaZFDkiuqKQMHhBAVvtXuju93b8KI+vboXn9oQlqfSVHwpSizu4lYpXotO9y+juB6twfOfbOToANb6fPNg7iIoNLm84FyTn42QDBqz3G+mMUi/TLKxy7yzyThyZwUewWqcPXMPFt7zDvrbj1WIat9qH35Ut0zlwSBJ3sbOFHtPthM734ttOE7gURvO57AyavXUXEcAAAAASUVORK5CYII=);
    float: right;
    height: 15px;
    margin: 5px 4px 0 0;
    width: 15px
}

svg.svg-close-button {
    background: #fff;
    fill: #757575;
    fill-opacity: .8;
    float: right;
    height: 15px;
    width: 15px;
    opacity: .9;
    pointer-events: all!important
}

.close-padding:hover svg.svg-close-button {
    fill-opacity: 1
}

.close-button:focus,.ad-info-button:focus {
    outline-width: 0
}

svg.ad-info-button {
    background: #fff;
    display: inline-block;
    fill: #757575;
    fill-opacity: .8;
    height: 15px;
    width: 15px;
    opacity: .9;
    pointer-events: all!important
}

.ad-info-padding:hover svg.ad-info-button {
    fill-opacity: 1
}

.yt-text-overlay svg.ad-info-button {
    background: #000;
    fill: #fff
}

.yt-text-overlay .close-button {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAQAAAAnOwc2AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JQAAgIMAAPn/AACA6QAAdTAAAOpgAAA6mAAAF2+SX8VGAAAAAmJLR0QA/4ePzL8AAADdSURBVAjXAdIALf8A27rb69t02wQAANsF23jb7Nu1AAAB2/UACvr9wqMgcyRgAIQACfb7L44DbgH7QAYDFCr7QQ5RAQ77/aLixgABAACbpzFSDwYAAAAA8fml44/dAKAAAAAAAMDP2//b/9v/pOsArQBVAAACAADbcRsXAAAAAAAAJQ1/CwCrAAAD23YAgwAR9fnQ8BAFDwYoIDQhsbEB2/QAC/v9nOCj2XUJTT8EAvb7L1sCAM33/KLhlN3robNUya74/Nr0AF0BAAAAkQAjAKcAqQD8AAQAWgBXANbCiVTrFOn0bgAAAABJRU5ErkJggg==);
    height: 10px;
    margin: 9px 9px 0 0;
    width: 10px
}

.yt-text-overlay svg.svg-close-button {
    background: #000;
    fill: #fff
}

.close-padding:hover .close-button {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAQAAACR313BAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAACxMAAAsTAQCanBgAAACzSURBVBjTddAtzsJAEADQt1CN/xRBIIFwge8AeAzpabgIHiQCT3qD4hCEQIIkBNtQzLY0gY7YzOzb3wlT8/Lfr9jbhLAqh9riKGQlg594QqcqcvlXRlJN7cCokdUcXMHOxQFcjakO70rj6kPcmep+uPCQ6sf7+lIPxYcpZM6Rz7KINee2oAe29dsjX8DE0qRR1x+bIVi4W3gpzSI3upagiGPVteTmz6ml5zeddXi24NM6vAFhCzSMfomhxwAAAABJRU5ErkJggg==)
}

.yt-text-overlay .close-padding:hover .close-button {
    background-color: rgba(0,0,0,0.15);
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAQAAAAnOwc2AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JQAAgIMAAPn/AACA6QAAdTAAAOpgAAA6mAAAF2+SX8VGAAAAAmJLR0QA/4ePzL8AAAC6SURBVAjXJci9SsNQAIDRT6i4d3Lvw/gEVfEtFBHBVaGDi+CsOBUpgpQWYgd/Fh2ddLEFJwejEdoa7k1SP4ec8eDI1F0b4LL7fjkE/NVQXZ+/NN0x11lBBw/iQn/i+PHvW2PVmdAHBt0sqmoWDt9I2ATg/bnOu5Qr2gC47Uedn+E0qWvPXKfhPp0WGsrkDHCusToarw4vbouFzgra+DAvjycrN6yvNUe9vHzK6C8BJ7TocklFgy02eP0Hcq6CI3X8aBcAAAAASUVORK5CYII=);
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: inset 0 -1px 3px rgba(0,0,0,0.3),0 1px 0 rgba(255,255,255,0.5);
    height: 20px;
    margin: 4px 4px 0 0;
    width: 20px
}

.recall-button {
    background: rgba(200,200,200,0.2) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAICAMAAAD3JJ6EAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAA5FBMVEWlh1//4V9iABzh6//T1/82GAAzKABGKABGKAD/4bn1///3+v/z9//m7//L3P8AAw1GGABUNgD/+v/5/f/h6/8ACyEACx++1//d7P8tc/87KAD+/f/2+v8ATL0DAAAABhcAA18WAAIwh//Z6P8ADSIACzYDAAcEAALP5P/5+//v9v+avP8cCAAUCgASCgD/4eb19//8/P/y9v8ASacAMWzZ6f/U5v8PACM0AAX/+fv6+//K2f8ABg8AAAUFAAkAAxW20//f7f8AD1DV1/8APKoCAAcLAAhLAAUSAAkAFDsHBAD///8jMQ5iAAAAS3RSTlMAAwQaFhANEBMDBkVwaTYPEBMoc1ExOEZbDRg2cRZAJAgeGGEdBiYxHnNuGBgzOwYQXm4ZJ2NGEQsrdDg5MxUfPWQREBE3GgYVJDh1ZWACAAAAAWJLR0RLaQuFUAAAAGBJREFUCNdjYGRgYGJmYWVj52DgZOTi5uHl4xcQZOAUEhYRFROXkJRikJaRlZNXUFRSVmFQVVPX0NTS1tHVY9A3MDQyNjE1M7dgsLSytrG1s3dwdGJwdnF1Y+B09/D0AgBBxArrcQfhygAAAABJRU5ErkJggg==) no-repeat center;
    border: 1px solid rgba(255,255,255,0.498039);
    box-shadow: rgba(0,0,0,0.701961) 0 4px 3px;
    color: #fff;
    cursor: pointer;
    height: 11px;
    width: 26px;
    z-index: 1001
}

.yt-text-overlay .recall-button {
    background: rgba(0,0,0,0.15) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAGCAQAAAC7znxOAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JQAAgIMAAPn/AACA6QAAdTAAAOpgAAA6mAAAF2+SX8VGAAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAACxMAAAsTAQCanBgAAAAsSURBVAjXY/jPAIG/0mAsuMCv/zBBhMB/mCCyAFQQVeD/r/+/0hh//WdAAwBqlUHXRz8MQAAAAABJRU5ErkJggg==) no-repeat center;
    border: 1px solid rgba(0,0,0,0);
    box-shadow: none;
    height: 17px;
    width: 29px
}

.autoalign .recall-button {
    margin: auto
}

.yt-text-overlay.autoalign .recall-button {
    margin: auto auto 6px
}

.recall-button:hover {
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAHCAAAAAAUx4O/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAACxMAAAsTAQCanBgAAABLSURBVAjXBcEBFYAwCEXRfyxgBCNAg0VYFCNgg9nAKERYBCIQ4XmvgBqjgEN63N1fSdssIa/RygUR9GpBmpltUN9nQCjQNwtgz/oBP48rqIWIiJYAAAAASUVORK5CYII=) no-repeat center
}

.yt-text-overlay .recall-button:hover {
    background: rgba(0,0,0,0.15) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAGCAQAAAC7znxOAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JQAAgIMAAPn/AACA6QAAdTAAAOpgAAA6mAAAF2+SX8VGAAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAACxMAAAsTAQCanBgAAAAsSURBVAjXY/jPAIG/0mAsuMCv/zBBhMB/mCCyAFQQVeD/r/+/0hh//WdAAwBqlUHXRz8MQAAAAABJRU5ErkJggg==) no-repeat center;
    border: 1px solid rgba(255,255,255,0.5)
}

.auto-hide {
    display: none
}

body:hover .auto-hide {
    display: block
}

.attribution-button {
    bottom: 12px;
    color: #fff;
    font: 11px arial,sans-serif;
    position: absolute;
    right: 5px;
    text-decoration: none;
    text-shadow: rgba(0,0,0,0.7) 0 4px 4px;
    z-index: 1001
}

.yt-text-overlay .attribution-button {
    color: #888;
    text-shadow: none
}

.viewmode-fullscreen .attribution-button {
    bottom: auto;
    right: 22px;
    top: 5px
}

.yt-text-overlay.viewmode-fullscreen .attribution-button {
    right: 5px;
    top: auto
}

.text-container .attribution-button {
    bottom: 7px
}

.ima-container {
    position: absolute;
    width: 100%;
    z-index: 1000
}

.ima-container.autoalign {
    bottom: 0;
    text-align: center
}

.ima-container.fullslot,.ima-container.endslate {
    height: 100%
}

.ima-container-stack {
    background-color: #666;
    border-radius: 5px;
    display: block;
    padding: 3px 0
}

.ima-container-stack.fullslot {
    border-radius: 0;
    padding: 0
}

.ima-container-rotator .attribution-button {
    bottom: 7px
}

.ima-container-rotator .text-inner-container {
    left: 20px
}

.ima-container-selector {
    -webkit-box-shadow: 0 4px 3px rgba(0,0,0,.7);
    -moz-box-shadow: 0 4px 3px rgba(0,0,0,.7);
    box-shadow: 0 4px 3px rgba(0,0,0,.7);
    background: #666;
    border-radius: 2px;
    cursor: pointer;
    height: 10px;
    left: 5px;
    position: absolute;
    width: 10px;
    z-index: 1002
}

.ima-container-selector:hover {
    background: #fff
}

.ima-container-rotator .ima-container-highlight:hover {
    border-color: #fff!important
}

.ima-container-stack .ima-container-highlight:hover {
    background-color: #999!important
}

.ima-container-active {
    background: #fc0!important
}

.ima-container-slider .attribution-button {
    bottom: 7px
}

.ima-container-slider .controls {
    max-width: 100%!important
}

.ima-container-slider .text-container {
    background-color: #000;
    border-radius: 5px 5px 0 0;
    margin-bottom: 0
}

.ima-container-slider .text-title:hover {
    text-decoration: underline!important
}

.ima-container-slider.hidden .controls {
    top: 38px
}

.ima-container-slider.animated .controls {
    -webkit-transition: top .4s;
    -moz-transition: top .4s;
    -o-transition: top .4s;
    transition: top .4s
}

.controls {
    display: block;
    position: relative
}

.controls.fullslot,.controls.endslate {
    background: linear-gradient(#333,#000) repeat scroll 0% 0% transparent;
    position: absolute;
    height: 100%;
    width: 100%
}

.adDisplay {
    display: inline-block;
    position: relative
}

.adDisplay.endslate {
    left: 0;
    right: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.adDisplay.fullslot {
    left: 0;
    right: 0;
    text-align: center
}

.adDisplay.scalable {
    display: block;
    min-width: 320px;
    max-width: 450px
}

.autoalign .adDisplay.scalable {
    margin: auto
}

.flash-container,.image-container {
    display: inline-block;
    pointer-events: auto;
    position: relative
}

.flash-container.click-capture .click-layer {
    display: block
}

.click-layer {
    background: rgba(0,0,0,0.0);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100
}

.text-container {
    margin-bottom: 5px;
    pointer-events: auto;
    position: relative
}

.yt-text-overlay .text-container {
    margin-bottom: 3px
}

.text-inner-container {
    background-image: -webkit-linear-gradient(top,rgba(20,20,20,0.6),rgba(209,209,209,0.6));
    background-image: -moz-linear-gradient(top,rgba(20,20,20,0.6),rgba(209,209,209,0.6));
    background-image: -ms-linear-gradient(top,rgba(20,20,20,0.6),rgba(209,209,209,0.6));
    background-image: -o-linear-gradient(top,rgba(20,20,20,0.6),rgba(209,209,209,0.6));
    background-image: linear-gradient(top,rgba(20,20,20,0.6),rgba(209,209,209,0.6));
    border: 1px solid rgba(102,102,102,0.7);
    border-radius: 3px;
    box-shadow: rgba(0,0,0,0.7) 0 5px 5px;
    padding-left: 10px;
    position: absolute;
    text-align: left;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.yt-text-overlay .text-container .text-inner-container {
    background-color: rgba(0,0,0,0.6);
    background-image: none;
    border: 1px solid rgba(0,0,0,0.6);
    border-radius: 0;
    box-shadow: none;
    padding-left: 10px
}

.viewmode-fullscreen .text-inner-container {
    background-image: none;
    border: none;
    box-shadow: none
}

.yt-text-overlay .controls:hover .text-inner-container {
    border: 1px solid rgba(58,58,58,1.0)
}

.text-title {
    text-decoration: underline
}

.yt-text-overlay .text-title,.viewmode-fullscreen .text-title {
    text-decoration: none
}

.yt-text-overlay .controls:hover .text-container .text-title {
    text-decoration: underline
}

.text-image-link {
    float: left;
    position: relative
}

.text-image {
    box-shadow: rgba(0,0,0,0.498039) 0 3px 5px;
    height: 57px;
    margin: 3px 10px 0 0;
    width: 79px
}

.yt-text-overlay .text-image {
    margin: 2px 10px 0 0;
    width: auto
}

.yt-text-overlay .yt-video-image {
    width: 79px
}

.text-image-duration {
    background: #000;
    color: #fff;
    font: 10px arial,sans-serif;
    padding: 2px;
    position: absolute;
    right: 10px;
    top: 43px
}

.text-title {
    color: #fff;
    display: block;
    font: bold 14px arial,sans-serif;
    margin: 7px 16px 0 0;
    overflow: hidden;
    padding-bottom: 4px;
    text-overflow: ellipsis;
    text-shadow: rgba(0,0,0,0.7) 0 4px 4px;
    white-space: nowrap
}

.yt-text-overlay .text-title {
    margin-top: 7px;
    text-shadow: #000 0 -1px 0
}

.text-description {
    color: #fff;
    font: 12px arial,sans-serif;
    margin-top: -3px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: rgba(0,0,0,0.7) 0 4px 4px;
    white-space: nowrap
}

.yt-text-overlay .text-description {
    margin-bottom: 2px;
    text-align: left;
    text-shadow: none
}

.text-ad-channel {
    bottom: 7px;
    color: #f9fcc0;
    font: bold 11px arial,sans-serif;
    left: 10px;
    position: absolute;
    text-decoration: none;
    text-shadow: rgba(0,0,0,0.7) 0 4px 4px
}

.yt-text-overlay .text-ad-channel {
    bottom: 9px;
    color: #eade90;
    font-weight: normal;
    position: static;
    left: auto;
    text-shadow: #000 0 -1px 0
}

.pyv .text-ad-channel {
    left: 99px
}

.yt-text-overlay .pyv .text-ad-channel {
    left: auto
}

.viewmode-fullscreen .text-ad-channel {
    color: #ccc
}

.yt-text-overlay.viewmode-fullscreen .text-ad-channel {
    color: #eade90
}

.fullslot-attribution-button {
    font-family: Arial;
    font-size: 10pt;
    color: #999;
    bottom: 15px;
    left: 15px;
    position: absolute;
    text-decoration: none
}

.videoAdUi-mobile .fullslot-attribution-button {
    font-size: 8pt;
    bottom: 5px;
    left: 7px
}

.fullslotAdUi-mobile .fullslot-attribution-button {
    bottom: 5px
}

.fullslot-visible-url {
    font-family: Arial;
    font-size: 9pt;
    color: #fff;
    text-decoration: none;
    display: block;
    margin-top: 10px
}

.fullslotAdUi-mobile .fullslot-visible-url {
    margin-top: 0;
    font-size: 7pt
}

.fullslot-ad-break {
    color: #fff;
    font-family: Arial;
    font-size: 13pt;
    text-align: center;
    top: 15px;
    position: absolute;
    left: 0;
    right: 0
}

.fullslotAdUi-mobile .fullslot-ad-break {
    top: 5px
}

.videoAdUi-mobile .fullslot-ad-break {
    font-size: 10pt
}

.fullslot-autoclose {
    position: absolute;
    bottom: 15px;
    right: 20px;
    color: #999;
    font-family: Arial;
    font-size: 10pt
}

.videoAdUi-mobile .fullslot-autoclose {
    font-size: 8pt;
    bottom: 5px;
    right: 7px
}

.fullslotAdUi-mobile .fullslot-autoclose {
    bottom: 5px
}

.ima-sdk-frame body {
    background: transparent;
    height: 100%;
    margin: 0;
    overflow: hidden
}

.ima-sdk-frame {
    height: 100%
}

.ima-sdk-frame-native body {
    background: #000
}

.ima-sdk-frame-native video {
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
    top: 0
}

.ytp-iv-drawer-open .videoAdUiTopBar,.ytp-iv-drawer-open .videoAdUiPreSkipContainer,.ytp-iv-drawer-open .videoAdUiSkipContainer,.ytp-iv-drawer-open .ad-overlay .container {
    display: none
}

.ytp-ad-end-cap .videoAdUiSkipContainer {
    display: inherit
}

.iv-endcap-background {
    background-color: rgba(255,255,255,0.9);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.iv-endcap-slot {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    z-index: 30
}

.iv-endcap-card {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    left: 50%;
    margin-left: -140px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 280px
}

.ytp-small-mode .iv-endcap-card {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin-left: -120px;
    top: 18px;
    width: 240px
}

.iv-endcap-text a {
    display: block;
    padding: 10px 0
}

.ytp-small-mode .iv-endcap-text a {
    padding: 8px 0
}

.iv-endcap-headline {
    color: #333;
    display: block;
    font-size: 20px;
    max-height: 2.6em;
    overflow: hidden
}

.ytp-small-mode .iv-endcap-headline {
    font-size: 16px;
    max-height: 2.6em
}

.iv-endcap-description {
    color: #767676;
    display: block;
    font-size: 13px;
    font-weight: 500;
    max-height: 1.3em;
    overflow: hidden
}

.ytp-small-mode .iv-endcap-description {
    font-size: 12px
}

.iv-endcap-action {
    background-color: #167ac6;
    border-radius: 2px;
    box-sizing: border-box;
    color: #fff!important;
    display: inline-block;
    font-family: Roboto,Arial,sans-serif;
    font-size: 23px;
    height: 46px;
    line-height: 46px;
    min-width: 164px;
    padding: 0 20px
}

.iv-endcap-action-icon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAQAAABKfvVzAAAABGdBTUEAALGPC/xhBQAAAAJiS0dEAP+Hj8y/AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAO0lEQVQ4y2NgGAVkgf+N/xtIUa77/8///6RpiSBdSyTpWqJI1xKNXQsTCWaQY/7AKCcj4hpIUj4KsAAAxzJDANLxZS8AAAAASUVORK5CYII=);
    float: right;
    height: 30px;
    margin: 11px 42px 0 0;
    width: 30px
}

.ytp-small-mode .iv-endcap-action {
    font-size: 15px;
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
    min-width: 120px
}

.ytp-small-mode .iv-endcap-action-icon {
    margin: 6px 25px 0 0
}

.iv-endcap-image img {
    border: 1px solid #eee;
    height: 120px;
    max-width: 100%;
    width: 120px
}

.ytp-small-mode .iv-endcap-image img {
    height: 60px;
    width: 60px
}

.iv-endcap-image {
    display: block;
    height: 120px;
    margin: auto;
    width: 120px
}

.ytp-small-mode .iv-endcap-image {
    height: 60px;
    width: 60px
}

.iv-endcap-bottom {
    bottom: 4px;
    display: block;
    left: 6px;
    position: absolute
}

svg.iv-endcap-countdown {
    background: none;
    border-radius: 50%;
    height: 20px;
    opacity: .4;
    transform: rotate(-90deg);
    width: 20px
}

circle.iv-endcap-countdown-inner {
    fill: none;
    stroke: #000;
    stroke-width: 10px
}

circle.iv-endcap-countdown-outer {
    fill: none;
    stroke: #000;
    stroke-width: 1
}

.ytp-ad-end-cap .videoAdUiBottomBarText {
    display: none
}

.videoAdInterstitial {
    background-color: #000;
    min-width: 100%;
    min-height: 100%;
    z-index: 2000;
    position: relative;
    display: table
}

.videoAdInterstitial>p {
    min-width: 100%;
    min-height: 100%;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    display: table-cell
}

.videoAdUi {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    background-color: rgba(0,0,0,0);
    bottom: 0;
    height: 100%;
    left: 0;
    min-height: 100%;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden
}

.videoAdUiRedesign .videoAdUi {
    cursor: default;
    text-shadow: 0 0 4px rgba(0,0,0,0.75)
}

.videoAdUiBottomBarText,.videoAdUiAuthorName,.videoAdUiLearnMore,.videoAdUiLearnMoreText,.videoAdUiTitle,.videoAdUiAttributionContainer,.videoAdUiShare,.videoAdUiTopButtons,.videoAdUiPreSkipText,.videoAdUiAction {
    font-family: arial,sans-serif;
    font-weight: normal;
    line-height: normal
}

.videoAdUiRedesign .videoAdUiBottomBarText,.videoAdUiRedesign .videoAdUiAuthorName,.videoAdUiRedesign .videoAdUiLearnMore,.videoAdUiRedesign .videoAdUiLearnMoreText,.videoAdUiRedesign .videoAdUiTitle,.videoAdUiRedesign .videoAdUiAttributionContainer,.videoAdUiRedesign .videoAdUiShare,.videoAdUiRedesign .videoAdUiTopButtons,.videoAdUiRedesign .videoAdUiPreSkipText,.videoAdUiRedesign .videoAdUiAction {
    font-family: "Roboto",arial,sans-serif
}

.videoAdUiTopBar {
    background: #000;
    border-bottom: 1px solid #444;
    cursor: default;
    left: 0;
    opacity: .8;
    padding: 0;
    pointer-events: auto;
    position: relative;
    top: 0;
    right: 0;
    z-index: 1000
}

.videoAdUiRedesign .videoAdUiTopBar {
    display: none
}

.videoAdUiTopBarWithGradients.videoAdUiTopBarFlex {
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.videoAdUiTopBarWithGradients.videoAdUiTopBarFlex .videoAdUiTitle {
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.videoAdUiTopBarWithGradients.videoAdUiTopBarFlex .videoAdUiLearnMore {
    margin-left: auto!important
}

.videoAdUiTopBarWithGradients {
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,0.8),rgba(0,0,0,0.7) 40%,rgba(0,0,0,0) 99%);
    background-image: -moz-linear-gradient(top,rgba(0,0,0,0.8),rgba(0,0,0,0.7) 40%,rgba(0,0,0,0) 99%);
    background-image: -ms-linear-gradient(top,rgba(0,0,0,0.8),rgba(0,0,0,0.7) 40%,rgba(0,0,0,0) 99%);
    background-image: -o-linear-gradient(top,rgba(0,0,0,0.8),rgba(0,0,0,0.7) 40%,rgba(0,0,0,0) 99%);
    background-image: linear-gradient(top,rgba(0,0,0,0.8),rgba(0,0,0,0.7) 40%,rgba(0,0,0,0) 99%);
    background-color: rgba(0,0,0,0);
    border-bottom: none;
    height: 40px
}

.videoAdUiRedesign .videoAdUiTopBarWithGradients {
    background-image: none;
    box-shadow: inset 0 120px 90px -90px rgba(0,0,0,0.65);
    height: 110px
}

.videoAdUiTopBarTransitions {
    -webkit-transition: opacity ease-in .5s;
    -moz-transition: opacity ease-in .5s;
    -o-transition: opacity ease-in .5s;
    transition: opacity ease-in .5s;
    opacity: 0
}

.videoAdUi:hover .videoAdUiTopBarTransitions {
    -webkit-transition: opacity ease-out .5s;
    -moz-transition: opacity ease-out .5s;
    -o-transition: opacity ease-out .5s;
    transition: opacity ease-out .5s;
    opacity: .8
}

.videoAdUiRedesign .videoAdUi:hover .videoAdUiTopBarTransitions {
    -webkit-transition: opacity ease-out .5s;
    -moz-transition: opacity ease-out .5s;
    -o-transition: opacity ease-out .5s;
    transition: opacity ease-out .5s;
    opacity: 1
}

.videoAdUiTopBarNoFade {
    opacity: .8!important
}

.videoAdUiRedesign .videoAdUiTopBarNoFade {
    opacity: 1!important
}

.videoAdUiBottomBar {
    background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,0.5),rgba(0,0,0,0.4) 60%,rgba(0,0,0,0) 99%);
    background-image: -moz-linear-gradient(bottom,rgba(0,0,0,0.5),rgba(0,0,0,0.4) 60%,rgba(0,0,0,0) 99%);
    background-image: -ms-linear-gradient(bottom,rgba(0,0,0,0.5),rgba(0,0,0,0.4) 60%,rgba(0,0,0,0) 99%);
    background-image: -o-linear-gradient(bottom,rgba(0,0,0,0.5),rgba(0,0,0,0.4) 60%,rgba(0,0,0,0) 99%);
    background-image: linear-gradient(bottom,rgba(0,0,0,0.5),rgba(0,0,0,0.4) 60%,rgba(0,0,0,0) 99%);
    bottom: 5px;
    left: 0;
    padding: 0;
    pointer-events: auto;
    position: absolute;
    width: 100%;
    z-index: 1000
}

.videoAdUiRedesign .videoAdUiBottomBar {
    background-image: none;
    bottom: 49px;
    box-shadow: none;
    height: 20px;
    left: 12px;
    opacity: 1;
    pointer-events: none
}

.videoAdUiRedesign .videoAdUiBottomBarText {
    bottom: 0;
    direction: ltr;
    font-size: 12px;
    height: 30px;
    left: 7px;
    line-height: 28px;
    position: absolute
}

.videoAdUiRedesign .videoAdUiBottomBarMessage {
    color: rgba(255,255,255,1.0);
    font-size: 12px;
    position: absolute;
    right: 36px;
    bottom: 7px
}

@media all and (max-width: 656px) {
    .videoAdUiRedesign .videoAdUiBottomBarMessage {
        display:none
    }
}

.videoAdUiProgressBar {
    background-color: #fff;
    bottom: 0;
    cursor: default;
    left: 0;
    pointer-events: auto;
    position: absolute;
    width: 100%;
    z-index: 1000
}

.videoAdUiRedesign .videoAdUiProgressBar {
    display: none
}

.videoAdUiProgress {
    background-image: -webkit-linear-gradient(top,#ffec7b,#dea405);
    background-image: -moz-linear-gradient(top,#ffec7b,#dea405);
    background-image: -ms-linear-gradient(top,#ffec7b,#dea405);
    background-image: -o-linear-gradient(top,#ffec7b,#dea405);
    background-image: linear-gradient(top,#ffec7b,#dea405);
    border-right: solid 1px #666;
    height: 4px;
    opacity: .9;
    width: 0%
}

.videoAdUiRedesign .videoAdUiProgress {
    background: #edcb3c;
    border-right: none;
    opacity: 1
}

.videoAdUiBuffer {
    height: 4px;
    width: 0%;
    display: none
}

.videoAdUiAuthorIcon {
    background: #000;
    display: inline-block;
    height: 40px;
    margin: 0 10px;
    position: absolute
}

.videoAdUiRedesign .videoAdUiAuthorIcon {
    height: 40px;
    left: 12px;
    margin: 0;
    position: absolute;
    top: 10px;
    pointer-events: auto
}

.videoAdUiAuthorIconImage {
    cursor: pointer;
    width: 40px;
    height: 40px
}

.videoAdUiAuthorIconImage:hover {
    opacity: .6
}

.videoAdUiAuthorName {
    color: #ccc;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    margin: 10px 5px 5px;
    text-decoration: none
}

.videoAdUiRedesign .videoAdUiAuthorName {
    color: rgba(255,255,255,0.75);
    display: block;
    margin: 0;
    padding: 6px 0;
    position: absolute;
    top: 30px;
    left: 22px;
    right: 48px;
    pointer-events: auto
}

.videoAdUiRedesign.ytp-iv-drawer-enabled .videoAdUiTitle,.videoAdUiRedesign.ytp-iv-drawer-enabled .videoAdUiAuthorName,.videoAdUiRedesign.videoAdUiHasWatchLater .videoAdUiTitle,.videoAdUiRedesign.videoAdUiHasWatchLater .videoAdUiAuthorName {
    right: 90px
}

.videoAdUiRedesign.ytp-iv-drawer-enabled.videoAdUiHasWatchLater .videoAdUiTitle,.videoAdUiRedesign.ytp-iv-drawer-enabled.videoAdUiHasWatchLater .videoAdUiAuthorName {
    right: 132px
}

.videoAdUiLearnMore {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-size: 16px;
    padding: 5px
}

.videoAdUiRtl .videoAdUiLearnMore {
    float: left
}

.videoAdUiLearnMoreText {
    color: #e5bb00;
    cursor: pointer;
    font-size: 13px;
    margin-bottom: 5px;
    opacity: .9;
    text-align: center
}

.videoAdUiLearnMoreText:hover {
    text-decoration: underline
}

.videoAdUiLearnMoreText-gvn {
    display: inline-block;
    float: right;
    padding: 5px;
    padding-right: 10px
}

.videoAdUiRedeign .videoAdUiLearnMoreText {
    display: none
}

.videoAdUiLearnMoreIcon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKBAMAAAB/HNKOAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAIVBMVEUAAAD/0AD/0AD/0QD/0gD/zwD/0AD/0AD/1QD/zwD///+x1gNuAAAACnRSTlMAcuWrVY9HyCpk8FcvuAAAAAFiS0dECmjQ9FYAAAAJcEhZcwAACxMAAAsTAQCanBgAAAA5SURBVAjXFcm5DQAgEMRA84oWyE5LQE4FiB7ovxUOB5MYCBpAlljiCIP7LftgdfqzoOS2HvnXlccDfz8EBUmGo6EAAAAASUVORK5CYII=);
    display: inline-block;
    height: 10px;
    margin-left: 3px;
    width: 10px
}

.videoAdUiTitle {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    margin: 10px 5px 5px;
    text-decoration: none;
    max-width: 50%
}

.videoAdUiRedesign .videoAdUiTitle {
    color: rgba(255,255,255,0.75);
    font-size: 17px;
    max-width: none;
    margin: 0;
    padding-top: 14px;
    position: absolute;
    top: 0;
    left: 22px;
    right: 48px;
    pointer-events: auto
}

.videoAdUiTitleWithAuthorIcon {
    margin-left: 60px
}

.videoAdUiRtl .videoAdUiTitleWithAuthorIcon {
    margin-left: 0;
    margin-right: 60px
}

.videoAdUiRedesign .videoAdUiTitleWithAuthorIcon,.videoAdUiRedesign .videoAdUiAuthorNameWithAuthorIcon {
    margin-left: 0;
    margin-right: 0;
    left: 62px
}

.videoAdUiRtl .videoAdUiRedesign .videoAdUiTitleWithAuthorIcon,.videoAdUiRtl .videoAdUiRedesign .videoAdUiAuthorNameWithAuthorIcon {
    left: 0;
    right: 62px
}

.videoAdUiAuthorName:hover,.videoAdUiTitle:hover {
    text-decoration: underline
}

.videoAdUiRedesign .videoAdUiAuthorName:hover,.videoAdUiRedesign .videoAdUiTitle:hover {
    color: #fff
}

.ellipsisText {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.videoAdUiMuteToggleButton {
    position: absolute;
    left: 0;
    opacity: .9;
    bottom: 0;
    padding: 5px 10px;
    width: 15px;
    height: 15px
}

.videoAdUiMutedIcon,.videoAdUiUnmutedIcon {
    position: absolute;
    left: 0;
    height: inherit;
    width: inherit
}

.videoAdUiAttributionContainer {
    bottom: 0;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    left: 0;
    padding: 5px;
    padding-right: 10px;
    pointer-events: auto;
    position: absolute;
    text-shadow: 0 0 5px rgba(0,0,0,0.8)
}

.videoAdUiRedesign .videoAdUiAttributionContainer {
    font-size: 12px;
    line-height: 28px;
    padding: 0;
    padding-right: 0;
    position: static;
    text-shadow: 0 0 2px rgba(0,0,0,.5)
}

.videoAdUiAttributionContainer-gvn {
    color: #e5bb00;
    font-size: 12px;
    position: relative;
    text-shadow: none
}

.videoAdUiMuteToggleButton~.videoAdUiAttributionContainer {
    left: 30px
}

.videoAdUiAttribution {
    display: inline-block;
    opacity: .9;
    text-align: initial
}

.videoAdUiVisitAdvertiserLinkText,.videoAdUiAttribution,.videoAdUiAdInfoPopupText {
    direction: ltr
}

.videoAdUiRedesign .videoAdUiAttribution {
    opacity: .75;
    margin-left: 5px
}

.videoAdUiAttributionContainer-gvn .videoAdUiAttribution {
    opacity: 1
}

.videoAdUiAttributionIconContainer {
    display: inline-block;
    height: 20px;
    pointer-events: auto;
    position: relative
}

.standAloneAdInfoButton {
    z-index: 1000;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 12px;
    height: 12px;
    margin: 0;
    padding: 10px
}

.standAloneAdInfoButton .videoAdUiAttributionIcon {
    margin: 0
}

.videoAdUiRedesign .videoAdUiAttributionIconContainer {
    height: 30px;
    line-height: inherit;
    opacity: .75;
    vertical-align: middle
}

.videoAdUiAttributionContainer.videoAdUiWtaClickable {
    cursor: pointer
}

.videoAdUiRedesign .videoAdUiAttributionContainer:hover .videoAdUiAttributionIconContainer {
    opacity: 1
}

.videoAdUiAttributionIcon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAMAAAAolt3jAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAA51BMVEUAAAH////////////////////////////////19fXJycnAwMDo6Ojz8/Pm5ub+/v6RkZEAAAEAAAEAAAGQkJD6+vrq6upVVVb///+QkJAAAAEAAAHAwMCkpKQAAAHz8/MAAAH29vbg4OAAAAH////IyMgAAAH////8/PwAAAG+vr4AAAH7+/sAAAHn5+f////r6+sAAAGPj4////+lpaX////z8/P////29vYODg/e3t7p6en29vb////////29vYyMjNNTU6np6fi4uL8/Pzt7e0MDA0AAAEAAAEAAAEAAAEAAAH///8wgzAnAAAATHRSTlMAAAVjs9sYu+bGrbXRxBvejnNgRY/hzRNijW8papgExijGzTLhrF+J4lq1RN9w0b7Dbo5PmQbF3cR2HM3FiL3DfBKZz9/Fdl4NAzNcPQMQyAAAAAFiS0dEAf8CLd4AAACiSURBVAjXVY7VFsJADERnKxCcBYq7O5Ti7lL+/3/IwhN5uyc3kwGg6YZpGroGQAAeL/n8gSCFwgo1byQqY/F4wkqmGNOUyeaIgDwVigJGSZZBJIFKtSZQbzQ5QzK22h3Gbg9QMlr9AcvDL/J2NLYFdJr80KEpy7O5lVe3zmK54iisN7Td7fZ0ODb5EXA6X6zr7Xx/PFVJ4OW+bfvtvlRJ8TcfEUIPwEoIHmcAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAAAAElFTkSuQmCC);
    height: 12px;
    margin: 10px 10px 0
}

.videoAdUiAttributionIconGrey {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAABGdBTUEAALGPC/xhBQAAAAJiS0dEAP+Hj8y/AAAACXBIWXMAAAsTAAALEwEAmpwYAAABI0lEQVQY032QP0tCcRhGz/u7ZhcjEB2CaJPaRPpDRUNDkLUFokN9h7a8EEFd3exWn8ScK4eiJSrISSHpCzR0oaHslt63QXPsjM+ZniMMKBosBDXdiv5tBqAgB0l2aBHQ0u39ZF76UqAoZjY8x5dDfZAlLUucfK9xqmDASoY1qt789w1TwbU3R02rIwkA05BwkzevCKNpdu00HO/xHmbvBEzdUleOAKJNU4k2AcRV99YC8ymkzCNAkAnLQQbAumemI2Biyku4CECMSWIA3WWebQWz1hNXSwDYTGAD4EpptQdmQc0FcecEOnVyH3VwzhiXq5X+lR9f8ppznuz1yOtYttjQLSl8+YMIUJBUItxQl2nalKzLtl/ToQRwRCMIStcbtv2XX4C7ZjXugRWLAAAAAElFTkSuQmCC);
    height: 12px;
    margin: 4px 0 0 5px;
    position: relative;
    width: 12px
}

.videoAdUiAdSettingsLongTooltip {
    width: 195px
}

.videoAdUiAdSettingsShortTooltip {
    white-space: nowrap
}

.videoAdUiAdInfoPopup {
    background: white;
    border: 1px solid black;
    box-sizing: border-box;
    color: black;
    display: none;
    font-size: 12px;
    left: -14px;
    line-height: normal;
    padding: 7px;
    position: absolute;
    text-shadow: none;
    bottom: 20px
}

.videoAdUiRedesign .videoAdUiAdInfoPopup {
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    bottom: 30px;
    color: #333;
    left: -19px;
    opacity: .9
}

.videoAdUiAttributionContainer:hover .videoAdUiAdInfoPopup {
    display: inline-block
}

.videoAdUiAdInfoPopupCallout {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid white;
    box-sizing: border-box;
    display: inline-block;
    height: 0;
    left: 24px;
    overflow: visible;
    position: absolute;
    text-align: center;
    top: 100%;
    width: 0
}

.videoAdUiRedesign .videoAdUiAttributionIcon {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAMAAAAolt3jAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAA51BMVEUAAAH////////////////////////////////19fXJycnAwMDo6Ojz8/Pm5ub+/v6RkZEAAAEAAAEAAAGQkJD6+vrq6upVVVb///+QkJAAAAEAAAHAwMCkpKQAAAHz8/MAAAH29vbg4OAAAAH////IyMgAAAH////8/PwAAAG+vr4AAAH7+/sAAAHn5+f////r6+sAAAGPj4////+lpaX////z8/P////29vYODg/e3t7p6en29vb////////29vYyMjNNTU6np6fi4uL8/Pzt7e0MDA0AAAEAAAEAAAEAAAEAAAH///8wgzAnAAAATHRSTlMAAAVjs9sYu+bGrbXRxBvejnNgRY/hzRNijW8papgExijGzTLhrF+J4lq1RN9w0b7Dbo5PmQbF3cR2HM3FiL3DfBKZz9/Fdl4NAzNcPQMQyAAAAAFiS0dEAf8CLd4AAACiSURBVAjXVY7VFsJADERnKxCcBYq7O5Ti7lL+/3/IwhN5uyc3kwGg6YZpGroGQAAeL/n8gSCFwgo1byQqY/F4wkqmGNOUyeaIgDwVigJGSZZBJIFKtSZQbzQ5QzK22h3Gbg9QMlr9AcvDL/J2NLYFdJr80KEpy7O5lVe3zmK54iisN7Td7fZ0ODb5EXA6X6zr7Xx/PFVJ4OW+bfvtvlRJ8TcfEUIPwEoIHmcAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAAAAElFTkSuQmCC);
    display: inline-block;
    height: 12px;
    margin: 0 5px -1px;
    opacity: .75;
    width: 12px
}

.videoAdUiRedesign .videoAdUiVisitAdvertiserLink {
    color: rgba(255,255,255,0.75);
    display: inline-block;
    pointer-events: auto;
    line-height: 28px;
    margin: 0 5px;
    cursor: pointer;
    text-decoration: none
}

.videoAdUiRedesign .videoAdUiVisitAdvertiserLink.matchBulleitClickArea {
    height: 25px
}

.videoAdUiRedesign .videoAdUiVisitAdvertiserLinkText {
    display: inline-block;
    height: 30px;
    margin: -4px 5px -2px 0;
    padding: 5px 0;
    text-decoration: inherit;
    vertical-align: baseline
}

.videoAdUiRedesign .videoAdUiVisitAdvertiserLinkText.matchBulleitClickArea {
    padding: 5px 0 0;
    height: 24px
}

.videoAdUiRedesign .videoAdUiVisitAdvertiserIcon {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAQAAAAnOwc2AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABXSURBVAjXVY6xDYAwEMT8iBaJDWAWhFDYfwCo6MgKpiEh+JuXdYVDKvXtPkcQJDJg4XQ2ebspKu8ls6u0cje7OrVy9HIRD5FvOUiZhBK0WfFPqvRtdOEBg3RMtKey4oQAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAAAAElFTkSuQmCC);
    display: inline-block;
    height: 10px;
    opacity: .75;
    width: 10px
}

.videoAdUiRedesign .videoAdUiVisitAdvertiserLink:hover {
    color: rgba(255,255,255,1.0);
    text-decoration: underline
}

.videoAdUiRedesign .videoAdUiVisitAdvertiserLink:hover .videoAdUiVisitAdvertiserIcon {
    opacity: 1
}

.videoAdUiShare {
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 13px;
    margin: 10px 10px 5px
}

.videoAdUiShare:hover {
    text-decoration: underline;
    cursor: pointer
}

.videoAdUiRedesign .videoAdUiTopButtons {
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 13px
}

.videoAdUiRedesign.ytp-iv-drawer-enabled .videoAdUiTopButtons {
    position: relative;
    right: 34px
}

.videoAdUiRedesign .videoAdUiTopButton {
    background-position: center;
    background-repeat: no-repeat;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 14px solid transparent;
    display: inline-block;
    pointer-events: auto;
    margin: -14px 0 0;
    height: 24px;
    opacity: .75;
    text-align: center;
    width: 24px
}

.videoAdUiRedesign .videoAdUiTopButton:hover {
    cursor: pointer;
    opacity: 1
}

.videoAdUiRedesign .videoAdUiTopButtonShare {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAeCAQAAACY0sZTAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAACqSURBVDjL7ZJBEcIwEEU3GEgdREIlBAeVgITUQSSAk0oAB5VQHJQqeBwomcAMZHNghkPfKZvJn5+/80U2/g0cHlcnGQCYsHqJ50nI73dfJFb6NDRalyn5zIVUOFosRwBGOgKxkGgN/iDWBh9pP797XcQ+nW5y1a7YMWfhO63MEgl4zgAM2KpGcMhc9Y3Arn41jTCLXNLQKJ2yxbw1wpS+KL2InMyidtr4BXdaZZpobfXi6QAAAABJRU5ErkJggg==)
}

.videoAdUiRedesign .videoAdUiTopButton:hover .videoAdUiTopButtonCallout {
    display: inline-block
}

.videoAdUiRedesign .videoAdUiTopButtonCallout {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #444;
    box-sizing: border-box;
    display: none;
    height: 0;
    overflow: visible;
    position: relative;
    text-align: center;
    top: 100%;
    width: 0
}

.videoAdUiRedesign .videoAdUiTopButtonTooltip {
    background: #444;
    border-radius: 3px;
    box-sizing: border-box;
    color: white;
    display: inline-block;
    font-size: 11px;
    padding: 8px;
    position: relative;
    top: 5px;
    width: 50px;
    left: -25px
}

.videoAdUiPreSkipContainer {
    bottom: 22px;
    cursor: default;
    padding: 15px 0 15px 15px;
    pointer-events: auto;
    position: absolute;
    right: 0;
    z-index: 1000
}

.videoAdUi-mobile .videoAdUiPreSkipContainer {
    bottom: 11px;
    padding: 8px 0 8px 8px
}

.videoAdUiRedesign .videoAdUiPreSkipContainer {
    background: rgba(0,0,0,0.4);
    height: 52px;
    padding: 0;
    vertical-align: middle
}

.videoAdUi-mobile.videoAdUiRedesign .videoAdUiPreSkipContainer {
    background: rgba(0,0,0,0.4);
    bottom: 30px;
    height: 52px;
    padding: 0;
    vertical-align: middle
}

.videoAdUiRedesign .videoAdUiPreSkipContainer {
    bottom: 74px
}

.videoAdUiRedesign.ytp-ad-end-cap.ytp-endcap-background-clickable .videoAdUiSkipContainer {
    padding: 20px;
    padding-right: 0
}

.videoAdUiPreSkipContainer.videoAdUiHighPreSkipContainer {
    bottom: auto;
    top: 15%
}

.ytp-small-mode.ytp-ad-end-cap .videoAdUiPreSkipContainer,.ytp-small-mode.ytp-ad-end-cap .videoAdUiSkipContainer {
    bottom: 6px
}

.ytp-small-mode.ytp-ad-end-cap.ytp-endcap-background-clickable .videoAdUiSkipContainer {
    bottom: -14px
}

.ytp-big-mode .videoAdUiBottomBar,.ytp-big-mode.videoAdUiRedesign .videoAdUiBottomBar {
    left: 24px;
    bottom: 70px
}

.ytp-big-mode .videoAdUiSkipContainer,.ytp-big-mode .videoAdUiPreSkipContainer {
    bottom: 70px
}

.ytp-big-mode.ytp-ad-end-cap.ytp-endcap-background-clickable .videoAdUiSkipContainer {
    bottom: 50px
}

.ytp-big-mode.videoAdUiRedesign .videoAdUiSkipContainer,.ytp-big-mode.videoAdUiRedesign .videoAdUiPreSkipContainer {
    bottom: 95px
}

.ytp-big-mode.videoAdUiRedesign.ytp-ad-end-cap.ytp-endcap-background-clickable .videoAdUiSkipContainer {
    bottom: 75px
}

.ytp-big-mode.videoAdUiRedesign .videoAdUiBrandInteractionUnit {
    bottom: 147px
}

.ytp-big-mode.videoAdUiRedesign .videoAdUiBrandInteractionHorizontalRect.videoAdUiBrandInteractionUnit,.ytp-big-mode.videoAdUiRedesign .videoAdUiBrandInteractionUnitConfirmationMsg {
    bottom: 166px
}

.ytp-big-mode.videoAdUiRedesign .videoAdUiBrandInteractionHorizontalRect.videoAdUiBrandInteractionUnit.videoAdUiBrandInteractionUnitTopBelowTitle,.ytp-big-mode.videoAdUiRedesign .videoAdUiBrandInteractionUnitTopBelowTitle+.videoAdUiBrandInteractionUnitConfirmationMsg {
    top: 200px
}

.ytp-big-mode.videoAdUiRedesign .videoAdUiBrandInteractionHorizontalRect.videoAdUiBrandInteractionUnit.videoAdUiBrandInteractionBottom,.ytp-big-mode.videoAdUiRedesign .videoAdUiBrandInteractionBottom+.videoAdUiBrandInteractionUnitConfirmationMsg {
    bottom: 200px
}

.ytp-big-mode.videoAdUiRedesign .videoAdUiReasonToWatchBox {
    bottom: 163px
}

.ytp-hide-controls.videoAdUiRedesign .videoAdUiSkipContainer,.ytp-hide-controls.videoAdUiRedesign .videoAdUiPreSkipContainer {
    bottom: 25px
}

.ytp-hide-controls.videoAdUiRedesign.ytp-ad-end-cap.ytp-endcap-background-clickable .videoAdUiSkipContainer {
    bottom: 5px
}

.videoAdUiBrandPrecapContainer {
    background-color: rgba(0,0,0,1);
    display: table;
    height: 100%;
    pointer-events: auto;
    position: absolute;
    width: 100%;
    z-index: 1000
}

.videoAdUiBrandPrecapContent {
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

.videoAdUiBrandPrecapImageContainer {
    height: 120px
}

.videoAdUiBrandPrecapBrandImage {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    max-height: 120px
}

.videoAdUiBrandPrecapTextContainer {
    color: white;
    display: block;
    font-family: "Roboto",arial,sans-serif;
    max-width: 40%;
    margin: 0 auto
}

.videoAdUiBrandPrecapBrandName {
    color: rgba(255,255,255,1);
    font-size: 20px;
    font-weight: 500;
    padding-top: 30px;
    text-shadow: none
}

.videoAdUiBrandPrecapBrandMessage {
    color: rgba(255,255,255,0.8);
    font-size: 16px;
    padding-top: 20px;
    text-shadow: none
}

.videoAdUiBrandPrecapAutoGenImage {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    height: 100%;
    width: 100%
}

.videoAdUiBrandInteractionUnit {
    bottom: 126px;
    font-family: "Roboto",arial,sans-serif;
    position: absolute;
    right: 0;
    z-index: 1000
}

.videoAdUiBrandInteractionUnitLeft,.videoAdUiBrandInteractionUnitLeft+.videoAdUiBrandInteractionUnitConfirmationMsg {
    left: 0;
    right: unset
}

.videoAdUiBrandInteractionUnitTopBelowTitle,.videoAdUiBrandInteractionUnitTopBelowTitle+.videoAdUiBrandInteractionUnitConfirmationMsg {
    top: 60px
}

.videoAdUiBrandInteractionUnitTopBelowTitle .videoAdUiBrandInteractionMessageBox {
    margin-bottom: -91px
}

.videoAdUiBrandInteractionPreMessageText {
    display: none
}

.videoAdUiBrandInteractionButton {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    background: rgba(17,17,17,0.5);
    border: none;
    cursor: pointer;
    display: inline-flex;
    height: 50px;
    justify-content: center;
    margin: 0 20px 12px 0;
    padding: 0;
    pointer-events: auto;
    width: 50px
}

.videoAdUiBrandInteractionButton:hover {
    background: rgba(17,17,17,1);
    border: 2px solid #fff;
    box-shadow: 0 3px 6px
}

.videoAdUiBrandInteractionButton:active {
    background: rgba(161,194,250,1);
    border: none;
    box-shadow: none
}

.videoAdUiBrandInteractionButton.selected {
    background: #4182ef;
    box-shadow: 0 3px 6px;
    opacity: 1
}

.videoAdUiBrandInteractionIcon {
    background-repeat: no-repeat;
    display: inline-block;
    height: 22px;
    width: 22px
}

.videoAdUiBrandInteractionLikeIcon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAQAAAC0jZKKAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAFPSURBVEjH7da/SsNQFAbw7zShDrr6ALpZSkd9BJ9AdBWHDj6AODr5AKXddFD872oH3Z3EQQRBUHRSiAhaO1Swn0Oi9WpMctt7oILfdDk3+eVwcgkB+if0mdNh97hOT4MlyQ2KBkuScy7ZXXayn3x15tdAH5uY+lJouOp2h2bmdVhyvHfWi2FfOdA7u82fOdFhyZoOS87qsGQx7W4/YW8R07/stFHkWEy9hTO5Ses3xxd2ky0ORR1zGOZhr0oAYBSDXU1wBs8oh70Vvj2zEFvNnhbzFt8Ki+QxogMDnhaMPwff68Dn8qgD13RG8YQ1HXhFmhpwG9Vw4Ro+kGsduPKxcAtfyJEOXOksXcLRQXMPr4YHzTX8edDS4Fu8WcF1ucoESxN1C5ZYNgtJoyjjNPMYFuTYLPkAAiwZtSDq+Y4TmEQJab9/DziUS6ux/ae/8w7Jt4DZ38InWAAAAABJRU5ErkJggg==);
    background-size: 22px 22px
}

.videoAdUiBrandInteractionDislikeIcon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAQAAAC0jZKKAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAFMSURBVEjH7dW9SgNBFIbhdzaBFCsIoqCNiIJgCJYW9lrkIhQjWJhgKViJ3oPYBiRYaGXnPWjjDXgBaW0Mhs8iP2yyjtmNcwTBr5zZ83B25sDAf/5sXHpJ6+wyP6HunRce3Ue/YoH6yO6Va6fZU3WVLc9a6teUx3bKaXY7I9rLgx+OxuSzXAdZVezbGoG1RjUXXGA5E0wj9QeT4nwbCUgxBznZb5LscJ9ZG7gRjk3A2mHDBOYkJDuEtZpz0DJ3nH/QssCKqYVlBx3vhRy0JHwcmoUINEfFBGYxPEvoWfgluGsFv9IJDxfBddTkaMr6XkttLkZWB2+0ZnSb6xEd5E3eOxo+LVphk9IXXxRoea/43F1OfVaqePu9U/EHl6CaCQu6NmFBTzZsSR0DFrRlwoLqJiyoacKC7k1Y0KEJC3JqGbAAKujGgAVQZMJOm0/wMbGe8oxxaQAAAABJRU5ErkJggg==);
    background-size: 22px 22px
}

.videoAdUiBrandInteractionLikeButton:hover~.videoAdUiLikeMsg,.videoAdUiBrandInteractionDislikeButton:hover~.videoAdUiDislikeMsg {
    display: inline
}

.videoAdUiLikeMsg,.videoAdUiDislikeMsg {
    display: none
}

.videoAdUiBrandInteractionMessageBox {
    background: rgba(31,31,31,0.5);
    border-radius: 2px;
    color: #fff;
    font-family: "Roboto",arial,sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 18px;
    letter-spacing: 0;
    margin: 9px 0;
    padding: 8px 16px;
    position: absolute;
    right: 86px;
    text-align: center;
    white-space: nowrap
}

.videoAdUiBrandInteractionUnitConfirmationMsg {
    align-items: center;
    background: rgba(0,0,0,0.7);
    display: flex;
    height: 46px;
    max-width: 292px;
    opacity: 0;
    padding: 0 20px
}

.videoAdUiBrandInteractionPostMessageText {
    font-size: 14px
}

.videoAdUiBrandInteractionHorizontalRect.videoAdUiBrandInteractionUnit {
    align-items: center;
    background: rgba(0,0,0,0.7);
    color: #fff;
    display: flex;
    height: 22px;
    padding: 12px 20px;
    pointer-events: auto;
    bottom: 146px
}

.videoAdUiBrandInteractionUnitConfirmationMsg {
    bottom: 146px
}

.videoAdUiBrandInteractionUnitLeft.videoAdUiBrandInteractionBottom,.videoAdUiBrandInteractionUnitLeft.videoAdUiBrandInteractionBottom+.videoAdUiBrandInteractionUnitConfirmationMsg {
    bottom: 100px
}

.videoAdUiBrandInteractionHorizontalRect .videoAdUiBrandInteractionPreMessageText {
    font-size: 14px;
    display: inline-block;
    padding-right: 20px
}

.videoAdUiBrandInteractionHorizontalRect .videoAdUiBrandInteractionPreMessageText:empty {
    padding-right: 0
}

.videoAdUiBrandInteractionHorizontalRect .videoAdUiBrandInteractionButton {
    background: none;
    height: 100%;
    margin: 0;
    width: 100%
}

.videoAdUiBrandInteractionHorizontalRect .videoAdUiBrandInteractionLikeButton {
    padding-right: 10px
}

.videoAdUiBrandInteractionHorizontalRect .videoAdUiBrandInteractionDislikeButton {
    padding-left: 10px
}

.videoAdUiBrandInteractionHorizontalRect .videoAdUiBrandInteractionButtonContainer {
    display: inline-block;
    height: 22px;
    width: 32px;
    vertical-align: middle
}

.videoAdUiBrandInteractionHorizontalRect .videoAdUiBrandInteractionButton:hover {
    border: none;
    box-shadow: none
}

.videoAdUiBrandInteractionHorizontalRect .videoAdUiBrandInteractionButton.selected {
    box-shadow: none
}

.videoAdUiBrandInteractionHorizontalRect.videoAdUiBrandInteractionUnit.optionSelected {
    background: #4182ef;
    opacity: 1
}

.videoAdUiBrandInteractionHorizontalRect.videoAdUiBrandInteractionUnit.optionSelected .videoAdUiBrandInteractionButton {
    cursor: default
}

.videoAdUiBrandInteractionHorizontalRect .videoAdUiBrandInteractionLikeIcon,.videoAdUiBrandInteractionHorizontalRect .videoAdUiBrandInteractionDislikeIcon {
    opacity: .7
}

.videoAdUiBrandInteractionHorizontalRect .videoAdUiBrandInteractionLikeButton.selected .videoAdUiBrandInteractionLikeIcon,.videoAdUiBrandInteractionHorizontalRect .videoAdUiBrandInteractionDislikeButton.selected .videoAdUiBrandInteractionDislikeIcon,.videoAdUiBrandInteractionHorizontalRect .videoAdUiBrandInteractionLikeButton:hover>.videoAdUiBrandInteractionLikeIcon,.videoAdUiBrandInteractionHorizontalRect .videoAdUiBrandInteractionDislikeButton:hover>.videoAdUiBrandInteractionDislikeIcon {
    opacity: 1
}

.videoAdUiBrandInteractionHorizontalRect .videoAdUiBrandInteractionLikeButton:hover~.videoAdUiLikeMsg,.videoAdUiBrandInteractionHorizontalRect .videoAdUiBrandInteractionDislikeButton:hover~.videoAdUiDislikeMsg {
    bottom: 46px;
    display: inline;
    right: 20px
}

.videoAdUiBrandInteractionHorizontalRect.videoAdUiBrandInteractionUnitLeft .videoAdUiBrandInteractionLikeButton:hover~.videoAdUiLikeMsg,.videoAdUiBrandInteractionHorizontalRect.videoAdUiBrandInteractionUnitLeft .videoAdUiBrandInteractionDislikeButton:hover~.videoAdUiDislikeMsg {
    left: 20px;
    right: unset
}

@media all and (max-width: 656px) {
    .videoAdUiBrandInteractionButtonContainer {
        display:inline-block
    }

    .videoAdUiBrandInteractionButton {
        height: 40px;
        width: 40px
    }

    .videoAdUiBrandInteractionLikeButton:hover~.videoAdUiLikeMsg,.videoAdUiBrandInteractionDislikeButton:hover~.videoAdUiDislikeMsg,.videoAdUiBrandInteractionHorizontalRect .videoAdUiBrandInteractionLikeButton:hover~.videoAdUiLikeMsg,.videoAdUiBrandInteractionHorizontalRect .videoAdUiBrandInteractionDislikeButton:hover~.videoAdUiDislikeMsg,.videoAdUiBrandInteractionHorizontalRect .videoAdUiBrandInteractionPreMessageText,.videoAdUiBrandInteractionUnitConfirmationMsg {
        display: none
    }
}

.videoAdUi.blazer .videoAdUiBrandInteractionPreMessageText,.videoAdUi.blazer .videoAdUiBrandInteractionPostMessageText {
    font-size: 13px
}

.videoAdUi.blazer .videoAdUiBrandInteractionMessageBox,.videoAdUi.blazer .videoAdUiBrandInteractionLikeButton:hover~.videoAdUiLikeMsg,.videoAdUi.blazer .videoAdUiBrandInteractionDislikeButton:hover~.videoAdUiDislikeMsg,.videoAdUi.blazer .videoAdUiBrandInteractionHorizontalRect .videoAdUiBrandInteractionLikeButton:hover~.videoAdUiLikeMsg,.videoAdUi.blazer .videoAdUiBrandInteractionHorizontalRect .videoAdUiBrandInteractionDislikeButton:hover~.videoAdUiDislikeMsg {
    display: none
}

.videoAdUi.blazer .videoAdUiBrandInteractionHorizontalRect.videoAdUiBrandInteractionUnit {
    height: 30px;
    padding: 3px 7px
}

.videoAdUi.blazer .videoAdUiBrandInteractionHorizontalRect .videoAdUiBrandInteractionButtonContainer {
    height: 30px;
    width: 33px
}

.videoAdUi.blazer .videoAdUiBrandInteractionHorizontalRect .videoAdUiBrandInteractionLikeButton {
    padding-right: 3px
}

.videoAdUi.blazer .videoAdUiBrandInteractionHorizontalRect .videoAdUiBrandInteractionDislikeButton {
    padding-left: 3px
}

.videoAdUi.blazer .videoAdUiBrandInteractionUnitConfirmationMsg {
    height: 36px
}

.videoAdUi.blazer.tablet .videoAdUiBrandInteractionHorizontalRect.videoAdUiBrandInteractionUnit,.videoAdUi.blazer.tablet .videoAdUiBrandInteractionUnitConfirmationMsg {
    bottom: 144px
}

.videoAdUi.blazer.phone .videoAdUiBrandInteractionHorizontalRect.videoAdUiBrandInteractionUnit,.videoAdUi.blazer.phone .videoAdUiBrandInteractionUnitConfirmationMsg {
    bottom: 97px
}

.videoAdUi-mobile.blazer.phone .videoAdUiBrandInteractionHorizontalRect.videoAdUiBrandInteractionUnit {
    bottom: 79px
}

.videoAdUiReasonToWatchBox {
    background: rgba(0,0,0,0.7);
    bottom: 142px;
    height: auto;
    max-width: 245px;
    opacity: 1;
    padding: 16px 10px 15px;
    pointer-events: auto;
    position: absolute;
    right: 0;
    text-shadow: none;
    z-index: 1000
}

.videoAdUiReasonToWatchBox.videoAdUiReasonToWatchBoxWhiteTheme {
    background: rgba(255,255,255,0.7)
}

.videoAdUiReasonToWatchText {
    color: rgba(255,255,255,1);
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    opacity: 0;
    text-shadow: none
}

.videoAdUiReasonToWatchDynamicBox {
    max-width: 265px;
    padding: 7px 10px
}

.videoAdUiReasonToWatchDynamicPrefixText {
    color: rgba(255,255,255,0.5);
    font-size: 12px;
    line-height: 14px
}

.videoAdUiReasonToWatchDynamicTopic {
    color: rgba(255,255,255,1);
    font-size: 14px;
    font-weight: bold;
    line-height: 18px
}

.videoAdUiReasonToWatchBoxWhiteTheme .videoAdUiReasonToWatchText,.videoAdUiReasonToWatchBoxWhiteTheme .videoAdUiReasonToWatchDynamicTopic {
    color: rgba(0,0,0,1)
}

.videoAdUiReasonToWatchBoxWhiteTheme .videoAdUiReasonToWatchDynamicPrefixText {
    color: rgba(0,0,0,0.5)
}

@media all and (max-width: 656px) {
    .videoAdUiReasonToWatchBox {
        display:none
    }
}

.videoAdUiSkipContainer {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    bottom: 22px;
    cursor: pointer;
    padding: 15px 0 15px 15px;
    pointer-events: auto;
    position: absolute;
    right: 0;
    z-index: 1000
}

.videoAdUiRedesign .videoAdUiSkipContainer {
    bottom: 74px;
    padding: 0
}

.videoAdUiRedesign.ytp-ad-end-cap.ytp-endcap-background-clickable .videoAdUiSkipContainer {
    bottom: 54px
}

.videoAdUi-mobile .videoAdUiSkipContainer {
    bottom: 11px;
    padding: 8px 0 8px 8px
}

.videoAdUi-mobile.videoAdUiRedesign .videoAdUiSkipContainer {
    bottom: 30px;
    padding: 0
}

.videoAdUiSkipContainer.videoAdUiHighSkipContainer {
    bottom: auto;
    top: 15%
}

.videoAdUiPreSkipButton {
    background: rgba(0,0,0,0.8);
    min-width: 155px;
    padding: 6px
}

.videoAdUi-mobile .videoAdUiPreSkipButton {
    min-width: 105px
}

.videoAdUiRedesign .videoAdUiPreSkipButton,.videoAdUi-mobile.videoAdUiRedesign .videoAdUiPreSkipButton {
    background: transparent;
    display: inline-block;
    font-size: 12px;
    height: 52px;
    min-width: 0;
    padding: 0;
    text-align: center
}

.videoAdUiPreviewText {
    letter-spacing: .1px
}

.videoAdUiPreviewTextPostroll {
    letter-spacing: .1px;
    white-space: pre-line;
    padding: 0 10px
}

.videoAdUiPreSkipText {
    color: #e6e6e6;
    font-size: 11px;
    padding-right: 8px;
    text-align: center;
    display: inline-block;
    width: 70px;
    vertical-align: middle
}

.videoAdUiRedesign .videoAdUiPreSkipText {
    color: inherit;
    font-size: 12px;
    width: auto;
    max-width: 105px
}

.videoAdUiPreSkipButton.videoAdUiPreSkipButtonNoThumbnail {
    box-sizing: border-box;
    display: table
}

.videoAdUiPreSkipText.videoAdUiPreSkipTextOnly {
    width: 100%;
    padding-right: 0;
    line-height: 21px
}

.videoAdUiPreSkipText.videoAdUiPreSkipTextOnlyCentered {
    display: table-cell;
    line-height: 1.4em;
    padding-right: 0;
    vertical-align: middle;
    width: 100%
}

.videoAdUiPreSkipText.videoAdUiPreSkipTextForcedLineBreak {
    max-width: none;
    min-width: 82px;
    padding: 0 10px;
    white-space: pre-line
}

.countdownNextToThumbnail .videoAdUiPreSkipText {
    font-size: 14px;
    font-weight: 500;
    padding: 12px 8px
}

.countdownNextToThumbnail.videoAdUiPreSkipContainer {
    height: 41px
}

.countdownNextToThumbnail .videoAdUiPreSkipButton {
    height: 100%
}

.videoAdUiPreSkipThumbnailContainer,.videoAdUiPreSkipThumbnail {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle
}

.videoAdUiPreSkipThumbnailImage {
    display: block;
    max-width: 78px;
    max-height: 42px;
    width: auto;
    height: auto
}

.countdownNextToThumbnail .videoAdUiPreSkipThumbnailImage {
    height: 41px
}

.videoAdUiPreSkipContainerPlainThumbnailCountdown .videoAdUiPreSkipThumbnail {
    position: relative;
    display: inline-block
}

.videoAdUiPreSkipContainerPlainThumbnailCountdown .videoAdUiPreSkipText {
    font-size: 14px
}

.videoAdUiPreSkipContainerPlainThumbnailCountdown .videoAdUiPreSkipThumbnailCountdown {
    position: absolute;
    height: 100%;
    text-align: center;
    width: 100%;
    background: rgba(0,0,0,.4)
}

.videoAdUiPreSkipContainerPlainThumbnailCountdown .videoAdUiPreSkipThumbnailCountdown:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.videoAdUiPreSkipContainerPlainThumbnailCountdown span.videoAdUiPreSkipTextTimeLeft {
    font-size: 20px;
    font-family: "Roboto",arial,sans-serif;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle
}

.videoAdUiRedesign .videoAdUiPreSkipThumbnailImage {
    max-width: 92px;
    max-height: 52px
}

.videoAdUiAction {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    background: rgba(0,0,0,0.8);
    border: 1px solid rgba(255,255,255,0.5);
    border-right: 0;
    box-sizing: content-box;
    color: #fff;
    cursor: pointer;
    direction: ltr;
    font-size: 18px;
    min-width: 150px;
    padding: 10px 7px;
    text-align: center
}

.videoAdUiAction.autofocused:focus {
    outline-width: 0
}

.videoAdUi-mobile .videoAdUiAction {
    font-size: 16px;
    min-width: 100px;
    padding: 6px 7px
}

.videoAdUiRedesign .videoAdUiAction,.videoAdUi-mobile.videoAdUiRedesign .videoAdUiAction {
    background: rgba(0,0,0,0.7);
    line-height: 45px;
    min-width: 164px;
    padding: 0
}

.videoAdUiRedesign .videoAdUiFixedPaddingSkipButton,.videoAdUi-mobile.videoAdUiRedesign .videoAdUiFixedPaddingSkipButton,.videoAdUiRedesignedSkipButton {
    line-height: normal;
    min-width: 0;
    padding: 7px 6px 7px 10px;
    width: auto
}

.countdownNextToThumbnail .videoAdUiFixedPaddingSkipButton {
    padding: 6px 4px 6px 6px
}

.videoAdUiAction:hover {
    border-color: rgba(255,255,255,1)
}

.videoAdUiRedesign .videoAdUiAction:hover {
    background: rgba(0,0,0,0.9)
}

.videoAdUiRedesign .videoAdUiSkipButtonWithThumbnail {
    position: relative;
    display: inline-block;
    padding: 0;
    vertical-align: middle
}

.videoAdUiSkipContainerWithThumbnail {
    background: rgba(0,0,0,.4)
}

.videoAdUiSkipContainerWithThumbnail:hover {
    background: rgba(0,0,0,.6)
}

.videoAdUiSkipContainerWithThumbnail:hover .videoAdUiSkipIconContainer {
    background-color: rgba(0,0,0,.6)
}

.videoAdUiSkipContainer .videoAdUiAction.videoAdUiSkipButtonWithThumbnail {
    border: none;
    min-width: 0
}

.videoAdUiSkipContainer .videoAdUiSkipText {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    padding-left: 12px;
    padding-right: 12px
}

.videoAdUiSkipButtonWithThumbnail .videoAdUiSkipIconContainer {
    position: absolute;
    text-align: center;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.4)
}

.videoAdUiSkipButtonWithThumbnail .videoAdUiSkipIconContainer:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.videoAdUiSkipButtonWithThumbnail .videoAdUiSkipIcon {
    display: inline-block;
    vertical-align: middle
}

.videoAdUiSkipIcon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAVCAAAAABjvpF0AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAnRSTlMAAHaTzTgAAAACYktHRAD/h4/MvwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAEpJREFUGNO9zsENACAIA0DiIqziJozGaIxSH0QBeWtfzSWEEj2KcnTglOCEwQU3X+jcEFAGiEbdMWea4TFp5ybtkVPBTQmDEv7IAoimUuXWFn7bAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    display: inline-block;
    height: 25px;
    margin-left: 2px;
    vertical-align: middle;
    width: 20px
}

.videoAdUiExperimentalSkipIcon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAQAAABKfvVzAAAABGdBTUEAALGPC/xhBQAAAAJiS0dEAP+Hj8y/AAAAZElEQVQ4y+3SwQmDQBBGYRFy9mYLSRXWEyvRRtKBbdhDUoTH8HkVllX+u++48GD2zTTNTYiPrnhDXeBnyAT+Zo9EgNUrE9iMmQCLvhTas2jXWY8jvbNPP5OsU5L1my0uPY2bCjtXdo6mqRVtTgAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    display: inline-block;
    height: 28px;
    margin-left: 2px;
    vertical-align: middle;
    width: 24px
}

.videoAdUiFixedPaddingSkipButtonIcon {
    height: 24px
}

.videoAdUiSkipButtonExperimentalText {
    display: inline-block;
    vertical-align: middle;
    width: initial
}

.videoAdUiFixedPaddingSkipButtonText {
    font-size: 18px
}

.videoAdUiHideIfEmpty:empty {
    display: none
}

.videoAdUiPopupBackground,.videoAdUiPopupBackgroundMobile {
    background: rgba(0,0,0,0.8);
    display: table;
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2201
}

.videoAdUiPopupPositioner {
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

.videoAdUiPopupFrame {
    background: white;
    border: 1px solid black;
    color: #767676;
    display: inline-block;
    text-shadow: none;
    font-size: 14px;
    min-width: 180px;
    max-width: 50%;
    padding: 14px;
    text-align: left
}

.videoAdUiPopupBackgroundMobile .videoAdUiPopupFrame {
    font-size: 11px;
    max-width: 75%
}

.videoAdUiPopupFrame a,.videoAdUiPopupFrame a:hover {
    color: #167ac6
}

.videoAdUiPopupFrame label {
    display: block;
    padding: 8px 0 0 8px
}

.videoAdUiPopupHeading {
    color: #333;
    font-family: "Roboto",arial,sans-serif;
    font-weight: 500;
    padding-bottom: 8px;
    white-space: pre-wrap
}

.videoAdUiPopupBack {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAZCAQAAABEULxHAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAE3SURBVCjPbdK9TlsxGMbxn5N07RgCbfecCAkh4BYyViq9jEIFV4AQXxK9ii6VOnAHlajajl1ocpqlDGEs2doRyQw+5+AELFl67f/zvH5sOXxAEAWxqjBwZtm5i47Ho3DiNQ48aw8Rqkmg79Qb0PW/teAcNJCr8Gm+ed9xA0f2Xbbm4Gl8gHsu6eSwcY699xVaDTxpYBl2E6xx4Thup+Rh7F0NU/PCkbdpGUd2fHuI07HqMDndKe36nl+l48B2Vd/Y8WP+GfKLxRCrot7QHk70FOC5LWM3ubs9/GukZ4CWnk1lLmgPmTUClmwpTXPMzC8rCgLdXJBwEryoMnRt+J0ENWbmqhEs2TAxzfGiYN3ENMcp5Eol6FlzPY+5zTosi4u4DtlH6eNjnI545Z8zn5/6yPzxxUs/xXs6+1xY9HU/RAAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAASUVORK5CYII=);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: auto 12px;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    margin-right: 4px;
    position: relative;
    top: 1px;
    width: 7px
}

.videoAdUiPopupHeading a {
    text-decoration: underline
}

.videoAdUiWhyThisAdGenericMessage {
    margin-top: 8px
}

.videoAdUiPopupText li {
    list-style: disc;
    margin-left: 29px
}

.videoAdUiPopupText input[type="radio"] {
    -webkit-appearance: radio;
    border: 1px solid;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.8)
}

.videoAdUiWhyThisAdMute,.videoAdUiWhyThisAdControl {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 13px auto;
    display: block;
    margin-top: 8px;
    margin-left: 0;
    padding-left: 20px
}

.videoAdUiWhyThisAdReasons {
    margin-left: 0;
    margin-right: 0;
    padding: 0
}

.videoAdUiPopupBackgroundMobile .videoAdUiWhyThisAdReasons {
    margin: 0
}

.videoAdUiWhyThisAdMute {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAHRSURBVDjLjZS/S1xBEMc/sz71FGPAE0QhlZyGcDk7m4sKiqdpbcRaENS0EvsUgqaMiJp/IH9AUPEUBA87RU2lbQotTvEHh9qsxd6+t+7dS5ximZ2333nf+e7OyHcANIIGeEuGPrKkSAJFziiwzzG3OCYOqJ5RJhkmgU1hrESen2zxZAM1OYvu4BsLfCDAt1q6GaOVI+5fgjplXSbEA0jkBfSSlgOuAZRGo9tZ1jntUiqTfuGN6h+0ASggwTwjwivsM/PUG1COaTdrHFwAZhgGRTNT1JqgeKSqkK1jijeKDIP887BnQ3xU9NNgf649ao56kd/IgCJrghrvSj31dDmJQDYgFX3WfziuqoOmh7Q5pSEVSNLJ/oulmErmSId+UlWWL2E1ceIHFGkJd+O8j6UXWTHgnFQoQdphHn8J54qCL2u0upI7dAuKPUq2Cd38mooHa9YSe4pTdn0qEuMDkOdUcctq1JNuXtcPoQ+scaeAbVb4j4VpVsib1nhkgY3Ku6pCb4NFHg0ILvnCpntMe56ByCwXEM2Ia9khIZkqY8XWssyc/DWbaBrds8MhTbwzLekQK/Gbr6xyYyNiX2j5TTST4RNZumgBrjhjnwInZlja1nkG3xODDIQnEl8AAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAAAAElFTkSuQmCC)
}

.videoAdUiWhyThisAdMute:hover {
    cursor: pointer
}

.videoAdUiWhyThisAdControl {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAIgSURBVDjLddRLbExhFAfw3zcz7Xg0TRs2LGgjISIkTdBVLSTqVU2x8Ahi27AithYWImnCRixEJGwIi6poozZ2Eo+ykZDSSgWN2JSkSqu5FnPnzr3M/Df3fOf1nfP/zrmhD0Ekhc0G1YsQ/Lbb87Kh7FfwP9ZamkqzthJURq5KUKs4JMSnWkHLNSSa9WVjBBsSnwbLS0K+E2GTIdvU+2ylC/Zlim7VYlTOQefCGU98IfRRdMMB8EqzlioFfzClDcLt6LjfBezUHRvb0hxlu4wL7rbDQE6zUxaWnEOlk1pY5LSmgqM6Km3Ht/xy33O067Ig+0Y6HCmYNacuw9dHJzwyi6JOl62IyS9hzmy+84X32jUmyhnHDJkH80a9s7eS1Ee9buZwK/QYTx7zgUeZLoYNlsUwpsed+HGjEe+S4p7Ft5Txx7Ok+FGvao1RbUTloYFNYXVi2CyfcSxoT+Q1NpaDDuuPWhOGumzPBO2wK5FX6XeIfGevq5oqPqFOhzET5lHU5YolKcobdftaUFAIySpEIla464GnaLdHfSqhiDr50NdkwJZ/O06n+QeP7c2ZctHPGjQl36S8aZd8z+GhgVg1Yqwq1WPRy1i6Z7i0hPMmbPXUeWf1q7cupJdwxnUnXfNGUeS0T6UlhGV+mI4ruWt/qrM7DsZVLtZoMj0Rk3EIkdeZzl4njU2XQqqP0fj/p5BRVfvvvfFNMd7JX96mWSzhL4j6lNZ9vzvEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAABJRU5ErkJggg==)
}

.videoAdUiWhyThisAdControl::after {
    content: "";
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAPFBMVEUGeMn///8GeMkGeMkGeMkGeMkGeMkGeMkGeMkGeMkGeMkGeMkGeMkGeMkGeMkGeMkGeMkGeMkGeMn///8VCOQLAAAAE3RSTlMAAMwasq9ms64WG7S1FRytthSsZTwoggAAAAFiS0dEAf8CLd4AAABgSURBVBjTtc/LDoAgDETRUhAReVj//2OtTUAaYlx5lyeZxQD0sAcfKFk3I9vC+Iw824phG7GZEezbuN+mUQw0xoQhg8aSsLL5EcuBldjQcA2tO0lejQiZYMb2/0fUveIFbX4C1DkdHTwAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAAAAElFTkSuQmCC);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 10px auto;
    padding-left: 12px
}

.videoAdUiPopupButtons {
    margin-top: 8px;
    text-align: right
}

.videoAdUiPopupButtons button {
    background: none;
    border: none;
    font-family: "Roboto",arial,sans-serif;
    font-weight: 500;
    margin: 4px 0 0 12px;
    padding: 10px
}

.videoAdUiPopupBackgroundMobile .videoAdUiPopupButtons button {
    padding: 0;
    font-size: 11px
}

.videoAdUiPopupButton,.videoAdUiPopupDefaultButton,.videoAdUiPopupButton:hover,.videoAdUiPopupDefaultButton:hover {
    color: #167ac6;
    cursor: pointer;
    text-transform: uppercase
}

.videoAdUiPopupCloseIcon {
    height: 24px;
    opacity: .75;
    cursor: pointer;
    position: absolute;
    right: 14px;
    top: 14px;
    width: 24px
}

.videoAdUiPopupCloseIcon:hover {
    opacity: 1
}

.videoAdUiPopupBackgroundMobile .videoAdUiPopupCloseIcon {
    right: 2px;
    top: 2px
}

@media all and (min-width: 800px) and (min-height:400px) {
    .videoAdUiTitle {
        font-size:15px
    }

    .videoAdUiRedesign .videoAdUiTitle {
        font-size: 17px
    }

    .videoAdUiAttribution {
        font-size: 13px
    }

    .videoAdUiRedesign .videoAdUiAttribution {
        font-size: 12px
    }

    .videoAdUiAttribution-gvn {
        font-size: 16px!important
    }

    .videoAdUiPreSkipButton {
        min-width: 200px
    }

    .videoAdUiPreSkipText {
        font-size: 13px;
        width: 105px;
        padding-right: 6px
    }

    .videoAdUiPreSkipText.videoAdUiPreSkipTextOnly {
        font-size: 13px
    }

    .videoAdUiPreSkipText.videoAdUiPreSkipTextOnlyCentered {
        font-size: 13px;
        line-height: 1.3em
    }

    .videoAdUiPreSkipText.videoAdUiPreSkipTextOnlyStaticFontSize {
        font-size: 11px
    }

    .videoAdUiPreSkipThumbnailImage {
        max-width: 98px;
        max-height: 52px
    }

    .videoAdUiShare {
        font-size: 15px
    }

    .videoAdUiAction {
        font-size: 23px;
        min-width: 200px
    }
}

.videoAdUi.blazer .videoadUiTitle,.videoAdUi.blazer .videoAdUiLearnMore,.videoAdUi.blazer .videoAdUiAttribution,.videoAdUi.blazer .videoAdUiPreSkipButton {
    font-family: "Helvetica Neue Light","Arial",sans-serif
}

.videoAdUi.blazer .videoAdUiProgressBar {
    background-color: #222;
    height: 4px
}

.videoAdUi.blazer .videoAdUiProgress {
    background-image: none;
    background-color: #e6bc27;
    opacity: 1;
    position: absolute
}

.videoAdUi.blazer .videoAdUiBuffer {
    background-color: #666;
    display: block;
    position: absolute
}

.videoAdUi.blazer .videoAdUiAuthorName {
    display: none
}

.videoAdUi.blazer .videoadUiTitle {
    font-size: 14px;
    text-shadow: 0 0 2px rgba(0,0,0,0.75)
}

.videoAdUi.blazer .videoAdUiLearnMore {
    font-size: 14px
}

.videoAdUi.blazer .videoAdUiAttribution {
    font-size: 16px;
    text-shadow: 0 0 2px rgba(0,0,0,0.5)
}

.videoAdUi.blazer .videoAdUiAction,.videoAdUi.blazer .videoAdUiPreSkipButton {
    font-size: 13px;
    min-height: 24px;
    min-width: 95px;
    width: 95px
}

.videoAdUi.blazer .videoAdUiFixedPaddingSkipButton {
    line-height: normal;
    min-width: 0;
    padding: 7px 6px 7px 10px;
    width: auto
}

.videoAdUi.blazer .videoAdUiFixedPaddingSkipButtonText {
    font-size: 13px
}

.videoAdUi.blazer .videoAdUiAction {
    border: 1px solid rgba(255,255,255,0.25);
    border-right-width: 0;
    height: 23px;
    background-color: rgba(0,0,0,0.5)
}

.videoAdUi.blazer .videoAdUiPreSkipButton {
    background-color: rgba(0,0,0,0.25);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.75)
}

.videoAdUi.blazer .videoAdUiPreSkipText {
    padding: 5px 0
}

.videoAdUi.blazer .videoAdUiPreSkipButton.videoAdUiPreSkipButtonNoThumbnail {
    display: inline-block
}

.videoAdUi.blazer .videoAdUiPreSkipText.videoAdUiPreSkipTextOnly {
    line-height: inherit
}

.videoAdUi.blazer .videoAdUiPreSkipText.videoAdUiPreSkipTextOnlyCentered {
    display: inherit;
    line-height: inherit
}

.videoAdUi.blazer .videoAdUiLearnMore {
    text-shadow: 1px 1px 1px rgba(0,0,0,0.75);
    margin: 5px;
    margin-right: 10px
}

.videoAdUi.blazer.blazer-ui-for-cougar .videoAdUiAttributionIcon {
    opacity: .75;
    width: 12px
}

.videoAdUi.blazer.phone .videoAdUiAuthorIcon,.videoAdUi.blazer.phone .videoadUiTitle {
    display: none
}

.videoAdUi.blazer.phone.blazer-ui-for-cougar .videoAdUiLearnMore {
    margin-top: 10px;
    padding-top: 0
}

.videoAdUi.blazer.phone.blazer-ui-for-cougar .videoAdUiTitle {
    font-size: 14px;
    margin-left: 10px
}

.videoAdUi.blazer.phone .videoAdUiAttribution {
    font-size: 14px
}

.videoAdUi.blazer.phone .videoAdUiAction {
    padding: 6px 0
}

.videoAdUi.blazer.phone .videoAdUiSkipIcon {
    margin-left: 6px
}

.videoAdUi.blazer.phone .videoAdUiFixedPaddingSkipButton {
    line-height: normal;
    min-width: 0;
    padding: 7px 6px 7px 10px;
    width: auto
}

.videoAdUi.blazer.tablet .videoAdUiAuthorIcon {
    left: 0;
    position: absolute
}

.videoAdUi.blazer.tablet .videoadUiTitle {
    left: 0;
    position: absolute;
    margin-top: 17px
}

.videoAdUi.blazer.tablet.customControls .videoAdUiBottomBar {
    bottom: 49px;
    left: 12px
}

.ytp-big-mode .videoAdUi.blazer.tablet.customControls .videoAdUiBottomBar {
    bottom: 70px;
    left: 24px
}

.videoAdUi.blazer.tablet.customControls .videoAdUiProgressBar {
    display: none
}

.videoAdUi.blazer.tablet .videoAdUiAuthorIcon {
    margin: 5px 10px
}

.videoAdUi.blazer.tablet .videoAdUiAction,.videoAdUi.blazer.tablet .videoAdUiPreSkipButton {
    min-width: 95px;
    width: 95px;
    min-height: 24px;
    font-size: 13px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.75)
}

.videoAdUi.blazer.tablet .videoAdUiFixedPaddingSkipButton {
    line-height: normal;
    min-width: 0;
    padding: 7px 6px 7px 10px;
    width: auto
}

.videoAdUi.blazer.tablet .videoAdUiPreSkipContainer,.videoAdUi.blazer.tablet .videoAdUiSkipContainer {
    bottom: 55px
}

.ytp-big-mode .videoAdUi.blazer.tablet .videoAdUiSkipContainer,.ytp-big-mode .videoAdUi.blazer.tablet .videoAdUiPreSkipContainer {
    bottom: 70px
}

.videoAdUi.blazer.tablet .videoAdUiAttribution {
    left: 0;
    bottom: 0
}

/*
     FILE ARCHIVED ON 18:22:17 Jan 19, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:43:46 Feb 02, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.535
  exclusion.robots: 0.016
  exclusion.robots.policy: 0.006
  esindex: 0.009
  cdx.remote: 6.211
  LoadShardBlock: 170.962 (6)
  PetaboxLoader3.datanode: 284.26 (8)
  load_resource: 248.073 (2)
  PetaboxLoader3.resolve: 72.524 (2)
*/