/* 1024,960,800,720,@600/@640,540,480,320...tablets, @+hp1024x768,xoom 1280x800, bb 1024x600, kindle/nook 1024x600 */
/* andreas07Adapt */
@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 960px) {
}

@media screen and (max-width: 800px) {
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 720px) {
}

@media screen and (max-width: 667px) {
}

@media screen and (max-width: 640px) {
}

@media screen and (max-width: 600px) {
}

@media screen and (max-width: 568px) {
}

@media screen and (max-width: 480px) {
#barit {
	display: block;
	margin: 0;
}
.bar {
	display: none;
	width: 100%;
}
#cntr {
	display: inline-block;
	width: 18px;
	height: 14px;
	margin: 5px 3px 0;
	padding: 1px;
	cursor: pointer;
	float: left;
	order: 1px solid white;
}
.barit,
#cntr.hide {
	clear: both;
	display: block;
	text-align: center;
}
#cntr .barit span {
	display: block;
	clear: both;
	margin: 0px 0 3px;
	padding: 0;
	width: 18px;
	height: 2px;
	text-align: center;
	border-radius: 4px;
	background: #D85D5D;
}
#cnt .barit span:hover {
	background: #A58495
}
#cntr.hide {
	height: 8px;
	margin-top: 1x;
	padding: 6px 0 0;
}
#cntr.hide .barit span.bar1 {
	transform: rotate(45deg);
}
#cntr.hide .barit span.bar3 {
	transform: rotate(-45deg);
	margin-top: -5.2px;
}
#cntr.hide .barit span.bar2 {
	display: none;
}
.bar {
	display: none;
	position: fixed;
	top: 24px;
	left: 2px;
	max-width: 206px;
	width: initial;
	margin: 0;
	padding: 5px;
	background-color: #FFFFFF;
	box-shadow: 1px 1px 5px grey;
	z-index: 100;
}
#sidebar {
	position: initial;
	top: 0;
	left: 0;
	max-width: 100%;
	height: atuo;
	overflow: auto;
	background: #e0e0e0 url(/uploads/theme/sidebarbg.gif) top right repeat-y;
	text-align: right;
}
#menu {
	width: 180px
}
#content {
	max-width: 100%;
	margin: 0px;
	padding: 20px 10px;
	background: #fafafa;
}
li {
	margin: 0 0 8px 10px;
}
}

@media screen and (max-width: 375px) {
}

@media screen and (max-width: 320px) {
}

@media screen and (max-width: px) {
}
/* andreas07Adapt */