/*
	Simple Video Player (svPlayer)
	Simple implementation of a HTML5 video player for WordPress style css file
	Version: 1.4
	Author: ThemeSpartans

*/
/**************************************************************************/
/* Video player Font face */
@font-face{
	font-family:ubuntu-titling;
	src:url(//creativesolutions.guj.de/MCSBuebchen/wp-content/plugins/svPlayerPlugin/fonts/UbuntuTitling-Bold.ttf);
}
/*Video player layer and wrapper*/
.sv_container{
	width:auto;
	height:auto;
	display:block;
	position:relative;
	overflow: hidden;
}
#svplayer {
	display: block;
	height: auto;
	width: 100%;
	position: relative;
	font-family: ubuntu-titling;
	opacity: 0;
	background-color: #000000;
}
#svplayer canvas{
	width: 100%;
	height: 100%;
	display: block;
}
#svplayer #sv_videoWrap {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 0;
	font-size: 0;
	display:inline-block;
	vertical-align: top;
}
#svplayer #knobSlider_svplayer{
	width: auto;
	height: auto;
	max-height: 200px;
	max-width: 200px;
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	opacity: 0;
	transition: top .5s ease-in-out,left .5s ease-in-out,opacity .5s ease-in-out;
	-webkit-transition: top .5s ease-in-out,left .5s ease-in-out,opacity .5s ease-in-out;
	background-color: rgba(0,0,0,0.30);
	display: block;
	padding: 5px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;	
	border-radius: 50%;
}
#svplayer #playPauseMain{
	width: 100px;
	height: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -50px;
	margin-top: -50px;
	cursor: pointer;
}
#svplayer #playPauseMain #timerbar {
	height: 10px;
	width: 100px;
	display: block;
	font-size: 14px;
	line-height: 10px;
	color: #ffffff;
	position: absolute;
	bottom: 0px;
	z-index: 0;
	text-align: center;
}
/*Video player video*/
#svplayer #sv_videoWrap video {
	width: 100%;
	height: auto;
	position: relative;
	background-color: transparent !important;
	z-index: 0;
	display:block;
}
/*Video player controls header and list*/
#svplayer #sv_header {
	width: auto;
	position: absolute;
	white-space: nowrap;
	overflow: hidden;
	z-index: 2;
	background-color: rgba(0,0,0,0.60);
	height: auto;
	top: 5px;
	right: 5px;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	border-radius: 5px;
	padding: 5px;
	opacity: 0;
}
#svplayer #sv_controls {
	width: auto;
	position: absolute;
	overflow: hidden;
	white-space: nowrap;
	z-index: 2;
	background-color: rgba(0,0,0,0.60);
	height: auto;
	top: 5px;
	left: 5px;
	border-radius: 5px;
	padding: 5px;
	opacity: 0;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}
#svplayer #sv_controls #open{
	width:auto;	
	height:25px;
	float:left;
	display:none;
}
#svplayer #sv_header #open{
	width:auto;	
	height:25px;
	float:right;
	display:none;
}
#svplayer .selectedTumb{
	-webkit-box-shadow: 0px 0px 0px 3px #cc181e;
	box-shadow: 0px 0px 0px 3px #cc181e;
}
#svplayer #sv_controls #plasyPause {
	width: 25px;
	height: 25px;
	display: inline-block;
	position: relative;
	z-index: 0;	
}
#svplayer #sv_controls #soundSpaker {
	width: 25px;
	height: 25px;
	display: inline-block;
	z-index: 0;
	position: relative;
}
#svplayer #sv_controls #fullscreen {
	width: 25px;
	height: 25px;
	display: inline-block;
	z-index: 0;
	position: relative;	
}
#svplayer #sv_controls #list {
	width: 25px;
	height: 25px;
	display: inline-block;
	z-index: 0;
	position: relative;
	float:left;
}
#svplayer #sv_controls #replay {
	width: 25px;
	height: 25px;
	display: inline-block;
	z-index: 0;
	position: relative;
}
#svplayer #sv_videoTitle {
	width: auto;
	height: 25px;
	position: relative;
	display: inline-block;
	font-size: 14px;
	text-align: left;
	color: #ffffff;
	line-height: 25px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
}
/*Buttons default and selected styles*/
#svplayer #default {
	width: 25px;
	height: 25px;
	position: absolute;
}
#svplayer #selected {
	width: 25px;
	height: 25px;
	position: absolute;
	display: none;
}
/*Social buttons*/
#svplayer #social_button{
	width: 25px;
	height: 25px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	float: right;
}
#svplayer #shareTwitter{
	width: 25px;
	height: 25px;
	display: inline-block;
	position: relative;
	cursor: pointer;
}
#svplayer #shareFacebook{
	width: 25px;
	height: 25px;
	display: inline-block;
	position: relative;
	cursor: pointer;
}
#svplayer #shareGoogle{
	width: 25px;
	height: 25px;
	display: inline-block;
	position: relative;
	cursor: pointer;
}
#svplayer #errorPlayer {
	font-size: 16px;
	color: #414141;
	text-align: center;
}
/*Full screen styles*/
#svplayer:-webkit-full-screen {
	left: 0px;
	top: 0px;
	min-width: 100%;
	min-height: 100%;
	display:table;
	z-index:99999;
}  
#svplayer:-ms-fullscreen{
	min-width:100%;
	min-height:100%;
	display:table;
	z-index:99999;
}
#svplayer:-ms-fullscreen #fullscreen #default{
	display: none;
}
#svplayer:-ms-fullscreen #fullscreen #selected{
	display: block;
}
#svplayer:fullscreen{
	min-height:100%;
	display:table;
	z-index:99999;
}
#svplayer:-moz-full-screen{
	min-height:100%;
	display:table;
	z-index:99999;
}
#svplayer:-moz-full-screen #sv_videoWrap{
	display:table-cell;
	vertical-align:middle;
}
#svplayer:-webkit-full-screen #sv_videoWrap{
	display:table-cell;
	vertical-align:middle;
}
#svplayer:fullscreen #sv_videoWrap{
	display:table-cell;
	vertical-align:middle;
}
#svplayer:-ms-fullscreen #sv_videoWrap{
	display:table-cell;
	vertical-align:middle;
}
/*Svg styles and colors*/
#svplayer svg {
	width: 25px;
	height: 25px;
	cursor: pointer;
}
#svplayer svg path {
	fill: rgba(255,255,255,0.65);
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}
#svplayer svg:hover path {
	fill: rgba(255,255,255,1);;
}
#svplayer .clicked svg path{
	fill: rgba(255,255,255,1);;
}
#svplayer #playPauseMain svg{
	width:100px;
	height:100px;
}
#svplayer #shareGoogle svg:hover path {
	fill: #dd4b39;
}
#svplayer #shareFacebook svg:hover path {
	fill: #3B5998;
}
#svplayer #shareTwitter svg:hover path {
	fill: #00aced;
}
/*Preloader video*/
.svplayer_preloader{
	display:inline-block;
}
.svplayer_preloader .svplayer_dot{
	display:inline-block;
	width:10px;
	height:10px;
	border-radius:50%;
	background-color:#cc181e;
	transform-origin: 50% 50%;
}
.svplayer_preloader .svplayer_dot1{
	-webkit-animation: preloading 0.3s ease-in-out infinite alternate;
	 animation: preloading 0.3s ease-in-out infinite alternate; 
	 -webkit-transform: scale(1);
	 transform: scale(1);
}
.svplayer_preloader .svplayer_dot2{
	-webkit-animation: preloading 0.3s ease-in-out infinite alternate;
	animation: preloading 0.3s ease-in-out infinite alternate;
	-webkit-transform: scale(1);
	transform: scale(1);
    -webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.svplayer_preloader .svplayer_dot3{
	animation: preloading 0.3s ease-in-out infinite alternate;
	-webkit-animation: preloading 0.3s ease-in-out infinite alternate;
	-webkit-transform: scale(1);
	transform: scale(1);	
    -webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
@-webkit-keyframes preloading{
  to{    
	-webkit-transform: scale(0);
	transform: scale(0);
  }
}
@keyframes preloading{
  to{    
	-webkit-transform: scale(0);
	transform: scale(0);
  }
}