:root{scrollbar-color: #333 #000;scrollbar-width: thin;}
::-webkit-scrollbar{width:8px;}
::-webkit-scrollbar-track{background:#000;border-radius:0px;}
::-webkit-scrollbar-thumb{background:#333;border-radius:0px;}
::-moz-selection {color: #000;background: #ccc;}
::selection{color: #000;background: #ccc;}

@font-face {
    font-family: 'FortniteLE';
    src: url('FN.woff2') format('woff2'), url('FN.woff') format('woff');
    /* src: url('LuckiestGuy-Regular.woff2') format('woff2'), url('LuckiestGuy-Regular.woff') format('woff'); */
    font-weight: normal;
    font-style: normal;
}

body
{
	background-color:#111;
	color:#eee;
	/* font-family: 'Luckiest Guy', cursive !important; */
	font-family: FortniteLE !important;
	letter-spacing: .5px;
}
#myNavbar
{
	z-index: 9 !important;
	background-color:#333;
}
#toTop
{
	width: 50px;
	height: 50px;
	font-size:25px;
	text-decoration: none;
	position: fixed;
	right: 5px;
	bottom: 5px;
	display: none;
	cursor:pointer;
	text-align:center;
	color:#ccc;
	/* background-color:#666; */
	line-height:50px;
	border-radius: 50%;
	z-index:99;
}
#cookieInfo
{
	z-index: 999;
	background-color: #222;
	padding: 10px;
	font-size: 20px;
}
#cookieInfo div .w3-btn
{
	background-color: #444;
	height:60px;
	line-height: 40px;
}
.soc-top
{
	position: absolute;
	top:0;
	right:0;
	font-size:30px;
	padding:8px;
}
.soc-bottom
{
	padding:8px;
}
.soc
{
	width:40px;
	height:40px;
	line-height:47px !important;
	font-size:24px !important;
	color:#fff;
	transition-duration:0.5s;
	cursor:pointer;
	border-radius:50%;
	display: inline-block;
}
.soc:hover
{
	opacity:.75;
}
.at{background-color:#ff4000;}
.fb{background-color:#3b5998;}
.ig{background-color:#e1306c;}
.ds{background-color:#7289da;}
.yt{background-color:#cd201f;}
.tw{background-color:#1da1f2;}
.w3-tag
{
	background-color:#222;
}
.form textarea
{
	min-width:100%;
	max-width: 100%;
	min-height: 125px;
	max-height: 375px;
}
.video-embed
{
	width: 100%;
	position: relative;
	padding: 0;
}
.video-embed iframe, .video-embed object, .video-embed embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
h1
{
	/* font-family: 'Luckiest Guy', cursive !important; */
	font-family: FortniteLE !important;
	font-size: 3em !important;
	letter-spacing: normal;
}
h2,h3,h4,h5
{
	/* font-family: 'Luckiest Guy', cursive !important; */
	font-family: FortniteLE !important;
}
.hText:nth-child(1){ color: #e18623; }
.hText:nth-child(2){ color: #8b4dbd; }
.hText:nth-child(3){ color: #2cc1ff; }
.hText:nth-child(4){ color: #5ba91d; }
.tab
{
	margin-top:25px;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	transition-duration: .5s;
}
.ign1
{
	width:100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0,0,0,.75) 0%, rgba(0,0,0,0) 75%);
}
.ign2
{
	width:100%;
	text-shadow: 2px 2px 5px black;
	padding: 8px 16px;
}
.news-br
{
	cursor: pointer;
	color: #0080ff;
	background-color: #eee;
	/* clip-path: polygon(4.25% 0%, 100% 0%, 95.75% 100%, 0% 100%); */
	transition-duration: .5s;
}
.news-stw
{
	cursor: pointer;
	color: #ff00ff;
	background-color: #eee;
	/* clip-path: polygon(4.25% 0%, 100% 0%, 95.75% 100%, 0% 100%); */
	transition-duration: .5s;
}
.news-cr
{
	cursor: pointer;
	color: #00aa00;
	background-color: #eee;
	/* clip-path: polygon(4.25% 0%, 100% 0%, 95.75% 100%, 0% 100%); */
	transition-duration: .5s;
}
.news-br.active
{
	color:#eee !important;
	background-color: #0080ff !important;
}
.news-stw.active
{
	color:#eee !important;
	background-color: #ff00ff !important;
}
.news-cr.active
{
	color:#eee !important;
	background-color: #00aa00 !important;
}
.shop-cat
{
	background-color:#ddd;
	color:#222;
	transition-duration: .5s;
	cursor: pointer;
}
.shop-cat:hover
{
	background-color:#fff;
	color:#000;
}
/* MENU */
.home-link
{
	text-decoration: none;
}
.bar-opacity
{
	background-color:rgba(255,255,255,0.75);
	transition-duration:.5s;
}
.bar-opacity:hover
{
	background-color:rgba(255,255,255,0.85);
}
.menu
{
	cursor:pointer;
	position: relative;
	color: #fff;
	text-decoration: none;
}
.menu:hover
{
	color: #fff;
}
.menu:before
{
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #fff;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.menu:hover:before
{
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.content
{
	/* max-width:1280px !important; */
	max-width:1440px !important;
	margin-top:25px;
	margin-bottom:25px;
}
.ad, .adsbygoogle
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.news h1, .news h2, .news h3{color: #fff;}
.news h4, .news h5{color: #ccc;}
.news h1 {font-size:46px !important;}
.news h2 {font-size:36px !important;}
.news h3 {font-size: 30px !important;}
.news p,.news ul
{
	font-family: 'Lato', sans-serif !important;
	font-size: 22px;
	color:#eee;
}
.text
{
	/* width:calc(100% - 10px); */
	width:100%;
	background-color:rgba(0,0,0,.35);
	padding:5px;
	text-shadow: 2px 2px 5px black;
	font-size: 26px;
	text-transform: uppercase;
	line-height: 1.35 !important;
	backdrop-filter: blur(2px);
}
.newshead
{
	width:100%;
	background-color:rgba(0,0,0,.5);
	padding: 8px 16px;
	text-shadow: 2px 2px 5px black;
	/* font-size: 26px; */
	/* text-transform: uppercase; */
	line-height: 1.35 !important;
}
.name
{
	white-space: nowrap;
}
.price
{
	font-size: 20px;
}
@keyframes marquee
{
	0% { transform: translate(0,0); }
	50% { transform: translate(-100%,0); }
	100% { transform: translate(0,0);}
}
.mq
{
	white-space: nowrap;
	/* overflow: hidden; */
	overflow-x: -webkit-marquee;
	/* box-sizing: border-box; */
	display: inline-block;
	padding-left: 100%;
	animation: marquee 15s linear infinite;
	-moz-animation: marquee 15s linear infinite;
	-webkit-animation: marquee 15s linear infinite;
	-o-animation: marquee 15s linear infinite;
}
.toup
{
	text-transform: uppercase;
}
.pagination
{
	text-align: center;
	list-style-type: none;
	padding: 10px 0;
	box-sizing: border-box;
}
.pagination li
{
	width: 40px;
	height: 40px;
	display: inline-block;
	background-color: #333333;
	color: #ccc;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	/* border-radius: 5px; */
	cursor: pointer;
	transition-duration: .5s;
}
.pagination li a
{
	text-decoration: none;
	display: block;
    position: relative;
	width: inherit;
	height: inherit;
	padding: 8px;
}
.pagination .currentpage, .pagination .dots
{
	background-color: #222222;
	cursor: default !important;
	padding: 8px;
}
.pagination .currentpage:hover, .pagination .dots:hover
{
	background-color: #222222;
}
.pagination li:hover
{
	background-color: #555;
}
/* Index */
.index-out
{
	text-decoration: none;
}
.index-in
{
	border-radius: 15px;
	color: #fff;
	position: relative;
	z-index: 2;
	overflow: hidden;
	transition-duration: 1s;
}
.index-in:hover:before
{
	filter: blur(1px);
}
.index-in div
{
	display: inline-block;
	position: relative;
	z-index: 1;
	background-color: rgba(0,0,0,.5);
	/* -webkit-clip-path: polygon(4.25% -2.86%, 100% 0%, 95.34% 100%, 0% 100%); */
	clip-path: polygon(4.25% 0%, 100% 0%, 95.75% 100%, 0% 100%);
}
.index-in:before
{
	content: ' ';
	position: absolute;
	background-image: var(--bg-img);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	filter: blur(6px);
	z-index: 1;
	transition-duration: 1s;
}
/* Table */
td
{
	vertical-align:middle !important;
}
table > tbody > tr.th
{
	background-color:#222 !important;
	color:#fff !important;
}
table > tbody > tr.item
{
	background-color:#000000 !important;
	color:#eee !important;
}
td[class*="sText-"]
{
	text-align: right !important;
}
/* Status */
.sText-under_maintenance{color: #2196f3;}
.sText-operational{color: #4caf50;}
.sText-degraded_performance{color: #d7d810;}
.sText-partial_outage{color: #ff5722;}
.sText-major_outage{color: #ee1818;}

.sImpact-maintenance{border: 1px solid #2196f3;}
.sImpact-minor{border: 1px solid #d7d810;}
.sImpact-major{border: 1px solid #ff5722;}
.sImpact-critical{border: 1px solid #ee1818;}
.sImpact-none{border: 1px solid #777;}

.sImpact-maintenance div{background-color: #2196f3; text-shadow: 0px 0px 5px #000;}
.sImpact-minor div{background-color: #d7d810; text-shadow: 0px 0px 5px #000;}
.sImpact-major div{background-color: #ff5722; text-shadow: 0px 0px 5px #000;}
.sImpact-critical div{background-color: #ee1818; text-shadow: 0px 0px 5px #000;}
.sImpact-none div{background-color: #777; text-shadow: 0px 0px 5px #000;}
/* Paddings */
.padding-16x
{
	padding: 16px;
}
.padding-8x
{
	padding: 8px;
}
@media (max-width:600px){.img-padding{width: 100%;}}
@media (min-width:601px){.img-padding{width:100%; padding: 30px;}}
@media (min-width:993px){.img-padding{width:100%; padding: 60px;}}
/* Rariy text */
.rtext-mythic{ color: #ebbf4f; }
.rtext-common{ color: #999999; }
.rtext-uncommon{ color:#0ce00c; }
.rtext-rare{ color:#0080ff; }
.rtext-epic{ color:#8000ff; }
.rtext-legendary{ color:#ff8000; }
.rtext-marvel{ color:#cc0000; }
.rtext-dc { color: #345678; }
.rtext-dark { color: #ff0080; }
.rtext-frozen { color: #82dafd; }
.rtext-lava { color: #ff3300; }
.rtext-shadow { color: #444444; }
.rtext-starwars { color: #080866; }
.rtext-gaminglegends { color: #2615b6; }
.rtext-icon { color: #309a9a; }
.rtext-slurp { color: #00ff80; }
/* Rarity */
div[class*="bg-"]
{
	border-radius: 5% 5% 5px 5px;
	overflow: hidden;
	transition-duration: .5s;
}
div[class*="bg-"]:hover
{
	border:5px solid rgb(255,255,255);
	box-shadow: 0 0 3px #fff;
}
.bg-transparent
{
	background: url("../img/transparent.png");
	/* max-width: 256px !important; */
	margin-bottom: 5px;
	width:320px;
	padding: 0 !important;
}
.bg-common
{
	background: radial-gradient(circle, #909090 25%, #505050 100%);
	border:5px solid rgba(255,255,255,.25);
}
.bg-uncommon, .bg-Uncommon, .bg-Handmade
{
	background: radial-gradient(circle, #5ba91d 25%, #176509 100%);
	border:5px solid rgba(255,255,255,.25);
}
.bg-rare, .bg-Rare, .bg-Sturdy
{
	/* background: radial-gradient(circle, #2cc1ff 25%, #143977 100%); */
	background: radial-gradient(circle, #1d7ecb 25%, #143977 100%);
	border:5px solid rgba(255,255,255,.25);
}
.bg-epic, .bg-Epic, .bg-Quality
{
	background: radial-gradient(circle, #8b4dbd 25%, #470979 100%);
	border:5px solid rgba(255,255,255,.25);
}
.bg-legendary, .bg-Legendary, .bg-Fine
{
	background: radial-gradient(circle, #e18623 25%, #a04200 100%);
	border:5px solid rgba(255,255,255,.25);
}
/* Special Rarities */
.bg-marvel
{
	background: radial-gradient(circle, #d43036 25%, #900002 100%);
	border:5px solid rgba(255,255,255,.25);
}
.bg-dc
{
	/* background: radial-gradient(circle, #5475c7 25%, #243461 100%); */
	background: radial-gradient(circle, #2c3e5d 25%, #021324 100%);
	border:5px solid rgba(255,255,255,.25);
}
.bg-dark
{
	background: url("../img/dark_bg.png"), radial-gradient(circle, #eb42e7 25%, #520c6f 100%);
	background-size: cover;
	border:5px solid rgba(255,255,255,.25);
}
.bg-frozen
{
	background: radial-gradient(circle, #94dfff 25%, #59cff9 100%);
	border:5px solid rgba(255,255,255,.25);
}
.bg-lava
{
	background: radial-gradient(circle, #ea8d23 25%, #6a0a0a 100%);
	border:5px solid rgba(255,255,255,.25);
}
.bg-shadow
{
	background: radial-gradient(circle, #666 25%, #222 100%);
	border:5px solid rgba(255,255,255,.25);
}
.bg-star_wars, .bg-starwars, .bg-star
{
	/* background: url("../img/starwars_bg.png"), radial-gradient(circle, #0a255d 25%, #070626 100%); */
	background: url("../img/starwars_bg.png"), radial-gradient(circle, #030310 25%, #030305 100%);
	border: 5px solid rgba(228,186,0,.75);
}
.bg-icon_series, .bg-creator_collab_series, .bg-icon
{
	background: radial-gradient(circle, #36b7b7 25%, #256b6b 100%);
	border:5px solid rgba(255,255,255,.25);
}
.bg-mythic
{
	background: radial-gradient(circle, #ebbf4f 25%, #a77e0c 100%);
	border:5px solid rgba(255,255,255,.25);
}
.bg-slurp
{
	/* background: radial-gradient(circle, #00c88a 25%, #008446 100%); */
	background: radial-gradient(circle, #03f1ed, #0ab369);
	border:5px solid rgba(255,255,255,.25);
}
.bg-platform, .bg-gaminglegends
{
	background: radial-gradient(circle, #2615b6, #0c0452);
	border:5px solid rgba(255,255,255,.25);
}