/* Share media
-------------------------------------------------------------- */
a.share-video-link {
	background:rgba( 0, 0, 0, .5);
	color:#fff;
	position:absolute;
	top:30px;
	z-index:150;
	right: 0;
	padding:5px 6px;
	text-decoration:none;
	text-transform:uppercase;
	font: bold 11px/120% Netto;
	cursor:pointer;
}
a.share-video-link:hover,
a.share-video-link:active,
a.share-video-link.video-active {
	background:#3caac8
}
.share-overlay {
	background:rgba( 0, 0, 0, .5)
}
/*.mejs-container .mejs-controls div.share-video-form {*/
.share-video-form {
        opacity: 0;
	background:rgba( 0, 0, 0, .85);
	position:absolute;
        top: 29px;
	max-height: 24px;
        right: 46px;
	margin: 0;
	z-index:110;
	color:#fff;
        transition: opacity .5s;
}
.share-video-form.active{

        opacity: 1;
}
.mobile .share-video-form{
	margin-top:5%;
}
.share-video-form h4 {
	margin-top: -10px;
	font: bold 15px/120% Netto;
	text-transform: uppercase;
	margin-bottom: 10px;
	color:#3caac8;
}
.media-content-title {
	color: #CCC;
	font: normal 12px/120% Netto;
	padding: 1% 2%;
	position: absolute;
	width: 98%;
	z-index: 150;
}
.share-video-form em {
	margin-right: 3%;
	float: left;
	font-size:12px;
	font-style:normal;
	text-align: right;
	text-transform:capitalize;
	width: 13%;
}
.share-video-form .share-data {
	float: left;
	width: 80%;
	height: 16px;
	overflow: hidden;
	margin:0 0 6px;
	font-size:11px;
}
.share-video-form em.share-video-close {
	position:absolute;
	top:11px;
	right:3px;
	display:block;
	height:15px;
	width:15px;
	cursor:pointer;
	z-index:150;
	font: normal bold 13px/100% Netto
}
.share-video-form .share-video-embed {
	width:80%;
	height:75px;
}
.share-video-form .share-data span {
	width:999em;
}
.video-social-share {
	clear:both;
	padding: 0;
	text-align: right;
}
.video-social-share a {
	display: -moz-inline-stack;
	display:inline-block;
	width:17px;
	height:17px;
	margin: 3px 10px;
	background: url('/img/share-icons.png') no-repeat 0 0;
}
.video-social-share a.su {
	background-position:0 -17px;
}.video-social-share a.fb {
	background-position:0 -34px;
}.video-social-share a.gp{
	background-position:0 -52px;
}.video-social-share a.em{
	background-position:0 -69px;
}

