.shareOverlay {
	font-size: 18px!important;
	color: #ffffff;
	position: absolute;
	padding: 10px!important;
	font-family: arial,_sans!important;		
	width: 90%;
	padding: 5%!important;
}
.shareOverlay small {
	font-size: 12px;
}
#share {
	position:absolute;
	top:0;
	left:0;
	z-index: 999;
	background: rgba(30, 30, 30, 0.8);
	width: 100%;
	height: 100%;
}
#shareClose {
	float:right;
	margin-right:10px;
	color:#FFFFFF!important;
	font-size: 20px;
	font-weight:bold;
	text-decoration: none;
}
.shareOverlay h2 {
	font-size:20px!important;
	color:#FFFFFF!important;
	line-height: 24px;
}
#shareEmbed {
	width: 100%;
}
.shareCode{
	color:#FFFFFF!important;
	font-size:12px;
}
.shareIcons {
	margin-top: 20px!important;
}
.shareIcons li {
	float:left;
	margin-right:10px!important;
	list-style-type:none;
}
.shareIcons li img {
	width:35px;
}
.f-left{
	float: left;
}
.f-right {
	float: right;
}

.slideOverlay {
	font-size: 18px!important;
	color: #ffffff;
	position: absolute;
	font-family: arial,_sans!important;		
	width: 100%;
	overflow-y: hidden;
	overflow-x:hidden;
}
.slideOverlay small {
	font-size: 12px;
}
#slide {
	position:absolute;
	top:0;
	left:0;
	z-index: 999;
	background: rgba(30, 30, 30, 1);
	width: 100%!important;
	height: 100%;
	z-index:9;
}
.jwcontrolbar {
	z-index:999!important;
}
#slideClose {
	float:right;
	margin-right:10px;
	color:#FFFFFF!important;
	font-size: 20px;
	font-weight:bold;
	text-decoration: none;
}

@media (max-width: 479px) {
  .embed {
    display: none;
  }
}
/* ----------
   DELAYBAR 
------------ */
/*
#delaybar {
	width: 100px;
	height: 5px;
	background-color:#999;
	padding:8px;
}

#bar {
    width:100px;
    height:3px;
    position:relative;
	cursor:pointer;
	line-height: 10px!important;
	background-color:#9e9e9e;
}

#current {
    width:0%;
    height:100%;
    background-color:#ddd;
    top:0px;
    left:0px;
    position:absolute;
	border-right:4px solid #fff;    
}

#info {
    width:200px;
    height:25px;
    border:1px solid black; 
}
*/

/* -- DELAYBAR V2 -- */
#scrub {
  width: 12px;
  height: 12px;
  background-color: #575756;
  border-radius: 20%;
  cursor: move;
  position: relative;
  bottom: -13px;
  left: 270px;
  z-index: 1;
}
#scrub .active {
  cursor: move;
}

#sincronize {
  float: left;
  margin-right: 10px;
  margin-top: 12px;
}

#timeline {
  background: url("bg/timeline.png") repeat-x;
  float: left;
  width: 250px;
  height: 16px;
  margin-top: 12px;
}

#text-timeline {
  float: left;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  margin-left: 14px;
}

.vjs-social-overlay form {
  display: block !important;
}

.vjs-paused.vjs-has-started .vjs-big-play-button {
  display: none;
}

.container_player_html5, .container_player_html5 input, .container_player_html5 textarea {
    font-size: 12px !important;
    font-family: Arial,Helvetica,Sans-serif;
    font-weight: normal
}

.container_player_html5 {
    background-color: #000;
    overflow: hidden;
    position: relative;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    width: 100%;
    height: 100%
}

