#logo {
	background: transparent url('/theme/2/images/logo-it.png') no-repeat center center;
}
#niche {
	width: 160px;
}
@media screen and (min-width: 600px)
{
	#niche-bar.responsive #niche {
	width: 300px;
	}
}
@media screen and (min-width: 960px)
{
	#subject_choice .subject_levels {
		height: 260px;
	}
	#subject_choice .subject_level span, 
	#subject_choice .subject_level label {
		top: 260px;
	}
	#subject_choice .subject:first-child .subject_dropdown {
		height: 296px;
	}
	#subject_choice .subject_level {
		left: 247px;
	}
	#subject_choice .larger .subject_level {
		left: 285px;
	}
}
@media screen and (min-width: 1020px)
{
	#nav > ul > li.square {
		display: none;
	}
}
@media screen and (min-width: 1135px)
{
	#nav > ul > li.square {
		display: inline-block;
	}
}
@media screen and (min-width: 1600px)
{
	#subject_choice .subject_levels {
		height: 290px;
	}
	#subject_choice .subject_level span, 
	#subject_choice .subject_level label {
		top: 290px;
	}
	#subject_choice .subject:first-child .subject_dropdown {
		height: 326px;
	}
	#subject_choice .subject_level {
		left: 277px;
	}
	#subject_choice .larger .subject_level {
		left: 315px;
	}
}