body {
	/*-webkit-text-size-adjust: 100%;*/
}
.reveal-modal.modal {
	overflow: hidden !important;
}
/* increase clickable area for "add" button */
.preview .playlist.add, .preview .playlist.remove {
	padding-top: 1px !important;
	padding-bottom: 1px !important;
}
.video-item .preview .duration {
	padding-top: 1px !important;
	float: left !important;
}
.widget.watch-next .video-item .preview .playlist a { /* iOS tap detection fix */
	padding-right: 20px !important;
	margin-right: -20px !important;
}
.widget.watch-next .video-item .preview .playlist.add, .widget.watch-next .video-item .preview .playlist.remove {
	padding-top: 3px !important;
	padding-bottom: 2px !important;
}
.widget.watch-next .video-item .preview .duration {
	padding-top: 3px !important;
}

/* Desktop Video Player (fixed width)
   ************************************ */
.main-content {
	/*position: relative;*/
}
.player, .video-content {
	float: left !important;
}
.player, section.home article .player {
	width: 624px;
	height: 351px;
	padding: 0;
}
section.single-video-archived .player, section.single-video-live .player, section.single-video-scheduled .player, 
section.playlist .player, section.myplaylist .player, section.channel article.main-content .player, section.series .player {
	width: 754px;
	height: 424px;
	padding: 0;
}
.playlist-wrapper {
	float: right;
}
.playlist-wrapper .playlist {
	position: static;
}
.vertical-playlist {
	width: 346px;
}
#flashcontent {
	width: 100%;
	height: 100%;
}
.playlist-wrapper .playlist {
	display: block !important;
	-webkit-overflow-scrolling: touch;
}
.dropdown.share-dropdown {
	top: -1px;
}
.dropdown.share-dropdown button {
	font-size: 11px;
}

/* Single Video Header Toggle
   ************************************ */
.single-video-archived header.mobile {
	display: none;
}

/* ********************************************************** */
@media only screen and (max-width: 768px) { /* ************** */


/* Single Video Header Toggle
   ************************************ */
section.single-video-archived {
	padding-top: 1%;
}
.single-video-archived header.desktop {
	display: none;
}
.single-video-archived header.mobile {
	display: block;
	float: left;
	margin: 0 0 3%;
}

/* Home 
   ************************************ */
section.home article .now-playing {
	width: 98%;
	padding: 10px 1%;
	height: auto;
}
section.home article h2 {
	font-size: 22px;
	line-height: 23px;
}
section.home article .now-playing nav {
	position: static;
	float: right;
}

/* Mobile Video Player (fluid width)
   ************************************ */
.player, section.home article .player {
	position: relative;
	width: 100% !important;
	height: 0 !important;
	padding-bottom: 56.25% !important;
	margin-top: 2px !important;
	overflow: hidden !important;
}
.player object, .player iframe, .player video, .player embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.video-content {
	width: 98% !important;
	padding: 0 10px !important;
	margin-bottom: 0 !important;
}


/* Upcoming Live Events
   ************************************ */
.upcoming-live {
	/*display: none;*/
}
.upcoming-live aside {
	padding: 0 4px;
	margin-bottom: 0;
}
.upcoming-live h3 {
	font-size: 12px;
	line-height: 1;
	margin: 0;
}
.upcoming-live .event-date {
	font-size: 12px;
	margin: 0;
	line-height: 1.1;
}
.upcoming-live .event-title {
	font-size: 13px;
	margin: 1px 0 3px;
	line-height: 1.1;
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
}
.upcoming-live .event-date::after {
	content: none;
	padding-left: 4px;
	padding-right: 4px;
}
.upcoming-live .event-actions .btn {
	font-size: 9px;
	padding: 2px 5px 3px 5px;
}
.upcoming-live .event-actions .notify::before, .upcoming-live .event-actions .ask-question::before {
	font-size: 12px;
	top: 2px;
}

/* Channels
   ************************************ */
section.channel, section.channel article {
	margin: 0 !important;
}
section.channel h2 {
	font-size: 22px;
	line-height: 23px;
}
section.channel header {
	padding: 0 4px 0 3px;
}
section.channel .title {
	margin-left: -3px;
	float: left;
}
section.channel .tagline {
	display: none;
}
section.channel span.participate {
	position: static;
	float: right;
	line-height: 34px;
	margin-top: 4px;
}
section.channel span.title, section.channel section.search header span.search-result-title, section.search header section.channel span.search-result-title {
    font-size: 36px;
}
section.channel article.main-content .player, section.myplaylist .player {
	margin-bottom: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.playlist-video-item .playlist-preview div.outside div.inside h4 {
	opacity: 1 !important;
}

/* Playlist
   ************************************ */
.playlist-wrapper {
	float: none;
	width: 100%;
	clear: both;
}
.playlist-wrapper .playlist {
	position: relative;
	right: auto;
	width: 100%;
	height: 82px;
	overflow-y: hidden !important;
	/*overflow-x: auto;*/
	white-space: nowrap;
	padding: 0;
	border: 0;
	/*-webkit-overflow-scrolling: touch;*/
}
.overthrow-enabled .overthrow {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.playlist-wrapper .playlist ul {
	font-size: 0; /* clears a rendering error caused by white-space between list items */
	height: 82px;
	background: #efefef;
}
.playlist-wrapper .playlist li {
	display: inline-block;
	width: 192px;
	height: 82px;
	padding: 2px 5px 4px;
	border: 0;
	border-right: 1px solid rgba(0,0,0,0.07);
	border-top: 2px solid #fff;
	border-bottom: 6px solid #fff;
	margin: 0;
	background: #fff;
}
.playlist-wrapper .playlist li.now-playing {
	background: #0093d0;
	border-top: 2px solid #0093d0;
	border-bottom: 6px solid #0093d0;
}
.playlist-wrapper .playlist li.now-playing h4 a {
	color: #fff;
	border-color: #d1ecf7;
}
.playlist-wrapper .playlist li:last-child {
	border-right: 0;
}
.vertical-playlist ul li div {
	float: left;
	width: 100%;
}
.vertical-playlist ul li div > a {
	background: none;
	display: inline-block;
	overflow: visible;
	width: 51px;
	float: right;
	margin: 0 0 0 6px;
}
.vertical-playlist ul li div > a img {
	display: block;
	min-height: 0;
	width: 100%;
	height: auto;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .55);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.vertical-playlist ul li h4 {
	float: none;
	width: auto !important;
	font-size: 13px;
	white-space: normal;
	line-height: 1.25em;
}
.vertical-playlist .remove {
	display: none;
}
/* iOS scrollbar cue */
.playlist .scrollable, .pagination-alpha .scrollable, .pagination-recent-alpha .scrollable {
	position: absolute;
	display: block;
	width: 152px;
	height: 7px;
	background: url(../images/iws/ios_scroll.png) no-repeat 0 0;
	/*background: url(../images/iws/ios_scroll.svg) no-repeat 0 0;*/
	background-size: 100%;
	left: 1px;
	bottom: 1px;
	z-index: 1;
}
/* increase clickable area for "add" button */
.preview .playlist.add, .preview .playlist.remove {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}
.video-item .preview .duration {
	padding-top: 5px !important;
	float: left !important;
}


/* Tabs
   ************************************ */
.browse-tabs  {
	font-size: 0; /* clears a rendering error caused by white-space between list items */
	line-height: 0;
	text-align: center;
	margin-bottom: 10px !important;
}
.browse-tabs::before {
	content: none !important;
}
.browse-tabs .tabBrowse {
	padding: 0 !important;
	margin: 2px 1.25% 1px !important;
	width: 31.5%;
	text-align: center;
	-moz-border-radius: 12px 12px 0 0;
	-webkit-border-radius: 12px 12px 0 0;
	border-radius: 12px 12px 0 0;
	background: rgba(0,0,0,0.07);
}
.browse-tabs .tabBrowse:hover, .browse-tabs .tabBrowse:active {
	background: rgba(0,0,0,0.12);
}
.browse-tabs .tabBrowse:nth-child(1), .browse-tabs .tabBrowse:nth-child(4) {  
  margin-left: 0 !important;
}
.browse-tabs .tabBrowse:nth-child(3), .browse-tabs .tabBrowse:nth-child(6) {  
  margin-right: 0 !important;
}
.browse-tabs .tabBrowse.active {
	-moz-border-radius: 12px 12px 0 0 !important;
	-webkit-border-radius: 12px 12px 0 0 !important;
	border-radius: 12px 12px 0 0 !important;
}
.browse-tabs h3 {
	font-size: 12px !important;
	line-height: 22px;
	text-transform: none;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	margin: 0 !important;
	padding: 2px 0 1px !important;
}
.browse-tabs h3::before {
	font-size: 12px !important;
	padding-right: 3px !important;
}
.browse-tabs h3 a {
	color: #343434;
}
.video-item:first-child {
	margin-top: 10px;
}
/* extra tab */
.browse-tabs.extra-tab .tabBrowse {
	margin: 2px 1.25% 1px !important;
}
.browse-tabs.extra-tab .tabBrowse:nth-child(1), .browse-tabs.extra-tab .tabBrowse:nth-child(2), 
.browse-tabs.extra-tab .tabBrowse:nth-child(3), .browse-tabs.extra-tab .tabBrowse:nth-child(4) {
	width: 22.5%;
}
.browse-tabs.extra-tab .tabBrowse:nth-child(1), .browse-tabs.extra-tab .tabBrowse:nth-child(5) {  
  margin-left: 0 !important;
}
.browse-tabs.extra-tab .tabBrowse:nth-child(4), .browse-tabs.extra-tab .tabBrowse:nth-child(7) {  
  margin-right: 0 !important;
}

/* Pagination
   ************************************ */
.pagination-alpha, .pagination-recent-alpha {
	width: 98%;
	margin: 0 1% 10px;
}
.pagination-alpha .tab, .pagination-recent-alpha .tab {
	font-size: 12px;
}
.pagination-alpha ul.sort-by, .pagination-recent-alpha ul.sort-by {
	padding-top: 7px !important;
	float: left;
	width: 82px;
	margin-right: 5%;
}
.pagination-alpha ul.sort, .pagination-recent-alpha ul.sort {
	/*padding: 5px 0 !important;*/
	/*margin-bottom: 10px;*/
	float: left;
}
.sort-az, .pagination-alpha #alpha {
	position: relative;
	float: none;
	white-space: nowrap;
	width: auto;
	/*overflow-x: auto;*/
	/*-webkit-overflow-scrolling: touch;*/
}
.pagination-alpha .sort-recent::after, .pagination-recent-alpha .sort-recent::after {
	padding-left: 7px;
	margin-right: 4px;
}





/* ************** */ }
/* ********************************************************** */
@media only screen and (min-width: 569px) and (max-width: 768px) { /* ************** */

.playlist-wrapper .playlist li {
	width: 256px;
}
.vertical-playlist ul li div > a {
	width: 90px;
}
.vertical-playlist ul li h4 {
	font-size: 14px;
	line-height: 1.3em;
}


/* ************** */ }
/* ********************************************************** */
@media only screen and (max-width: 568px) { /* ************** */

.playlist-wrapper .playlist li {
	width: 189px;
}

/* Social Media
   ************************************ */
.share-this {
	height: auto;
	padding: 0 !important;
	margin-bottom: 8px;
}
.share-this .share {
	width: auto;
	float: right;
	text-align: right;
	margin: 3px 0;
}
.share-this .share > span {
	display: none
}
.share-this .social {
	width: auto;
	margin-bottom: 4px;
}
.share-this .social-btns ul li a {
	margin-left: 1px !important;
}
.share-this .btn, .share-this .dropdown .share-drop {
	font-size: 9px;
	padding: 2px 4px 3px 4px;
	margin-right: 0;
}
.share-this .btn.add {
	padding: 2px 1px 3px 4px;
}
.share-this .btn::before {
	font-size: 12px;
	top: 2px;
}
.share-this .btn::after {
	font-size: 11px;
	top: 0;
}
.share-this .dropdown .share-drop {
	background-size: 12px;
}
.share-this .dropdown .share-drop::after {
	font-size: 11px;
	margin-left: 2px;
	margin-right: 8px;
}
.share-this .dropdown-menu {
	padding: 8% 0;
}
.share-this .dropdown-menu a {
	min-width: 30px;
	width: 80%;
	margin: 2% 10%;
	text-align: center;
	padding: 2px 4px;
}
.dropdown.share-dropdown {
	top: 0;
}
/*
.share-this #downloadsButton {
	float: left;
}
*/



/* ************** */ }
/* ********************************************************** */
@media only screen and (max-width: 480px) { /* ************** */

.playlist-wrapper .playlist li {
	width: 160px;
}


/* ************** */ }
/* ********************************************************** */
@media only screen and (max-width: 320px) { /* ************** */

h3.playlists::before {
	top: 0;
	left: 1px;
}



/* ************** */ }

