@charset "utf-8";

/* CSS Document */

body{
	width:100%;
	margin:0 auto;
	overflow-x: hidden;
}
#wrapper {
	height: 1650px;
	overflow-x: hidden;
}
header img {
    top: -11px;
}
header div h1 {
    font-size: 25px;
}
header div span {
	top: -22px;
	font-size: 90%;
}
#contacts, #address {
	font-size: 85%;
}
.box {
	height: 100%;
	max-height: 1116px;
}
#fourth .firstlevel3 {
	position: absolute;
	top: 904px;
	left: 52px;
}
.box #fourth figcaption{
	top: 1107px;
	left: 45px;
}
#fifth .firstlevel4 {
    left: 234px;
}
.box #fifth figcaption {
    left: 232px;
}
#sixth .firstlevel5 {
    left: 422px;
}
.box #sixth figcaption {
    left: 414px;
}
#seventh .secondlevel0 {
	top: 1178px;
    left: 52px;
}
.box #seventh figcaption {
    top: 1381px;
    left: 45px;
}
#eight .secondlevel1 {
	top: 1178px;
    left: 238px;
}
.box #eight figcaption {
    top: 1381px;
    left: 239px;
}

#school-links a {
	font-size: 11px;
}
@media (max-width: 650px){
	#wrapper {
		height: 2000px;
	}
	.box {
		height: 100%;
		max-height: 1460px;
	}
	header div h1, header div span, #contacts, #address{
		left: 101px;
	}
	header div h1{
		font-size: 20px;
	}
	header img {
		top: -10px;
		width: 85px;
	}
	h1.office-title {
		font-size: 30px;
	}
	#contacts{
		display: block;
		top: -100px;
	}
	#main-menu{
		margin-top: -87px;
	}
	#third .firstlevel2 {
		position: absolute;
		top: 904px;
		left: 52px;
	}
	.box #third figcaption{
		top: 1107px;
		left: 59px;
	}
	#fourth .firstlevel3 {
		left: 234px;
	}
	.box #fourth figcaption {
		left: 232px;
	}
	#fifth .firstlevel4 {
		top: 1178px;
		left: 52px;
	}
	.box #fifth figcaption {
		top: 1381px;
		left: 45px;
	}
	#sixth .firstlevel5 {
		top: 1178px;
		left: 238px;
	}
	.box #sixth figcaption {
		top: 1381px;
		left: 239px;
	}
	#seventh .secondlevel0 {
		top: 1446px;
		left: 52px;
	}
	.box #seventh figcaption {
		top: 1652px;
	}
	#eight .secondlevel1 {
		top: 1446px;
		left: 238px;
	}
	.box #eight figcaption {
		top: 1652px;
	}
	.dwc_school{
		display: none;
	}
	#school-links a {
		font-size: 100%;
	}
	#copyright p {
		font-size: 100%;
	}
}