.player {
	background-color: black;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	position: relative;
	margin: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.player-wrapper {
	border: 1px #333 solid;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;	
}

.player-wrapper-fullscreen {
	border: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100% !important;
	width: 100% !important;
}


/*
	Controlbar
*/

.player .controlbar {
	background-color: #151515;
	background: linear-gradient(to top, #212121, #121212);
	background: -webkit-linear-gradient(90deg, #121212 0%, #212121 100%) repeat scroll 0 0 transparent;
	background: -moz-linear-gradient(90deg, #121212 0%, #212121 100%) repeat scroll 0 0 transparent;
	background: -ms-linear-gradient(90deg, #121212 0%, #212121 100%) repeat scroll 0 0 transparent;
	background: -o-linear-gradient(90deg, #121212 0%, #212121 100%) repeat scroll 0 0 transparent;   
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 40px;
}

.player .controlbar .glyphicon {
	color: #ffffff;
	font-size: 24px;
}

.player .controlbar-button {
	background: url('player.png');
	cursor: pointer;
	position: absolute;
	width: 30px;
	height: 30px;
	top: 5px;
}

.player .controlbar-play {
	background-position: -0px -10px;
	left: 10px;
}

.player .controlbar-pause {
	background-position: -30px -10px;
	left: 10px;
}

.player .controlbar-favorite {
	background-position: -300px -10px;
	right: 200px;
}

.player .controlbar-favorite.active {
	background-position: -300px -40px;
	right: 200px;
}

.player .controlbar-mute {
	background-position: -180px -10px;
	right: 60px;
}

.player .controlbar-muted {
	background-position: -210px -10px;
	right: 60px;
}

.player .controlbar-fullscreen {
	background-position: -240px -10px;
	right: 10px;
}

.player .controlbar-exitfullscreen {
	background-position: -270px -10px;
	right: 10px;
}

.player .controlbar-formats {
	position: absolute;
	text-align: right;
	height: 30px;
	right: 100px;
}

.player .controlbar-240p {
	position: relative;
	background-position: -60px -10px;
	display: inline-block;
	margin-right: 10px;
}

.player .controlbar-240p.active {
	background-position: -60px -40px;
}

.player .controlbar-360p {
	position: relative;
	background-position: -90px -10px;
	display: inline-block;
	margin-right: 10px;
}

.player .controlbar-360p.active {
	background-position: -90px -40px;
}

.player .controlbar-480p {
	position: relative;
	background-position: -120px -10px;
	display: inline-block;
	margin-right: 10px;
}

.player .controlbar-480p.active {
	background-position: -120px -40px;
}

.player .controlbar-720p {
	position: relative;
	background-position: -150px -10px;
	display: inline-block;
	margin-right: 10px;
}

.player .controlbar-720p.active {
	background-position: -150px -40px;
}


/*
	Progressbar
*/

.player .progressbar {
	background: #999999;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 40px;
	height: 10px;	
}

.player .progressbar .progressbar-progress {
	background: url('player.png');
	position: absolute;
	left: 0px;
	top: 0px;
	width: 0%;
	height: 10px;
}

.player .progressbar .progressbar-started {
	background: none;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 10px;
	width: 8px;
}

.player .progressbar .progressbar-started.active {
	background: url('player.png');
}

.player .progressbar .progressbar-ended {
	background: none;
	position: absolute;
	right: 0px;
	top: 0px;
	height: 10px;
	width: 8px;
}

.player .progressbar .progressbar-ended.active {
	background: url('player.png');
}

.player .progressbar .progressbar-track {
	border-radius: 3px;
	position: absolute;
	left: 8px;
	right: 8px;
	top: 0px;
	height: 10px;	
}

.player .progressbar .progressbar-button {
	background: url('player.png');
	background-position: -330px -10px;
	border-radius: 20px;
	position: absolute;
	top: 0px;
	left: 0%;
	margin-left: -8px;
	margin-top: -3px;
	height: 16px;
	width: 16px;
	z-index: 1000;
}

.player .progressbar .progressbar-tooltip {
	background-color: #222222;
	display: none;
	position: absolute;
	top: -88px;
	width: 128px;
	height: 88px;
}

.player .progressbar .progressbar-thumbnail {
	background-position: 0px 0px;
	position: absolute;
	top: 4px;
	left: 4px;
	width: 120px;
	height: 80px;
}

.player .progressbar .progressbar-time {
	background-color: rgba(0, 0, 0, .3);
	color: #ffffff;
	position: absolute;
	font-size: 12px;
	line-height: 15px;
	padding-top: 1px;
	margin-left: -20px;
	text-align: center;
	bottom: 5px;
	left: 50%;
	width: 40px;
	height: 15px;
}


/*
	Banner billedet
*/

.player .banner {
	background: black;
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 30px;
}

.player .banner img {
	border: 0;
	width: 100%;
}

.player .banner .banner-countdown {
	position: absolute;
	background: #222222;;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	line-height: 30px;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 30px;
}


/*
	Poster billedet
*/

.player .poster {
	background: black;
	cursor: pointer;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 30px;
	overflow: hidden;
}

.player .poster img {
	border: 0;
	width: 100%;
}

.player .poster .poster-play {
	background: url('play.png');
	position: absolute;
	width: 150px;
	height: 100px;
	left: 50%;
	top: 50%;
	margin-left: -75px;
	margin-top: -50px;
}

.player .vjs-control-bar {
	display: none;
}


/*
	Mobile stylsne
*/

.player-mobile video {
	width: 100%;
	height: 100%;
}

.player-mobile .banner {
	bottom: 0px;
}

.player-mobile .poster {
	bottom: 0px;
}
