/* Flowplayer5 for WordPress
 * Public styles
*/

/* Display logo on own site */

.flowplayer.commercial .fp-logo {
	display: block;
	opacity: 1;
}

.playful.fixed-controls {
margin-bottom: 35px;
}
.minimalist.fixed-controls {
margin-bottom: 20px;
}
.functional.fixed-controls {
margin-bottom: 30px;
}
.flowplayer .fp-speed {
  display: none !important;
}
.minimalist .fp-logo img {
    width: 100%;
	margin-bottom:0px !important;
}
.mp-outer-video {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 56.25%; /* This is default, but will be overriden */
	/*margin: 0.5em 0; A bit of margin at the bottom */
}
.mp-outer-video .iframe-embed {
	position:static !important;
}
.mp-outer-video iframe,  
.mp-outer-video object,  
.mp-outer-video embed {
	position: absolute !important;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 768px){
.popupleftmp {
	left:0px !important;
}
.popupleftmp .close{
	top:-48px !important;
	right:-12px !important;

}
}

.mp-outer-video .fluid-width-video-wrapper{
	position:static !important;
}
.overlayplayerclass .fp-quality-selector li {
	padding:12px !important;
}

.videngaement{
	position:fixed;
	bottom:22px;
	right:70px;
	z-index:10000;
	width:256px;
	height:160px;
	
}
.videngaementbtn{
	position:fixed;
	bottom:0px;
	right:70px;
	z-index:10000;
	width:256px;
	text-decoration:none !important;
	/*height:160px;*/
}
a.mpboxclose{
    /*float:right;
    margin-top:-30px;
    margin-right:-30px;*/
    cursor:pointer;
    
    
    /*display: inline-block;*/
    line-height: 0px;
    /*padding: 11px 3px;  
*/	position:fixed;
	bottom:0px;
	right:65px;
	z-index:10001;
	text-decoration:none !important;  
	background:url(img/closeButton.png)  ;
	background-repeat:no-repeat;
	width:30px;
	height:30px;
}