@media screen and (max-width: 1100px) {

	html,
	body,
	#pun,
	.punbb {
		width: 100% !important;
		height: auto !important;
		margin: 0 !important;
		padding: 0 !important;
		background-size: contain;
		-webkit-text-size-adjust: none;
		overflow-wrap: break-word;
		float: none;
		position: relative;
	}

	body {
		position: relative;
		overflow: hidden !important;
		-webkit-overflow-scrolling: touch !important;
		overflow-y: auto !important;
		background: var(--base-bg) no-repeat fixed top center / cover;
		background-blend-mode: normal;
	}

	img {
		max-width: 100% !important;
		height: auto;
	}

	#pun_wrap #pun {
		width: 100% !important;
		border-width: 0 !important;
		overflow: hidden !important;
		margin: 0 0 !important;
		padding: 0 !important;
		border-radius: 0 !important;
	}

	#pun .punbb {
		padding: 15px !important;
		box-sizing: border-box;
		border-radius: 0
	}

	#pun #pun-redirect.punbb .info .container {
		width: 100% !important;
	}
	
	#header_wrapper {
		background: red;
		position: relative;
		top: 0;
		margin: -15px -15px 0px;
		width: auto;
		background:
		var(--base-bg) no-repeat center top / cover;
	background-blend-mode: normal;
		justify-content: flex-end;
		padding-bottom: 20px;
		box-sizing: border-box;
		height: 200px;
		gap: 20px;
	}
	
	.header_logo {
		width: auto;
		display: flex;
		position: relative;
		height: 120px;
		top: 20px;
		padding: 0 10px
	}
	
	.logo_right {
		position: absolute;
		width: calc(100% - 20px);
		top: 0;
		left: 10px;
		margin: 0 !important;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
		height: 120px;
		filter: brightness(.7)
	}
	
	.logo_left {
		width: 50%;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
		z-index: 1;
		height: 100px;
		left: 0
	}
	
	.header_section.hs-top {
		display: none
	}
	
	.header_section.hs-bottom {
		justify-content: center;
	}
	
	.best-post, .persons {
		display: none;
	}
	
	#BookmCntToggle {
		top: 10px !important;
		left: 10px !important;
	}
	
	#mobile-style-toggler {
		top: 10px;
		right: 10px;
		z-index: 10;
		position: absolute
	}

	#pun-navlinks {
		width: auto !important;
		margin: 0 -15px !important;
		padding: 5px 15px !important;
		left: 0;
		top: 0 !important;
		background: var(--beg300);
		position: relative
	}

	#pun-navlinks ul {
		gap: 5px;
		flex: 1;
	}

	#pun-navlinks li a {
		display: flex !important;
		justify-content: center;
		align-items: center;
		font-weight: normal !important;
	}

	#pun-navlinks a {
		background: var(--beg100);
		padding: 3px 8px 4px !important;
		border-radius: 6px;
		display: block !important;
	}

	#pun-navlinks li a span {
		font-size: 0;
		display: none;
	}

	#navpr_1 li span {
		font-size: 0;
		display: none
	}

	#navpr_2 li span {
		font-size: 0;
		display: none
	}

	#navindex a:before {
		content: "\f015";
		font-family: FontAwesome;
		font-size: 14px
	}

	#navuserlist a:before {
		content: "\f0c0";
		font-family: FontAwesome;
	}

	#navsearch a:before {
		content: "\f002";
		font-family: FontAwesome;
	}

	#navpm a:before {
		content: "\f0e0";
		font-family: FontAwesome;
	}

	#navprofile a:before {
		content: "\f2bb";
		font-family: FontAwesome;
	}

	#navadmin a:before {
		content: "\f085";
		font-family: FontAwesome;
	}

	#navlogin a:before {
		content: "\f090";
		font-family: FontAwesome;
	}

	#navlogout a:before {
		content: "\f08b";
		font-family: FontAwesome;
	}

	#navregister a:before {
		content: "\f067";
		font-family: FontAwesome;
	}

	#navpr_2 a:before {
		content: "\f0f3";
		font-family: FontAwesome;
	}

	#navpr_1 a:before {
		content: "\f21b";
		font-family: FontAwesome;
	}


	#navindex a span {
		display: block;
	}

	#navuserlist a span {
		display: block;
	}

	#navawards a span {
		display: block;
	}

	#navsearch a span {
		display: block;
	}

	#navpm a span {
		display: block;
	}

	#navprofile a span {
		display: block;
	}

	#navadmin a span {
		display: block;
	}

	#navlogin a span {
		display: block;
	}

	#navlogout a span {
		display: block;
	}

	#navregister a span {
		display: block;
	}

	#navpr_1 a span {
		display: block;
	}

	#navpr_2 a span {
		display: block;
	}

	#pun-ulinks {
		position: relative;
		top: 0;
		margin: 10px 0 0px !important;
		width: 100%;
		height: auto;
		padding: 0 !important;
		align-items: flex-start;
		gap: 25px;
	}

	#pun-ulinks ul.container {
		padding: 0px !important;
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 3px;
	}

	#pun-ulinks a, .settings_wrap .slide_button {
		background: var(--beg300);
		padding: 3px 5px !important;
		border-radius: 6px;
	}

	.status_userava {
		display: none
	}

	#pun-status {
		position: relative;
		width: auto;
		margin: 10px 0 0px !important;
		left: 0;
		border-radius: 0;
		border: none;
		border-top: 1px solid var(--borders);
		height: auto;
		padding: 15px 10px 0;
		justify-content: center;
		font-size: 10px !important;
		top: 0;
	}

	#pun-index .category .tcl {
		width: 100% !important;
	}

	#pun-index .tcr {
		padding-top: 10px !important;
	}

	.ststitems {
		gap: 5px 10px;
		padding: 15px 20px
	}
	
	#banners {
		width: 100%;
		margin: 20px 0 0 !important;
		position: relative;
	}

	.arrow_wrap {
		margin-left: 0 !important;
		right: 5px;
		transform: unset;
		bottom: 20px;
		top: unset;
		gap: 10px
	}

	.go-up span,
	.go-down span {
		width: 30px;
		height: 30px;
	}

	#pun .user-avatar {
		display: none !important;
	}
	
	.forum tr {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 10px
	}
	
	.forum .tcl {
		width: auto !important;
		align-self: stretch;
	}

	.tc2,
	.tc3 {
		display: none !important;
	}

	.forum .tclcon .byuser:before,
	.forum .tcr .byuser:before {
		display: none
	}

	.forum .tclcon {
		flex: 1;
	}

	#pun .forum .tcr {
		width: auto !important;
		align-self: stretch;
	}
	
	.post h3 {
		align-items: flex-start !important;
		gap: 10px;
	}

	.fnt_wrapper,
	.post h3 strong {
		margin: 0 !important;
		text-align: center
	}
	
	.fnt_wrapper {
		width: 120px;
	}

	.post-author {
		float: none !important;
		width: 100%;
		margin: 0 !important;
	}

	.pa-fld5,
	.pa-fld6 .personal_banner {
		display: none !important;
	}
	
	.pa-fld6 {
		height: 0;
	}

	.pa-avatar {
		width: 100px;
		height: 100px;
	}

	.post-author ul {
		display: grid;
		grid-template-columns: 50px 1fr;
		grid-template-rows: minmax 1fr 1fr 1fr 1fr 1fr;
		gap: 2px 10px;
		grid-template-areas:
			"ava name"
			"ava title"
			"ava resp"
			"lz lz"
			"lz2 lz2"
			"ip ip";
	}

	#pun .pa-author {
		align-self: end;
		grid-area: name;
		margin: 0 !important;
		text-align: left !important;
	}

	#pun .pa-title {
		align-self: start;
		grid-area: title;
		margin: 0 !important;
		text-align: left !important;
	}

	#pun .field_wrap2 {
		align-self: start;
		grid-area: resp;
		margin: 0 !important;
		text-align: left !important;
		justify-content: flex-start
	}

	.pa-avatar,
	.pa-avatar img {
		width: 50px;
		height: 50px;
		object-fit: cover
	}

	#pun .pa-avatar {
		grid-area: ava;
	}

	#pun .pa-fld1 {
		grid-area: lz;
		margin-top: 10px !important;
		font-size: 10px;
	}
	
	#pun .pa-fld2 {
		grid-area: lz2
	}

	#pun .pa-ip {
		grid-area: ip;
		margin-top: 10px !important;
	}

	.post-body {
		margin: 0 !important;
	}

	.post-links ul {
		display: flex;
		flex-wrap: wrap;
		gap: 5px;
	}

	.post-links ul li {
		padding: 0 !important;
		margin: 0 !important;
	}


	#post.container {
		padding: 0 !important;
	}

	#pun-messages #profilenav ul {
		flex-wrap: wrap;
	}

	#pun-messages .fs-box .container tr {
		flex-wrap: wrap;
	}

	#pun-messages .tc2.pmtc22,
	#pun-main .tc2.pmtc24,
	#pun-messages .tc3.pmtc33 {
		display: flex !important;
	}

	#pun-messages .tc2.pmtc22 {
		flex: 1;
		order: 2;
	}

	#pun-messages .tcl.pmtcl1 {
		order: 1;
	}

	#pun-main .tc2.pmtc24 {
		order: 3;
	}

	#pun-messages .tc3.pmtc33 {
		order: 4;
		width: 100% !important;
		font-size: 9px !important;
		padding: 0 0 10px !important;
	}

	#viewprofile-next tr {
		display: flex;
		flex-direction: column;
	}

	#pun #profile-left,
	#pun #profile-right {
		width: 100% !important;
		padding: 10px !important;
	}

	#profile {
		margin: 0 !important;
	}

	#pun #profile .container {
		display: flex;
		flex-direction: column;
		padding: 0 !important;
		box-sizing: border-box;
		width: 100%
	}

	#profile #profilenav {
		width: 100% !important;
		float: none !important;
		margin: 0 0 10px !important;
	}

	#profile #profilenav ul {
		display: flex;
		flex-wrap: wrap;
		gap: 5px;
	}

	#profile #profilenav ul li {
		background: var(--fill);
		padding: 3px 10px !important;
		flex: auto;
		text-align: center;
		border-radius: 7px
	}
	#form-buttons {
		flex-direction: column;
	}
	.concept-container,.rules-container, .faq-container, .admin-container, .lists-container, .content-container {
		max-width: 750px !important;
		width: auto;
		padding: 20px
	}
	.buttons-grid, .concept-container .buttons-grid, #p11 .buttons-grid {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.section-button {
		flex: 1;
	}
	.table-double tr {
		display: flex;
		flex-wrap: wrap;
	}
	.table-double .col-number {
		width: auto;
	}
	.table-double .col-left {
		flex: 1;
		text-align: left;
		font-weight: bold
	}
	.table-double .col-right {
		width: 100%
	}
	.admins-grid {
		display: flex;
		flex-wrap: wrap
	}
	.admin-function {
		height: auto
	}
	.function-line {
		position: relative
	}
	.characters-grid {
		display: flex;
		flex-wrap: wrap;
	}
	.tabs-header {
		display: flex;
		flex-wrap: wrap
	}
	.lists-grid {
		display: flex;
		flex-wrap: wrap
	}
}