.carousel_wrap {
	position: relative;
	overflow: hidden
}

.carousel_arrow {
	position: absolute
}

.carousel_arrow span {
	position: absolute;
	top: 50%;
	z-index: 2;
	margin-top: -40px;
	width: 30px;
	height: 30px;
	border: none;
	border-top: 2px solid rgba(255, 255, 255, .3);
	border-left: 2px solid rgba(255, 255, 255, .3);
	background: 0 0;
	text-align: center;
	cursor: pointer
}

.carousel_arrow:focus span, .carousel_arrow:hover span {
	border-color: #4bf
}

.carousel_next_arrow {
	right: -30px
}

.carousel_next_arrow span {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg)
}

.carousel_prev_arrow {
	left: -30px
}

.carousel_prev_arrow span {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.carousel_nav_container {
	position: relative;
	z-index: 3;
	text-align: center
}

.featured_carousel {
	position: relative
}

.carousel_wrap {
	height: 520px;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0)
}

.carousel_wrap li {
	height: 520px;
	position: absolute;
	width: 100%;
	left: 100%;
	top: 0;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all, .3s;
	-moz-transition: all, .3s;
	transition: all, .3s
}

.carousel_wrap li.carousel_slide_out {
	left: -100%
}

.carousel_wrap li.carousel_slide_active {
	z-index: 2;
	left: 0;
	opacity: 1
}

.carousel_wrap li:before {
	background-size: cover
}

.carousel_wrap.carousel_reverse li {
	left: -100%
}

.carousel_wrap.carousel_reverse .carousel_slide_out {
	left: 100%
}

.carousel_wrap.carousel_reverse .carousel_slide_active {
	left: 0
}

.carousel_wrap .carousel_arrow_container {
	display: none;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	transition: .2s
}

.carousel_wrap span {
	top: auto;
	bottom: 50px
}

.carousel_arrow_container {
	z-index: 3
}

.carousel_arrow_container .carousel_arrow {
	height: 520px;
	width: 50px;
	top: 0
}

.carousel_arrow_container .carousel_prev_arrow span {
	left: 50px
}

.carousel_arrow_container .carousel_next_arrow span {
	right: 50px
}

.carousel_video_card {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: center
}

.carousel_video_card .carousel_video_card_bg {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: .45
}

.carousel_video_card .carousel_video_card_bg_color {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	opacity: .3;
	z-index: 0
}

.carousel_video_card .carousel_video_link {
	display: block;
	height: 395px
}

.carousel_video_card img {
	max-width: 600px;
	min-width: 320px;
	max-height: 338px;
	width: 100%;
	margin-top: 30px;
	box-shadow: 0 0 1px rgba(0, 0, 0, .5);
	-webkit-transition: all .075s ease-in;
	-moz-transition: all .075s ease-in;
	transition: all .075s ease-in
}

.carousel_video_card img:hover {
	box-shadow: 0 0 3px rgba(0, 0, 0, .55);
	-webkit-transform: scale(1.02, 1.02);
	-moz-transform: scale(1.02, 1.02);
	-ms-transform: scale(1.02, 1.02);
	-o-transform: scale(1.02, 1.02);
	transform: scale(1.02, 1.02)
}

.carousel_video_card h1 {
	color: #fff;
	margin: .25rem calc((100% -700px)/2);
	text-shadow: 0 0 1px #646464;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.carousel_video_card h1 a {
	color: #fff;
	text-shadow: 0 0 1px #646464
}

.carousel_video_card h1 a:hover {
	color: #4bf
}

.carousel_video_card h2 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 400;
	font-size: 1.1rem;
	opacity: .6;
	text-shadow: 0 0 1px #646464;
	padding: 0
}

.carousel_video_card p {
	color: #fff
}

.carousel_video_card p a {
	color: #4bf
}

.carousel_video_card p a:hover {
	color: #11a8ff
}

.carousel_video_link {
	position: relative
}

.carousel_description {
	position: absolute;
	width: 100%;
	bottom: 0;
	background: rgba(0, 0, 0, .75);
	padding: 16px
}

@media (max-width: 768px) {
	.carousel_wrap li {
		height: 100%
	}

	.featured_carousel h1:first-child {
		margin: .5rem 0
	}

	.carousel_wrap {
		height: 470px
	}

	.carousel_video_card .carousel_video_link {
		height: auto;
		max-height: 340px;
		margin-top: 8px
	}

	.carousel_video_card img {
		margin: auto
	}

	.carousel_video_card h1 {
		margin: 0 1.5rem;
		font-size: 2rem
	}

	.carousel_video_card p {
		font-size: 90%
	}

	.carousel_wrap span {
		top: 85%
	}
}

@media (min-width: 768px) {
	.carousel_wrap .carousel_arrow_container {
		display: block
	}
}

@media (max-width: 500px) {
	.carousel_wrap {
		height: 360px
	}
}

@media (max-width: 414px) {
	.carousel_wrap {
		height: 240px
	}

	.carousel_wrap li {
		height: 100%
	}

	.carousel_video_card h1 {
		margin: .5rem 1.5rem
	}

	.carousel_video_card h2 {
		display: none
	}

	.carousel_video_card .carousel_video_card_bg {
		opacity: 1
	}

	.carousel_video_card img {
		margin-top: 0
	}

	.carousel_video_card .carousel_video_link {
		margin: 0
	}
}

@media (max-width: 320px) {
	.carousel_wrap {
		height: 190px
	}

	.carousel_description {
		padding: 8px
	}

	.carousel_video_card h1 {
		font-size: 1.2rem
	}

	.carousel_video_card p {
		font-size: 75%
	}
}

.vod_category_bundle .pivot_icon_container {
	margin: 20px auto
}

.pager_container {
	position: relative;
	width: 100%
}

.pager_container .pager_arrow {
	position: absolute;
	z-index: 2;
	margin-top: -36px;
	width: 30px;
	height: 30px;
	background: 0 0;
	text-align: center;
	cursor: pointer
}

.pager_container .pager_arrow:focus, .pager_container .pager_arrow:hover {
	border-color: #4bf
}

.pager_container .pager_arrow[disabled] {
	border-color: #333;
	pointer-events: none
}

.pager_container .pager_overflow {
	overflow: hidden
}

.pager_container ul {
	white-space: nowrap;
	left: 0
}

.pager_container ul li {
	display: inline-block;
	float: none !important
}

.pager_container.floated ul {
	white-space: normal;
	overflow: hidden
}

.pager_container.floated .pager_overflow > ul > li {
	float: left !important
}

.pager_arrow {
	display: none
}

.pager_container ul {
	position: relative
}

.pager_container.floated li {
	opacity: 1;
	-webkit-transition: opacity .45s;
	-moz-transition: opacity .45s;
	transition: opacity .45s
}

.pager_container.floated .pager_scrolling li {
	opacity: 0
}

@media (min-width: 1050px) {
	.pager_arrow {
		display: block
	}
}

.pager_wrapper {
	border-bottom: 1px solid #e1e2e3;
	/*margin: 15px auto;*/
	padding: 15px auto
}

.pager_wrapper header {
	text-align: center;
	margin: 20px 0
}

.pager_wrapper header img {
	height: 60px;
	margin-bottom: 15px
}

.pager_wrapper header img.rounded {
	border-radius: 100%
}

.pager_wrapper header h2 {
	margin-bottom: 0
}

.pager_wrapper header h2 a {
	color: inherit
}

.pager_wrapper header .txt_md {
	overflow: hidden;
	margin: auto;
	width: 75%;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1.4 !important
}

.pager_wrapper header a {
	color: #4bf
}

.pager_wrapper header a:hover {
	color: #11a8ff
}

.pager_wrapper:last-child {
	border-bottom: 0
}

.pager_container {
	/*padding-bottom: 24px*/
}

.pager_container .pager_arrow {
	border: 0;
	top: 45%
}

.pager_container .pager_arrow:focus, .pager_container .pager_arrow:hover {
	color: #4bf
}

.pager_container .pager_arrow:after {
	display: none
}

.pager_container .pager_arrow span.replace_txt {
	display: block;
	height: 25px;
	width: 25px;
	border-top: 1px solid #000;
	border-left: 1px solid #000
}

.pager_container .pager_arrow span.replace_txt:hover {
	border-top: 1px solid #4bf;
	border-left: 1px solid #4bf
}

.pager_container .pager_arrow[data-direction=right] {
	right: -15px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg)
}

.pager_container .pager_arrow[data-direction=left] {
	left: -15px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.pager_container .pager_arrow[disabled] span {
	pointer-events: none;
	border-top: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3
}

.pager_overflow {
	padding-bottom: 15px;
	padding-top: 15px
}

.pager_overflow img {
	border: 1px solid #e1e2e3
}

.pager_overflow > ul > li {
	margin-bottom: 15px
}

.pager_overflow > ul .overflow {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.pager_overflow > ul .overflow img, .pager_overflow > ul .overflow > a {
	width: 155px;
	-webkit-transition: all .18s ease-in;
	-moz-transition: all .18s ease-in;
	transition: all .18s ease-in
}

.pager_overflow > ul .overflow:hover img {
	opacity: .75
}

.pager_overflow > ul .overflow:hover .vod_poster_cover {
	opacity: 1
}

.pager_overflow a.overflow {
	display: inline-block;
	background: #e1e2e3
}

.pager_overflow .vod_poster_cover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	text-align: center;
	opacity: 0;
	-webkit-transition: all .18s ease-in;
	-moz-transition: all .18s ease-in;
	transition: all .18s ease-in
}

.pager_overflow .vod_poster_cover span {
	position: relative;
	top: 56%;
	padding: 13px 14px;
	border: 2px solid rgba(255, 255, 255, .3);
	background: 0 0;
	font-size: 14px;
	color: #fff
}

.pager_overflow span.txt_md {
	display: block;
	margin: 5px 0 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 700;
	color: #123;
	line-height: 1.3
}

.pager_overflow span.txt_xsm {
	color: #9da2a8;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.pager_overflow span.txt_xsm a {
	color: #9da2a8;
	font-weight: 700
}

.pager_overflow span.txt_xsm a:hover {
	color: #4bf
}

@media (max-width: 930px) and (min-width: 768px) {
	.pager_overflow .vod_poster_cover span {
		top: 60%;
		padding: 10px;
		font-size: 13px
	}
}

body {
	background-color: transparent
}

.wrap_content {
	margin-bottom: 40px
}

.categories_header {
	text-align: left;
	margin-bottom: 40px
}

.categories_header.categories_browse h1 {
	color: #123
}

.categories_header:not(.categories_browse) h1 {
	color: #fff
}

.categories_header.categories_browse a {
	color: #123
}

.categories_header:not(.categories_browse) a {
	color: #fff
}

.categories_header h1 {
	margin-bottom: 10px;
	z-index: 1
}

.categories_header h1 .category_names, .categories_header h1 .category_names a.parent_category_link {
	font-weight: 700
}

.categories_header h1 .category_names, .categories_header h1 .category_names a:not(.parent_category_link) {
	font-weight: 400
}

@media only screen and (max-width: 48em) {
	.categories_header h1 {
		font-size: 1.7rem
	}
}

.categories_header a:hover {
	color: #4bf
}

.categories_header p {
	font-size: 16px;
	color: #dfdfdf;
	z-index: 1
}

.categories_header.internal {
	margin-bottom: 0
}

.category_section_title:after, .category_section_title:before {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden
}

.category_section_title:after {
	clear: both
}

.category_section_title {
	zoom: 1
}

.category_section_title hr {
	margin: 40px 0
}

.category_section_title h2 {
	float: left
}

.category_section_title a {
	color: #456
}

.category_section_title a:hover {
	color: #4bf
}

.category_section_title a:not(.cat_title_text) {
	font-size: 12px;
	margin-left: 10px;
	line-height: 34px;
	float: left;
	color: #4bf
}

.category_section_title a:not(.cat_title_text):hover {
	color: #11acff
}

.full_container .thumb_special:hover {
	cursor: pointer
}

.btn_outline {
	background: 0 0;
	position: relative;
	border: 2px solid #4bf;
	font-size: .8rem;
	margin: 0 !important;
	color: #4bf;
	z-index: 1
}

.btn_outline:hover {
	border: 2px solid #fff;
	color: #fff
}

.txt_align_center {
	text-align: center !important
}

.full_container a {
	width: 100%
}

.full_container:hover .item_description {
	opacity: 1
}

.thumbnail_data {
	font-weight: 700;
	font-size: 1.4rem;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	padding: 5px
}

.thumbnail_data.small {
	font-size: 1rem
}

.thumbnail_data .author {
	font-size: 1rem;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #99aabc;
	display: block
}

.thumbnail_data .author.small {
	font-size: .8rem
}

@media only screen and (max-width: 48em) {
	.item_description {
		display: none
	}
}

@media (min-width: 36.25rem) and (max-width: 48rem) {
	.item_description.small_thumb {
		padding: 14% 2%
	}

	.item_description.small_thumb .thumbnail_data.small {
		font-size: 1rem
	}

	.item_description.small_thumb div {
		display: inline-block
	}
}

@media (min-width: 48.0625rem) and (max-width: 58rem) {
	.item_description .thumbnail_data {
		font-size: 1.2rem
	}

	.item_description.small_thumb {
		padding: 17% 2%
	}

	.item_description.small_thumb div {
		display: none
	}
}

.full_hero {
	position: relative;
	min-height: 520px;
	padding-bottom: 40px;
	margin-bottom: 40px
}

@media (min-width: 48rem) {
	.full_hero {
		padding-bottom: 0
	}
}

.full_hero .hero_section .video_card {
	min-height: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1
}

.full_hero .hero_section .video_card .video_card_bg {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background-size: cover
}

.full_hero .hero_section .video_card .video_card_bg.video_card_bg_gradient {
	background: -webkit-linear-gradient(rgba(0, 0, 0, .5), rgba(109, 109, 109, .5));
	background: linear-gradient(rgba(0, 0, 0, .5), rgba(109, 109, 109, .5))
}

.full_hero .hero_section .video_card .video_card_bg.video_card_bg_img {
	background-position: center center;
	background-repeat: no-repeat
}

.full_hero .hero_section .video_card .video_thumb {
	float: left
}

.full_hero .hero_section .video_card .video_thumb img.featured_video_thumb {
	max-width: 765px;
	max-height: 430px;
	width: 100%
}

@media (min-width: 48rem) {
	.full_hero .hero_section .video_card .video_thumb img.featured_video_thumb {
		max-width: 520px;
		max-height: 293px
	}
}

@media (min-width: 48rem) and (max-width: 58.4375rem) {
	.full_hero .hero_section .video_card .video_thumb img.featured_video_thumb {
		max-width: 420px;
		max-height: 236px
	}
}

.full_hero .hero_section .video_card .video_tag_unit {
	background-color: rgba(0, 0, 0, .5);
	background-clip: content-box;
	-ms-transition: all .075s ease-in 0s;
	-webkit-transition: all .075s ease-in 0s;
	transition: all .075s ease-in 0s
}

.full_hero .hero_section .video_card .video_tag_unit:hover {
	-webkit-transform: scale(1.02, 1.02);
	-moz-transform: scale(1.02, 1.02);
	-ms-transform: scale(1.02, 1.02);
	-o-transform: scale(1.02, 1.02);
	transform: scale(1.02, 1.02)
}

.full_hero p {
	font-size: .9rem
}

.full_hero .featured_video_main_details_container {
	text-align: center
}

@media (min-width: 48rem) {
	.full_hero .featured_video_main_details_container {
		text-align: left
	}

	.full_hero .featured_video_main_details_container .featured_category_inner {
		margin: 50px 0 20px 20px
	}
}

.full_hero .featured_video_main_details_container .featured_category_inner {
	margin-bottom: 20px
}

.vod_price_badge {
	position: absolute;
	color: #FFF;
	font-size: .75rem;
	text-align: center;
	z-index: 8;
	top: 3%;
	left: 3%;
	border-radius: 5px;
	padding: 0 7px;
	background-color: rgba(23, 34, 35, .75)
}

.vod_price_badge .overlay_icon {
	max-width: 32px;
	max-height: 32px;
	margin-top: 7px
}

.vod_price_badge .price {
	display: block;
	margin-top: 4px;
	padding-bottom: 7px;
	text-align: center
}

@media only screen and (max-width: 30em) {
	.vod_price_badge {
		left: 7%
	}
}

.categories_features:after, .categories_features:before {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden
}

.categories_features:after {
	clear: both
}

.categories_features {
	zoom: 1
}

.vod_view_trailer_btn {
	position: absolute;
	display: block;
	top: 70%;
	left: 34%;
	background: rgba(23, 35, 35, .75);
	border: 0;
	border-radius: 5px;
	padding: 12px
}

.vod_view_trailer_btn .play-icon {
	float: left;
	display: block;
	margin: 0 6px 0 0;
	width: 18px;
	height: 18px
}

.vod_view_trailer_btn .play-icon svg {
	fill: #fff
}

.vod_view_trailer_btn .vod_cta {
	color: #fff;
	vertical-align: middle
}

.vod_view_trailer_btn.recent_grid {
	background: 0 0;
	border: 2px solid #4bf;
	top: 62%;
	left: 34%;
	padding: 8px 11px
}

.vod_view_trailer_btn.recent_grid .play-icon {
	width: 14px;
	height: 14px
}

.vod_view_trailer_btn.recent_grid .play-icon svg {
	fill: #4bf
}

.vod_view_trailer_btn.recent_grid .vod_cta {
	color: #4bf
}

div.warning {
	margin-bottom: 0
}

.caution_player {
	height: 380px
}

.caution_player .caution_copy {
	padding-top: 90px
}

.featured_video_main_details_container {
	color: #9da2a8;
	font-weight: 400
}

.featured_video_main_details_container .featured_category_title {
	margin-bottom: 20px
}

.featured_video_main_details_container .featured_category_title:after, .featured_video_main_details_container .featured_category_title:before {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden
}

.featured_video_main_details_container .featured_category_title:after {
	clear: both
}

.featured_video_main_details_container .featured_category_title {
	zoom: 1
}

.featured_video_main_details_container .featured_category_title.vod {
	max-width: 240px;
	margin-bottom: 30px
}

@media only screen and (max-width: 48em) {
	.featured_video_main_details_container .featured_category_title {
		margin: 15px auto 10px
	}

	.featured_video_main_details_container .featured_category_title .category_icon {
		float: none;
		vertical-align: middle
	}

	.featured_video_main_details_container .featured_category_title .featured_category_id {
		display: inline-block;
		vertical-align: middle
	}

	.featured_video_main_details_container .featured_category_title.vod {
		max-width: 255px;
		margin: 25px auto 15px
	}
}

.featured_video_main_details_container .featured_category_id {
	color: #dfdfdf;
	font-weight: 400 !important
}

.featured_video_main_details_container .featured_category_id a {
	color: #4bf;
	font-weight: 400;
	line-height: 3.9em
}

.featured_video_main_details_container .featured_category_id a:hover {
	color: #11acff
}

.featured_video_main_details_container .title {
	margin-bottom: 15px;
	color: #fff
}

.featured_video_main_details_container .title a {
	font-size: 1.6rem;
	font-weight: 700;
	color: #fff;
	margin: 5px 0
}

.featured_video_main_details_container .title a:hover {
	color: #4bf
}

.featured_video_main_details_container .author {
	color: #fff
}

.featured_video_main_details_container .author a {
	color: #4bf
}

.featured_video_main_details_container .author a:hover {
	color: #11acff
}

.featured_video_main_details_container .bcf_thumbnail {
	float: left;
	width: 75px;
	height: 75px;
	position: relative;
	display: block;
	margin-right: 20px
}

.vod_social_links {
	margin-top: 1.25rem;
	padding: 0
}

.vod_social_links .social_icon {
	display: inline-block;
	margin-top: -.25rem;
	margin-right: .45rem;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: middle;
	text-indent: -1000em;
	overflow: hidden;
	float: left
}

.vod_social_links .social_icon.comments {
	background-image: url(../../../images_v6/icon_chat_bubbles_round7c6a.html?color=445566);
	width: 23px;
	height: 20px
}

.vod_social_links .social_icon.recommendation {
	background-image: url(../../../images_v6/icon_vod_recommend7c6a.html?color=445566);
	width: 24px;
	height: 21px;
	position: relative
}

.vod_social_links .count {
	color: #456;
	float: left;
	margin-right: 20px
}

.category_icon {
	background: url(../../images_v6/sprite_category-icons.html) no-repeat;
	display: inline-block;
	margin-right: 6px;
	float: left
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
	.category_icon {
		background-image: url(../../images_v6/sprite_category-icons%402x.html);
		background-size: 960px 856px
	}
}

.category_icon.animation {
	width: 40px;
	height: 49px;
	background-position: -100px -36px
}

.category_icon.art {
	width: 54px;
	height: 49px;
	background-position: -816px -469px
}

.category_icon.cameratechniques {
	width: 42px;
	height: 49px;
	background-position: -338px -36px
}

.category_icon.comedy {
	width: 42px;
	height: 49px;
	background-position: -823px -613px
}

.category_icon.documentary {
	width: 51px;
	height: 49px;
	background-position: -818px -37px
}

.category_icon.experimental {
	width: 38px;
	height: 49px;
	background-position: -98px -182px
}

.category_icon.fashion {
	width: 53px;
	height: 49px;
	background-position: -333px -180px
}

.category_icon.food {
	width: 50px;
	height: 49px;
	background-position: -818px -183px
}

.category_icon.instructionals {
	width: 27px;
	height: 49px;
	background-position: -346px -757px
}

.category_icon.music {
	width: 44px;
	height: 49px;
	background-position: -337px -325px
}

.category_icon.narrative {
	width: 30px;
	height: 49px;
	background-position: -828px -324px
}

.category_icon.personal {
	width: 43px;
	height: 49px;
	background-position: -822px -757px
}

.category_icon.sports {
	width: 43px;
	height: 50px;
	background-position: -96px -468px
}

.category_icon.talks {
	width: 51px;
	height: 49px;
	background-position: -334px -469px
}

.category_icon.journalism {
	width: 34px;
	height: 49px;
	background-position: -584px -324px
}

.category_icon.travel {
	width: 41px;
	height: 49px;
	background-position: -97px -614px
}

.category_sprite {
	background: url(../../images_v6/sprite_category-icons.html) no-repeat;
	display: inline-block;
	color: #fff;
	margin: auto
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
	.category_sprite {
		background-image: url(../../images_v6/sprite_category-icons%402x.html);
		background-size: 960px 856px
	}
}

.category_sprite.category_sprite_animation {
	width: 40px;
	height: 45px;
	background-position: -100px -40px
}

.category_sprite.category_sprite_art {
	width: 54px;
	height: 45px;
	background-position: -816px -471px
}

.category_sprite.category_sprite_comedy {
	width: 42px;
	height: 45px;
	background-position: -823px -616px
}

.category_sprite.category_sprite_documentary {
	width: 51px;
	height: 45px;
	background-position: -818px -39px
}

.category_sprite.category_sprite_experimental {
	width: 38px;
	height: 45px;
	background-position: -98px -183px
}

.category_sprite.category_sprite_fashion {
	width: 52px;
	height: 45px;
	background-position: -333px -183px
}

.category_sprite.category_sprite_food {
	width: 50px;
	height: 45px;
	background-position: -818px -183px
}

.category_sprite.category_sprite_instructionals {
	width: 27px;
	height: 45px;
	background-position: -346px -758px
}

.category_sprite.category_sprite_music {
	width: 44px;
	height: 45px;
	background-position: -337px -328px
}

.category_sprite.category_sprite_narrative {
	width: 30px;
	height: 45px;
	background-position: -828px -327px
}

.category_sprite.category_sprite_personal {
	width: 43px;
	height: 45px;
	background-position: -822px -760px
}

.category_sprite.category_sprite_journalism {
	width: 34px;
	height: 45px;
	background-position: -584px -327px
}

.category_sprite.category_sprite_sports {
	width: 43px;
	height: 45px;
	background-position: -96px -471px
}

.category_sprite.category_sprite_talks {
	width: 51px;
	height: 45px;
	background-position: -334px -472px
}

.category_sprite.category_sprite_cameratechniques {
	width: 42px;
	height: 45px;
	background-position: -338px -39px
}

.category_sprite.category_sprite_travel {
	width: 41px;
	height: 45px;
	background-position: -97px -617px
}

.thumb_special {
	position: relative;
	display: inline-block;
	width: 100%;
	background-color: #fff;
	border: 1px solid #e1e2e3;
	padding: 3px
}

.thumb_special a:active, .thumb_special a:hover {
	color: #4bf
}

.thumb_special img {
	display: block
}

.thumb_special.all_cat_grid {
	margin-bottom: 12px
}

.thumb_special .item_desc {
	text-align: center;
	color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .5);
	padding: 64px 4% 0
}

.thumb_special .item_desc p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.thumb_special .item_desc:active, .thumb_special .item_desc:hover {
	background-color: rgba(0, 0, 0, .8)
}

.thumb_special .item_desc:active p.meta, .thumb_special .item_desc:active p.title, .thumb_special .item_desc:hover p.meta, .thumb_special .item_desc:hover p.title {
	color: #4bf
}

.thumb_special .item_desc.all_cat_grid {
	padding: 18px 4% 0;
	top: 3px;
	bottom: 3px;
	left: 3px;
	right: 3px
}

.thumb_special .item_desc.all_cat_grid a {
	color: #fff !important
}

.thumb_special .item_desc p.title {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.8
}

.thumb_special .item_desc p.meta {
	font-weight: 400;
	margin-top: 5px
}

.category_cell_title_link {
	display: block
}

.category_cell_title_link:active .item_desc, .category_cell_title_link:hover .item_desc {
	color: #4bf;
	background-color: rgba(0, 0, 0, .8)
}

.category_cell_title_link:active .item_desc p.meta, .category_cell_title_link:active .item_desc p.title, .category_cell_title_link:hover .item_desc p.meta, .category_cell_title_link:hover .item_desc p.title {
	color: #4bf
}

[class*=column] + [class*=column]:last-child {
	float: left
}

@media (min-width: 20rem) and (max-width: 55.625rem) {
	.item_desc i {
		display: none
	}
}

@media (min-width: 35rem) and (max-width: 48rem) {
	.item_desc p {
		margin-top: 40px
	}
}

.category_container .loading_div {
	display: none;
	clear: both;
	padding: 50px 0;
	margin-bottom: 40px
}

.category_container .pagination {
	overflow: inherit
}

.category_container .pagination h3.loading {
	padding-top: 0
}

.category_container_clips .bottom_row {
	margin-top: 12px
}

.category_container_clips .bottom_row.middle {
	margin-bottom: 12px
}

.more_categories_div {
	display: inline-block
}

.get_more_categories_link {
	font-size: 22px;
	padding: 30px 30px 30px 20px;
	margin-top: 10px;
	margin-bottom: 30px;
	clear: both;
	display: block;
	border-top: 1px dotted #d3d3d3
}

#category_specific_navigation {
	margin: auto;
	max-width: 960px;
	padding-bottom: 25px;
	z-index: 1
}

#category_specific_navigation select {
	display: none
}

#category_specific_navigation li {
	float: left;
	height: 42px
}

#category_specific_navigation li .category_button {
	color: #fff;
	border: solid #fff 1px;
	display: inline-block;
	padding: 5px 20px;
	border-radius: 5px;
	margin: 5px;
	font-weight: 400
}

#category_specific_navigation li .category_button:hover {
	border: solid #4bf 1px;
	background-color: #4bf
}

#category_specific_navigation li .category_button.active {
	background-color: #fff;
	color: #4bf
}

#category_specific_navigation li .category_button.active:hover {
	border: solid #4bf 1px;
	background-color: #4bf;
	color: #fff
}

#category_specific_navigation li .category_button.categories_browse {
	color: #123;
	border: solid #123 1px
}

#category_specific_navigation li .category_button.categories_browse.active, #category_specific_navigation li .category_button.categories_browse.active:hover, #category_specific_navigation li .category_button.categories_browse:hover {
	border: solid #4bf 1px;
	background-color: #4bf;
	color: #fff
}

div.categories_browse_nav {
	margin-bottom: 25px
}

@media only screen and (max-width: 30em) {
	#category_specific_navigation select {
		display: inline-block
	}

	#category_specific_navigation ul {
		display: none
	}
}

.recent_videos_grid .category_feature_bg {
	background-color: #000;
	overflow: hidden;
	width: 100%
}

.stacked_thumbs {
	margin-bottom: 12px
}

.item_description {
	opacity: 0;
	background-color: rgba(0, 0, 0, .5);
	padding: 17% 2%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center
}

.item_description.vod_poster {
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px
}

.item_description p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: .9
}

.item_description p span {
	text-overflow: ellipsis
}

.item_description.small_thumb {
	padding: 10% 2%
}

.item_description.small_thumb .vod_view_trailer_btn {
	left: 20%
}

.item_description .btn:hover {
	color: #fff;
	background: 0 0;
	border: 2px solid #fff
}

.item_description .btn:hover svg {
	fill: #fff
}

.item_description .btn:hover .vod_cta {
	color: #fff
}

.CTA_more_from_category {
	margin: 40px auto 0
}

.CTA_more_from_category a {
	color: #fff
}

@media (min-width: 36.25rem) and (max-width: 48rem) {
	.item_description.small_thumb {
		padding: 14% 2%
	}

	.item_description.small_thumb .thumbnail_data.small {
		font-size: 1rem
	}

	.item_description.small_thumb div {
		display: inline-block
	}
}

@media only screen and (max-width: 48em) {
	.category_container_clips .top_row {
		margin-bottom: 12px
	}

	.category_container_clips .bottom_row {
		margin-top: 0
	}

	.category_container_clips .bottom_row.final {
		margin-top: 12px
	}

	.CTA_more_from_category .btn_lg {
		font-size: .8rem
	}
}

@media only screen and (max-width: 48em) {
	.large_thumb {
		margin-bottom: 12px
	}
}

.sponsor_header {
	margin: 0 auto 20px 0;
	text-align: center;
	vertical-align: middle
}

.sponsor_header .logo {
	vertical-align: middle
}

.sponsor_horizontal_ad {
	max-width: 970px;
	margin: auto
}

.sponsor_horizontal_ad div div {
	min-height: 70px
}

.sponsor_horizontal_ad .gpt_ad {
	margin-bottom: 0
}

.vod_category_bundle {
	margin-top: 20px
}

.vod_category_bundle h3 {
	margin-left: 15px
}

.vod_category_bundle h3 a {
	color: #4bf
}

.vod_category_bundle h3 a:hover {
	color: #11acff
}

.vod_category_bundle a {
	display: inline-block;
	position: relative;
	overflow: hidden
}

.vod_category_bundle .btn_vod {
	position: absolute;
	top: 44%;
	left: 9%
}

.vod_category_bundle:hover .btn_vod {
	display: block
}

.vod_category_bundle .full_container {
	display: inline-block;
	margin-bottom: 20px
}

@media only screen and (max-width: 48em) {
	.vod_category_bundle .item_description {
		display: none
	}
}

@media only screen and (min-width: 48.063em) {
	.vod_category_bundle .full_container {
		width: 100%
	}
}

.channel_block, .groups_block {
	margin-bottom: 40px
}

.channel_block img, .groups_block img {
	width: 100%
}

.channel_block .item_description, .groups_block .item_description {
	opacity: 1;
	padding: 21% 2%
}

.channel_block .item_description .thumbnail_data, .groups_block .item_description .thumbnail_data {
	font-size: 1rem
}

.channel_block .item_description .thumbnail_data .author, .groups_block .item_description .thumbnail_data .author {
	color: #fff;
	font-weight: 400
}

.collection_link {
	font-size: 12px;
	margin-left: 10px;
	line-height: 34px;
	color: #4bf
}

@media only screen and (max-width: 48em) {
	.channel_group, .group_group {
		margin-bottom: 12px
	}
}

@media (min-width: 37.5rem) and (max-width: 48rem) {
	.channel_group, .group_group {
		max-width: 33%
	}

	.channel_group .thumbnail_data span, .group_group .thumbnail_data span {
		display: none
	}
}

.preview_channel, .preview_group, .preview_vod {
	display: inline-block
}

.comment_add{
	color: #777777;font-weight:500;border: 0px solid;float: right;padding:5px;cursor:pointer;
}




@media (max-width: 767px) {
	.pager_wrapper {
		border-bottom: 1px solid #e1e2e3;
		margin: 0px auto!important;
		padding: 15px auto
	}
}