html, body {
	min-width: 1190px;
	height: 100%;
}
body {
	position: relative;
	/*background: url(../i/bkg.jpg) center top repeat;*/
	background: rgba(0, 0, 0, 0.9);
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
}
html, body, ol, ul, li, form, input, textarea, select, button, p {
	margin: 0; padding: 0;
}
h1 {
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	font-weight: 800;
	font-size: 60px;
	color: #fff;
	text-shadow: 4px 4px #000;
	text-align: center;
}
.clear_fix {
	clear: both;
	display: block;
	height: 0;
}

.contact-studio{
	float: right;
	text-align: right;
	margin-top: 20px;
	margin-right: 30px;
	font-size: 36px;
}
.contact-studio a,
.contact-school a{
	padding: 3px;
	color: #f0f0f0;
}
.contact-studio a:hover {
	color: #de2c2f;
}
.contact-school a:hover {
	color: #de6a09;
}
.contact-school {
	float: left;
	text-align: left;
	margin-top: 20px;
	margin-left: 30px;
	font-size: 36px;
}
.addr {
	background: url(../i/header-addr-ic.png) left center no-repeat; padding-left: 15px; margin-bottom: 3px; font-size: 12px;
}
.phone {
	font-size: 18px; font-weight: 700; line-height: 1;
}
.phone span {
	display: inline-block; vertical-align: top; background: url(../i/header-phone-ic.png) left center no-repeat; padding-left: 20px;
}
.wrapper {
	display: flex;
	min-height: 100%;
	height: 100%;
}
.subtext {
	line-height: normal;
	font-weight: 400;
	font-size: 30px;
	color: #fff;
	text-align: center;
	text-transform: none;
}
.studio {
	width: 50%;
	height: 100%;
	min-height: 100%;
	position: relative;
	background: url(../i/studio-bg.png) center top repeat-y;
	background-size: cover;
}
.studio-block {
	float: right;
	position: relative;
	width: 500px;
	right: 0;
	top: 200px;
	padding-right: 20px;
	text-align: center;
}
.studio-link {
	display: inline-block;
	width: 300px;
	height: 315px;
	background: url(../i/logo-studio-big.png) center no-repeat;
	padding: 20px;
	border: 1px solid #fff;
	border-radius: 20px;
	opacity: 1;
	box-shadow: 0px 0px 15px #000;
}
.studio-link:hover {
	box-shadow: none;
	border: 1px solid #de2c2f;
}
.school {
	width: 50%;
	height: 100%;
	min-height: 100%;
	position: relative;
	background: url(../i/school-bg.png) center top repeat-y;
	background-size: cover;
}
.school-block {
	float: left;
	position: relative;
	width: 500px;
	left: 0;
	top: 200px;
	padding-left: 20px;
	text-align: center;
}
.school-link {
	display: inline-block;
	width: 300px;
	height: 315px;
	background: url(../i/logo-school-big.png) center no-repeat;
	padding: 20px;
	border: 1px solid #fff;
	border-radius: 20px;
	opacity: 1;
	box-shadow: 0px 0px 15px #000;
}
.school-link:hover {
	box-shadow: none;
	border: 1px solid #de6a09;
}

@media handheld and (not screen) {
	.contact-studio a .fa, .contact-school a .fa {
		font-size: 95px;
	}
}