/**********************
body.no-userbar
**********************/
@media (max-width: 1600px)  {
	body.adaptive #gHeader.withBg {
		height: 250px;
	}
}
@media (max-width: 1100px)  {
	body.adaptive #gColBody {
		margin-right: 0;
	}
	body.adaptive div#gHeader div#gTitle img {
		margin-top: -18px;
	}
	body.adaptive div#gHeader div#gTitle {
		height: 35px;
	}
	body.adaptive div#gHeader h1 {
		font-size: 23px;
		margin: 0;
		line-height: 35px;
	}
	body.adaptive #menuToggle {
		display: block;
	}
	body.adaptive #gameBuyBtn {
		display: none;
	}
	body.adaptive #gColRSidebar {
		margin-left: 0;
		position: absolute;
		right: 0;
		top: 0;
		display: none;
	}
}
@media (min-width: 801px) and (max-width: 1100px)  {
	body.adaptive .post__header,
	body.adaptive .post__header {
		flex-direction: column;
	}
	body.adaptive .post__header__logo,
	body.adaptive .post__header__logo {
		padding: 0;
		margin: 0 0 15px 0;
		max-width: 300px;
		flex: 0 0 auto;
	}
	body.adaptive .post__header__preview,
	body.adaptive .post__header__preview {
		flex: 0 0 auto;
	}
	body.adaptive #gHeader.withBg {
		height: 180px;
	}
}
@media (max-width: 800px)  {
	#header_social {
		display: none;
	}
	.header__show_menu {
		display: block;
	}
	body.adaptive .content.bigbar {
		margin-right: 0;
	}
	body.adaptive .sidebar.big {
		width: 100%;
		margin-left: 0;
	}
	body.adaptive #gHeader.withBg {
		height: 130px;
	}
}

@media (max-width: 640px)  {
	body.adaptive .post__header__title {
		font-size: 18px;
	}
	body.adaptive .main-content {
		padding: 5px;
	}
	body.adaptive .header-wrapper {
		padding: 0;
	}
    body.adaptive .post__vote {
	    left: auto;
	    right: -5px;
	    top: 2px;
	    z-index: 100;
	    background-color: rgba(255, 255, 255, 0.8);
	    padding: 5px 0;
	    border-radius: 2px;
    }
    body.adaptive .post__header__title,
    body.adaptive .post__header__info
    {
	    margin-right: 25px;
    }
    body.adaptive #upndown {
	    z-index: 0;
    }
	body.adaptive .site-width {
		padding: 0;
	}
    body.adaptive.pin-minibar .site-width {
	    /* padding: 5px; */
    }
	body.adaptive .post__header__logo {
		margin-left: -6px;
	}
	body.adaptive #gHeader.withBg {
		height: 100px;
	}
}

@media (max-width: 460px)  {
	body.adaptive .minibar-width {
		padding: 0;
	}
	body.adaptive .minibar {
		left: -60px;
		box-shadow: 5px 0px 8px 0px rgba(0, 0, 0, 0.28);
	}
	body.adaptive .minibar.shown {
		left: 0;
	}
	body.adaptive .main-content-wrapper {
		margin-left: 0;
	}

	body.adaptive .post__header,
	body.adaptive .post__header {
		flex-direction: column;
	}
	body.adaptive .post__header__logo {
		padding: 0;
		margin: 0 0 15px 0;
		max-width: 300px;
		flex: 0 0 auto;
	}
	body.adaptive .post__header__preview,
	body.adaptive .post__header__preview {
		flex: 0 0 auto;
	}
	body.adaptive .site-width {
		padding: 0;
	}
}


/*
@media (min-width: 800px) and (max-width: 999px)  {
	body.adaptive div.postHeader a.logo img {
		max-width: 110px;
	}
	body.adaptive div.postHeader ul, div.postHeader h4 {
		margin: 0 0 0 130px;
	}
	body.adaptive div.postHeader h4 a {
		font-size: 18px;
	}
	body.adaptive div.postHeader ul > li:first-child {
		display: none;
	}
	body.adaptive div.postHeader .postVote,
	body.adaptive div.postHeader ul li {
		margin-top: 0;
	}
}
*/