/*

	Блок "Онлайн студия"

*/
.studio_frame {
	display: block;
	padding: 18pt 0 18pt 0;
	padding: 0;
	margin: 0 auto;
	height: 512pt;
	min-height: 512pt;
	max-height: 512pt;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	background-color: #EDAEC5;
	font-size: 0;
	overflow: hidden;
	/*
	background: rgba(0, 0, 0, 0.5);
	*/
	
}
/* Style the video: 100% width and height to cover the entire window */
#studio_video {
	display: block;
	padding: 0;
	margin: 0;
	width: calc( 100% );
    min-width: calc( 100% );
    max-width: calc( 100% );
    overflow: hidden;
}
.studio_text1 {
	position: relative;
	left: 0;
	top: calc( -95% );
	/*
	display: block;
	*/
	padding: 12pt;
	margin: 0 auto;
	width: 50%;
	min-width: 50%;
	max-width: 50%;
	font-family: Font_Header1, Arial, Tahoma, sans-serif;
	font-size: 24pt;
	color: #ffffff;
	
	background: transparent;
	/*
	background-color: rgba(255, 0, 0, .3);
	*/
	text-align: center;
	
	text-shadow: 0 0 12pt rgba(0, 0, 0, .2);
}
.studio_text2 {
	position: relative;
	left: 0;
	top: calc( -75% );
	padding: 14pt 0 14pt 0;
	margin: 0 auto;
	width: 50%;
	min-width: 50%;
	max-width: 50%;
	font-family: Font_Text1, Arial, Tahoma, sans-serif;
	font-size: 18pt;
	line-height: 150%;
	color: #e0e0e0;
	text-align: center;
}

