/**
font-family: 'Merriweather', serif; 400 / 700
font-family: 'Poppins', sans-serif; 400 / 600

#2a0221 #42062c
#301e38 #583270
**/

* {
	box-sizing: border-box;
}

*::-webkit-scrollbar {
	width: 8px;
}

*::-webkit-scrollbar-track {
	background: transparent;
}

*::-webkit-scrollbar-thumb {
	background-color: #a598aa;
	border-radius: 0;
	border: none;
}

*::selection {
	color: #f4f4f4;
	background-color: #301e38;
}

html {
	height: 100%;
	min-height: 100vh;
}

body {
	background-color: #100011;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 1rem;
	text-align: left;
	height: 100%;
	scrollbar-width: thin;
	scrollbar-color: #301e38 transparent;
}

body.no-scroll {
	overflow-y: hidden;
}

a:link,
a:visited,
a:active,
a:hover {
	text-decoration: none;
}

a[disabled] {
	opacity: 0.4;
	user-select: none;
	pointer-events: none;
}

b, strong {
	font-weight: 600;
}

#app {
	padding-bottom: 2rem;
}

#index .navigation {
	display: none;
}

.container-custom {
	margin-left: .75rem;
	margin-right: .75rem;
}

@media screen and (min-width: 992px) {
	.container-custom {
		margin-left: 1.5rem;
		margin-right: 1.5rem;
	}


}

@media screen and (min-width: 1400px) {
	.container-custom {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		max-width: 1600px;
	}


}

.last-posts {
	width: 100%;
	margin-bottom: 1rem;
}

.last-posts h3 {
	font-family: 'Merriweather',serif;
	color: #ababab;
	font-size: 1.5rem;
	margin-bottom: 1rem;
}

.last-posts-carousel {
	position: relative;
}

.last-posts-carousel .last-post-item {
	display: flex;
	padding: 0.5rem;
	background-color: #0e0e0e;
}

.last-posts-carousel .last-post-item img {
	width: 62px;
	height: 87px;
	margin-right: 0.7rem;
}

.last-posts-carousel .last-post-item p {
	margin-bottom: 0;
	color: #646464;
}

.last-posts-carousel .last-post-item-data {
	width: 100%;
	overflow: hidden;
}

.last-posts-carousel .last-post-item .last-post-item-data-subject:link,
.last-posts-carousel .last-post-item .last-post-item-data-subject:visited {
	display: block;
	text-align: center;
	margin-bottom: 0.5rem;
	background-color: #2a0221;
	color: #ababab;
	padding: 4px 7px;
	transition: color .1s ease-in-out;
	font-size: 0.85rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.last-posts-carousel .last-post-item .last-post-item-data-subject:active,
.last-posts-carousel .last-post-item .last-post-item-data-subject:focus,
.last-posts-carousel .last-post-item .last-post-item-data-subject:hover {
	outline: none;
	color: #fff;
}

.last-posts-carousel .owl-nav {
	height: 100%;
	position: absolute;
	width: calc(100% + 4rem);
	top: 0;
	left: 0;
	margin-left: -2rem;
	margin-right: -2rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: -1;
}

.last-posts-carousel .owl-nav .owl-prev {
	background-color: #2a0221 !important;
	height: 100%;
	width: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.last-posts-carousel .owl-nav .owl-next {
	background-color: #2a0221 !important;
	height: 100%;
	width: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.last-posts-carousel .owl-nav .disabled {
	user-select: none;
	pointer-events: none;
	opacity: 0.6;
}

.last-posts-carousel .owl-nav button > span {
	color: #6a6a6a;
	transition: color .1s ease-in-out;
}

.last-posts-carousel .owl-nav button:hover > span,
.last-posts-carousel .owl-nav button:focus > span {
	color: #fff;
	outline: none;
}

/** TOP-BAR: START **/
.mobile-top-bar {
	height: auto;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.mobile-top-bar div[class^="col-4"] {
	height: 50px;
}

.mobile-top-bar .nav-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	border: none;
	background-color: #2a0221;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #ababab;
	font-size: .8rem;
	cursor: pointer;
	transition: color .1s ease-in-out;
	border-radius: 0;
}

.mobile-top-bar .nav-button:focus {
	outline: none;
	border: none;
}

.mobile-top-bar .nav-button i {
	font-size: 1.5rem;
}

.mobile-top-bar .top-bar-link {
	margin-bottom: 1rem !important;
}

.top-bar {
	margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
	.top-bar {
		margin-top: 1rem;
	}


}

.mobile-top-bar .top-bar-link,
.top-bar .top-bar-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 40px;
	margin-bottom: 1rem;
	background-color: #301e38;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: .8rem;
	transition: color .1s ease-in-out;
}

.mobile-top-bar .top-bar-link {
	justify-content: space-between;
	height: 50px;
	margin-bottom: 0rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

@media screen and (min-width: 992px) {
	.top-bar .top-bar-link {
		margin-bottom: 0;
	}


}

.mobile-top-bar .top-bar-link:link,
.mobile-top-bar .top-bar-link:visited,
.top-bar .top-bar-link:link,
.top-bar .top-bar-link:visited {
	color: #ababab;
}

.mobile-top-bar .top-bar-link:hover,
.mobile-top-bar .top-bar-link:focus,
.mobile-top-bar .top-bar-link:active,
.top-bar .top-bar-link:hover,
.top-bar .top-bar-link:focus,
.top-bar .top-bar-link:active {
	border: none;
	outline: none;
	color: #ffffff;
}

.top-bar .top-bar-link > i {
	margin-left: .5rem;
}

.top-bar .nav-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 40px;
	border: none;
	background-color: #2a0221;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #ababab;
	font-size: .8rem;
	cursor: pointer;
	transition: color .1s ease-in-out;
	border-radius: 0;
}

.top-bar .nav-button > i {
	margin-right: .5rem;
	font-size: 1.3rem;
}

.top-bar .nav-button:hover,
.top-bar .nav-button:focus {
	border: none;
	outline: none;
	color: #ffffff;
}

.mobile-top-bar .profile-menu,
.top-bar .profile-menu {
	min-width: 250px;
	background-color: #1c1c1c;
	padding-top: .35rem;
	padding-bottom: .35rem;
	border: none;
	border-radius: 0;
}

.mobile-top-bar .profile-menu,
.top-bar .profile-menu.show {
	transform: translate(0, 50px) !important;
}

.mobile-top-bar .profile-menu-link,
.top-bar .profile-menu-link {
	display: flex;
	align-items: center;
	padding-top: .35rem;
	padding-bottom: .35rem;
	padding-left: .5rem;
	padding-right: .5rem;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: .9rem;
	transition: color .1s ease-in-out;
}

.mobile-top-bar .profile-menu-link > span,
.top-bar .profile-menu-link > span {
	margin-left: .5rem;
}

.mobile-top-bar .profile-menu-link:link,
.mobile-top-bar .profile-menu-link:visited,
.top-bar .profile-menu-link:link,
.top-bar .profile-menu-link:visited {
	color: #ababab;
}

.mobile-top-bar .profile-menu-link:active,
.mobile-top-bar .profile-menu-link:hover,
.mobile-top-bar .profile-menu-link:focus,
.top-bar .profile-menu-link:active,
.top-bar .profile-menu-link:hover,
.top-bar .profile-menu-link:focus {
	border: none;
	outline: none;
	color: #ffffff;
}

.mobile-top-bar .profile-menu-link i {
	margin-left: .5rem;
}

.offcanvas {
	background-color: #1c1c1c;
}

.offcanvas-header {
	padding-top: 1rem;
	padding-right: 1rem;
	padding-left: 1rem;
}

.offcanvas-body {
	padding-bottom: 1rem;
	padding-right: 1rem;
	padding-left: 1rem;
}

@media screen and (min-width: 992px) {
	.offcanvas-header {
		padding-top: 2rem;
		padding-right: 2rem;
		padding-left: 2rem;
	}

	.offcanvas-body {
		padding-bottom: 2rem;
		padding-right: 2rem;
		padding-left: 2rem;
	}


}

.offcanvas-header button {
	border: none;
	background-color: transparent;
	cursor: pointer;
	color: #777 !important;
	transition: color .15s ease-in-out;
}

.offcanvas-header button:hover,
.offcanvas-header button:focus {
	outline: none !important;
	border: none !important;
	color: #ffffff !important;
	box-shadow: 0 !important;
}

.offcanvas-header .offcanvas-title {
	color: #ababab;
}

.offcanvas-body > div:first-of-type {
	color: #424242;
}

.offcanvas-body > nav {
	display: flex;
	flex-wrap: wrap;
	padding-top: 1rem;
}

@media screen and (min-width: 992px) {
	.offcanvas-body > nav {
		padding-top: 2rem;
	}


}

.offcanvas-body > nav a:link,
.offcanvas-body > nav a:visited {
	width: 100%;
	color: #ababab;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: color .15s ease-in-out;
	height: 40px;
	margin-bottom: 1rem;
	background-color: #301e38;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	font-size: .8rem;
}

@media screen and (min-width: 768px) {
	.offcanvas-body > nav a:link,
	.offcanvas-body > nav a:visited {
		width: calc(50% - .5rem);
		margin-left: 1rem;
	}
}

.offcanvas-body > nav a:nth-child(odd) {
	margin-left: 0;
}

.offcanvas-body > nav a:hover,
.offcanvas-body > nav a:active,
.offcanvas-body > nav a:focus {
	border: none;
	outline: none;
	color: #ffffff;
}

/** TOP-BAR: END **/

/** HOME: START **/
.home {
	background-color: #301e38;
	border: 1px solid #583270;
	margin-bottom: 1rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

@media screen and (min-width: 992px) {
	.home {
		padding-top: 2rem;
		padding-bottom: 2rem;
		padding-left: 2rem;
		padding-right: 2rem;
	}


}

.home .site-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #100011;
	border: 1px solid #583270;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.home .site-header .logo a:link,
.home .site-header .logo a:visited {
	display: inline-block;
}

.home .site-header .logo a img {
	width: 100%;
}

.home .site-header .discord a:link,
.home .site-header .discord a:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 1rem;
	font-size: 2rem;
	background-color: #5663F7;
	color: #ffffff;
	width: 50px;
	height: 50px;
	border-radius: 6px;
}

.home .current-story {
	background: url(../../../images/mageguildwars/current-story.jpg);
	width: 100%;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px solid #583270;
	margin-top: 1rem;
	min-height: 300px;
}

@media screen and (min-width: 992px) {
	.home .current-story {
		min-height: 400px;
	}


}

.home .current-story a {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	flex-wrap: wrap;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	font-size: 1.5rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 2rem;
	transition: background-color .1s ease-in-out, color .1s ease-in-out;
}

.home .current-story a span {
	font-weight: 600;
	font-size: 2.2rem;
}

.home .current-story a:link,
.home .current-story a:visited {
	text-decoration: none;
	color: #ffffff;
	font-weight: 200;
	background-color: rgb(0, 0, 0, .65);
}

.home .current-story a:active,
.home .current-story a:hover,
.home .current-story a:focus {
	border: none;
	outline: none;
	background-color: rgb(0, 0, 0, .35);
}

.home .current-story a:active > span,
.home .current-story a:hover > span,
.home .current-story a:focus > span {
	color: #583270;
}

.home .important-links {
	display: flex;
	flex-wrap: wrap;
	margin-top: 1rem;
}

.home .important-links a:link,
.home .important-links a:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 50px;
	padding-left: 1rem;
	padding-right: 1rem;
	margin-bottom: 1rem;
	color: #ababab;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: .9rem;
	transition: color .1s ease-in-out;
	text-align: center;
}

@media screen and (min-width: 992px) {
	.home .important-links a:link,
	.home .important-links a:visited {
		width: calc(50% - .5rem);
	}


}

.home .important-links a:first-child {
	background: url(../../../images/mageguildwars/last-update.png);
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.home .important-links a:not(:first-child) {
	background-color: #2a0221;
}

@media screen and (min-width: 992px) {
	.home .important-links a:nth-child(even) {
		margin-right: 1rem;
	}


}

.home .important-links a:hover,
.home .important-links a:active,
.home .important-links a:focus {
	border: none;
	outline: none;
	color: #ffffff;
}

.home .bonus {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #5e4f06;
	color: #ffffff;
	text-shadow: 0 0 4px rgb(255, 255, 255, .45);
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 1px solid #aa9812;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 2rem;
	padding-right: 2rem;
	margin-bottom: 1rem;
	height: 135px;
}

@media screen and (min-width: 768px) {
	.home .bonus {
		margin-bottom: 0;
	}


}

.home .bonus[data-disabled="true"] {
	background: #95a5a6;
	border: 1px solid #7f8c8d;
	color: #2b2b2b;
	text-shadow: none;
}

.home .bonus p {
	font-size: .85rem;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	font-weight: 200;
}

.home .bonus p span {
	font-weight: 600;
}

.home .bonus-2 {
	margin-top: 1rem;
	max-height: 192px;
}

.home .story {
	background-color: #100011;
	border: 1px solid #583270;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
	max-height: 100%;
	overflow-y: auto;
}

@media screen and (min-width: 992px) {
	.home .story {
		max-height: 520px;
	}


}

.home .story h2 {
	font-family: 'Merriweather', serif;
	color: #ababab;
	text-align: left;
	font-size: 1.5rem;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid rgb(88, 50, 112, .5);
}

.home .story h2::first-letter {
	color: #583270;
}

.home .story p {
	margin-bottom: 0;
	text-align: justify;
	font-size: .9rem;
	color: #918a8f;
}

.home .story p::first-letter {
	font-family: 'Merriweather', serif;
	color: #583270;
	font-size: 1.2rem;
	margin-right: .15rem;
}

/** HOME: END **/



/** NAVIGATION: START **/

.navigation {
	background-color: #301e38;
	border: 1px solid #583270;
	margin-bottom: 1rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

@media screen and (min-width: 992px) {
	.navigation {
		padding-top: 2rem;
		padding-bottom: 2rem;
		padding-left: 2rem;
		padding-right: 2rem;
	}


}

.navigation .breadcrumb {
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.navigation li {
	color: #918a8f;
	font-size: .8rem;
}

.navigation li.active {
	font-weight: 600;
}

.navigation a:link,
.navigation a:visited {
	color: #ababab;
	transition: color .1s ease-in-out;
}

.navigation a:hover,
.navigation a:active,
.navigation a:focus {
	outline: none;
	border: none;
	color: #ffffff;
}

/** NAVIGATION: END **/

/** HOME: START **/

.pagination {}

@media screen and (min-width: 992px) {
	.pagination {
		margin-bottom: 0;
	}
}

.pagination .page-item {}

.pagination .page-item.blank {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ababab;
	height: 25px;
	width: 25px;
}

.pagination .page-item.disabled .page-link:link,
.pagination .page-item.disabled .page-link:visited {
	background-color: #42062c;
	border-color: #42062c;
}

.pagination .page-item .page-link:link,
.pagination .page-item .page-link:visited {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ababab;
	text-decoration: none;
	height: 25px;
	width: 25px;
	margin-left: .15rem;
	margin-left: .15rem;
	font-size: .8rem;
	transition: color .1s ease-in-out;
	background-color: #2a0221;
	border-color: #2a0221;
}

.pagination .page-item .page-link:hover,
.pagination .page-item .page-link:active {
	color: #fff;
}

.pagination .page-item .page-link:focus {
	box-shadow: 0 0 0 0.25rem rgba(42, 2, 33, 0.25);
}

/** HOME: END **/

.thead.thead_collapsed .expander:before{
	content: "\f4fe";
}

.thead .expander:before{
	display: inline-block;
	font-size: 2.5rem;
	font-family: bootstrap-icons !important;
	content: "\f2ea";
	font-weight: 900;
	transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
	line-height: 2rem;
}

/** LOGIN: START **/

.login-page {
	background-color: #301e38;
	border: 1px solid #583270;
	margin-bottom: 1rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

@media screen and (min-width: 992px) {
	.login-page {
		padding-top: 2rem;
		padding-bottom: 2rem;
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

.login-page .blank-separator {
	height: 100%;
	background-color: #100011;
	border: 1px solid #583270;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

@media screen and (min-width: 992px) {
	.login-page .blank-separator {
		padding-top: 2rem;
		padding-bottom: 2rem;
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

.login-form-title {
	font-family: 'Merriweather',serif;
	color: #ababab;
	text-align: left;
	font-size: 1.5rem;
	margin-bottom: 1rem;
}

@media screen and (min-width: 992px) {
	.login-form-title {
		margin-bottom: 2rem;
	}
}

.login-form label {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #ababab;
	font-size: .9rem;
}

.login-form .form-text {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #918a8f;
}

.login-form .form-text a:link,
.login-form .form-text a:visited {
	display: inline-block;
	color: #666;
	transition: color .1s ease-in-out;
	margin-left: 2rem;
	font-size: .8rem;
}

.login-form .form-text a:active,
.login-form .form-text a:hover,
.login-form .form-text a:focus {
	color: #fff;
}

.login-form .form-check {
	display: flex;
	align-items: flex-start;
	margin-bottom: .5rem;
	padding-left: 0;
}

@media screen and (min-width: 992px) {
	.login-form .form-check {
		align-items: center;
	}
}


.login-form .form-check:first-of-type {
	margin-top: 1rem;
}

.login-form .form-check:last-of-type {
	margin-bottom: 0;
}

.login-form .form-check label {
	color: #ababab;
	font-size: .8rem;
	margin-left: 0.5rem;
	width: calc(100% - 20px);
}

.login-form .form-check input {
	transition: color .1s ease-in-out;
	background-color: #2a0221;
	border-color: #2a0221;
	margin: 0;
	padding: 0;
}

.login-form .form-check input[type="checkbox"] {
	width: 20px;
	height: 20px;
}

.login-form .form-check input:focus {
	box-shadow: 0 0 0 0.25rem rgba(42, 2, 33, 0.25);
}

.login-form .form-blank label {
	color: #ababab;
	font-size: .8rem;
	margin-top: 1rem;
}

.login-form .btn-login {
	display: block;
	align-items: center;
	justify-content: center;
	color: #ababab;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 2rem;
	padding-right: 2rem;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	font-size: .9rem;
	border-radius: 0;
	transition: color .1s ease-in-out;
	background-color: #2a0221;
	border-color: #2a0221;
	width: 100%;
}

.login-form .btn-login:hover {
	color: #fff;
}

.login-form .btn-login:focus {
	color: #fff;
	border-color: transparent;
	outline: none;
	box-shadow: 0 0 0 0.25rem rgb(42 2 33 / 25%);
}

/** LOGIN: END **/

/** REGISTER: START **/

.page-registration {
	background-color: #301e38;
	border: 1px solid #583270;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

@media screen and (min-width: 992px) {
	.page-registration {
		padding-top: 2rem;
		padding-bottom: 2rem;
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

.page-registration h3 {
	font-family: 'Merriweather',serif;
	color: #ababab;
	font-size: 1.5rem;
	margin-bottom: 1rem;
}

@media screen and (min-width: 992px) {
	.page-registration h3 {
		margin-bottom: 2rem;
	}
}

.page-registration .form-group {
	margin-top: 1rem;
}

.page-registration .form-group:first-of-type {
	margin-top: 0;
}

.page-registration .form-group:last-of-type {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-top: 1rem;
}

@media screen and (min-width: 992px) {
	.page-registration .form-group:last-of-type {
		flex-direction: row;
		margin-top: 2rem;
	}
}

.page-registration .form-group li {
	color: #ababab;
	text-align: justify;
}

.page-registration .form-group .btn-agree {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #ababab;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 2rem;
	padding-right: 2rem;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	font-size: .9rem;
	border-radius: 0;
	transition: color .1s ease-in-out;
	background-color: #2a0221;
	border-color: #2a0221;
	width: 100%;
}

@media screen and (min-width: 992px) {
	.page-registration .form-group .btn-agree {
		margin-top: 0;
		margin-bottom: 0;
		margin-left: 0.5rem;
		margin-right: 0.5rem;
		width: auto;
	}
}

.page-registration .form-group .btn-agree:hover {
	color: #fff;
}

.page-registration .form-group .btn-agree:focus {
	color: #fff;
	box-shadow: 0 0 0 0.25rem rgb(42, 2, 33,  0.25);
}

.register-grid {
	display: grid;
	grid-template-rows: repeat(5, auto);
	grid-template-columns: 100%;
	grid-gap: 1rem;
}

@media screen and (min-width: 992px) {
	.register-grid {
		grid-template-rows: repeat(3, auto);
		grid-template-columns: repeat(2, 1fr);
	}
}

.register-grid .basic-data {
	grid-row: 1;
}

@media screen and (min-width: 992px) {
	.register-grid .basic-data {
		grid-column: 1;
	}
}

.register-grid .captha {
	grid-row: 4;
}

@media screen and (min-width: 992px) {
	.register-grid .captha {
		grid-row: 2;
		grid-column: 1;
	}
}

.register-grid .advanced-settings {
	grid-row: 2;
}

@media screen and (min-width: 992px) {
	.register-grid .advanced-settings {
		grid-row: 1;
		grid-column: 2;
	}
}

.register-grid .advanced-settings .form-group {
	margin-top: 2rem;
}

.register-grid .advanced-settings .form-group select {
	color: #ababab;
	font-size: .9rem;
	border-radius: 0;
	background-color: #2a0221;
	border-color: #2a0221;
}

.register-grid .advanced-settings .form-group select:focus,
.register-grid .advanced-settings .form-group select:active {
	box-shadow: 0 0 0 0.25rem rgba(42, 2, 33, 0.25);
}

.register-grid .anti-bot {
	grid-row: 3;
}

@media screen and (min-width: 992px) {
	.register-grid .anti-bot {
		grid-row: 2;
		grid-column: 2;
	}
}

.register-grid .submit-row {
	grid-row: 5;
	display: flex;
	justify-content: center;
}

.register-grid .submit-row button {
	display: block;
	align-items: center;
	justify-content: center;
	color: #ababab;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 2rem;
	padding-right: 2rem;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	font-size: .9rem;
	border-radius: 0;
	transition: color .1s ease-in-out;
	background-color: #2a0221;
	border-color: #2a0221;
	width: 100%;
} 

@media screen and (min-width: 992px) {
	.register-grid .submit-row button {
		width: auto;
	}
}

.register-grid .submit-row button:focus {
	color: #fff;
	border-color: transparent;
	outline: none;
	box-shadow: 0 0 0 0.25rem rgb(42 2 33 / 25%);
}

.register-grid .submit-row button:hover {
	color: #fff;
}

@media screen and (min-width: 992px) {
	.register-grid .submit-row {
		grid-row: 3;
		grid-column: 1 / span 2;
	}
}

.register-grid .box {
	background-color: #301e38;
	border: 1px solid #583270;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

@media screen and (min-width: 992px) {
	.register-grid .box {
		padding-top: 2rem;
		padding-bottom: 2rem;
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

.register-grid .box h3 {
	font-family: 'Merriweather',serif;
	color: #ababab;
	font-size: 1.5rem;
	margin-bottom: 1rem;
}

@media screen and (min-width: 992px) {
	.register-grid .box h3 {
		margin-bottom: 2rem;
	}
}

.register-grid .box .form-group:not(:last-of-type) {
	margin-bottom: 1rem;
}

.register-grid .box .form-group .form-label {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #ababab;
	font-size: .9rem;
}

.register-grid .box .forum-input {
	width: 100%;
}

.register-grid .box .form-check {
	display: flex;
	align-items: flex-start;
	margin-bottom: .5rem;
	padding-left: 0;
}

@media screen and (min-width: 992px) {
	.register-grid .box .form-check {
		align-items: center;
	}
}

.register-grid .box .form-check input[type="checkbox"] {
	transition: color .1s ease-in-out;
	background-color: #2a0221;
	border-color: #2a0221;
	margin: 0;
	padding: 0;
	width: 20px;
	height: 20px;
}

.register-grid .box .form-check input[type="checkbox"]:focus {
	box-shadow: 0 0 0 0.25rem rgba(42,2,33,0.25);
}

.register-grid .box .form-check label {
	color: #ababab;
	font-size: .8rem;
	margin-left: 0.5rem;
	width: calc(100% - 20px);
	text-transform: uppercase;
	letter-spacing: 1px;
}

/** REGISTER: END **/

/** UTILITES: START **/

.global-error {
	margin-top: 1rem;
}

.global-error > div {
	font-size: .9rem;
}

/** UTILITES: END **/

/** Modal Start **/

.blocker {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 9999;
	padding: 20px;
	box-sizing: border-box;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.75);
	text-align: center;
}

.blocker:before{
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.05em;
}

.blocker.behind {
	background-color: transparent;
}

.modal {
	width: 400px;
	text-align: left;
	background: #fff;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-o-box-shadow: 0 0 10px #000;
	-ms-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
}

.modal a.close-modal {
	position: absolute;
	top: -12.5px;
	right: -12.5px;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background: url(../../../images/close.png) no-repeat 0 0;
}

.modal-spinner {
	display: none;
	width: 64px;
	height: 64px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-right: -32px;
	margin-top: -32px;
	background: url(../../../images/spinner_big.gif) no-repeat center center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
}

/** Modal End **/

#pageAwards .page-awards {
	background-color: #301e38;
	border: 1px solid #583270;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
	margin-bottom: 1rem;
}

@media screen and (min-width: 992px) {
	#pageAwards .page-awards {
		padding-top: 2rem;
		padding-bottom: 2rem;
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

#pageAwards .container-awards:last-of-type .row .page-awards {
	margin-bottom: 0;
}

#pageAwards .page-awards-item {
	background-color: rgba(0, 0, 0, .5);
	padding: 1rem;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 1rem;
}

#pageAwards .page-awards-item:last-of-type {
	margin-bottom: 0;
}

#pageAwards .page-awards-category {
	font-family: 'Merriweather',serif;
	color: #ababab;
	text-align: left;
	font-size: 1.5rem;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid rgb(88,50,112,.5);
}

#pageAwards .page-awards-image {
	margin-right: 1rem;
}

#pageAwards .page-awards-item-content a:link,
#pageAwards .page-awards-item-content a:visited {
	font-family: 'Merriweather',serif;
	color: #ababab;
	font-size: 1.1rem;
	transition: color .1s ease-in-out;
}

#pageAwards .page-awards-item-content a:focus,
#pageAwards .page-awards-item-content a:hover,
#pageAwards .page-awards-item-content a:active {
	color: #fff;
}

#pageAwards .page-awards-item-content p {
	margin-bottom: 0;
	color: #666666;
}

/** UTILS START **/
.scroll-to-top {
	position: fixed;
	left: 2rem;
	bottom: 2rem;
	z-index: 10;
}

.scroll-to-top > button {
	background-color: #2a0221;
	border: 1px solid #38072d;
	width: 50px;
	height: 50px;
	border-radius: 0;
	color: #666;
	transition: color .1s ease-in-out;
}

.scroll-to-top > button:hover {
	color: #fff;
}

.scroll-to-top > button:focus {
	outline: none;
}

.scroll-to-top > button > span {
	font-size: 1.4rem;
}

/** Lista użytkowników START **/
.userslist {}

.userslist-header {
	background-color: #301e38;
	border: 1px solid #583270;
	margin-bottom: 1rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

@media screen and (min-width: 992px) {
	.userslist-header {
		padding-top: 2rem;
		padding-bottom: 2rem;
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

.userslist-header h3 {
	font-family: 'Merriweather',serif;
	color: #ababab;
	font-size: 1.5rem;
}

.userslist-header .navs {
	margin-top: 1rem;
}

.userslist-header .navs nav {
	margin-bottom: 1rem;
}

.userslist-header .userslist-letters {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.userslist-header .userslist-letters li {
	display: inline-block;
	height: 25px;
	width: 25px;
	margin-bottom: 0.15rem;
}

.userslist-header .userslist-letters a:link,
.userslist-header .userslist-letters a:visited {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ababab;
	text-decoration: none;
	height: 25px;
	width: 25px;
	margin-left: 0.15rem;
	font-size: .8rem;
	transition: color .1s ease-in-out;
	background-color: #2a0221;
	border-color: #2a0221;
}

.userslist-header .userslist-letters a:hover,
.userslist-header .userslist-letters a:focus, 
.userslist-header .userslist-letters a:active {
	color: #fff;
}

.userslist-error {
	color: #ababab;
	grid-column: 1 / span 3;
	text-align: center;
	margin-top: 1rem;
}

.userslist-error h3 {
	font-family: 'Merriweather',serif;
	color: #ababab;
	font-size: 1.5rem;
}

.userslist-error p {
	margin-bottom: 0;
}

.userslist-content {
	background-color: #301e38;
	border: 1px solid #583270;
	margin-bottom: 1rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

@media screen and (min-width: 992px) {
	.userslist-content {
		padding-top: 2rem;
		padding-bottom: 2rem;
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

.userslist-content-sort {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
}

.userslist-content-sort > span {
	margin-right: 1rem;
	font-size: .9rem;
	padding: 0.5rem 1rem;
	background-color: #2a0221;
	border-color: #2a0221;
}

.userslist-content-sort > span > span {
	font-size: 0.8rem;
	color: #686868;
}

.userslist-content-sort > span > span a:link,
.userslist-content-sort > span > span a:visited {
	color: #686868;
	transition: color .1s ease-in-out;
}

.userslist-content-sort > span > span a:hover,
.userslist-content-sort > span > span a:focus,
.userslist-content-sort > span > span a:active {
	color: #fff;
}

.userslist-content-sort .sort-link:link,
.userslist-content-sort .sort-link:visited {
	color: #ababab;
	transition: color .1s ease-in-out;
}

.userslist-content-sort .sort-link:hover,
.userslist-content-sort .sort-link:focus,
.userslist-content-sort .sort-link:active {
	color: #fff;
}

.userslist-content-list {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 1rem;
}

@media screen and (min-width: 768px) {
	.userslist-content-list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (min-width: 992px) {
	.userslist-content-list {
		grid-template-columns: repeat(3, 1fr);
	}
}

.userslist-content-user {
	display: grid;
	grid-template-columns: 75px 1fr;
	gap: 1rem;
	background-color: rgba(0,0,0,.5);
	padding: 1rem;
}

.userslist-content-user .userslist-avatar {
	position: relative;
}

.userslist-content-user .userslist-avatar img {
	width: 75px;
	height: auto;
}

.userslist-content-user .userslist-data {}

.userslist-content-user .userslist-data h4 a:link,
.userslist-content-user .userslist-data h4 a:visited {
	font-family: 'Merriweather',serif;
	font-size: 1.1rem;
}

.userslist-content-user .userslist-data h5 {
	margin-bottom: 0;
	color: #666;
	font-size: 1rem;
}

.userslist-content-user .userslist-data ul {
	list-style: none;
	margin-bottom: 0;
	margin-top: 1rem;
	padding-left: 0;
}

.userslist-content-user .userslist-data li {
	font-size: 0.9rem;
	color: #838383;
}

.userslist-content-user .userslist-data li span {
	color: #5c5c5c;
}

.userslist-footer {
	display: block;
	background-color: #301e38;
	border: 1px solid #583270;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

@media screen and (min-width: 992px) {
	.userslist-footer {
		display: block;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding-top: 2rem;
		padding-bottom: 2rem;
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

.userslist-footer .navs {
	display: block;
	margin-right: 2rem;
}

@media screen and (min-width: 992px) {
	.userslist-footer .navs {
		display: inline-block;
		margin-left: 0;
	}
}

.userslist-footer a:link,
.userslist-footer a:visited {
	color: #ababab;
	transition: color .1s ease-in-out;
}

.userslist-footer a:active,
.userslist-footer a:hover,
.userslist-footer a:focus {
	color: #fff;
}

.userslist-content-search {
	margin-bottom: 0;
}

.userslist-content-search h3 {
	font-family: 'Merriweather',serif;
	color: #ababab;
	font-size: 1.5rem;
	margin-bottom: 1rem;
}

.userslist-content-search .userslist-content-search-section {
	background-color: #1a131d;
	margin-top: 1rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.userslist-content-search .userslist-content-search-section:first-of-type {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: auto;
	column-gap: 1rem;
}

.userslist-content-search .form-label {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #ababab;
	font-size: .9rem;
}

.userslist-content-search .userslist-content-search-section:first-of-type .form-label {
	grid-column: 1;
	grid-row: 1;
}

.userslist-content-search .userslist-content-search-section:first-of-type .form-select {
	grid-row: 2;
	grid-column: 1 / span 2;
	color: #ababab;
	font-size: .9rem;
	border-radius: 0;
	background-color: #2a0221;
	border-color: #2a0221;
	height: 35px;
	padding: 0 1rem;
}

@media screen and (min-width: 768px) {
	.userslist-content-search .userslist-content-search-section:first-of-type .form-select {
		grid-column: 1;
	}
}

.userslist-content-search .userslist-content-search-section:first-of-type .form-select:focus {
	box-shadow: 0 0 0 0.25rem rgb(42 2 33 / 25%);
	outline: none;
	border-color: #2a0221;
}

.userslist-content-search .userslist-content-search-section:first-of-type .form-input {
	background-color: #2a0221;
	grid-column: 1 / span 2;
	grid-row: 3;
	margin-top: 1rem;
}

@media screen and (min-width: 768px) {
	.userslist-content-search .userslist-content-search-section:first-of-type .form-input {
		grid-column: 2;
		grid-row: 2;
		margin-top: 0;
	}
}

.userslist-content-search .userslist-content-search-section:first-of-type .form-input > a {
	background-color: #2a0221;
	border-color: #2a0221;
	background-image: none;
	height: 35px;
	border-radius: 0;
	box-shadow: none;
}

.userslist-content-search .userslist-content-search-section:first-of-type .form-input > a .select2-chosen {
	color: #ababab;
	font-size: .9rem;
	border-radius: 0;
	background-color: #2a0221;
	border-color: #2a0221;
	height: 100%;
	display: flex;
	align-items: center;
}

.userslist-content-search .userslist-content-search-section:first-of-type .form-input > a .select2-arrow {
	background-color: #2a0221;
	border-color: #2a0221;
	background-image: none;
}

.userslist-content-search .userslist-content-search-section .form-check {
	display: flex;
	align-items: center;
	padding-left: 0;
}

.userslist-content-search .userslist-content-search-section .form-check input[type="radio"] {
	transition: color .1s ease-in-out;
	background-color: #2a0221;
	border-color: #2a0221;
	margin: 0;
	padding: 0;
	width: 20px;
	height: 20px;
}

.userslist-content-search .userslist-content-search-section .form-check label {
	color: #ababab;
	font-size: .8rem;
	margin-left: 0.5rem;
	display: inline-block;
	width: auto;
}

.userslist-content-search .userslist-content-search-section .form-group:first-of-type {
	display: flex;
	flex-direction: column;
	margin-bottom: 1rem;
}

.userslist-content-search .userslist-content-search-section .form-group:last-of-type {
	margin-top: 1rem;
}

.userslist-content-search .userslist-content-search-section .form-group:first-of-type .form-sort {
	color: #ababab;
	font-size: .9rem;
	border-radius: 0;
	background-color: #2a0221;
	border-color: #2a0221;
	height: 35px;
	padding: 0 1rem;
	width: 100%;
	max-width: 300px;
}

.userslist-content-search .userslist-content-search-section .form-group:first-of-type .form-sort:focus {
	box-shadow: 0 0 0 0.25rem rgb(42 2 33 / 25%);	
	outline: none;
	border-color: #2a0221;
}

.userslist-content-search .userslist-content-search-section .form-group .forum-input {
	background-color: #2a0221;
	width: 100%;
	max-width: 100px;
}

.userslist-content-search .btn-search {
	margin-top: 1rem;
	width: 100%;
	max-width: 200px;
	margin-left: auto;
	display: block;
	margin-right: auto;
	color: #ababab;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 2rem;
	padding-right: 2rem;
	font-size: .9rem;
	border-radius: 0;
	transition: color .1s ease-in-out;
	background-color: #2a0221;
	border-color: #2a0221;
}

.userslist-content-search .btn-search:hover {
	color: #fff;
}

.userslist-content-search .btn-search:focus {
	color: #fff;
	box-shadow: 0 0 0 0.25rem rgb(42 2 33 / 25%);
}

/** Lista użytkowników END **/

/** Profil użytkownika START **/

.profile-forum {
	display: grid;
	row-gap: 1rem;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: auto;
}

@media screen and (min-width: 992px) {
	.profile-forum {
		column-gap: 1rem;
	}
}

.profile-header {
	display: flex;
	align-items: center;
	flex-direction: column;
	background-color: #131114;
	position: relative;
	padding: 1rem;
	grid-column: 1 / span 2;
	grid-row: 1;
}

@media screen and (min-width: 992px) {
	.profile-header {
		flex-direction: row;
		padding: 2rem;
	}
}

.profile-title {
	text-align: center;
	margin-top: 1rem;
}

@media screen and (min-width: 992px) {
	.profile-title {
		text-align: left;
		margin-top: 0;
		margin-left: 2rem;
	}
}

.profile-title h3 {
	font-weight: 700;
	font-size: 3.5rem;
}

.profile-title h3 > .status {
	font-size: 0.8rem;
	display: inline-block;
	margin-left: 1rem;
}

.profile-title h3 > span > span,
.profile-title h3 > span > a:link,
.profile-title h3 > span > a:visited {
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.profile-title h3 > .status .location {
	color: #646464;
	text-transform: lowercase;
	display: inline-block;
	margin-top: 0.2rem;
}

.profile-title h3 > .status .location a:link,
.profile-title h3 > .status .location a:visited {
	color: #ababab;
	transition: color .1s ease-in-out;
}

.profile-title h3 > .status .location a:hover,
.profile-title h3 > .status .location a:focus,
.profile-title h3 > .status .location a:active {
	color: #fff;
}

.profile-title h4 {
	color: #464646;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 1.75rem;
}

.profile-title .contact-details {
	position: absolute;
	top: 1rem;
	right: 1rem;
	z-index: 10;
}

.profile-title .contact-details a:link,
.profile-title .contact-details a:visited {
	color: #ababab;
	transition: color .1s ease-in-out;
}

.profile-title .contact-details a:focus,
.profile-title .contact-details a:active,
.profile-title .contact-details a:hover {
	color: #fff;
}

.profile-information,
.profile-additional-information,
.profile-awards,
.profile-signature {
	background-color: #301e38;
	border: 1px solid #583270;
	padding: 1rem;
}

@media screen and (min-width: 992px) {
	.profile-information,
	.profile-additional-information,
	.profile-awards,
	.profile-signature {
		padding: 2rem;
	}
}

.profile-information,
.profile-additional-information,
.profile-awards,
.profile-signature,
.profile-mod, 
.profile-admin {
	grid-column: 1 / span 2;
	grid-row: auto;
}

@media screen and (min-width: 992px) {
	.profile-information {
		grid-column: 1;
		grid-row: 2;
	}

	.profile-additional-information {
		grid-column: 2;
		grid-row: 2;
	}

	.profile-awards {
		grid-column: 1 / span 2;
		grid-row: 3;
	}

	.profile-signature {
		grid-column: 1 / span 2;
		grid-row: 4;
	}

	.profile-mod {
		grid-column: 1;
		grid-row: 5;
	}

	.profile-admin {
		grid-column: 2;
		grid-row: 5;
	}
}

.profile-information h3,
.profile-additional-information h3,
.profile-awards h3,
.profile-signature h3 {
	font-family: 'Merriweather',serif;
	color: #ababab;
	text-align: left;
	font-size: 1.5rem;
}

.profile-awards h3 {
	margin-bottom: 1rem;
}

.profile-inbox {
	background-color: #100011;
	border: 1px solid #583270;
	padding: 1rem;
	margin-top: 1rem;
}

.profile-inbox > ul {
	margin: 0;
	padding-left: 0;
	list-style: none;
}

.profile-inbox > ul > li {
	color: #918a8f;
}

.profile-inbox > ul > li > span:first-of-type {
	color: #505050;
}

.profile-inbox > ul > li a:link,
.profile-inbox > ul > li a:visited {
	color: #ababab;
	transition: color .1s ease-in-out
}

.profile-inbox > ul > li a:active,
.profile-inbox > ul > li a:focus,
.profile-inbox > ul > li a:hover {
	color: #fff;
}

.profile-inbox > ul > li a > i {
	margin-left: 0.5rem;
	font-size: 0.85rem;
}

.profile-awards-row {
	background-color: rgba(0,0,0,.5);
	padding: 1rem;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 1rem;
}

.profile-awards-row:last-of-type {
	margin-bottom: 0;
}

.profile-awards-row-image {
	margin-right: 1rem;
}

.profile-awards-row-image a:link,
.profile-awards-row-image a:visited {
	display: block;
}

.profile-awards-row-image a:hover,
.profile-awards-row-image a:focus,
.profile-awards-row-image a:active {}

.profile-awards-row-data {}

.profile-awards-row-data h5 {
	font-family: 'Merriweather',serif;
	color: #ababab;
	font-size: 1.1rem;
}

.profile-awards-row-data span {
	color: #666;
}

.profile-awards-row p {
	color: #666;
	margin-bottom: 0;
}

.signature-inbox {
	background-color: #100011;
	border: 1px solid #583270;
	padding: 1rem;
	margin-top: 1rem;
	color: #666;
}

.signature-inbox img {
	width: auto;
	max-width: 100%;
}

.signature-inbox a:link,
.signature-inbox a:visited {
	color: #ababab;
	transition: color .1s ease-in-out
}

.signature-inbox a:focus,
.signature-inbox a:hover,
.signature-inbox a:active {
	color: #fff;
}
/** Profil użytkownika END **/

/** Wyszukiwanie postów/wątków START **/
.searchposts {}

.searchposts-header {
	background-color: #301e38;
	border: 1px solid #583270;
	margin-bottom: 1rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

@media screen and (min-width: 992px) {
	.searchposts-header {
		padding-top: 2rem;
		padding-bottom: 2rem;
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

.searchposts-header h3 {
	font-family: 'Merriweather',serif;
	color: #ababab;
	font-size: 1.5rem;
}

.searchposts .navs nav,
.searchposts .navs nav ul {
	margin-bottom: 0rem;
}

.searchposts-error {
	color: #ababab;
	grid-column: 1 / span 3;
	text-align: center;
	margin-top: 1rem;
}

.searchposts-error h3 {
	font-family: 'Merriweather',serif;
	color: #ababab;
	font-size: 1.5rem;
}

.searchposts-error p {
	margin-bottom: 0;
}

.searchposts-content {
	background-color: #301e38;
	border: 1px solid #583270;
	margin-bottom: 1rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

@media screen and (min-width: 992px) {
	.searchposts-content {
		padding-top: 2rem;
		padding-bottom: 2rem;
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

.searchposts-content-sort {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.searchposts-content-sort > span {
	margin-right: 1rem;
	margin-bottom: 1rem;
	font-size: .9rem;
	padding: 0.5rem 1rem;
	background-color: #2a0221;
	border-color: #2a0221;
}

.searchposts-content-sort > span > span {
	font-size: 0.8rem;
	color: #686868;
}

.searchposts-content-sort > span > span a:link,
.searchposts-content-sort > span > span a:visited {
	color: #686868;
	transition: color .1s ease-in-out;
}

.searchposts-content-sort > span > span a:hover,
.searchposts-content-sort > span > span a:focus,
.searchposts-content-sort > span > span a:active {
	color: #fff;
}

.searchposts-content-sort .sort-link:link,
.searchposts-content-sort .sort-link:visited {
	color: #ababab;
	transition: color .1s ease-in-out;
}

.searchposts-content-sort .sort-link:hover,
.searchposts-content-sort .sort-link:focus,
.searchposts-content-sort .sort-link:active {
	color: #fff;
}

.searchposts-content-list {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 1rem;
}

@media screen and (min-width: 768px) {
	.searchposts-content-list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (min-width: 992px) {
	.searchposts-content-list {
		grid-template-columns: repeat(3, 1fr);
	}
}

.searchposts-content-user {
	background-color: rgba(0,0,0,.5);
	padding: 1rem;
}

.searchposts-content-user .searchposts-data h4 {
	color: #666;
	font-size: 1.2rem;
}

.searchposts-content-user a:link,
.searchposts-content-user a:visited {
	color: #ababab;
	transition: color .1s ease-in-out;
}

.searchposts-content-user a:hover,
.searchposts-content-user a:focus,
.searchposts-content-user a:active {
	color: #fff;
}

.searchposts-content-user .searchposts-data h4 a:link,
.searchposts-content-user .searchposts-data h4 a:visited {
	font-family: 'Merriweather',serif;
	font-size: 1.1rem;
}

.searchposts-content-user .searchposts-data h5 {
	margin-bottom: 0;
	color: #666;
	font-size: 1rem;
}

.searchposts-content-user .searchposts-data ul {
	list-style: none;
	margin-bottom: 0;
	margin-top: 1rem;
	padding-left: 0;
}

.searchposts-content-user .searchposts-data li {
	font-size: 0.9rem;
	color: #838383;
}

.searchposts-content-user .searchposts-data li span {
	color: #5c5c5c;
}

.searchposts-footer {
	display: block;
	background-color: #301e38;
	border: 1px solid #583270;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

@media screen and (min-width: 992px) {
	.searchposts-footer {
		display: block;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding-top: 2rem;
		padding-bottom: 2rem;
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

.searchposts .navs {
	display: block;
	margin-right: 2rem;
}

@media screen and (min-width: 992px) {
	.searchposts .navs {
		display: inline-block;
		margin-left: 0;
	}
}

/** Wyszukiwanie postów/wątków END **/