@CHARSET "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
section {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

* {
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
 	-webkit-box-sizing: border-box;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
img,
audio,
video,
embed {
	border: 0;
	vertical-align: bottom;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html, body {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body {
	background: #444;
	color: #eee;
	height: 100%;
	font-family: Roboto,Helvetica,Arial,sans-serif;
}

.mobypicture-embed {
	width: 100%;
	height: 100%;
	position: relative;
}

.mobypicture-embed .media {
	width: 100%;
	height: 100%;
	display: block;
}

.mobypicture-embed .media {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.mobypicture-embed .header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 80px;
	z-index: 99999;
	
	background: -moz-linear-gradient(top,  rgba(51,51,51,1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(51,51,51,1)), color-stop(100%,rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top,  rgba(51,51,51,1) 0%,rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top,  rgba(51,51,51,1) 0%,rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top,  rgba(51,51,51,1) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(51,51,51,1) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#00000000',GradientType=0 );
	
	transform: translate3d(0px, 0px, 0px);
	opacity: 0;
	transition: opacity 0.25s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
}

.mobypicture-embed .user { 
	position: absolute;
	top: 10px;
	left: 10px;
}

.mobypicture-embed .user h2 { 
	font-size: 13px;
	font-weight: bold;
}

.mobypicture-embed .user img { 
	border-radius: 50%;
	float: left;
	width: 32px;
	height: 32px;
	margin-right: 6px;
}

.mobypicture-embed .user h2 { 
	float: left;
	line-height: 32px;
	color: white;
}

.mobypicture-embed .info {
	z-index: 99999;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;

	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(51,51,51,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(51,51,51,1)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(51,51,51,1) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(51,51,51,1) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(51,51,51,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(51,51,51,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#444444',GradientType=0 );

	padding: 20px 10px 10px 10px;
	
	transform: translate3d(0px, 0px, 0px);
	opacity: 0;
	transition: opacity 0.25s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
}

.mobypicture-embed .info h1 {
	font-size: 14px;
}

.mobypicture-embed .mobypicture {
	position: absolute;
	top: 10px;
	right: 10px;
}

.mobypicture-embed .mobypicture img {
	height: 48px;
	background-position: center center;
	padding: 6px;
	border-radius: 3px;
}

.mobypicture-embed:hover .header,
.mobypicture-embed.is-open .header, 
.mobypicture-embed:hover .info,
.mobypicture-embed.is-open .info {
	opacity: 1;
}

.mobypicture-player > .mobypicture-player-container {
	margin: 0 auto;
	position: relative;
}

.mobypicture-player > .mobypicture-player-container > .big-play {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	cursor: pointer;
	z-index: 500;
	display: none;
}

.mobypicture-player > .mobypicture-player-container > .big-play.visible {
	display: block;
}

.mobypicture-player > .mobypicture-player-container > .big-play span.play {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	left: 50%;
	margin-left: -30px;
	height: 60px;
	width: 60px;
	text-align: center;
	overflow: hidden;
	background: #222 none repeat scroll 0% 0%;
	line-height: 50px;
	font-size: 20px;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 700;
	border-radius: 35px;
	opacity: 0.9;
	border: 5px solid #FFF;
}

.mobypicture-player > .mobypicture-player-container > .big-play span.play.video i {
	text-align: center;
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 24px;
	margin-left: 5px;
}

.mobypicture-player > .mobypicture-player-container > .overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(80, 80, 80, 0.6);
	z-index: 250;
	display: none;
}

.mobypicture-player > .mobypicture-player-container > .overlay.visible {
	display: block;
}

.mobypicture-player > .mobypicture-player-container > .media {
	position: relative;
}

.mobypicture-player > .mobypicture-player-container > .media video {
	cursor: pointer;
	outline: none;
	overflow: hidden;
	position: absolute;
}
