/*
videos
*/


.video-slider
{
	border-top: 1px solid rgba(0, 0, 0, 0.12);
	position:relative;
	display:block;
	overflow: visible;
    padding-top: 34px;
	padding-bottom: 28px;
	margin:0 auto;
	clear:both;
}
.video-slider .video
{
	display:block;
}
.video-slider .video .header
{
	padding: 0 100px;
	overflow: hidden;
	text-align:left;
	display:block;
}
.video-slider .video .header h2
{
	margin: 0;
}
.video-slider .video .title
{
	/*
	line-height: 1.25em;
	*/
	margin-top:-4px;
	display:block;
}
.video-slider .video .slides
{
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	padding: 0 100px 0 88px;
	position:relative;
	display:block;
	margin: 0;
}
.video-slider .video .slides .peek
{
	height:80%;
	margin-top:12px;
	right:99px;
	background-image: radial-gradient(at 100% 50% , rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 75%);
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	bottom: 0;
	content: "";
	height: 95%;
	margin-top: -24px;
	opacity: 0;
	position: absolute;
	right: 59px;
	top: 0;
	transition: opacity 300ms ease 0s;
	width: 5px !important;
	z-index: 2;
}
.video-slider .video .slides ol,
.video-slider .video .slides ul,
.video-slider .video .slides li
{
	margin: 0;
	padding: 0;
	list-style: none outside none;
}
.video-slider .video .slides-container
{
	overflow: hidden;
	position:relative;
	z-index:1;
	display: block;
	text-align:left;
}
.video-slider .video .slides ol
{
	/*
	overflow: hidden;
	z-index:1;
	text-align:left;
	*/
	position:relative;
	display: block;
	width:10000px;
	height: 150px;
}
.video-slider .video .slides ol>li.peek-thumbs-group
{
	/*
	display: block;
	left: 0;
	opacity: 1;
	position: relative;
	top: 0;
	transform: translate3d(0%, 0px, 0px);
	transition-delay: 0ms, 0ms;
	transition-duration: 500ms, 0ms;
	transition-property: transform, visibility;
	visibility: visible;
	width: 93.6754%;
	*/
}
.video-slider .video .slides ul.cols-3
{
	display: block;
	width:10000px;
	text-align:left;
}
.video-slider .video .slides ol .col,
.video-slider .video .slides ul.cols-3 > .col
{
	/*
	width: 33.3%;
	width: 32%;
	width:237px;
	width:261px;
	*/
	margin-right:24px;
	padding: 0;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	display: inline-block;
	vertical-align: top;
}
.video-slider .video .slides .aspect
{
	position:relative;
	display:block;
	width:237px;
	padding-bottom: 56.25%;
	background:black;
}
.video-slider .video .slides .aspect .thumb-img,
.video-slider .video .slides .aspect img.thumb
{
	position:absolute;
	border: 0 none;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}
.video-slider .video .slides .aspect span.thumb-title
{
	display: block;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	top:0;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 56%, rgba(0,0,0,0.7) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(56%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.7))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 56%, rgba(0,0,0,0.7) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 56%, rgba(0,0,0,0.7) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 56%, rgba(0,0,0,0.7) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 56%, rgba(0,0,0,0.7) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 ); /* IE6-9 */
}
.video-slider .video .slides .aspect h3
{
	position:absolute;
	bottom:6px;
	left:8px;
	right:50px;
	color:white;
	text-shadow: 0 1px 0 rgba(0,0,0,0.7);
	line-height:1em;
	font-size:80%;
	margin:0;
	padding:0;
}
.video-slider .video .slides .aspect .thumb-icon
{
	position:absolute;
	bottom:2px;
	right:10px;
	width:42px;
	height:42px;
	background-image: url(../media/images/videos/video-icon.png);
	opacity:0.75;
}
.video-slider .video .slides a .aspect .thumb-img,
.video-slider .video .slides a .aspect img.thumb,
.video-slider .video .slides a .aspect .thumb-icon
{
	-ms-transition-duration: 200ms;
	-moz-transition-duration: 200ms;
	-webkit-transition-duration: 200ms;
	-o-transition-duration: 200ms;
	transition-duration: 200ms;
	-ms-transition-property: opacity;
	-moz-transition-property: opacity;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}
.video-slider .video .slides a:hover .aspect .thumb-img,
.video-slider .video .slides a:hover .aspect img.thumb
{
	opacity:0.7;
}
.video-slider .video .slides a:hover .aspect .thumb-icon
{
	opacity:1;
}
.video-slider .video .slides .aspect .badge
{
	width:60px;
	position:absolute;
	top:6px;
	right:10px;
}
.video-slider .video .slides .aspect h4,
.video-slider .video .slides .aspect time
{
	display:none;
}
a.thumb-box
{
	display: block;
	position: relative;
	transform: translate3d(0px, 0px, 0px);
	transition-duration: 100ms;
	transition-property: transform;
	z-index: 1;
}
/*
.thumb-box:after
{
	background-color: rgba(0, 0, 0, 0);
	background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, #000000);
	bottom: 0;
	box-shadow: 0 1px 0 #000000;
	content: "";
	display: block;
	height: 40%;
	left: 0;
	position: absolute;
	right: 0;
}
*/
.duplicate-title
{
	display:none;
}

#video-container .playlist button,
.video-slider .slider-arrow
	{
	background-color: #1E91EA !important;
	border-radius: 6px !important;
	box-shadow: 0 1px 0 1px rgba(255, 255, 255, 0.4) inset !important;
	height: 80px !important;
	opacity: 1 !important;
	width: 36px !important;
	
	background-repeat: no-repeat !important;
	cursor: pointer !important;
	display: block !important;
	position: absolute !important;
	top: 20px !important;
	/*
	top: 50%;
	margin-top: -52px;
	*/
}
#video-container .playlist button.advance,
.video-slider .slider-arrow.next
{
	background-image: url("//a.dilcdn.com/a/slider_arrow_rounded_next-34f34f6d6a3e.png") !important;
	background-position: 10px center !important;
	background-size: 18px 28px !important;
	right: 34px !important;
}
#video-container .playlist button.advance
{
	right: 0px !important;
}
.video-slider .slider-arrow.next
{
	right: 34px !important;
}
#video-container .horizontal.layout.XL.scripted ul.list,
#video-container .horizontal.layout.XL.scripted ol.list,
#video-container .horizontal.layout.XL.scripted ol.navigation
{
	width:696px !important;
	margin-left:36px !important;
}

.horizontal.layout.XL li {
    padding: 5px 7px !important;
	border:none !important;
	cursor:pointer;
}
.horizontal.layout.XL li .description
{
    height: 70px !important;
    width: 140px !important;
	left: 7px !important;
}
.horizontal.layout.XL li .duration,
#video-container li .duration
{
	display:none;
}
.horizontal.layout.XL.scripted ol.navigation li,
#video-container ol.navigation li
{
	background-image: url("../media/images/videos/pagination.png") !important;
    background-position: 0px 0px !important;
    height: 24px !important;
    width: 24px !important;
	cursor:pointer;
}
.horizontal.layout.XL.scripted ol.navigation li.selected,
.horizontal.layout.XL.scripted ol.navigation li.hover,
#video-container ol.navigation li.selected,
#video-container ol.navigation li.hover
{
    background-position: 0px -24px !important;
}

.layout li.hover,
.layout button.hover,
.layout .video.selected
{
	background-color:white !important; /* Old browsers */
	background: #70c5ee; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyMCUiIHN0b3AtY29sb3I9IiM3MGM1ZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI4MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #70c5ee 20%, #ffffff 80%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#70c5ee), color-stop(80%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #70c5ee 20%,#ffffff 80%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #70c5ee 20%,#ffffff 80%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #70c5ee 20%,#ffffff 80%); /* IE10+ */
	background: linear-gradient(to bottom,  #70c5ee 20%,#ffffff 80%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70c5ee', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
	border-radius:8px;

}
#fw_300x60
{
	display:block;
	/*
	width:300px;
	height:250px;
	background-color:rgba(0,0,0,0.2);
	position:absolute;
	*/
}
#section-video-player #fw_300x60
{
	position:absolute;
	top:0px;
}
.playlist {
	font-family: 'Matterhorn', 'Trebuchet MS', 'Arial', 'Helvetica', 'Tahoma', sans-serif !important;
}
#video-container .horizontal.layout.playlist .thumbnail
{
	border:none;
}
#section-video-player .horizontal.layout.playlist h3 {
    /*
	font-size: 1em;
    margin: auto;
    width: auto;
	*/
}


#video-container .playlist button.reverse,
.video-slider .slider-arrow.prev
{
	background-image: url("//a.dilcdn.com/a/slider_arrow_rounded_prev-009505ff9c57.png") !important;
	background-position: 8px center !important;
	background-size: 18px 28px !important;
	left: 34px !important;
}
.video-slider .slider-arrow.prev
{
	left: 34px !important;
}
#video-container .playlist button.reverse
{
	left: 0px !important;
}
.video-slider .slider-arrow.disabled
{
	cursor:default;
	opacity:0.25;
}

#section-video-player .header h3
{
	text-align:left;
	width:768px;
	margin:0.5em auto;
	font-size:1.5em;
}
#section-video-player #video-container
{
	position:relative;
	/* XL : {width:'768', height:'432'} */
	width:768px;
	height:612px;
	/* L : {width:'640', height:'360'} */
	/* M : {width:'512', height:'288'} */
	/* S : {width:'384', height:'216'} */
	/* XS : {width:'256', height:'144'} */
	margin: 0 auto 32px auto;
}

#modal-window #video-player-container
{
    left: 50%;
    margin-left: -384px;
    margin-top: -216px;
    position: absolute;
    top: 50%;
}
#vevoPlayer #fw_300x60
{
	background:black;
	width:300px;
	height:relative;
	position:relative;
	text-align:center;
}

#playerHTML5 .ad-notification
{
	display:none;
}



					
/*
section.photo-gallery #thumbs-container li.launches-modal img
{
	position:absolute;
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
	left:50%;
	margin-left:-50%;
}
*/
@media (min-width: 768px)
{
section.video-gallery .playlist-featured .video-box
{
	float:left;
}
}
@media (min-width: 1025px)
{
section.video-gallery .playlist-featured .header
{
	margin: 0 320px 24px 412px;
}
section.video-gallery .playlist-featured
{
	padding-left:42px;
}
}
@media (max-width: 1024px)
{
section.video-gallery .playlist-featured
{
	padding-left:16px;
}
}
@media (max-width: 767px)
{
section.photo-gallery .gallery-featured .header,
section.photo-gallery .gallery-header .header
{
	margin-right: 30px;
}
section.photo-gallery .gallery-std .header
{
	margin: 0 12px 0 24px;
}
}
@media (min-width: 768px) and (max-width: 1024px)
{
section.video-gallery .playlist-featured .header
{
	clear:both;
}
section.photo-gallery .gallery-std .header
{
	margin: 0 12px 0 24px;
}
section.photo-gallery #thumbs-container li.launches-modal
{
	width:32%;
}
}
@media (max-width: 767px)
{
section.photo-gallery .gallery-std .header
{
	margin: 0 4px 0 16px;
}
section.photo-gallery #thumbs-container li.launches-modal
{
	width:48%;
}
}
