/* 

These styles are only used for the demo pages.
Once the actual plugin is extracted from the demo html files this file will no longer be needed.

*/

body {
			
	margin: 0px;
	padding: 0px;
				
}

#logo {

	position: fixed;
	left: 20px;
	bottom: 12px;
	
}

#logo img {

	border: 0;
	
}

.mm-box-plugin {

	position: fixed;
	top: 50%;
	left: 50%;
	
}

#title-text {
	
	position: fixed;
	bottom: 40px;
	left: 0;
	width: 100%;
	text-align: center;
	font: 22px 'Yanone Kaffeesatz', Arial, Helvetica, sans-serif;
	color: #EEE;
	height: 36px;

}

#title-text span, #title-text a {
	
	margin: 0 8px 0 8px;
	outline: none;
	
}

#title-text span.title {
	
	display: inline-block;
	width: 243px;
	
}

#title-text span.inactive, #title-text a {
	
	color: #CCC;
	font-size: 18px;
	
}

#title-text a:visited {

	color: #CCC;
	
}

#title-text span.inactive {

	text-decoration: line-through;
	
}

#title-text span.divider {

	border-left: 1px solid #000;
	border-right: 1px solid #666;
	
}

#title-text a {

	text-decoration: none;
	
}

#selects {

	margin-top: 9px;
	
}

#title-text #selects a {

	margin: 0;

}

#selects img {

	margin: 0 9px 0 9px;
	border: none;
	
}

@media screen and (max-height: 620px) {
				
	body {
	
		text-align: center;
		
	}
	
	.mm-box-plugin {

		position: static;
		margin: 10px !important;
		height: 478px;
		
	}
	
	.demo-sc {
	
		height: 284px !important;
		
	}
	
	.demo-yt {
	
		height: 360px !important;
		
	}
	
	.demo-yt-white {
	
		height: 390px !important;
		
	}
	
	.demo-vim-black {
	
		height: 448px !important;
		
	}
	
	.demo-mixed {
	
		height: 408px !important;
		
	}
	
	.demo-video {
	
		height: 365px !important;
		
	}
	
	#title-text {
	
		position: static;
		margin: 25px 0 10px 0;
		
	}
	
	#logo {
	
		position: static;
		margin: 40px 0 20px 0;
		
	}
	
}


