html,body {
	overflow-x: hidden;
	background-color: #090b10;
}
body{
    font-size:14px;
    color: #bdbdbd;
    background-image: url('../img/blackops-bg.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}
body.homepage{
	padding-top: 100px;
}
.fs-16{
    font-size: 16px !important;
}
.newsitem:nth-last-child(1) {
	margin-bottom:0px !important;
}
.mpointer{
	cursor: pointer;
}
.nlh{
	line-height: 0.5;
}
.cs{
	font-size:15px;
}
.p-15{
	padding-left: 15px;
}
.hide{
	display:none;
}
.bg-dark1{
	background-color: #0d1118 !important;
}
.darkernavhover .nav-item:hover {
	background-color: #00ff88;
	color: #000;
}
.darkernavhover .nav-item.show {
	background-color: #0d1118;
}
.darkernavhover .nav-item:hover .nav-link {
	color: #000 !important;
}
.lightnavhover .nav-item:hover {
	background-color: #11151f;
}
.lightnavhover .nav-item.show {
	background-color: #11151f;
}
.lightnavhover .nav-item:hover .nav-link {
	color: #00ff88 !important;
}
.lightnavhover .nav-link {
	color: #bdbdbd !important;
}
.dropdown-menu{
	margin-top: 0px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-color: #11151f;
	border: 1px solid #1d2430;
}
.dropdown-menu .dropdown-item {
	color: #bdbdbd;
}
.dropdown-menu .dropdown-item:hover {
	background-color: #0d1118;
	color: #00ff88;
}
.dropdown:hover>.dropdown-menu {
	display: block;
}
@media (min-width: 992px){
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem;
		padding-top: 15px;
		padding-bottom: 15px;
		font-size: 14px;
	}
}
.btn-trans{
	background: transparent;
	border-color: transparent;
}
.header-search{
	background: #1d2430;
	border: 1px solid #1f2937;
	color: #fff;
}
.header-search::placeholder {
	color: #666;
}
.header-searchcustombtn{
	background: #1d2430;
	border: 1px solid #1f2937;
	color: #00ff88;
}
.nav-m{
	margin-left: 6px;
}
.bg-dark .nav > li > a {
	color: #bdbdbd;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #00ff88;
	background-color: #11151f;
	border-color: #1d2430 #1d2430 #11151f;
}
.typebadge{
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	overflow: hidden;
	width: 100px;
	height: 32px;
	text-align: right;
}
.typebadge span{
	font-size: 10px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
	width: 80px;
	display: block;
	position: absolute;
	top: 12px;
	right: 0px;
	background: #00ff88;
}
.smsearchbtn{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}
.relativel{
	position: relative;
}
.user-info-wrapper {
	position: relative;
	width: 100%;
	margin-bottom: -1px;
	padding-top: 50px;
	padding-bottom: 20px;
	border: 1px solid #1d2430;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	overflow: hidden;
	background: #11151f;
}
.user-info-wrapper .user-cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background-position: center;
	background-color: #0d1118;
	background-repeat: no-repeat;
	background-size: cover;
}
.user-info-wrapper .user-info {
	display: table;
	position: relative;
	width: 100%;
	padding: 0 18px;
	z-index: 5;
}
.user-info-wrapper .info-label {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	height: 26px;
	padding: 0 12px;
	border-radius: 13px;
	background-color: #00ff88;
	color: #000;
	font-weight: 700;
	font-size: 12px;
	line-height: 26px;
	box-shadow: 0 1px 5px 0 rgba(0,0,0,0.18);
	cursor: pointer;
}
.user-info-wrapper .user-info .user-avatar {
	position: relative;
	width: 115px;
}
.user-info-wrapper .user-info .user-avatar, .user-info-wrapper .user-info .user-data {
	display: table-cell;
	vertical-align: top;
}
.user-info-wrapper .user-info .user-avatar .edit-avatar {
	display: block;
	position: absolute;
	top: -2px;
	right: 2px;
	width: 36px;
	height: 36px;
	transition: opacity .3s;
	border-radius: 50%;
	background-color: #11151f;
	color: #bdbdbd;
	line-height: 34px;
	box-shadow: 0 1px 5px 0 rgba(0,0,0,0.2);
	cursor: pointer;
	opacity: 0;
	text-align: center;
	text-decoration: none;
}
.user-info-wrapper .user-info .user-avatar > a > img {
	display: block;
	width: 100px;
	border: 5px solid #1d2430;
	border-radius: 50%;
}
.user-info-wrapper .user-info .user-data {
	padding-top: 38px;
	padding-left: 5px;
}
.user-info-wrapper .user-info .user-data span {
	display: block;
	color: #666;
	font-size: 13px;
}
.list-group-item:first-child {
	border-top-left-radius: 0rem;
	border-top-right-radius: 0rem;
}
.no-border{
	border: none !important;
}
.widget-small .icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-width: 85px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 20px;
	background-color: #11151f;
	border: 1px solid #00ff88;
	border-radius: 4px;
	font-size: 2.5rem;
	color: #00ff88;
}
.widget-small .info {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 20px;
	-ms-flex-item-align: center;
	align-self: center;
}
.widget-small {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 4px;
}
@media (max-width: 767.98px) {
	.offcanvas-collapse {
		position: fixed;
		top: 56px;
		bottom: 0;
		width: 100%;
		padding-right: 1rem;
		padding-left: 1rem;
		overflow-y: auto;
		background-color: #0d1118;
		transition: -webkit-transform .3s ease-in-out;
		transition: transform .3s ease-in-out;
		transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	.offcanvas-collapse.open {
		-webkit-transform: translateX(-1rem);
		transform: translateX(-1rem);
	}
}
.nav-scroller {
	position: relative;
	z-index: 2;
	height: 2.75rem;
	overflow-y: hidden;
}
.nav-scroller .nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding-bottom: 1rem;
	margin-top: -1px;
	overflow-x: auto;
	color: rgba(255, 255, 255, .75);
	text-align: center;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
.nav-underline .nav-link {
	padding-top: .75rem;
	padding-bottom: .75rem;
	font-size: .875rem;
	color: #bdbdbd;
}
.nav-underline .nav-link:hover {
	color: #00ff88;
}
.nav-underline .active {
	font-weight: 500;
	color: #00ff88;
}
.text-white-50 {
	color: rgba(255, 255, 255, .5);
}
.bg-purple {
	background-color: #6f42c1;
}
.full-width{
	width: 100%;
}
.border-bottom {
	border-bottom: 1px solid #1d2430;
}
.box-shadow {
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .3);
}
.box-shadow1{
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(0, 0, 0, 0.3);
}
.lh-100 {
	line-height: 1;
}
.lh-125 {
	line-height: 1.25;
}
.lh-150 {
	line-height: 1.5;
}
@media screen and (min-width:768px){
	.navbar-brand-centered {
		position: absolute;
		left: 50%;
		display: block;
		width: 160px;
		text-align: center;
		background-color: #11151f;
	}
	.navbar>.container .navbar-brand-centered,.navbar>.container-fluid .navbar-brand-centered {
		margin-left: -80px;
	}
}
.off-canvas-panel {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	opacity: 0;
	z-index: 100;
	transform: translateX(-100%);
	transition: transform .2s ease-out, opacity .5s ease-out;
	background-color: #0d1118;
	box-shadow: 0 0 50px 20px rgba(0, 0, 0, 0.5);
}
@media (min-width: 480px) {
	.off-canvas-panel {
		width: 300px;
		transform: translateX(-300px);
	}
}
.off-canvas-panel.is-visible {
	opacity: 1;
	transform: translateX(0);
}
.off-canvas-panel .btn-lg {
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 15px;
}
.off-canvas-panel .heading {
	position: relative;
	padding: 15px 0;
	z-index: 3;
	background-color: #0d1118;
}
.off-canvas-panel p.h3 {
	margin: 0 15px;
}
.btn-close {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 5;
}
.inner {
	padding: 0 15px 15px;
	height: calc(100% - 120px);
	overflow-y: auto;
}
.js-form {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 60px 15px 20px;
	background-color: #0d1118;
	overflow: hidden;
	overflow-y: auto;
	opacity: 0;
	transform: translateX(-100%);
	transition: transform .2s ease-in-out, opacity .2s ease-in-out;
}
.js-form.is-visible {
	opacity: 1;
	transform: translateX(0);
}
.btn-back {
	margin-bottom: 10px;
	padding: 0;
	background-color: transparent;
	border: 0;
	color: #00ff88;
}
body > .js-open {
	position: fixed;
	top: 15px;
	right: 15px;
}
header.masthead {
	position: relative;
	background-color: #0d1118;
	background: url("../img/bg-masthead.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-top: 8rem;
	padding-bottom: 8rem;
}
header.masthead .overlay {
	position: absolute;
	background-image: linear-gradient(to right, #000000 0%, #00ff88 100%);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0.85;
}
header.masthead h1 {
	font-size: 2rem;
}
@media (min-width: 768px) {
	header.masthead {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
	header.masthead h1 {
		font-size: 3rem;
	}
}
.subscribe {
	position: relative;
}
.subscribe .form-control, .subscribe .btn {
	height: 45px;
}
.subscribe .form-control {
	border-width: 2px;
	margin-right: 1px;
	border-color: #1d2430;
	box-shadow: 0 0 40px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 40px rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 40px rgba(0,0,0,.3);
	-o-box-shadow: 0 0 40px rgba(0,0,0,.3);
	padding: 30px 25px;
	padding-right: 25px;
	padding-right: 130px;
	border-radius: 30px !important;
	-webkit-border-radius: 30px !important;
	-moz-border-radius: 30px !important;
	-o-border-radius: 30px !important;
	-ms-border-radius: 30px !important;
	display: inline-block;
	width: 100%;
	background: #11151f;
	color: #fff;
}
.subscribe .btn {
	padding-left: 20px;
	padding-right: 20px;
	position: absolute;
	right: 10px;
	top: 10px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .5px;
}
.newsletter-area {
	background-color: #0d1118;
}
.newsletter-area .primary-btn {
	border: transparent;
}
.newsletter-area h3 {
	font-size: 36px;
	font-weight: 100;
	color: #fff;
}
.newsletter-area h3 span {
	font-weight: 600;
}
.newsletter-area p {
	margin-top: 3rem;
	font-weight: 300;
	color: #bdbdbd;
}
.newsletter-area .subcribe-form {
	margin-top: 30px;
}
@media (min-width: 991px) {
	.newsletter-area .subcribe-form {
		width: 600px;
	}
}
@media (max-width: 768px) {
	.newsletter-area p {
		margin-top: 120px;
	}
}
@media (max-width: 991px) {
	.subscription {
		margin-top: 20px;
	}
}
.subscription input {
	width: 100%;
	line-height: 50px;
	padding: 0 180px 0 25px;
	border: 1px solid #1d2430;
	background: #11151f;
	font-weight: 300;
	color: #fff;
}
.subscription input::placeholder {
	color: #666;
}
@media (max-width: 376px) {
	.subscription input {
		width: 80%;
	}
}
.subscription .primary-btn {
	background: #00ff88;
	color: #000;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 25px;
	padding: 5px 25px;
	border: none;
	font-weight: 500;
}
.subscription .info {
	position: absolute;
	top: 60px;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	width: 100%;
	font-size: 12px;
}
.subscription .info.valid {
	color: #00ff88;
}
.subscription .info.error {
	color: #ff4444;
}
@media (max-width: 767px) {
	.subscription input {
		padding: 0 25px;
	}
	.subscription .primary-btn {
		top: 120%;
		transform: translate(50%, 0);
		right: 50%;
		width: 177px;
	}
	.subscription .info {
		top: 110px;
	}
	.newsletter-area {
		padding-bottom: 120px;
	}
}
.card {
	background-color: #11151f;
	border: 1px solid #1d2430;
	color: #bdbdbd;
}
.card-footer {
	background-color: #0d1118;
	border-top: 1px solid #1d2430;
}
.card-title {
	color: #fff;
}
.btn-primary {
	background-color: #00ff88;
	border-color: #00ff88;
	color: #000;
}
.btn-primary:hover {
	background-color: #00cc6a;
	border-color: #00cc6a;
	color: #000;
}
.btn-outline-primary {
	color: #00ff88;
	border-color: #00ff88;
}
.btn-outline-primary:hover {
	background-color: #00ff88;
	color: #000;
	border-color: #00ff88;
}
.btn-outline-secondary {
	color: #bdbdbd;
	border-color: #1d2430;
}
.btn-outline-secondary:hover {
	background-color: #11151f;
	color: #00ff88;
	border-color: #00ff88;
}
.bg-primary {
	background-color: #00ff88 !important;
}
.text-dark {
	color: #fff !important;
}
.bg-white {
	background-color: #0d1118 !important;
}
.bg-dark {
	background-color: #07090d !important;
}
.jumbotron {
	background-color: #11151f;
}
.wrapper {
	color: #fff;
}
.list-group-item {
	background-color: #11151f;
	border: 1px solid #1d2430;
	color: #bdbdbd;
}
.list-group-item a {
	color: #bdbdbd;
}
.list-group-item a:hover {
	color: #00ff88;
	text-decoration: none;
}
.table {
	color: #bdbdbd;
}
.badge-primary {
	background-color: #00ff88 !important;
	color: #000 !important;
}
.badge-success {
	background-color: #00cc6a !important;
}
.close {
	color: #fff;
}
.text-white {
	color: #fff !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color: #fff;
}
p {
	color: #bdbdbd;
}
a {
	color: #00ff88;
}
a:hover {
	color: #00cc6a;
}
/* ===== BLACKOPS THEME - FIXES ===== */
/* Item page jumbotron */
.bg-light {
  background: #0d1118 !important;
}
/* Nav tabs */
.nav-tabs {
  border-bottom: 1px solid #1d2430;
}
.nav-tabs .nav-link {
  color: #bdbdbd;
  background: #0d1118;
  border: 1px solid #1d2430;
  border-bottom: none;
}
.nav-tabs .nav-link.active {
  color: #00ff88;
  background: #11151f;
  border-color: #1d2430 #1d2430 #11151f;
}
.nav-tabs .nav-link:hover {
  color: #00ff88;
  border-color: #1d2430;
}
.tab-content, .tab-pane {
  background: #11151f;
  border: 1px solid #1d2430;
  border-top: none;
  color: #bdbdbd;
}
/* Card header */
.card-header {
  background: #0d1118;
  border-bottom: 1px solid #1d2430;
  color: #bdbdbd;
}
/* Modal */
.modal-content {
  background: #11151f;
  border: 1px solid #1d2430;
}
.modal-header {
  background: #0d1118;
  border-bottom: 1px solid #1d2430;
  color: #fff;
}
.modal-header .close {
  color: #fff;
  text-shadow: none;
  opacity: 1;
}
.modal-header .close:hover {
  color: #00ff88;
}
.modal-body {
  background: #11151f;
  color: #bdbdbd;
}
.modal-footer {
  background: #0d1118;
  border-top: 1px solid #1d2430;
}
.alert-primary {
  background: #0d1118;
  border-color: #1d2430;
  color: #bdbdbd;
}
.card-text {
  color: #bdbdbd;
}
.price {
  color: #00ff88;
}
.jumbotron.bg-light .text-dark {
  color: #fff !important;
}
.dsp-btn, .dsp-btn:visited {
  display: block;
  width: 100%;
  padding: 12px;
  background: #0d1118;
  border: 2px solid #00ff88;
  color: #00ff88;
  text-align: center;
  font-weight: bold;
  border-radius: 4px;
  text-decoration: none;
}
.dsp-btn:hover {
  background: #00ff88;
  color: #000;
  text-decoration: none;
}
.dsp-btn:hover {
  background: #00ff88;
  color: #000;
  text-decoration: none;
}
.dsp-btn:hover {
  background: #00cc6a;
  color: #000;
  text-decoration: none;
}
.btn-secondary {
  background: #1d2430;
  border-color: #1d2430;
  color: #bdbdbd;
}
.btn-secondary:hover {
  background: #11151f;
  color: #00ff88;
  border-color: #00ff88;
}
.page-link {
  background: #11151f;
  border-color: #1d2430;
  color: #bdbdbd;
}
.page-link:hover {
  background: #0d1118;
  color: #00ff88;
  border-color: #00ff88;
}
.page-item.active .page-link {
  background: #00ff88;
  border-color: #00ff88;
  color: #000;
}
.page-item.disabled .page-link {
  background: #0d1118;
  border-color: #1d2430;
  color: #666;
}
.alert-dismissible .close {
  color: #fff;
  text-shadow: none;
  opacity: 1;
}
.list-group-item.active {
  background: #00ff88;
  border-color: #00ff88;
  color: #000;
}
.list-group-item-action:hover {
  background: #0d1118;
  color: #00ff88;
}
main {
  background: #090b10;
}
.dropdown-divider {
  border-top: 1px solid #1d2430;
}
/* ===== BLACKOPS THEME - FIXES ===== */
/* Item page jumbotron */
.bg-light {
  background: #0d1118 !important;
}
/* Nav tabs */
.nav-tabs {
  border-bottom: 1px solid #1d2430;
}
.nav-tabs .nav-link {
  color: #bdbdbd;
  background: #0d1118;
  border: 1px solid #1d2430;
  border-bottom: none;
}
.nav-tabs .nav-link.active {
  color: #00ff88;
  background: #11151f;
  border-color: #1d2430 #1d2430 #11151f;
}
.nav-tabs .nav-link:hover {
  color: #00ff88;
  border-color: #1d2430;
}
.tab-content, .tab-pane {
  background: #11151f;
  border: 1px solid #1d2430;
  border-top: none;
  color: #bdbdbd;
}
/* Card header */
.card-header {
  background: #0d1118;
  border-bottom: 1px solid #1d2430;
  color: #bdbdbd;
}
/* Modal */
.modal-content {
  background: #11151f;
  border: 1px solid #1d2430;
}
.modal-header {
  background: #0d1118;
  border-bottom: 1px solid #1d2430;
  color: #fff;
}
.modal-header .close {
  color: #fff;
  text-shadow: none;
  opacity: 1;
}
.modal-header .close:hover {
  color: #00ff88;
}
.modal-body {
  background: #11151f;
  color: #bdbdbd;
}
.modal-footer {
  background: #0d1118;
  border-top: 1px solid #1d2430;
}
.alert-primary {
  background: #0d1118;
  border-color: #1d2430;
  color: #bdbdbd;
}
.card-text {
  color: #bdbdbd;
}
.price {
  color: #00ff88;
}
.jumbotron.bg-light .text-dark {
  color: #fff !important;
}
.dsp-btn, .dsp-btn:visited {
  display: block;
  width: 100%;
  padding: 12px;
  background: #0d1118;
  border: 2px solid #00ff88;
  color: #00ff88;
  text-align: center;
  font-weight: bold;
  border-radius: 4px;
  text-decoration: none;
}
.dsp-btn:hover {
  background: #00ff88;
  color: #000;
  text-decoration: none;
}
.dsp-btn:hover {
  background: #00ff88;
  color: #000;
  text-decoration: none;
}
.dsp-btn:hover {
  background: #00cc6a;
  color: #000;
  text-decoration: none;
}
.btn-secondary {
  background: #1d2430;
  border-color: #1d2430;
  color: #bdbdbd;
}
.btn-secondary:hover {
  background: #11151f;
  color: #00ff88;
  border-color: #00ff88;
}
.page-link {
  background: #11151f;
  border-color: #1d2430;
  color: #bdbdbd;
}
.page-link:hover {
  background: #0d1118;
  color: #00ff88;
  border-color: #00ff88;
}
.page-item.active .page-link {
  background: #00ff88;
  border-color: #00ff88;
  color: #000;
}
.page-item.disabled .page-link {
  background: #0d1118;
  border-color: #1d2430;
  color: #666;
}
.alert-dismissible .close {
  color: #fff;
  text-shadow: none;
  opacity: 1;
}
.list-group-item.active {
  background: #00ff88;
  border-color: #00ff88;
  color: #000;
}
.list-group-item-action:hover {
  background: #0d1118;
  color: #00ff88;
}
main {
  background: #090b10;
}
.dropdown-divider {
  border-top: 1px solid #1d2430;
}
