@media (min-width: 1200px) {
	.wrap {
		width: 1200px;
		margin: 0 auto;
		padding: 30px;
	}
	#footer {
		width: 1200px;
		margin: 0 auto;
	}
	.user-unread {
		display: none!important;
	}
}
@media (min-width: 992px)and (max-width: 1199px) {
	.wrap {
		padding: 25px;
		width: auto;
	}
	#footer {
		width: auto;
		margin: 0 auto;
	}
	.user-unread {
		display: none!important;
	}
}
@media (max-width: 991px) and (min-width: 768px) {
	.wrap {
		padding: 20px;
		width: auto;
	}
	#footer {
		width: auto;
		margin: 0 auto;
	}
	.sub-forum, .mod-forum {
         width: auto;
    }
}
@media (max-width: 700px) {
	.wrap {
		border: none;
		border-radius: 0;
		margin: 0;
		padding: 15px;
		width: 100%;
		min-width: 290px;
		overflow: hidden;
	}
	#footer {
		width: 100%;
		margin: 0;
	}
	.header-menu-navigation {
		display: block;
	}
	.dropdown:hover .dropdown-menu, .dropdown-menu:hover {
		width: 100%;
		height: auto;
		display: block;
		position: relative;
		left: 0px;
	}
	.sidebar, .forums {
		width: 100% !important;
	}
	span.prefix:before {
		margin-right: 0!important;
	}
	.post.classic .post_author {
		border: 0;
		width: 100%;
		max-width: 100%;
		margin-bottom: 15px;
		border-bottom: 1px solid #323f4e;
		box-shadow: none;
	}
	.post.classic .post_author div.author_avatar {
		float: left;
		margin-right: 10px;
	}
	.post .post_author div.author_avatar img {
		height: 60px;
		width: 60px;
	}
	.post.classic .post_content {
		float: none;
		width: auto;
	}
	.postbit_buttons a span {
		display: none !important;
	}
	.postbit_buttons a {
		padding-right: 0!important;
	}
	.viewprofile-user, .viewprofile-tabs {
		width: 100%;
		min-width: 200px;
		display: block;
		padding: 0;
		margin-bottom: 15px;
		margin-left: 0;
	}
	.modcp, .usercp {
         width: 100%;
         min-width: 200px;
         display: block;
         padding: 0;
         margin-bottom: 15px;
    }
	.user-wrap {
    padding-right: 0;
	}
	ul.nav.navbar-nav.header-menu-navigation.user-block {
    float: none;
    width: 100%;
	}
	ul.nav.navbar-nav.header-menu-navigation.menu-block {
		width: 100%;
	}
}
		
		