@font-face {
  font-family: 'Poppins';
  src: url(../../../images/ph/font/Poppins-Regular.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
	margin: 0;
	font-family: "Poppins";
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5;
	color: rgba(169, 167, 188, 0.8);
	text-align: left;
	background-color: #191a25
}

::-webkit-scrollbar {
	background: #191a25;
	width: 15px;
	height: 5px;
	border-radius: 1px;
}

::-webkit-scrollbar-thumb {
	background: #505ae2;
}

::-webkit-scrollbar-thumb:hover {
	background: #3641de;
}

.header-container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

@media(max-width:1439px) {
	.header-container {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		width: 100%;
		padding: 0 30px
	}
}

@media (min-width: 1440px) {
	.header-container {
		width: 1380px !important;
	}
}

.header-topbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0
}

.header-topbar .header-topbar-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin: 0 .25rem
}

.header-topbar .header-topbar-item:last-child {
	margin-right: 0
}

.header-topbar .header-topbar-item .header-topbar-wrapper {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.header-topbar .header-topbar-item .header-topbar-wrapper .header-topbar-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: center;
	align-self: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 42px;
	width: 42px;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
	border-radius: 4px
}

.header-topbar .header-topbar-item:hover .header-topbar-icon {
	background-color: #171622
}

.header-topbar .header-topbar-item .header-topbar-wrapper .header-topbar-icon i {
	font-size: 22px;
	line-height: 0;
	color: #82829c
}

.header-topbar .header-topbar-item .header-topbar-wrapper .header-topbar-icon.alert-icon i {
	color: #ffb822;
}

.header-topbar .header-topbar-item .header-topbar-wrapper .header-topbar-icon.admin-icon i {
	color: #fd397a;
}

.header-topbar .header-topbar-item .header-topbar-wrapper .header-topbar-icon.mod-icon i {
	color: #1dc9b7;
}

.header-pulse .pulse-ring {
	display: block;
	border-radius: 40px;
	height: 40px;
	width: 40px;
	position: absolute;
	-webkit-animation: header-pulse 3.5s ease-out;
	animation: header-pulse 3.5s ease-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	opacity: 0;
	border-width: 3px;
	border-style: solid;
	border-color: rgba(255, 184, 34, 0.8)
}

.header-pulse .alerts--new {
	display: block;
	border-radius: 40px;
	height: 40px;
	width: 40px;
	position: absolute;
	-webkit-animation: header-pulse 3.5s ease-out;
	animation: header-pulse 3.5s ease-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	opacity: 0;
	border-width: 3px;
	border-style: solid;
	border-color: rgba(255, 184, 34, 0.8)
}

@-webkit-keyframes header-pulse {
	0% {
		-webkit-transform: scale(0.1, 0.1);
		opacity: .0
	}
	60% {
		-webkit-transform: scale(0.1, 0.1);
		opacity: .0
	}
	65% {
		opacity: 1
	}
	100% {
		-webkit-transform: scale(1.2, 1.2);
		opacity: .0
	}
}

@keyframes header-pulse {
	0% {
		-webkit-transform: scale(0.1, 0.1);
		opacity: .0
	}
	60% {
		-webkit-transform: scale(0.1, 0.1);
		opacity: .0
	}
	65% {
		opacity: 1
	}
	100% {
		-webkit-transform: scale(1.2, 1.2);
		opacity: .0
	}
}

.dropdown-menu.dropdown-menu-anim {
	-webkit-animation: dropdown-menu-fade-in .3s ease 1, dropdown-menu-move-up .3s ease-out 1;
	animation: dropdown-menu-fade-in .3s ease 1, dropdown-menu-move-up .3s ease-out 1
}

.dropdown-menu.show {
	display: block
}

@-webkit-keyframes dropdown-menu-fade-in {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes dropdown-menu-fade-in {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@-webkit-keyframes dropdown-menu-move-down {
	from {
		margin-top: -10px
	}
	to {
		margin-top: 0
	}
}

@keyframes dropdown-menu-move-down {
	from {
		margin-top: -10px
	}
	to {
		margin-top: 0
	}
}

@-webkit-keyframes dropdown-menu-move-up {
	from {
		margin-top: 10px
	}
	to {
		margin-top: 0
	}
}

@keyframes dropdown-menu-move-up {
	from {
		margin-top: 10px
	}
	to {
		margin-top: 0
	}
}

.dropdown-menu-alert {
	width: 380px;
	padding: 0
}

.header-topbar-head {
	padding: 2.5rem 0 2.5rem 0;
	margin: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../../../images/ph/head-bg.jpg);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px
}

.header-topbar-head h3 {
	font-size: 1.3rem;
	font-weight: 500;
	color: #fff;
	text-align: center;
	margin: 0
}

.btn-head {
	color: #fff;
	font-size: 13px;
	background-color: #282a3c;
	border-color: #282a3c;
}

.btn-head:hover {
	color: #fff;
	background-color: #191a25;
	border-color: #191a25;
}

.header-topbar-head a {
	color: #fff;
}

.head-space {
	display: block;
	height: 0;
	margin-bottom: 15px
}

.card-container .card-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1.1rem 1.5rem;
	background: #282a3c;
	border-bottom: 1px solid;
	border-color: rgba(0, 0, 0, 0.2);
	-webkit-transition: background-color .3s ease;
	transition: background-color .3s ease;
}

.card-container .card-row:hover {
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
	text-decoration: none;
	background-color: #191a25;
}

.card-container .card-row .card-row-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 2.5rem;
	flex: 0 0 2.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.card-container .card-row .card-row-icon i {
	font-size: 20px;
	color: #494b74;
}

.card-container .card-row:hover .card-row-icon i {
	color: #5d78ff;
}

.card-container .card-row .card-row-details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.card-container .card-row .card-row-details .card-row-title {
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
}

.card-container .card-row .card-row-details .card-row-data {
	font-size: 13px;
	font-weight: 300;
	color: #a2a3b7
}

.acp-grid-nav {
	padding: 0;
	margin: 0;
	display: table;
	table-layout: fixed;
	width: 100%;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px
}

.acp-grid-nav>.acp-grid-nav-row {
	display: table-row
}

.acp-grid-nav>.acp-grid-nav-row>.acp-grid-nav-item {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 3.3rem .75rem;
	background: #282a3c;
	-webkit-transition: all .3s;
	transition: all .3s
}

.acp-grid-nav>.acp-grid-nav-row>.acp-grid-nav-item:hover {
	background: #191a25;
	text-decoration: none;
}

.acp-grid-nav .acp-grid-nav-row .acp-grid-nav-item {
	border: 1px solid;
	border-color: rgba(0, 0, 0, 0.2);
}

.acp-grid-nav>.acp-grid-nav-row>.acp-grid-nav-item .acp-grid-nav-icon {
	text-align: center;
	font-size: 2.5rem;
	color: #494b74;
}

.acp-grid-nav .acp-grid-nav-row .acp-grid-nav-item:hover .acp-grid-nav-icon {
	color: #5d78ff;
}

.acp-grid-nav>.acp-grid-nav-row>.acp-grid-nav-item .acp-grid-nav-title {
	display: block;
	line-height: 1;
	text-align: center;
	margin: 10px 0 0 0;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}

.acp-grid-nav>.acp-grid-nav-row>.acp-grid-nav-item .acp-grid-nav-desc {
	display: block;
	line-height: 1;
	text-align: center;
	margin: 10px 0 0 0;
	font-size: 14px;
	font-weight: 400;
	color: #a2a3b7;
}

.header-topbar .header-topbar-item.header-topbar-item-user .header-topbar-welcome {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: center;
	align-self: center;
	padding: 0 .55rem 0 0;
	font-weight: 500;
	font-size: 12px;
	color: #636177
}

.header-topbar .header-topbar-item.header-topbar-item-user .header-topbar-username {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: center;
	align-self: center;
	padding: 0 .55rem 0 0;
	font-weight: 500;
	font-size: 13px;
	color: #fff
}

.header-topbar .header-topbar-item.header-topbar-item-user .header-topbar-wrapper img {
	-ms-flex-item-align: center;
	align-self: center;
	height: 42px;
	border-radius: 50%
}

.header-brand {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: flex-begin;
	align-content: flex-begin;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 0;
	position: relative
}

.header-brand .header-brand-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: flex-begin;
	-ms-flex-pack: flex-begin;
	justify-content: flex-begin;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.user-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 2rem 1.5rem;
	background: #1a1a27;
	background-image: url(../../../images/ph/head-bg.jpg)
}

.user-card .user-card-avatar img {
	width: 60px;
	height: 60px;
	border-radius: 4px
}

.user-card .user-card-name {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding-left: 1rem
}

.card-container .card-logout {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #282a3c;
	border-bottom: 1px solid;
	border-color: rgba(0, 0, 0, 0.2);
	padding: 15px
}

.btn.btn-logout {
	font-size: 14px;
	font-weight: 500;
	background: rgba(44, 119, 244, 0.1);
	color: #fff;
	cursor: text
}

.btn.btn-logout:hover {
	background: #374afb;
	color: #fff
}

.header-quick-search .header-quick-search-form {
	padding: 0;
	background-color: #36344d;
	border-radius: 30px
}

.header-menu-wrapper .header-toolbar .header-quick-search .header-quick-search-form .input-group {
	background-color: #252338;
	border-radius: 4px
}

.header-quick-search .header-quick-search-form .input-group-prepend,
.header-quick-search .header-quick-search-form .input-group-append {
	background-color: transparent
}

.header-quick-search .header-quick-search-form .input-group-prepend .input-group-text,
.header-quick-search .header-quick-search-form .input-group-append .input-group-text {
	background: transparent;
	border: 0
}

.header-menu-wrapper .header-quick-search .header-quick-search-form i {
	font-size: 16px;
	color: #64688d;
}

.header-quick-search .header-quick-search-form .form-control {
	border: 0;
	background: 0;
	outline: none!important;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #807da1;
	font-size: 14px;
	border: 0;
	padding-left: 0;
	padding-right: 0
}

.header-menu-wrapper-close {
	display: none
}

.footer {
	padding: 0;
	margin: 0;
	margin-top: 25px;
	background-size: cover;
	background-position: center center;
	background-color: #1e1e2d
}

.footer .footer-top {
	padding: 2rem 0
}

.footer-section {
	padding: 15px;
	box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.05), 0 8px 45px rgba(16, 18, 40, 0.63);
}

.footer .footer-top .footer-section h3 {
	color: #fff;
	padding-bottom: 1rem;
	font-size: 1.4rem
}

.footer .footer-top .footer-section .footer-content {
	display: block;
	color: rgba(169, 167, 188, 0.8);
	font-size: 14px;
	padding-bottom: .4rem
}

.footer .footer-top .footer-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.footer .footer-top .footer-nav .footer-nav-section {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.footer .footer-top .footer-nav .footer-nav-section a {
	font-weight: 400;
	color: #a9a7bc;
	margin-bottom: .5rem;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.footer .footer-top .footer-nav .footer-nav-section a:hover {
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	color: #374afb;
	text-decoration: none
}

.footer .footer-bottom {
	padding: 1rem 0;
	background-color: #181824
}

.footer .footer-bottom .footer-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.footer .footer-bottom .footer-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	footer-bottom -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.footer .footer-bottom .footer-logo .footer-copyright {
	margin: 0;
	padding: 0 1.25rem 0 1rem;
	font-size: 14px;
	font-weight: 400;
	color: #6f7286
}

.footer .footer-bottom .footer-logo .footer-copyright>a {
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.footer .footer-bottom .footer-logo .footer-copyright>a:hover {
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	color: #374afb;
	text-decoration: none
}

.footer .footer-bottom .footer-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: 0
}

.footer .footer-bottom .footer-menu a {
	margin-left: 1rem;
	padding: 0;
	font-size: 13px;
	font-weight: 400;
	color: #a9a7bc
}

.footer .footer-bottom .footer-menu a:hover {
	color: #374afb;
	text-decoration: none
}

ul.social-links {
	margin: 0;
	padding: 0;
}

ul.social-links li {
	display: inline-block;
	list-style: none;
}

ul.social-links li a {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	font-size: 28px;
	text-align: center;
	margin-right: 4px;
}

@media (max-width: 700px) {
	.footer-top .col-lg-4 {
		margin-bottom: 20px;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.footer-top .col-lg-4 {
		margin-bottom: 20px;
	}
}

.scrolltop {
	display: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 40px;
	right: 20px;
	cursor: pointer;
	z-index: 90;
	background: #374afb;
	-webkit-box-shadow: 0 0 15px 1px rgba(69, 65, 78, 0.2);
	box-shadow: 0 0 15px 1px rgba(69, 65, 78, 0.2);
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
	border-radius: 4px
}

.scrolltop-on .scrolltop {
	opacity: .3;
	-webkit-animation: scrolltop-show-animation .4s ease-out 1;
	animation: scrolltop-show-animation .4s ease-out 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.scrolltop-on .scrolltop:hover {
	-webkit-transition: all .3s;
	transition: all .3s;
	opacity: 1
}

.scrolltop>i {
	font-size: 18px;
	color: #fff
}

.scrolltop:hover>i {
	color: #fff
}

@media(min-width:1025px) {
	.header .header-top .header-container .header-brand-logo-default {
		display: inline-block;
	}
	.header .header-top .header-container .header-brand-logo-sticky {
		display: none;
	}
	.header-minimize {
		padding-top: 180px
	}
	.header-minimize .header {
		-webkit-animation: header-minimize-topbar .5s ease 1;
		animation: header-minimize-topbar .5s ease 1
	}
	.header-minimize .header {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 97;
		-webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .15);
		box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .15);
	}
	.header-minimize .header .header-top {
		height: 60px
	}
	.header-minimize .header .header-top .header-brand-logo-default {
		display: none;
	}
	.header-minimize .header .header-top .header-brand-logo-sticky {
		display: inline-block;
	}
	.header-minimize .header .header-bottom {
		height: 60px
	}
	.header-minimize .header .header-bottom {
		display: none
	}
	.header-mobile {
		display: none
	}
	.header {
		display: flex;
		display: -webkit-box;
		display: -ms-flexbox;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		background: #1f1e2e;
		position: relative;
		z-index: 2
	}
	.header .header-top {
		height: 110px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.header .header-top .header-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.header .header-bottom {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		height: 70px;
		background: #181824;
	}
	.header .header-bottom .header-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch
	}
	.header-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		height: 100%;
		margin: 0
	}
	.header-menu .header-menu-nav {
		list-style: none;
		margin: 0;
		padding: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch
	}
	.header-menu-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.header-menu .header-menu-nav>.header-menu-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0 .15rem;
		position: relative
	}
	.header-menu-wrapper .header-menu .header-menu-nav>.header-menu-item>.header-submenu-link {
		color: #6c6e86;
		font-size: 13px;
		font-weight: 600;
		border-radius: 4px;
		padding: 10px 20px
	}
	.header-menu-wrapper .header-menu .header-menu-nav>.header-menu-item>.header-submenu-link:hover,
	.header-menu-wrapper .header-menu .header-menu-nav>.header-menu-item>.header-submenu-link:focus {
		background: #232337
	}
	.header-menu .header-menu-nav>.header-menu-item>.header-submenu-link:hover {
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		text-decoration: none
	}
	.header-menu .header-menu-nav>.header-menu-item.header-menu-item-here>.header-submenu-link,
	.header-menu .header-menu-nav>.header-menu-item.header-menu-item-here>.header-submenu-link:hover {
		font-weight: 500!important;
		background: #374afb!important
	}
	.header-menu .header-menu-nav>.header-menu-item .header-submenu-link .header-submenu-link-text {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		padding: 0
	}
	.header-menu .header-menu-nav>.header-menu-item .menu-subnav>.header-menu-item .header-submenu-link .header-submenu-link-text {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-weight: 400;
		font-size: 1rem;
		text-transform: initial
	}
	.header-menu .header-menu-nav>.header-menu-item.header-menu-item-here>.header-submenu-link .header-submenu-link-text {
		color: #fff
	}
	.header-menu .header-menu-nav>.header-menu-item .menu-submenu {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-transform-style: preserve-3d;
		display: none;
		z-index: 98;
		position: absolute;
		top: 100%
	}
	.header-menu .header-menu-nav>.header-menu-item .menu-submenu {
		width: 275px;
		margin: 0 auto;
		left: auto;
		right: auto
	}
	.header-menu .header-menu-nav>.header-menu-item .menu-submenu>.menu-subnav {
		background-color: #fff;
		-webkit-box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.15);
		box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.15)
	}
	.header-menu .header-menu-nav>.header-menu-item .menu-submenu>.menu-subnav {
		padding: 0;
		border-radius: 4px
	}
	.header-menu-wrapper .header-menu .header-menu-nav>.header-menu-item>.menu-submenu>.menu-subnav {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		padding: 20px 0
	}
	.header-menu .header-menu-nav>.header-menu-item .menu-submenu .menu-subnav {
		background-color: #191a25;
		list-style: none!important;
		padding: 0;
		margin: 0;
		padding: 20px 0;
		border-radius: 4px;
		box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .15);
	}
	.header-menu .header-menu-nav>.header-menu-item .menu-subnav {
		list-style: none;
		margin: 0;
		padding: 0
	}
	.header-menu .header-menu-nav>.header-menu-item .menu-submenu>.menu-subnav>.header-menu-item {
		padding: 0
	}
	.header-menu .header-menu-nav>.header-menu-item .menu-subnav>.header-menu-item .header-submenu-link {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		text-decoration: none;
		position: relative
	}
	.header-menu .header-menu-nav>.header-menu-item .menu-submenu>.menu-subnav>.header-menu-item>.header-submenu-link {
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		cursor: pointer;
		padding: 11px 30px
	}
	.header-menu .header-menu-nav>.header-menu-item .menu-submenu>.menu-subnav>.header-menu-item>.header-submenu-link:hover {
		background: rgba(0, 0, 0, 0.2);
		-webkit-transition: all .3s ease;
		transition: all .3s ease
	}
	.header-menu .header-menu-nav>.header-menu-item .menu-submenu>.menu-subnav>.header-menu-item>.header-submenu-link .header-submenu-link-bullet {
		width: 20px
	}
	.header-menu .header-menu-nav>.header-menu-item .menu-submenu>.menu-subnav>.header-menu-item>.header-submenu-link .header-submenu-link-bullet>span {
		vertical-align: middle;
		display: inline-block;
	}
	.header-menu .header-menu-nav>.header-menu-item .menu-submenu>.menu-subnav>.header-menu-item>.header-submenu-link .header-submenu-link-bullet>span {
		width: 4px;
		height: 4px;
		border-radius: 100%;
	}
	.header-menu .header-menu-nav>.header-menu-item .menu-submenu>.menu-subnav>.header-menu-item>.header-submenu-link .header-submenu-link-bullet>span {
		background-color: #cacad2;
	}
	.header-menu .header-menu-nav>.header-menu-item .menu-submenu>.menu-subnav>.header-menu-item:hover>.header-submenu-link .header-submenu-link-bullet>span {
		background-color: #374afb
	}
	.header-menu .header-menu-nav>.header-menu-item .menu-submenu>.menu-subnav>.header-menu-item>.header-submenu-link .header-submenu-link-text {
		color: #5f6281;
		font-size: 13px
	}
	.header-menu .header-menu-nav .header-menu-item.header-menu-item-anim .menu-submenu {
		display: block;
		-webkit-animation: header-menu-submenu-fade-in .3s ease 1, header-menu-submenu-move-down .3s ease-out 1;
		animation: header-menu-submenu-fade-in .3s ease 1, header-menu-submenu-move-down .3s ease-out 1
	}
	.header-menu-wrapper .header-toolbar {
		padding-left: 1rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.header-menu-wrapper .header-quick-search {
		width: 200px;
		padding: 0;
		border-radius: 30px
	}
}

@media (max-width: 1024px) {
	.header .header-top .header-brand-logo-default,
	.header .header-top .header-brand-logo-sticky {
		display: none;
	}
	.login-wrap .login-container {
		width: auto!important;
	}
}

@media(max-width:1024px) {
	.header-wrapper {
		padding-top: 60px
	}
	.header-mobile {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 97
	}
	.header-mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 0 15px;
		height: 60px;
		background: #2c2d3a;
		-webkit-box-shadow: 0 1px 9px -3px rgba(0, 0, 0, 0.2);
		box-shadow: 0 1px 9px -3px rgba(0, 0, 0, 0.2)
	}
	.header-mobile .header-mobile-logo {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.header-mobile .header-mobile-toolbar {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
	.header-mobile .header-mobile-toolbar .header-mobile-toolbar-toggler {
		display: inline-block;
		position: relative;
		overflow: hidden;
		margin: 0;
		padding: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: none;
		border: 0;
		cursor: pointer;
		background: 0;
		outline: none!important;
		width: 24px;
		height: 24px;
		-webkit-transition: all .4s ease;
		transition: all .4s ease
	}
	.header-mobile .header-mobile-toolbar .header-mobile-toolbar-toggler span {
		display: block;
		position: absolute;
		top: 10px;
		height: 3px;
		min-height: 3px;
		width: 100%;
		border-radius: 3px;
		-webkit-transition: all .4s ease;
		transition: all .4s ease
	}
	.header-mobile .header-mobile-toolbar .header-mobile-toolbar-toggler span::before,
	.header-mobile .header-mobile-toolbar .header-mobile-toolbar-toggler span::after {
		position: absolute;
		display: block;
		left: 0;
		width: 100%;
		height: 3px;
		min-height: 3px;
		content: "";
		border-radius: 3px;
		-webkit-transition: all .4s ease;
		transition: all .4s ease
	}
	.header-mobile .header-mobile-toolbar .header-mobile-toolbar-toggler span {
		background: rgba(255, 255, 255, 0.2)
	}
	.header-mobile .header-mobile-toolbar .header-mobile-toolbar-toggler span::before {
		top: -7px
	}
	.header-mobile .header-mobile-toolbar .header-mobile-toolbar-toggler span::before,
	.header-mobile .header-mobile-toolbar .header-mobile-toolbar-toggler span::after {
		background: rgba(255, 255, 255, 0.2)
	}
	.header-mobile .header-mobile-toolbar .header-mobile-toolbar-toggler span::after {
		bottom: -7px
	}
	.header-mobile .header-mobile-toolbar .header-mobile-toolbar-topbar-toggler {
		box-shadow: none;
		-webkit-box-shadow: none;
		border-radius: none;
		border: 0;
		cursor: pointer;
		background: 0;
		padding: 0;
		display: flex;
		display: -webkit-box;
		display: -ms-flexbox;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0 .5rem 0 1.25rem
	}
	.header-mobile .header-mobile-toolbar .header-mobile-toolbar-topbar-toggler i {
		font-size: 24px;
		line-height: 0;
		color: rgba(255, 255, 255, 0.2)
	}
	.header-topbar {
		padding: 10px 15px;
		background-color: #1f1e2e;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		margin-top: -60px;
		position: absolute;
		left: 0;
		right: 0;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		width: 100%;
		border-top: 1px solid transparent
	}
	.header-topbar {
		position: fixed;
		z-index: 96
	}
	.header-topbar-mobile-on .header-topbar {
		margin-top: 0;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		-webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .15);
		box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .15);
	}
	.header-topbar-mobile-on .header-topbar .header-topbar-item.header-topbar-item-user .header-topbar-welcome {
		color: #a7abc3
	}
	.header-topbar-mobile-on .header-topbar .header-topbar-item.header-topbar-item-user .header-topbar-username {
		color: #6c7293
	}
	.header-topbar-mobile-on .header-topbar .header-topbar-item .header-topbar-wrapper .header-topbar-icon i {
		font-size: 20px;
		line-height: 0;
	}
	.header-topbar-mobile-on .header-topbar .header-topbar-item:hover .header-topbar-icon,
	.header-topbar-mobile-on .header-topbar .header-topbar-item:focus .header-topbar-icon {
		background: #171622;
	}
	.header-menu-wrapper {
		z-index: 1001;
		position: fixed;
		-webkit-overflow-scrolling: touch;
		top: 0;
		bottom: 0;
		overflow-y: auto;
		-webkit-transform: translate3d(0, 0, 0);
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		width: 275px!important;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		right: -295px
	}
	.header-menu-mobile {
		background-color: #181824;
	}
	.header-menu-mobile .header-menu-nav {
		margin: 0;
		list-style: none;
		padding: 30px 0 30px 0
	}
	.header-menu-mobile .header-menu-nav .header-menu-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		float: none;
		padding: 0
	}
	.header-menu-mobile .header-menu-nav>.header-menu-item {
		position: relative;
		margin: 0
	}
	.header-menu-mobile .header-menu-nav .header-menu-item>.header-submenu-link {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		margin: 0;
		padding: 0;
		text-decoration: none;
		position: relative;
		outline: 0
	}
	.header-menu-mobile .header-menu-nav>.header-menu-item>.header-submenu-link {
		cursor: pointer;
		height: 44px
	}
	.header-menu-mobile .header-menu-nav>.header-menu-item>.header-submenu-link {
		padding: 9px 30px
	}
	.header-menu-mobile .header-menu-nav .header-menu-item>.header-submenu-link .header-submenu-link-text {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		padding: 0
	}
	.header-menu-mobile .header-menu-nav .menu-submenu {
		display: none;
		float: none;
		margin: 0;
		padding: 0;
		width: auto!important
	}
	.header-menu-mobile .header-menu-nav .header-menu-item.header-menu-item-open>.menu-submenu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.header-menu-mobile .header-menu-nav .menu-subnav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		padding: 0;
		margin: 0;
		list-style: none!important
	}
	.header-menu-mobile .header-menu-nav>.header-menu-item .menu-submenu .menu-subnav {
		margin: 0
	}
	.header-menu-mobile .header-menu-nav>.header-menu-item .menu-submenu .header-menu-item>.header-submenu-link {
		cursor: pointer;
		height: 40px
	}
	.header-menu-mobile .header-menu-nav>.header-menu-item>.menu-submenu .menu-subnav>.header-menu-item>.header-submenu-link {
		padding: 0 30px;
		padding-left: 45px
	}
	.header-menu-mobile .header-menu-nav .header-menu-item>.header-submenu-link .header-submenu-link-bullet {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		line-height: 0
	}
	.header-menu-mobile .header-menu-nav>.header-menu-item .menu-submenu .header-menu-item>.header-submenu-link .header-submenu-link-bullet {
		vertical-align: middle;
		text-align: left;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20px;
		flex: 0 0 20px
	}
	.header-menu-mobile .header-menu-nav .header-menu-item>.header-submenu-link .header-submenu-link-text {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		padding: 0
	}
	.header-menu-mobile .header-menu-nav>.header-menu-item .menu-submenu .header-menu-item>.header-submenu-link .header-submenu-link-text {
		color: #6b6f8d
	}
	.header-menu-mobile .header-menu-nav>.header-menu-item .menu-submenu .header-menu-item>.header-submenu-link .header-submenu-link-text {
		font-weight: 400;
		font-size: 14px;
		text-transform: initial
	}
	.header-menu-mobile .header-menu-nav>.header-menu-item .menu-submenu .header-menu-item {
		margin: 0
	}
	.header-menu-mobile .header-menu-nav>.header-menu-item>.header-submenu-link .header-submenu-link-text {
		font-weight: 400;
		font-size: 14px
	}
	.header-menu-mobile .header-menu-nav>.header-menu-item.header-menu-item-here>.header-submenu-link {
		background-color: #fff
	}
	.header-menu-mobile .header-menu-nav>.header-menu-item .menu-submenu .header-menu-item>.header-submenu-link .header-submenu-link-bullet>span {
		vertical-align: middle;
		display: inline-block
	}
	.header-menu-mobile .header-menu-nav>.header-menu-item .menu-submenu .header-menu-item>.header-submenu-link .header-submenu-link-bullet>span {
		width: 4px;
		height: 4px;
		border-radius: 100%
	}
	.header-menu-mobile .header-menu-nav>.header-menu-item .menu-submenu .header-menu-item>.header-submenu-link .header-submenu-link-bullet>span {
		background-color: #a8aabb
	}
	.header-menu-mobile .header-menu-nav>.header-menu-item>.header-submenu-link .header-submenu-link-text {
		color: #5e6383
	}
	.header-menu-mobile .header-menu-nav>.header-menu-item.header-menu-item-open>.header-submenu-link .header-submenu-link-text {
		color: #374afb
	}
	.header-menu-mobile .header-menu-nav>.header-menu-item.header-menu-item-here>.header-submenu-link .header-submenu-link-text {
		color: #374afb
	}
	.header-menu-mobile .header-menu-nav>.header-menu-item .menu-submenu .header-menu-item:hover>.header-submenu-link .header-submenu-link-text,
	.header-menu-mobile .header-menu-nav>.header-menu-item .menu-submenu .header-menu-item:hover>.header-submenu-link {
		color: #374afb;
		/** background-color: rgba(0, 0, 0, 0.2); **/
	}
	.header-menu-mobile .header-menu-nav>.header-menu-item:hover>.header-submenu-link,
	.header-menu-mobile .header-menu-nav>.header-menu-item-submenu:hover>.header-submenu-link {
		color: #374afb;
		background-color: rgba(0, 0, 0, 0.2);
	}
	.header-menu-wrapper .header-toolbar {
		padding-left: 30px
	}
	.header-menu-wrapper .header-quick-search {
		display: none
	}
	.header-menu-wrapper.menu-wrapper-on {
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		right: 0
	}
	.header-menu-wrapper-close {
		width: 25px;
		height: 25px;
		top: 1px;
		z-index: 1002;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		position: fixed;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 3px;
		cursor: pointer;
		outline: none!important;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		right: -25px
	}
	.header-menu-wrapper-close>i {
		line-height: 0;
		font-size: 1.4rem
	}
	.header-menu-wrapper-close:hover {
		text-decoration: none
	}
	.menu-wrapper-on .header-menu-wrapper-close {
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		right: 249px
	}
	.menu-wrapper-overlay {
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		overflow: hidden;
		z-index: 1000;
		background: rgba(0, 0, 0, 0.1);
		-webkit-animation: menu-animate-fade-in .3s linear 1;
		animation: menu-animate-fade-in .3s linear 1
	}
	.header-menu-wrapper {
		background: #181824;
		-webkit-box-shadow: 0 1px 9px -3px rgba(0, 0, 0, 0.75);
		box-shadow: 0 1px 9px -3px rgba(0, 0, 0, 0.75)
	}
	.menu-wrapper-overlay {
		background: rgba(0, 0, 0, 0.1)
	}
	.header-menu-wrapper-close {
		background-color: transparent;
	}
	.header-menu-wrapper-close>i {
		color: #968ad4
	}
	.header-menu-wrapper-close:hover {
		background-color: #374afb
	}
	.header-menu-wrapper-close:hover>i {
		color: #fff
	}
	.header-topbar .header-topbar-item .header-topbar-wrapper .header-topbar-icon {
		max-height: 34px;
		max-width: 34px;
		border: 0
	}
	.header-topbar .header-topbar-item {
		margin: 0 .25rem
	}
	.header-topbar .header-topbar-item .header-topbar-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.header-topbar .header-topbar-item.header-topbar-item-user {
		padding: 0 0 0 .25rem;
		margin: 0
	}
	.header-topbar .header-topbar-item:last-child {
		padding-right: 0!important;
		margin-right: 0!important
	}
	.header-topbar .header-topbar-item .header-topbar-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.post.classic .post_author {
		float: none;
		width: auto;
		border: 0;
		border-bottom: 3px solid #374afb;
		border-radius: 0;
	}
	.post.classic .post_content {
		width: 100%;
	}
}

@media screen\0 and (max-width:1024px) {
	.header-menu-wrapper-close {
		-webkit-transition: none!important;
		transition: none!important
	}
}

@-webkit-keyframes header-menu-submenu-fade-in {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes header-menu-submenu-fade-in {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@-webkit-keyframes header-menu-submenu-move-up {
	from {
		margin-top: -10px
	}
	to {
		margin-top: 0
	}
}

@keyframes header-menu-submenu-move-up {
	from {
		margin-top: -10px
	}
	to {
		margin-top: 0
	}
}

@-webkit-keyframes header-menu-submenu-move-down {
	from {
		margin-top: 10px
	}
	to {
		margin-top: 0
	}
}

@keyframes header-menu-submenu-move-down {
	from {
		margin-top: 10px
	}
	to {
		margin-top: 0
	}
}

@-webkit-keyframes header-minimize-topbar {
	from {
		top: -60px
	}
	to {
		top: 0
	}
}

@keyframes header-minimize-topbar {
	from {
		top: -60px
	}
	to {
		top: 0
	}
}

.wrap {
	margin: 0 auto;
	padding: 30px;
	background: rgba(0, 0, 0, 0.2);
}

@media (min-width: 1200px) {
	.wrap {
		width: 1200px;
		margin: 0 auto;
		padding: 30px;
	}
}

@media (min-width: 992px)and (max-width: 1199px) {
	.wrap {
		padding: 25px;
		width: auto;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.wrap {
		padding: 20px;
		width: auto;
	}
}

@media (max-width: 700px) {
	.wrap {
		border: none;
		border-radius: 0;
		margin: 0;
		padding: 15px;
		width: 100%;
		min-width: 290px;
		overflow: hidden;
	}
}

.breadcrumbs {
	color: #757a80;
	background: rgba(0, 0, 0, 0.2);
	padding: 20px;
	margin-bottom: 20px;
	font-size: 14px;
}

.breadcrumbs a,
.breadcrumbs i {
	color: #757a80;
}

.breadcrumbs i {
	font-size: 15px;
}

.breadcrumbs a:hover {
	color: #374afb;
	text-decoration: none;
}

.breadcrumbs i.sep {
	font-size: 11px;
}

.breadcrumbs .active {
	font-weight: 600;
}

.tooltip {
	font-size: 13px!important;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
	border-top-color: #2c2e3e;
}

.tooltip-inner {
	background-color: #2c2e3e;
}

span.buddy_online,
span.buddy_offline {
	padding: 3px 5px;
	background: #282a3c;
	border-radius: 3px;
	color: #fff;
	margin-right: 5px;
}

.user-browsing {
	background: rgba(0, 0, 0, 0.2);
	color: rgba(169, 167, 188, 0.8);
	border-left: 5px solid #374afb;
	padding: 10px 20px;
	float: left;
	margin-bottom: 5px;
}

.post .post_author .author-bg {
	text-align: center;
	background: rgba(0, 0, 0, .2);
	padding: 5px 0px;
	margin-bottom: 10px;
	border-radius: 2px;
}

.post .post_author div.author_avatar img {
	border-radius: 7px;
	height: 80px;
	width: 80px;
	transition-property: box-shadow, filter, transform;
	transition-duration: .24s, .16s;
	transition-timing-function: ease-in-out;
}

.post .post_author div.author_avatar img:hover {
	transform: scale(1.05);
	filter: brightness(1.2);
}

.post .post_author div.author_information {
	background: rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	float: left;
	padding: 6px 8px;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
	display: none !important;
}

@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}
	table.visible-xs {
		display: table !important;
	}
	tr.visible-xs {
		display: table-row !important;
	}
	th.visible-xs,
	td.visible-xs {
		display: table-cell !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important;
	}
	table.visible-sm {
		display: table !important;
	}
	tr.visible-sm {
		display: table-row !important;
	}
	th.visible-sm,
	td.visible-sm {
		display: table-cell !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md {
		display: block !important;
	}
	table.visible-md {
		display: table !important;
	}
	tr.visible-md {
		display: table-row !important;
	}
	th.visible-md,
	td.visible-md {
		display: table-cell !important;
	}
}

@media (min-width: 1200px) {
	.visible-lg {
		display: block !important;
	}
	table.visible-lg {
		display: table !important;
	}
	tr.visible-lg {
		display: table-row !important;
	}
	th.visible-lg,
	td.visible-lg {
		display: table-cell !important;
	}
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important;
	}
}

.member-profile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.member-profile-side {
	width: 35%;
	background: rgba(0, 0, 0, 0.2);
	padding: 20px;
}

.member-profile-side .member-profile-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.member-profile-side .member-profile-head .avatar img {
	height: 90px;
	width: 90px;
	max-width: 100%;
	border-radius: 8px;
}

.member-profile-side .member-profile-head .content {
	padding-left: 1.6rem;
}

.member-profile-side .member-profile-head .content .buttons {
	margin-top: 3px;
	margin-left: -3px;
}

.member-profile-side .member-profile-head .content .buttons a.button {
	margin-right: 0.4rem;
	padding: 6px;
	background: #374afb;
	border-radius: 0.2rem;
	color: #fff;
}

.member-profile-side .member-profile-head .content .buttons a.button.steam {
	background: #282a3c;
}

.member-profile-body .content {
	padding: 20px 0 20px 0;
}

.member-profile-body .content .info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 5px;
	color: #464457;
}

.member-profile-body .content .info span {
	color: #a7abc3;
}

.nav-pills .nav-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0.9rem 1.05rem 0.9rem 0.6rem;
	margin: 0.4rem 0;
	color: #a7abc3;
}

.nav-pills .nav-link:hover {
	background: rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	color: #374afb;
	font-weight: 600;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	color: #374afb;
	font-weight: 600;
}

.nav-pills .nav-link.mod {
	color: #1dc9b7;
}

.nav-pills .nav-link.admin {
	color: #fd397a;
}

.nav-pills .nav-link.activity {
	color: #ffb822;
}

.nav-pills .nav-link.contacts {
	color: #54c71b;
}

.nav-pills .nav-link.overview {
	color: #374afb;
}

.member-profile-content {
	margin-left: 20px;
	width: 65%
}

@media (max-width: 700px) {
	.member-profile {
		display: block;
	}
	.member-profile-side {
		width: 100%;
	}
	.member-profile-content {
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}
}

.login-btn,
.reg-btn {
	padding: 10px;
	background: #374afb;
	color: #fff;
	border: 1px solid #374afb;
	border-radius: 4px;
}

.login-btn {
	margin-right: 20px;
}

.login-btn:hover,
.reg-btn:hover {
	background: #1228fa;
	border-color: #1228fa;
	color: #fff;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.login-btn i,
.reg-btn i {
	font-size: 15px;
	font-weight: 900px;
	padding-right: 0.5rem;
	vertical-align: middle;
	line-height: 0;
}

.modal-header {
	background: #1f1e2e;
	color: #fff;
	border-bottom-color: #282a3c;
}

.modal-content {
	background: #181824;
}

.modal-footer {
	border-top-color: #282a3c;
}

button {
	padding: 7px 7px 6px;
	cursor: pointer;
	background: #282a3c;
	transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-webkit-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	border: 1px solid #282a3c;
	color: #fff;
	outline: 0;
}

.login-wrap {
	padding: 6% 2rem 1rem 2rem;
	margin: 0 auto 2rem auto;
	overflow: hidden;
}

.login-wrap .login-container {
	width: 430px;
	margin: 0 auto;
}

.login-wrap .login-container .login-logo {
	text-align: center;
	margin: 0 auto 4rem auto;
}

.login-wrap .login-container .login-head {
	margin-top: 1rem;
	margin-bottom: 3rem;
}

.login-wrap .login-container .login-head .login-title {
	text-align: center;
	font-size: 1.5rem;
	font-weight: 500;
	color: #6c7293;
}

.login-wrap .login-container .login-form {
	margin: 0 auto;
}

.login-wrap .login-container .login-form .input-group {
	padding: 0;
	margin: 0 auto;
}

.login-wrap .login-container .login-form .form-control {
	height: 46px;
	border: none;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	border-radius: 46px;
	margin-top: 1.5rem;
	background: rgba(255, 255, 255, 0.015);
	color: #a7abc3;
}

.login-wrap .login-container .login-form .login-extra {
	margin-top: 30px;
	margin-bottom: 15px;
	color: #a7abc3;
	font-size: 1rem;
	padding: 0 1.5rem;
}

.login-wrap .login-container .login-form .login-extra .login-checkbox {
	display: inline-block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
	text-align: left;
	cursor: pointer;
	font-size: 1rem;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.login-wrap .login-container .login-form .login-extra .login-checkbox>input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.login-wrap .login-container .login-form .login-extra .login-checkbox>span {
	border: 1px solid #d1d7e2;
	border-radius: 3px;
	background: none;
	position: absolute;
	top: 1px;
	left: 0;
	height: 18px;
	width: 18px;
}

.login-wrap .login-container .login-form .login-extra .login-checkbox>span:after {
	border: solid #bfc7d7;
}

.login-wrap .login-container .login-form .login-extra .login-checkbox>span:after {
	content: '';
	position: absolute;
	display: none;
	top: 50%;
	left: 50%;
	margin-left: -2px;
	margin-top: -6px;
	width: 5px;
	height: 10px;
	border-width: 0 2px 2px 0!important;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.login-wrap .login-container .login-form .login-extra .login-checkbox>input:checked~span:after {
	display: block;
}

.login-wrap .login-container .login-form .login-extra .login-forget {
	text-align: right;
}

.login-wrap .login-container .login-form .login-extra .login-forget a {
	font-size: 1rem;
	color: #a7abc3;
}

.login-wrap .login-container .login-form .login-extra .login-forget a:hover {
	color: #5d78ff;
	text-decoration: none;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.login-wrap .login-container .login-form .login-login {
	text-align: center;
	margin-top: 7%;
}

.login-wrap .login-container .login-form .login-login input.button {
	padding: 10px 20px;
	font-size: 16px;
	border-radius: 2rem;
	background: #374afb;
}

.login-wrap .login-container .login-form .login-login input.button:hover {
	background: #1228fa;
}

.login-wrap .login-container .login-reg {
	text-align: center;
	margin-top: 2rem;
}

.login-wrap .login-container .login-reg span {
	font-size: 1rem;
	font-weight: 400;
	color: #a7abc3;
}

.login-wrap .login-container .login-reg a {
	font-size: 1rem;
	font-weight: 500;
	color: #6c7293;
}

.login-wrap .login-container .login-reg a:hover {
	color: #5d78ff;
	text-decoration: none;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.modal .modal-dialog {
	pointer-events: auto;
}

button.close {
	padding: 10px;
}

button.close i {
	color: #fff;
}

.threadpages {
	float: right;
	text-align: right;
	width: auto;
	padding: 13px;
}

.threadpages a {
	background: rgba(0, 0, 0, 0.2);
	padding: 3px 6px;
	color: #a7abc3;
}

.threadpages a:hover {
	background: #374afb;
	color: #fff;
}

.alert {
	background: #282a3c;
	border: 1px solid #282a3c;
	color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding: 0.6rem 1.6rem;
	border-radius: 3px;
	margin: 0 0 20px 0;
}

.alert .alert-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 1.25rem 0 0;
}

.alert .alert-icon i {
	color: #fff;
	font-size: 26px;
}

.alert .alert-close a i {
	color: #fff;
	font-size: 20px;
}

.alert .alert-text {
	align-self: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.alert .alert-text a {
	color: #5578eb;
	font-weight: 600;
}

.alert .alert-close {
	padding: 0 0 0 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.forum-viewer {
	font-size: 11px;
	width: auto;
	margin-right: 1%!important;
	display: inline-block;
	background: rgba(0, 0, 0, 0.2);
	margin-top: 5px!important;
	padding: 10px;
	border: 1px solid #282a3c;
}

.sub-forums,
.forum-mod {
	width: auto;
	margin-right: 1%!important;
	display: inline-block;
	background: rgba(0, 0, 0, 0.2);
	margin-top: 5px;
	padding: 10px;
	border: 1px solid rgba(0, 0, 0, 0.2);
}

@media (max-width: 700px) {
	.modcp,
	.usercp {
		width: 100%;
		min-width: 200px;
		display: block;
		padding: 0;
		margin-bottom: 15px;
	}
}

table.tborder.trow2 {
	background: rgba(0, 0, 0, 0.2);
}

blockquote.mycode_quote {
	border-left: 5px solid;
}

.threadbg {
	background: rgba(0, 0, 0, 0.2);
	padding: 10px;
	border: 1px solid rgba(0, 0, 0, 0.2);
}

a.mycode_url {
	background: rgba(0, 0, 0, 0.2);
	padding: 5px;
	transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-webkit-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
}

a.mycode_url:hover {
	background: #374afb;
	color: #fff;
	border-radius: 3px;
}

.thread-title {
	display: block;
	background: rgba(0, 0, 0, 0.2);
	color: #374afb;
	padding: 10px;
	border-bottom: 2px solid #374afb;
}
ul.mycode_list {margin-top: 1rem;}
span.subject_editable.subject_old input {
    background: rgba(0, 0, 0, 0.2);
    color: #84859a;
    border: 1px solid;
    border-color: rgba(0, 0, 0, 0.2);
    padding: 5px;
    outline: 0;
    font-size: 13px;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
}
.sidebar {
	width: 22%; 
	float: right;
}
.forums {
	width: 77%; 
	float: left;
}
 @media screen and (max-width: 768px) {
     .sidebar, .forums {
         width: 100% !important;
    }
}
.sidebar-button {
	float: right;
	cursor: pointer;
}
.sidebar-button a i {
	font-size:22px;
	color: #374afb;
}
		
		
		
		