@media (min-width: 768px) {
.container {
	width: 750px
}
#head-nav-center {
	width: 745px
}
}
@media (min-width: 992px) {
.container {
	width: 980px
}
#head-nav-center {
	width: 970px
}
}
/*@media (min-width: 768px) and (max-width: 991px) {
#box-center, #layer-right, #layer-right {
	margin-left: 10px;
	margin-right: 0px
}
}*/
@media (max-width: 991px) {
.navigation-head .glyphicon {
	display: inline-block;
	cursor: pointer;
	font-size: 22px;
	line-height: 27px;
	float: right
}
.page_folder {
	position: relative
}
.page_folder > a::after {
	content: "↓";
	float: right
}
.page_folder > ul {
	border-style: solid;
	border-width: 0 1px 1px 1px;
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999
}
.page_folder:hover > ul, .page_folder ul:hover {
	display: inline-block
}
}
@media (max-width: 767px) {
#head {
	background-position: -35px top
}
#content {
	background-image: none;
	background-color: #ffffff
}
#head-nav-center {
	width: 100%
}
#ad_skyscraper {
	position: static;
	clear: both
}
#ad_leaderboard {
	display: none
}
/*#box-center, #layer-right, #layer-right {
	margin-left: 0
}*/
}
@media (max-width: 500px) {
.teaser {
	clear:both;
	float: none;
	width: 100%
}
}
@media (max-width: 299px) {
#ad_skyscraper {
	display: none
}
.wp-caption:after {
	display: table;
	content: " "
}
.wp-caption, .wp-caption:after {
	clear:both;
	float: none
}
}
@media print {
	#ad_skyscraper, #ad_leaderboard {
		display: none
	}
}