@media screen and (max-width: 1024px) {
    .container {
        width: auto !important;
        min-width: auto !important;
        padding: 0 15px !important;
    }

}


@media screen and (max-width: 980px) {

.forum_statistic, .forums_cat_stats {
    display: none;
}
	
.index_block {
    display: block;
}	

.index_top_list {
    width: auto;
}

.index_block > .container {
    display: block;
}

.index_post {
    width: auto;
    margin-bottom: 1em;
}
	
.forumdis_stats {
    display: none;
}

.profile_info dl:nth-child(5) {
    display: none;
}
	
}	


@media screen and (max-width: 800px) {
form table tr, 
form table tr td {
    width: 100% !important;
    display: block !important;
}
	
form select, form button, form input.textbox, form input.button {
    width: 100% !important;
    margin-bottom: 4px !important;
}	

.page_header {
    height: auto;
    top: auto;
    padding: 1em 1em;
    min-height: 64px;
}

.page_header > h1 {
    font-size: 12px;
}

.page_header > p {
    font-size: .875em;
}

#navigation.page_header_active {
    top: auto;
    margin: 0;
}

.board_stats_inner {
    display: block;
    height: auto;
    padding: 2em 0 .5em 0;
}

.board_stats_col {
    margin-bottom: 2em;
}
	
.footer-col1, .footer-col2, .footer-col3, .footer-col4 {
    margin: 0 5px 20px;
    min-width: 250px;
    flex: 1 1 250px;
}
	
.mobile_float {
    float: none;
    width: 100%;
}

.mobile_float a.button {
    width: 100%;
    text-align: center;
    margin: 0 !important;
}
	
/** header **/
body {
	
margin-bottom: 34px;
}	
	
.welcome_guest_avatar,
.member_center_avatar	{
    display: none;
}	

.header-news {
    height: auto;
    display: block;
}

.header-news-col {
	padding: 1em;
	margin-bottom: .25em;
}

.header-news-col:last-child {
    text-align: left;
}	

.header-news-col:last-child:after {
    right: auto;
    left: 2px;
}

.welcome_panel_guest,
.welcome_panel_member {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0em 3em;
    background: #1c242d;
    z-index: 999;
}

.guest_login_btn, .guest_register_btn {
    width: 100%;
    margin: 0 .5em;
    border-radius: 0;
    border: 0;
    box-shadow: none;
}

.guest_login_btn:hover {
	background: #0d131c;
}
	
.welcome_panel_member {
    justify-content: space-evenly;
    padding: .5em;
}

.menu-welcome {
    display: none;
}

.mini_avatar {
    display: block;
}

.menu-item {
    flex: 1;
    margin: 0;
    justify-content: center;
}
	
#member_toggle {
    position: fixed;
    top: auto;
    bottom: 5em;
}

.member_toggle_menu:after, 
.member_toggle_menu:before {
    top: 100%;
    bottom: auto;
    transform: rotate(180deg);
}	
	
	
	
/** postbit **/	
.postbit {
    display: block;
}

.postbit_user {
    width: 100%;
    margin-bottom: .5em;
    text-align: left;
    min-height: 57px;
    position: relative;
}

.postbit_groupimage {
    display: none;
}

.postbit_statistics {
    display: none;
}

.postbit_userstars {
    display: none;
}

.author_avatar {
    width: 48px;
    height: 48px;
}

.postbit_extra {
    background-image: none;
    background-color: transparent;
    margin-left: 25px;
    height: auto;
}

.postbit_avatar {position: absolute;top: -19px;margin: 0;left: 27px;}

.postbit_profilelink {
    line-height: 16px;
    max-width: calc(100% - 80px);
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-word;
    margin-bottom: 3px;
    text-align: left;
    margin-left: 90px;
    margin-top: -12px;
}

.postbit_avatar img {
    width: 45px;
    height: 45px;
}

.postbit_online, .postbit_offline, .postbit_away {
    width: 12px;
    height: 12px;
    border-width: 2px;
    top: 18px;
    left: 45px;
}

.postbit_usertitle {
    line-height: 16px;
    max-width: calc(100% - 80px);
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-word;
    margin-bottom: 3px;
    text-align: left;
    margin-left: 64px;
}

.postbit_contact_button {
    margin: 2em 0 0;
    padding: 0;
}

.postbit_author {
    margin: 0;
    position: relative;
}

.postbit_status {
    top: -31px;
}

.postbit_profilelink > span:after {
    top: -18px;
}

.postbit_background_container {
    display: none;
}

.postbit_extras {
    display: none;
}

.postbit_contact_button > a {
    font-size: 12px;
    width: 22px;
    height: 22px;
}

.postbit_message {
    padding: 0;
}
	
	
/** PROFILE PAGE **/
.profile_main {
    display: block;
}

.profile_main_left {
    width: 100%;
}

.stats_box {
    display: block;
}

.stats_box_thread, .stats_box_post {
    margin-bottom: .5em;
}

.profile_avatar > img {
    width: 114px;
    height: 114px;
    border-width: 4px;
}

.profile_avatar {
    width: 120px;
    height: 120px;
    bottom: 4em;
}

.profile_statistic {padding-right: 1.5em;}

.profile_info dl {
    margin-right: 1.5em;
}

.profile_avatar .avatar_change {
    width: 30px;
    height: 30px;
    border-width: 4px;
    font-size: 10px;
}

.profile_info dl:nth-child(4) {
    display: none;
}	

.footer-bottom-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
	
}

@media screen and (max-width: 780px) {
#navigation {
    flex-direction: column;
    align-items: flex-start;
    padding: 1em;
}

.navi-home, 
.navi-sep, 
.pagination_icon {
    display: none !important;
}

#navigation > a {
    margin-bottom: 1em;
}

.welcome_message_title {
    margin: 0;
}

.welcome_message {
    flex-direction: column;
    padding-bottom: 1em;
}

.welcome_message_buttons {
    padding: 0;
}
	
.forum_lastpost .last_avatar {
    display: none;
}

#mobile_button {
    display: flex !important;
}

.header-menu {
    flex: 0 0 auto;
}

.header-logo:after {
    display: none;
}

.header-menu > ul > li > a:after {
	display: none;
}	
	
.header-menu > ul {
    opacity: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 500;
    -webkit-transition: none .5s ease;
    transition: none .5s ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    width: 240px;
    max-width: 85%;
    height: 100%;
    padding-bottom: 44px;
    background: #19212f;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-overflow-scrolling: touch;
    box-shadow: 2px 0 5px 0 rgba(0,0,0,0.25);
    -webkit-transform: translateX(-280px);
    -ms-transform: translateX(-280px);
    transform: translateX(-280px);
    overflow-y: auto;
    overflow-x: hidden;
    display: block;
}
	
.header-menu-active .header-menu > ul {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
	
.header-menu > ul > li:after {
    display: none;
}

.header-menu > ul > li {
    display: block !important;
    width: 100% !important;
}

.header-menu > ul > li > a {
    padding: 1rem 1.5rem;
    font-size: .8rem;
    display: block;
    border-top: 1px solid #1b2535;
    color: #fff !important;
}

.header-menu > ul > li > a > span {
    font-size: .875em;
    float: right;
    text-transform: lowercase;
}

.header-menu > ul > li > a.more:before {
    display: none;
}
	
}


@media screen and (max-width: 676px) {

.profile_info dl:nth-child(3) {
    display: none;
}

.thread_subject_extras  {
    display: none;
}
	
.forum_lastpost, .forumdis_lastpost {
    display: none;
}
	
.footer-col1, .footer-col2, .footer-col3, .footer-col4 {
    margin-left: 0;
    margin-right: 0;
    min-width: 0;
    padding: 0;
}
	
.board_icon_col, .board_icon {
    display: none;
}

.board_main_col {
    padding: 0 1rem;
}
	
.f-top-list,
#overview,
.tborder	{
    padding-left: 1em;
    padding-right: 1em;
}
	
}


@media screen and (max-width: 500px) {

.forumdis_status {
    display: none;
}

.forumdis_main {
    padding-left: 1rem
}
	
.thread_views, .thread_buttons {
    display: block;
}

.thread_button {
    float: none;
    margin: .5em 0 0 0;
    display: block;
}

.thread_button > a {
    width: 100%;
    text-align: center;
    margin: 0 0 1em 0 !important;
}
	
.postbit_buttons_left > a#top {
    display: none;
}

.profile_info dl:first-child {
	
top: auto;
}
	
.profile_info dl:not(:first-child) {
    display: none;
}

.stats_box_thread, .stats_box_post {
    padding: 1em;
}

.stats_box_thread:after, .stats_box_post:after {
    display: none;
}
	
.modal {
    width: auto !important;
}

.forumbit_block, .board_block, .threadlist_box {
    padding: 2em 1em;
}

.copyright, .crafted {
    font-size: 10px;
}	

.threadlist_extra, .thread_extra {
    display: block;
}
	
.alert {
    width: auto;
    left: 1em;
    right: 1em;
}

.alert_text .float_left {
    display: none;
}

.alert_text {
    padding: 0;
}	

.profile_avatar {
    left: 1.5em;
    width: 80px;
    height: 80px;
    bottom: 2em;
}

.profile_avatar > img {
    width: 74px;
    height: 74px;
    border-width: 4px;
}

.profile_statistic {
    padding: 0 1.5em 0 3em;
}
	
}

		
		
		
		
		