@media only screen and (max-device-width: 1150px), all and (max-width: 1150px) {
	body, #wrapper, header { overflow-x: hidden; }
	#wrapper { background-image: none; }
	header { width: 100%; }
	#container, footer  { width: 98%; max-width: 98%; }
	article { min-width: 65vw; max-width: 65vw; }
	aside { min-width: 30vw; max-width: 30vw; }
}

@media only screen and (max-device-width: 1100px), all and (max-width: 1100px) {
	#container { display: block; }
	article { display: block; min-width: 100%; max-width: 100%; padding: 0; }
	.pagination { text-align: center; }
	aside { width: 100%; min-width: 100%; max-width: 100%; margin: 0 auto; display: block; }
	.proj { max-width: 320px; }
}

@media only screen and (max-device-width: 800px), all and (max-width: 800px) {
	header { margin: 30px auto 0 auto; }
	#menu { display: block; }
	.mbox { background-color: transparent; }
	.mbox ul { position: static; margin: 0; padding: 0; display: none; }
	.mbox ul::before, .mbox ul::after, .mbox li::after { display: none; }
	.mbox li { background-color: #ffffff; color: #030303; text-decoration: none; text-transform: uppercase; text-align: left; text-shadow: 1px 1px #ffffff;; margin: 0; padding: 10px 1%; border-bottom: 1px solid #030303; z-index: 30; display: block; }
	.mbox li a { color: inherit; text-decoration: none; }
	.mbox li:before { content: ''; background-color: #faa00b; width: 5px; height: 5px; margin: 0 10px 2px 0; border-radius: 100%; position: relative; display: inline-block; }
	.mbox ul ul { background-color: transparent !important; position: relative; margin-top: 11px; border-width: 0 0 0 1px; padding: 1px; }
	.mbox ul ul li { padding: 10px 2% !important; max-width: 94%; }
	.mbox ul ul li:last-child { border: none; }
	.show-menu { display:block;	}
	.entry iframe { max-width: 90%; height: 45vw; }
	.entry table { width: 96% !important; }
}

@media only screen and (max-device-width: 680px), all and (max-width: 680px) {
	.entry img { max-width: 15vw !important; height: auto; }
	#latest { display: none; }
}

@media only screen and (max-device-width: 560px), all and (max-width: 560px) {
	#container, footer  { width: 96%; max-width: 96%; }
	#site { font-size: 24px; }
	#slogan { font-size: 9px; }
	#cred ul { max-width: 80%; }
}

@media only screen and (max-device-width: 420px), all and (max-width: 420px) {
	h1.title, h2 { font-size: 18px; }
	.entry { font-size: 10px; }
}