@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
	body.dark {
		background: rgba(255,255,255,1);
		min-width: auto !important;
	}
	/*body.dark #content {
    	overflow: hidden !important;
    	-webkit-box-shadow: 270px 0 0 0 rgba(230,230,230,0.8);
    	box-shadow: 270px 0 0 0 rgba(230,230,230,0.8);
	}*/
	section.content {
    -webkit-box-shadow:inset 270px 0 0 0 #1e2326;
    box-shadow:inset 270px 0 0 0 #1e2326;
    overflow: hidden;
}
	body.dark #content.padd {
    	padding: 0;
	}
	body.dark aside.rcol {
		/*width: 270px;*/
    	background: rgba(230,230,230,0.8);
	}
	body.dark .speedbar {
    	margin: 0;
    	padding: 15px 25px;
	}
	body.dark .speedbar + .static_h, body.dark .speedbar + form .static_h, body.dark #content.addnews form .static_h {
    	margin: 0;
	}
	body.dark .box {
    	overflow: hidden;
	}
	body.dark .box2 {
    	overflow: hidden;
    	-webkit-border-radius: 6px;
    	background: rgba(30,35,38,1);
    	border-radius: 6px;
    	overflow: hidden;
	}
	body.dark .box2 .box_h {
    	color: #fff;
    	border-bottom: 1px solid rgba(255,255,255,0.1);
	}
	body.dark #content.addnews .box {
		border-radius: 0 0 3px 3px;
	}
	body.dark #content.addnews .box.rcol {
		float: none;
 		width: auto;
 		margin-left: 0;
 		border-radius: 3px 3px 0 0;
	}
	body.dark #content.addnews .box.rcol .box_h {
		display: none;
	}
	body.dark #content.addnews .box .padd {
		padding-top: 0;
	}
	body.dark #content.addnews .box.rcol .padd {
		padding-top: 25px;
		padding-bottom: 0;
	}
	body.dark #content.profile .boxx.rcol {
 		padding: 25px 10px;
	}
	body.dark #content.profile .boxx.rcol .box {
		background: rgba(230,230,230,0.8);
	}
	body.dark #content.profile .story {
    	background: none;
    	border-radius: 3px;
    	margin: 0;
    	border-bottom: 1px solid #e6e6e6;
	}
	.sidebar_move {
    	background: rgba(255,255,255,1);
	}
	.sidebar_move i {
	    background: rgba(0,0,0,0.05);
	}
}

/* Tablet Portrait (768px) */
@media only screen and (min-width: 321px) and (max-width: 1024px) and (orientation: portrait) {
	#box1 { width: 100%; }
	#box2 { width: 100%; }
	#box3 { width: 100%; }
	#box4 { width: 100%; }
	#box5 { width: 100%; }
	#box6 { width: 100%; }
}

/* Phone Landscape (480px) */
@media only screen and (min-width: 321px) and (max-width: 480px) and (orientation: landscape) {
	#box1 { width: 100%; }
	#box2 { width: 100%; }
	#box3 { width: 100%; }
	#box4 { width: 100%; }
	#box5 { width: 100%; }
	#box6 { width: 100%; }
}

/* Phone Portrait (320px) */
@media only screen and (max-width: 320px) {
	#box1 { width: 100%; }
	#box2 { width: 100%; }
	#box3 { width: 100%; }
	#box4 { width: 100%; }
	#box5 { width: 100%; }
	#box6 { width: 100%; }
}
#topmenu {
	position: relative;
}
aside.lcol.hides {
	width: 0 !important;
	height: 0 !important;
	background: none;
}
aside.lcol.hides .block, aside.lcol.hides .login, aside.lcol.hides .logotype, , aside.lcol.hides .counters {
	display: none;
}
section.content.hidd {
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
}

