#video-css { /* Hack to know when CSS is loaded. Do not remove. */
	top: 1px;
}

#page-video {
	padding: 75px 0;
	background-image: url("assets/background.jpg");
	background-size: 320px 513px;
	background-repeat: no-repeat;
	height: 360px;
}

#video-player_player_layout {
	-webkit-transform: scale(0.915);
	-webkit-transform-origin: 0 0;
	-moz-transform: scale(0.915);
	-moz-transform-origin: 0 0;
	transform: scale(0.915);
	transform-origin: 0 0;
}

#video-player {
	width: 100%;
}

#video-player .playlist {
	font-family: 'Matterhorn', Arial;

}

#video-player .playlist h1, #video-player .playlist h2, #video-player .playlist h3 {
	font-family: 'Matterhorn', Arial;
	font-weight: 400;
}

#video-player .playlist .thumbnail {
	border: 1px #78B4D6 solid;
}

#video-player .horizontal.layout.S {
	width: 320px;
	height: 150px;
	top: 180px;
	background: #50c9f5; /* Old browsers */
	background: -moz-linear-gradient(top, #50c9f5 0%, #213f7b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#50c9f5), color-stop(100%,#213f7b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #50c9f5 0%,#213f7b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #50c9f5 0%,#213f7b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #50c9f5 0%,#213f7b 100%); /* IE10+ */
	background: linear-gradient(to bottom, #50c9f5 0%,#213f7b 100%); /* W3C */
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3), inset 0px 1px 2px rgba(0,0,0,0.4);
}

#video-player .horizontal.layout.S.scripted button {
	height: 184px;
	width: 36px;
	background-position: center;
}

#video-player .horizontal.layout.S button.advance {
	background-image: url("assets/horizontal-advance.png");
	display: none;
}

#video-player .horizontal.layout.S button.reverse {
	background-image: url("assets/horizontal-reverse.png");
	display: none;
}

#video-player .horizontal.layout.S button.hover {
	background-color: rgba(10, 21, 43, 0.5);
}

#video-player .horizontal.layout.S li {
	width: 82px;
	height: 83px;
	padding: 5px 6px;
	border: none;
	background: url("assets/vertical-bar.png") no-repeat right top;
	background-size: 1px 92px;
}

#video-player .horizontal.layout.S li:last-child {
	background: none;
}

#video-player .horizontal.layout.S .alternativeHeadline {
	display: none;
}

#video-player .horizontal.layout.S ol.navigation {
	width: 100%;
	left: 0;
	height: 27px;
	top: 114px;
}

.horizontal.layout.S.scripted ul.list {
	width: 282px !important;
}

#video-player .horizontal.layout.S ol.navigation li {
	padding: 0;
	width: 27px;
	height: 27px;
	background: url("../../m/global/assets/footer/promo-icons.png") no-repeat;
	background-size: 54px 27px;
	background-position: -27px 0;
}

#video-player .horizontal.layout.S ol.navigation li.selected {
	background-position: 0 0;
}

#video-player .horizontal.layout.S ul.list {
	height: 95px;
	top: 15px;
	left: 18px;
	/* width: 568px; */
}

#video-player .horizontal.layout.S ul.list li.video a {
	color: #d0f1ff;
}

#video-player .horizontal.layout.S ul.list li.video.selected a {
	color: #fff;
}

#video-player .horizontal.layout.S ul.list li.video.selected, #video-player .horizontal.layout.S ul.list li.video.hover {
	background-color: rgba(10, 21, 43, 0.5);
	box-shadow: inset 0px 1px 2px rgba(0,0,0,0.4);
}

#video-player .horizontal.layout.S ul.list li.video h3.name {
	font-size: 11px;
	line-height: 12px;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

#video-player .horizontal.layout.S ul.list li.video span.duration, #video-player .horizontal.layout.S ul.list li.video span.description {
	display: none;
}