html,body {
	padding:0;
	margin:0;
	/* min-height: 1500px;*/
	font-family: 'SegoeUI';
	font-size: 14px;
	background: url(../images/bg-bottom.jpg) no-repeat center bottom;
	background-color: #000306;
}

a {transition: 0.3s;}
a:hover {transition: 0.3s;}

::-webkit-scrollbar {width: 9px;}
::-webkit-scrollbar-track {background: #555;}
::-webkit-scrollbar-thumb {background: #999;}

.flex {display: flex;}
.flex-b{display: flex;justify-content: space-between;position: sticky;}
.flex-a{display: flex; justify-content: space-around;}
.flex-c{display: flex; justify-content: center;}

.wrapcontent {
	max-width: 1300px;
	margin: 0 auto;
	padding: 30px;
	padding-bottom: 10px;
}

nav .wrapcontent {
	padding: 0px;
	align-items: center;
}

nav {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	background: rgba(21, 26, 35, 0.71);
	z-index: 9000;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	display: block;
	position: relative;
}

#cssmenu #menu-button {
	display: none;
}

#cssmenu > ul > li {
	float: left;
}

#cssmenu.align-center > ul {
	font-size: 0;
	text-align: center;
}

#cssmenu.align-center > ul > li {
	display: inline-block;
	float: none;
}

#cssmenu.align-center ul ul {
	text-align: left;
}

#cssmenu.align-right > ul > li {
	float: right;
}

#cssmenu > ul > li > a {
	padding: 27px 20px 30px 20px;
	font-size: 14px;
	letter-spacing: 1px;
	text-decoration: none;
	color: #dddddd;
	font-weight: 400;
	text-transform: uppercase;
	border-top: 3px solid transparent;
	display: block;
}

#cssmenu > ul > li:hover > a {
	color: #ffffff;
	background: linear-gradient(180deg, #0B1017 0%, rgba(11, 16, 23, 0) 88.24%);
	border-top: 3px solid #FFC737;
	padding: 27px 20px 30px 20px;
	display: block;
}

#cssmenu > ul > li.has-sub > a {
	padding-right: 30px;
	display: block;
}
#cssmenu > ul > li.has-sub > a:after {
	position: absolute;
	top: 28px;
	right: 10px;
	content: '\f107';
	color: #FFC737;
	font-family: fontawesome;
}

#cssmenu > ul > li.has-sub:hover > a:before {
	top: 23px;
	height: 0;
}

#cssmenu ul ul {
	position: absolute;
	left: -9999px;
	padding: 25px 10px 25px 10px;
	border: 1px solid #424242;
	background: url(../images/line1.png) no-repeat left bottom,
	url(../images/line2.png) no-repeat left top,
	url(../images/line3.png) no-repeat right top,
	url(../images/line4.png) no-repeat right bottom;
	background-color: #161A26;
}

#cssmenu ul ul:before {
	content: "";
	width: 0; 
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #161A26;
	top: -10px;
	left: 55px;
	position: absolute;
	z-index: 2;
}

#cssmenu ul ul:after {
	content: "";
	width: 0; 
	height: 0;
	border-left: 13px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #424242;
	top: -12px;
	left: 53px;
	position: absolute;
	z-index: 1;
}

#cssmenu.align-right ul ul {
	text-align: right;
}
#cssmenu ul ul li {
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
#cssmenu li:hover > ul {
	left: auto;
}
#cssmenu.align-right li:hover > ul {
	left: auto;
	right: 0;
}
#cssmenu li:hover > ul > li {
	
}
#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0;
}
#cssmenu.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}
#cssmenu ul ul li a {
	padding: 12px 30px;
	margin: 0px -10px 0px -10px;
	width: 150px;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	font-weight: 400;
	display: flex;
	align-items: center;
}

#cssmenu ul ul li a:before {
	content: url(../images/icons/descript.png);
	margin: 0px 10px 0px 0px;
}

#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
	border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
	color: #ffffff;
	background: #22293C;
}
#cssmenu ul ul li.has-sub > a:after {
	position: absolute;
	top: 16px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #dddddd;
	content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
	right: auto;
	left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
	position: absolute;
	top: 13px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #dddddd;
	content: '';
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
	right: auto;
	left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
	top: 17px;
	height: 0;
}
@media all and (max-width: 1023px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1023px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1023px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1023px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1023px), only screen and (min-resolution: 192dpi) and (max-width: 1023px), only screen and (min-resolution: 2dppx) and (max-width: 1023px) {
	#cssmenu {
		width: 100%;
	}
	#cssmenu ul {
		width: 100%;
		display: none;
	}
	#cssmenu.align-center > ul {
		text-align: left;
	}
	#cssmenu ul li {
		width: 100%;
		border-top: 1px solid rgba(120, 120, 120, 0.2);
	}
	#cssmenu ul ul li,
	#cssmenu li:hover > ul > li {
		height: auto;
	}
	#cssmenu ul li a,
	#cssmenu ul ul li a {
		width: 100%;
		border-bottom: 0;
	}
	#cssmenu > ul > li {
		float: none;
	}
	#cssmenu ul ul li a {
		padding-left: 25px;
	}
	#cssmenu ul ul ul li a {
		padding-left: 35px;
	}
	#cssmenu ul ul li a {
		color: #dddddd;
		background: none;
	}
	#cssmenu ul ul li:hover > a,
	#cssmenu ul ul li.active > a {
		color: #ffffff;
	}
	#cssmenu ul ul,
	#cssmenu ul ul ul,
	#cssmenu.align-right ul ul {
		position: relative;
		left: 0;
		width: 100%;
		margin: 0;
		text-align: left;
	}
	#cssmenu > ul > li.has-sub > a:after,
	#cssmenu > ul > li.has-sub > a:before,
	#cssmenu ul ul > li.has-sub > a:after,
	#cssmenu ul ul > li.has-sub > a:before {
		display: none;
	}
	#cssmenu #menu-button {
		display: block;
		padding: 17px;
		color: #dddddd;
		cursor: pointer;
		font-size: 14px;
		text-transform: uppercase;
		font-weight: 700;
	}
	#cssmenu #menu-button:after {
		position: absolute;
		top: 22px;
		right: 15px;
		display: block;
		height: 4px;
		width: 20px;
		border-top: 2px solid #617693;
		border-bottom: 2px solid #617693;
		content: '';
	}
	#cssmenu #menu-button:before {
		position: absolute;
		top: 16px;
		right: 14px;
		display: block;
		height: 2px;
		width: 25px;
		background: #617693;
		content: '';
	}
	#cssmenu #menu-button.menu-opened:after {
		top: 24px;
		border: 0;
		height: 2px;
		width: 15px;
		background: #617693;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#cssmenu #menu-button.menu-opened:before {
		top: 24px;
		background: #617693;
		width: 15px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#cssmenu .submenu-button {
		position: absolute;
		z-index: 99;
		right: 0;
		top: 0;
		display: block;
		border-left: 1px solid rgba(120, 120, 120, 0.2);
		height: 46px;
		width: 46px;
		cursor: pointer;
	}
	#cssmenu .submenu-button.submenu-opened {
		background: #262626;
	}
	#cssmenu ul ul .submenu-button {
		height: 34px;
		width: 34px;
	}
	#cssmenu .submenu-button:after {
		position: absolute;
		top: 12px;
		right: 22px;
		display: block;
		content: '\f107';
		color: #FFC737;
		font-family: fontawesome;
	}
	#cssmenu ul ul .submenu-button:after {
		top: 15px;
		right: 13px;
	}

	#cssmenu .submenu-button:before {
		position: absolute;
		top: 12px;
		right: 22px;
		display: block;
		content: '\f107';
		color: #FFC737;
		font-family: fontawesome;
	}
	#cssmenu ul ul .submenu-button:before {
		top: 12px;
		right: 16px;
	}
	#cssmenu .submenu-button.submenu-opened:before {
		display: none;
	}
}


.languages a{
	width: 34px;
	height: 34px;
	border: 1px solid transparent;
	display: flex;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	margin: 0px 0px 0px 0px;
	opacity: 0.5;
}

.languages .activelang{
	width: 34px;
	height: 34px;
	background: #243348;
	border: 1px solid #255B7C;
	display: flex;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	margin: 0px 0px 0px 0px;
	opacity: 1;
}

.cp a{
	background: url(../images/btnblue.webp);
	display: flex;
	width: 176px;
	height: 44px;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	font-family: SegoeUI;
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	box-shadow: 0px 0px 18px 2px rgba(0, 105, 171, 0.47);
}

.cp a:before{
	content: url(../images/icons/circle.png);
	position: relative;
	bottom: -2px;
	margin: 0px 7px 0px 0px;
}

.cp a:hover{
	filter: brightness(120%);
}

.oops a:hover{
	filter: brightness(200%);
}

.topbox {
	margin: 2% 0px 0px 5%;
}

.topbox {
	max-width: 600px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.logo a {
	display: block;
}

.logo a img{
	width: 100%;
	height: auto;
}

.logo a:hover {
	filter: brightness(120%);
	-webkit-animation-name: pulse;
	animation-name: pulse;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	50% {
		-webkit-transform: scale3d(1.02, 1.02, 1.02);
		transform: scale3d(1.02, 1.02, 1.02);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	50% {
		-webkit-transform: scale3d(1.02, 1.02, 1.02);
		transform: scale3d(1.02, 1.02, 1.02);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
} 

.startgame {
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 100;
}


.startgame a {
	background: url(../images/start-game.png) no-repeat center;
	width: 269px;
	height: 57px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
	text-decoration: none;
	margin-top: 10px;
}

.startgame a:before {
	/* content: url(../images/icons/axe.png); --> */
	margin: 0px 10px 0px 0px;
}

.startgame a:hover {
	filter: brightness(130%);
}

.news h3 {
	font-weight: 600;
	font-size: 20px;
	color: #FFFFFF;
	margin: 10px 0px 10px 0px;
}

.ntext {
	font-weight: normal;
	font-size: 14px;
	color: #A5B8D2;
}

.ntext a {
    color: #4d83cd;
    text-decoration: none;
}

.news {
	max-width: 410px;
}

.nimg img{
	width: 100%;
	height: auto;
}

.nimg {
	position: relative;
}

.ndate {
	background: rgba(25, 33, 43, 0.6);
	height: 46px;
	width: 40px;
	text-align: center;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size: 14px;
	position: absolute;
	top: 15px;
	left: 15px;
}

.ndate span {
	font-weight: 600;
	font-size: 18px;
	margin: 0px 0px -13px 0px;
}

.hot {
	background: rgba(255, 48, 48, 0.9);
	box-shadow: 0px 0px 12px 2px rgba(255, 48, 48, 0.41);
	position: absolute;
	top: 22px;
	right: 15px;
	color: #fff;
	padding: 7px 10px 7px 10px;
	font-size: 12px;
	display: flex;
	align-items: center;
}

.hot:after {
	content: url(../images/icons/flame.png);
	margin: 0px 0px 0px 5px;
	position: relative;
	bottom: -3px;
}

.readmore {
	margin: 10px 0px 0px 0px;
}

.readmore a{
	display: inline-block;
	color: #FFC737;
	text-decoration: none;
	border: 1px solid #FFC737;
	padding: 5px 15px 7px 15px;
}

.readmore a:after{
	content: "\f178";
	color: #FFC737;
	font-family: fontawesome;
	font-size: 10px;
	margin: 0px 0px 0px 10px;
	transition: 0.3s;
	right: 0px;
}

.readmore a:hover:after{
	position: relative;
	right: -3px;
	transition: 0.3s;
	color: #fff;
}

.readmore a:hover{
	color: #fff;
}

.headtitle {
	margin: 0px 0px 20px 0px;
}

.headtitle span {
	display: block;
	font-weight: 600;
	font-size: 24px;
	color: #FFFFFF;
	margin: 0px 0px -10px 0px;
}

.headtitle a {
	font-weight: 300;
	font-size: 13px;
	text-decoration-line: underline;
	color: #617693;
}

.headtitle a:hover {
	color: #FFC737;
}

.headtitle a:after {
	content: url(../images/icons/descript.png);
	margin: 0px 0px 0px 5px;
	position: relative;
	top: 2px;
}

.forumbox {
    background: url(../images/line1.png) no-repeat left bottom, url(../images/line2.png) no-repeat left top, url(../images/line3.png) no-repeat right top, url(../images/line4.png) no-repeat right bottom, url(../images/bg/bg_block.png) center;
	background-color: #161A26;
	border: 1px solid #424242;
	padding: 15px 20px 15px 20px;
}

.statbox {
    background: url(../images/line1.png) no-repeat left bottom, url(../images/line2.png) no-repeat left top, url(../images/line3.png) no-repeat right top, url(../images/line4.png) no-repeat right bottom, url(../images/bg/bg_block.png) center;
    background-color: #161A26;
    border: 1px solid #424242;
    padding: 10px 10px 0px 10px;
}

.socials {
	margin: 20px 0px 0px 0px;
	display: flex;
	justify-content: space-between;
}

.socials a {
	display: inline-block;
}

.socials a:hover {
	filter: brightness(1);
}

.ava {
	margin: 0px 10px -4px 0px;
}
.ava img {
	max-width: 29px;
	max-height: 29px;
}

.finfo h4 {
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
}

.fline {
	align-items: center;
	padding: 7px 20px 7px 20px;
	margin: 0px -20px 0px -20px;
	text-decoration: none;
}

.fline:hover {
	background: url(../images/line11.png) no-repeat left bottom,
	url(../images/line22.png) no-repeat left top,
	url(../images/line33.png) no-repeat right top,
	url(../images/line44.png) no-repeat right bottom;
	background-color: #22293C;
}

.autinfo {
	color: #617693;
	font-size: 12px;
}

.adm {
	color: #bb2323;
	margin: 0px 0px 0px 3px;
}

.author {
	margin: 0px 5px 0px 0px;
}

.fdata {
	margin: 0px 0px 0px 5px;
}

.author:before {
	content: url(../images/icons/descript.png);
	margin: 0px 5px 0px 0px;
	position: relative;
	top: 4px;
}

.socials > :nth-child(1) {
	margin: 0px 10px 0px 0px;
	filter: brightness(0.5);
	zoom: 90%;
}

.socials > :nth-child(2) {
	margin: 0px 0px 0px 10px;
	filter: brightness(0.5);
	zoom: 90%;
}

.votebox a{
	min-width: 341px;
	width: 100%;
	height: 89px;
	display: block;
	margin: 0px 0px 27px 0px;
}

.mmotop {
	background: url(../images/line1.png) no-repeat left bottom,
	url(../images/line2.png) no-repeat left top,
	url(../images/line3.png) no-repeat right top,
	url(../images/line4.png) no-repeat right bottom,
	url(../images/content/gift1.png) no-repeat center;
}

.l2topzone {
	background: url(../images/line1.png) no-repeat left bottom,
	url(../images/line2.png) no-repeat left top,
	url(../images/line3.png) no-repeat right top,
	url(../images/line4.png) no-repeat right bottom,
	url(../images/content/gift2.png) no-repeat center;
}

.l2top {
	background: url(../images/line1.png) no-repeat left bottom,
	url(../images/line2.png) no-repeat left top,
	url(../images/line3.png) no-repeat right top,
	url(../images/line4.png) no-repeat right bottom,
	url(../images/content/gift3.png) no-repeat center;
}

.hopzone {
	background: url(../images/line1.png) no-repeat left bottom,
	url(../images/line2.png) no-repeat left top,
	url(../images/line3.png) no-repeat right top,
	url(../images/line4.png) no-repeat right bottom,
	url(../images/content/gift4.png) no-repeat center;
}

.votebox a {
	text-decoration: none;
	align-items: center;
	display: flex;
}

.votebox a h3 {
    font-family: 'BeaufortForLOLBold';
    font-weight: bold;
    font-size: 25px;
    color: #FFFFFF;
    margin: 0px 0px 0px 0px;
    filter: drop-shadow(2px 4px 2px black);
}

.voteinfo span {
	font-size: 14px;
	color: #FFC737;
	filter: drop-shadow(1px 1px 1px black);
}

.voteinfo {
    margin: 0px 0px 0px 30px;
}

.votebox a:hover {
	filter: brightness(130%);
}

.tabs {
    min-width: 380px;
	max-width: 800px;
	padding: 0px;
	margin: 0 auto;
	text-align: center;
}
.tabs>section {
	display: none;
	text-align: left;
}

.tabs>section>p {
	padding: 0px 0px 0px 0px;
	color: #fff;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.tabs>input {
	display: none;
	position: absolute;
}

.tabs>label {
	display: inline-block;
	padding: 5px 10px;
	font-weight: 400;
	text-align: center;
	color: #617693;
	
}

.tabs>label:hover {
	color: #888;
	cursor: pointer;
}

.tabs>input:checked+label {
	color: #FFC737;
	background: url(../images/line111.png) no-repeat left bottom,
	url(../images/line222.png) no-repeat left top,
	url(../images/line333.png) no-repeat right top,
	url(../images/line444.png) no-repeat right bottom;
	background-color: #1F2435;
}

#tab1:checked~#content-tab1, #tab2:checked~#content-tab2, #tab3:checked~#content-tab3, #tab4:checked~#content-tab4 {
	display: block;
}

#tab5:checked~#content-tab5, #tab6:checked~#content-tab6, #tab7:checked~#content-tab7, #tab8:checked~#content-tab8 {
	display: block;
}

#tab9:checked~#content-tab9, #tab10:checked~#content-tab10, #tab11:checked~#content-tab1, #tab12:checked~#content-tab12 {
	display: block;
}


.statline {
	border-bottom: 1px solid #292C35;
}

.num {
	padding:7px 0px 7px 0px;
	max-width: 40px;
	width: 40px;
	text-align: center;
	border-right: 1px solid #292C35;
}

.name {
	padding: 7px 10px 7px 10px;
	width: 100%;
}

.cif {
	padding: 7px 10px 7px 10px;
	max-width: 60px;
	width:60px;
	border-left: 1px solid #292C35;
}

.cif-rep {
	padding: 5px 10px 6px 10px;
	width: 48px;
	max-width: 48px;
}

.cif-ppl {
	padding: 5px 10px 6px 10px;
	width: 15px;
	max-width: 28px;
}

.cif-lvl {
    padding: 5px 5px 5px 5px;
    width: 45px;
    max-width: 45px;
}

.cif-name {
    padding: 5px 5px 5px 5px;
    width: 45%;
}

.cif-num {
	padding: 5px 10px 6px 10px;
	width: 35px;
	max-width: 35px;
}

.cif-online-1 {
	content: url(../images/server1.webp);
    position: absolute;
    top: -32px;
    left: -35px;
}

.cif-online-2 {
	content: url(../images/server2.webp);
    position: absolute;
    top: -32px;
    left: -35px;
}


.stp > :last-child {
	border-bottom: none;
}

.stp >:nth-child(-n+3) {
	color: #FFC737;
}

.onlinebox {
	background: url(../images/line1.png) no-repeat left bottom,
	url(../images/line2.png) no-repeat left top,
	url(../images/line3.png) no-repeat right top,
	url(../images/line4.png) no-repeat right bottom;
	padding: 12px 25px 12px 25px;
	height: calc(100% - 24px);
}

.onlinewrap {
	background: radial-gradient(78.77% 98.22% at 50% 139.5%, #2F4C77 0%, rgba(14, 19, 33, 0) 100%), url(../images/bg/bg_block.png), #161A26;
	background-size: 100%;
	border: 1px solid #424242;
	background-size: 100% 100%;
	width: 38%;
}


.sliderbox {
	width: 60%;
	border: 1px solid #424242;
	border-right: none;
}

.owl-carousel .item {
	height: 270px;
	position: relative;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
	text-align: left;
	-webkit-tap-highlight-color: transparent;
	margin: -40px 0px 0px 50px;
	position: absolute;
	z-index: 100;
}

.owl-theme .owl-nav {
	margin-top: 10px;
	display: none;
}

.owl-theme .owl-nav [class*=owl-] {
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #D6D6D6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: #869791;
	color: #FFF;
	text-decoration: none
}

.owl-theme .owl-nav .disabled {
	opacity: .5;
	cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
	width: 5px;
	height: 5px;
	margin: 3px 3px;
	background: #47555C;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span {
	background: #00609d;
    box-shadow: 0px 0px 12px 1px rgb(44 63 116 / 85%);
	border-radius: 26px;
	width: 30px;
	transition: 1s;
}

.owl-theme .owl-dots .owl-dot:hover span {
	background: #FFC737;
}

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.no-js .owl-carousel {
	display: block;
}

.owl-carousel .animated {
	animation-duration: 1000ms;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.owl-height {
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

.caption {
	position: absolute;
	z-index: 50;
	bottom: 0px;
	color: #fff;
	font-weight: 400;
	width: 60%;
	bottom: 50px;
	left: 25px;
}

.caption h3{
	font-weight: 400;
	font-size: 24px;
	margin: 0px 0px 10px 0px;
}

.hotnews {
	background: rgba(255, 48, 48, 0.9);
	box-shadow: 0px 0px 12px 2px rgba(255, 48, 48, 0.65);
	padding: 5px 10px 7px 10px;
	position: absolute;
	color: #fff;
	top: 25px;
	left: 25px;
}

.hotnews:before {
	content: url(../images/icons/flame.png);
	margin: 0px 5px 0px 0px;
	position: relative;
	bottom: -1px;
}

.nameserv {
	font-size: 18px;
	color: #FFFFFF;
	position: relative;
	padding: 0px 0px 0px 25px;
}

.nameserv span{
	color: #FFC737;
}

.progressline {
	border: 1px solid #242E3D;
	border-radius: 19px;
	width: 100%;
	height: 12px;
	margin: 5px 0px 5px 0px;
}

.progress {
	background: url(../images/progress.png) no-repeat;
	background-size: 100% 100%;
	height: 6px;
	max-width: 100%;
}

.progressbox {
	background: #242E3D;
	margin: 3px 3px 0px 3px;
	border-radius: 19px;
}

.descriptserv a {
	font-size: 13px;
	color: #617693;
	text-decoration: none;
}

.descriptserv a:hover {
	text-decoration: underline;
}

.descriptserv a:before {
	content: url(../images/icons/descript.png);
	margin: 0px 7px 0px 0px;
}

.servstarted {
	color: #617693;
}

.server.online .onlineserv{
	color: #43E754;
}

.server.offline .onlineserv{
	color: #617693;
}

.server {
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #212531;
	padding: 5px 0px 5px 0px;
}

.onlinebox > :last-child {
	border-bottom: none;
}

.serv1 .nameserv > :before {
	content: url(../images/server1.webp);
	position: absolute;
	top: -32px;
	left: -35px;
}

.serv2 .nameserv > :before {
	content: url(../images/server2.webp);
	position: absolute;
	top: -32px;
	left: -35px;
}

.serv3 .nameserv > :before {
	content: url(../images/server3.webp);
	position: absolute;
	top: -32px;
	left: -35px;
}

.server.offline {
	opacity: 1.0;
}

.informbox {
	background: url(../images/line1.png) no-repeat left bottom,
	url(../images/line2.png) no-repeat left top,
	url(../images/line3.png) no-repeat right top,
	url(../images/line4.png) no-repeat right bottom;
	background-color: #161A26;
	border: 1px solid #424242;
	padding: 15px 15px 15px 15px;
	min-width: 245px;
	width: 245px;
	height: 220px;
	text-align: center;
	margin: 0px 15px 0px 0px;
}

.informbox h3 {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
	margin: 10px 0px 10px 0px;
}

.informbox span {
	font-size: 14px;
	line-height: 19px;
	color: #A5B8D2;
}

.informbox img {
	margin: 20px 0px 0px 0px;
}

.graphyc {
	background-color: #161A26;
	border: 1px solid #424242;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	position: relative;
	overflow: hidden;
}

#container {
	width: 100%;
	height: 300px;
	margin: 0px 0px -60px 0px;
}

.graphyc h3 {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	padding: 0px 0px 0px 15px;
	position: absolute;

}

.wrapper {
	width: 100%;
	margin: 0px 0px -46px 0px;
}

.chart {
	height: 230px;
	padding: 0px;
	
}

.tabs2 {
	min-width: 320px;
	max-width: 800px;
	padding: 0px;
	text-align: right;
	margin: 10px 0px 0px 0px;	
}

.tabs2>section {
	display: none;
	text-align: left;
}

.tabs2>section>p {
	padding: 0px 0px 0px 0px;
	color: #fff;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.tabs2>input {
	display: none;
	position: absolute;
}

.tabs2>label {
	display: inline-block;
	padding: 5px 10px;
	font-weight: 400;
	text-align: center;
	color: #617693;
	margin: 0px 10px 0px 0px;
}

.tabs2>label:hover {
	color: #888;
	cursor: pointer;
}

.tabs2>input:checked+label {
	color: #FFC737;
	background: url(../images/line111.png) no-repeat left bottom,
	url(../images/line222.png) no-repeat left top,
	url(../images/line333.png) no-repeat right top,
	url(../images/line444.png) no-repeat right bottom;
	background-color: #1F2435;
}

#tab11:checked~#content-tab11, #tab22:checked~#content-tab22, #tab33:checked~#content-tab33, #tab44:checked~#content-tab44 {
	display: block;
}

canvas#c2 {
	width: 100% !important;
}

footer .wrapcontent > :first-child {
	max-width: 320px;
}

.footerbox h3 {
	font-family: 'BeaufortForLOLBold';
	font-size: 24px;
	color: #FAE88D;
	font-weight: 400;
	margin: 0px 0px 10px 0px;
}

.footerbox > span {
	font-size: 13px;
	line-height: 16px;
	color: #617693;
	font-family: Century Gothic;
}

footer .wrapcontent > :last-child {
	max-width: 100%;
	width: 100%;
	padding: 0px 0px 0px 20px;
}

.footerbox {
	padding: 0px 20px 0px 20px;
}

.footerbox ul{
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.footerbox ul li{
	margin: 0px 0px 15px 0px;
}

.footerbox ul li a{
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}

.footerbox ul li a:hover {
	color: #FFC737;
}

.design,
.accept,
.counters {
	justify-content: flex-end;
	align-items: center;
	margin: 10px 0px 10px 0px;
}

.accept p,
.design p {
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 0px;
	font-size: 16px;
	color: #ffffff;
}

footer .wrapcontent > :last-child a:hover{
	filter: brightness(130%);
}

.counter {
	margin: 0px 0px 0px 10px;
}

.back_to_top:hover {
	filter: brightness(130%);
	cursor: pointer;
}

.totopbtn:before {
	content: "";
	display: block;
	min-width: 48.5%;
	width: 50%;
	height: 1px;
	background: #424242;
}

.totopbtn:after {
	content: "";
	display: block;
	min-width: 48.5%;
	width: 50%;
	height: 1px;
	background: #424242;
}

.totop {
	width: 100%;
	align-items: center;
	position: relative;
	top: 3px;
}

.totopbtn {
	align-items: center;
}

.contentbox {
	background: url(../images/line1.png) no-repeat left bottom,
	url(../images/line2.png) no-repeat left top,
	url(../images/line3.png) no-repeat right top,
	url(../images/line4.png) no-repeat right bottom;
	background-color: #161A26;
	border: 1px solid #424242;
	padding: 15px 15px 15px 15px;
	min-width: 245px;
	text-align: center;
	min-height: 100px;
	width: 100%;
}

.forms > :first-child{
	margin: 0px 10px 0px 0px;
}

.forms > :last-child{
	margin: 0px 0px 0px 10px;
}

.password-wrapper {
	width: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.password-wrapper .icon-wrapper {
	position: relative;
	display:flex;
	width: 30px;
	height: 30px;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 16px;
	margin: 0px 0px 0px -30px;
	color: #C4C4C4;
}

.password-wrapper .icon-wrapper .ion-eye,
.password-wrapper .icon-wrapper .ion-more {
	color: #ccc;
}

.password-wrapper .icon-wrapper .ion-more {
	right: 14px;
}

.password-wrapper .icon-wrapper:hover .ion-eye,
.password-wrapper .icon-wrapper:hover .ion-more {
	color: #3498db;
	transition: color 0.25s ease-in;
}

.password-wrapper .strength-lines {
	position: absolute;
	bottom: 2px;
	left: 0;
	right: 0;
	width: calc(100% - 50px);
	height: 6px;
	z-index: 3;
}

.password-wrapper .strength-lines .line {
	position: absolute;
	background-color: transparent;
	height: 6px;
	border-radius: 2px;
	transition: background-color 0.25s ease-in;
}

.password-wrapper .strength-lines .line:not(:first-of-type):not(:last-of-type) {
	left: 33%;
	right: 33%;
}

.password-wrapper .strength-lines .line:first-of-type {
	left: 4px;
	right: 68%;
}

.password-wrapper .strength-lines .line:last-of-type {
	left: 68%;
	right: 4px;
}

.input {
	background: #0B0D12;
	border: 1px solid #424242;
	padding: 8px 30px 8px 30px;
	text-align: center;
	color: #999;
	width: calc(100% - 62px);
}

.input::-webkit-input-placeholder {color:#999; opacity:1;}
.input::-moz-placeholder {color:#999; opacity:1;}
.input:-moz-placeholder {color:#999; opacity:1;}
.input:-ms-input-placeholder {color:#999; opacity:1;}

.input:focus::-webkit-input-placeholder {opacity:0;}
.input:focus::-moz-placeholder {opacity:0;}
.input:focus:-moz-placeholder {opacity:0;}
.input:focus:-ms-input-placeholder {opacity:0;}

.input:focus {
	outline: none;
	border: 1px solid #016aac;
	color: #fff;
}

.sel  {
	background: #0B0D12;
	border: 1px solid #424242;
	padding: 8px 20px 8px 35px;
	text-align: center;
	color: #999;
	width: 100%;
}

.sel:focus {
	outline: none;
	border: 1px solid #016aac;
	color: #fff;
}

.formact {
	width: 60%;
	margin: 0 auto;
}

.inputtitle {
	text-align: center;
	color: #FFFFFF;
	margin: 10px 0px 10px 0px;
}

.check {
	color: #fff;
	margin: 10px 0px 10px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}

input[type="checkbox" i] {
	background-color: #000 !important;
	cursor: default;
	margin: 0px 10px 0px 0px;
}

input[type="checkbox" i]:before {
	content: "";
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15px;
	height: 15px;
	background: #0B0D12;
	border: 1px solid #424242;
}

input[type="checkbox" i]:checked:before {
	content: "\f00c";
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15px;
	height: 15px;
	background: #0B0D12;
	border: 1px solid #424242;
	color: #48B9FF;
	font-size: 12px;
	font-family: fontawesome;
}

.step {
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
}

.title {
	background: #48B9FF;
	border-radius: 35px;
	width: 190px;
	margin: 5px auto 30px auto;
	padding: 7px 0px 7px 0px;
	color: #fff;
}

.regbtn a {
	background: url(../images/btnyello.webp) no-repeat center;
	background-size: 100% 100%;
	width: 173px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	color: #5E4236;
	text-decoration: none;
	box-shadow: 0px 0px 14px 5px rgba(255, 239, 39, 0.22);
}

.regbtn {
	display: flex;
	justify-content: center;
	padding: 15px 0px 20px 0px;
}

.regbtn a:hover {
	filter: brightness(120%);
}

.haveacc {
	color: #617693;
}

.haveacc a{
	color: #FFC737;
	text-decoration: none;
}

.haveacc a:hover{
	color: #fff;
}

.formact2 {
	padding: 20px 0px 20px 0px;
	width: 82%;
	margin: 0 auto;
}

.formact2 h3{
	color: #fff;
	font-weight: 600;
}

.formact2 span{
	color: #fff;
}

.dbtn a {
	border: 1px solid #FFC737;
	color: #FFC737;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	min-width: 250px;
	padding: 7px 0px 7px 0px;
	margin: 0px 7px 10px 7px;
}

.dbtn  {
	margin: 20px 0px 0px 0px;
	flex-wrap: wrap;
}

.dbtn a:hover {
	background: #FFC737;
	color: #333333;
	font-weight: 600;
}

.dbtn a:before {
	content: url(../images/icons/down.png);
	margin: 0px 5px 0px 0px;
	position: relative;
	bottom: -2px;
}

.dbtn a:hover:before {
	filter: brightness(30%);
}

.dbtn-donate a {
	border: 1px solid #FFC737;
	color: #FFC737;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	min-width: 250px;
	padding: 7px 0px 7px 0px;
	margin: 0px 7px 10px 7px;
}

.dbtn-donate  {
	margin: 20px 0px 0px 0px;
	flex-wrap: wrap;
}

.dbtn-donate a:hover {
	background: #FFC737;
	color: #333333;
	font-weight: 600;
}

.dbtn-donate a:before {
	content: url(../images/icons/down.png);
	margin: 0px 5px 0px 0px;
	position: relative;
	bottom: -2px;
}

.dbtn-donate a:hover:before {
	filter: brightness(30%);
}

.formact2 {
	color: #617693;
}

.static-title {
	text-transform: uppercase;
	color: #FFC737;
	margin: 10px 0px 0px 15px;
}

.static-content { 
	font-size: 13px;
	line-height: 16px;
	color: #617693;
	font-family: Century Gothic;
}

.static-content a {
	text-decoration: none;
    color: #63a5ff;
}

.static-box {
	background: url(../images/line1.png) no-repeat left bottom,
	url(../images/line2.png) no-repeat left top,
	url(../images/line3.png) no-repeat right top,
	url(../images/line4.png) no-repeat right bottom;
	background-color: #161A26;
	border: 1px solid #424242;
	padding: 15px 15px 15px 15px;
	min-width: 245px;
	min-height: 100px;
	width: 100%;
}


.owl-carousel-streams .item-video{
  height:300px;
}

.owl-carousel-streams {
	display: none;
    width: 100%;
    position: relative;
    z-index: 1;
}

.owl-carousel-streams.owl-loaded {
    display: block;
}

.owl-carousel-streams .owl-stage-outer {
    position: relative;
    overflow: hidden;
}

.owl-carousel-streams .owl-stage {
    position: relative;
}

.owl-carousel-streams .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
}	

.owl-carousel-streams .owl-dots, .owl-theme .owl-nav {
    margin: 0;
}

.news-slide {
	position: absolute;
	z-index: 50;
	bottom: 0px;
	color: #fff;
	font-weight: 400;
	width: 100%;
    background-color: #1e131370;
	height: 100%
}

.news-slide h3{
	font-weight: 400;
	font-size: 24px;
	margin: 0px 0px 10px 0px;
}

.news-item {
	padding: 30px;
	line-height: 1.1;
	text-shadow: 1px 1px black;
}
.news-item a {
	color: white;
}

.readmore-slider {
	bottom: 40px;
    position: absolute;
    left: 30px;
    z-index: 51;
}

.readmore-slider a{
	color: white;
    display: inline-block;
    text-decoration: none;
    padding: 5px 15px 7px 15px;
    background: #00609d;
    border: 1px solid #2f8bd1;
}

.readmore-slider a:after{
	content: "\f178";
	color: white;
	font-family: fontawesome;
	font-size: 10px;
	margin: 0px 0px 0px 10px;
	transition: 0.3s;
	right: 0px;
}

.readmore-slider a:hover:after{
	position: relative;
	right: -3px;
	transition: 0.3s;
	color: #fff;
}

.readmore-slider a:hover{
	color: #fff;
}

.main-container {
	background: #161A26;
	border: 1px solid #424242;
	border-radius: 0px;
	width: 100%;
}

.container-wrapper {
	background: url(../images/line1.png) no-repeat left bottom, url(../images/line2.png) no-repeat left top, url(../images/line3.png) no-repeat right top, url(../images/line4.png) no-repeat right bottom;
	display: flex;
	font-family: 'Segoe UI';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;
	color: white;
    justify-content: space-around;
}

.container-wrapper .logo {
	padding: 15px 0;
}

.container-wrapper .logo img {
	width: 80%;
}

.column {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	gap: 25px;
	justify-content: center;
}
.column .titl {
	color: #FFC737;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	text-transform: uppercase;
}
.column .ul {
	font-family: 'Segoe UI';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;
}
.column ul {
	list-style: none;
}
.column ul li::before {
	color: #FFC737;
	content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
	font-weight: bold; /* If you want it to be bold */
	display: inline-block; /* Needed to add space between the bullet and the text */
	width: 1.5em; /* Also needed for space (tweak if needed) */
	margin-left: -1em; /* Also needed for space (tweak if needed) */
	height: 1.5em;
}

.yellow {
	color: #FFC737;
}

.sections {
	margin-right: 10px;
}

.sections {
	color: #FFC737;
	font-family: 'Segoe UI';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
}

.sections ul {
	list-style: none;
	padding: 0;
}
.li-container {
	background: #161A26;
	border: 1px solid #424242;
	margin-bottom: 10px;
	min-height: 70px;
    min-width: 372px;
}

.li-wrapper {
	background: url(../images/line1.png) no-repeat left bottom, url(../images/line2.png) no-repeat left top, url(../images/line3.png) no-repeat right top, url(../images/line4.png) no-repeat right bottom;
    border: 1px solid #424242;
    min-height: 70px;
	text-transform: uppercase;	
}

.li-wrapper a {
	width: 100%;
    padding: 20px;
    display: block;
    text-align: center;
    border: 1px solid transparent;
    min-height: 70px;
 	text-decoration: none;	
 	color: #FFC737;
 	text-align: inherit;
 	margin-left: 10px;
}

.section-content {
	width: calc(100% - 30%);
	height: 100%;
	background: #161A26;
	border: 1px solid #424242;
}
.section-content-wrapper {
	background: url(../images/line1.png) no-repeat left bottom, url(../images/line2.png) no-repeat left top, url(../images/line3.png) no-repeat right top, url(../images/line4.png) no-repeat right bottom;
    border: 1px solid #424242;
    min-height: 70px;
    padding: 25px;
}

.content-title {
	font-family: 'Segoe UI';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	/* identical to box height */
	text-transform: uppercase;
	color: #FFC737;
}
.section-content ul {
	list-style: none;1
}

.section-content ul li::before {
	color: #FFC737;
	content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
	font-weight: bold; /* If you want it to be bold */
	display: inline-block; /* Needed to add space between the bullet and the text */
	width: 1.5em; /* Also needed for space (tweak if needed) */
	margin-left: -1em; /* Also needed for space (tweak if needed) */
	height: 1.5em;
}
.content-content {
	display: flex;
	flex-direction: column;
	font-family: 'Segoe UI';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;
	/* identical to box height */
	color: #FFFFFF;
	padding: 20px;
}

.li-tab {
    margin-left: 20px;	
}

.section-content {
	display: none;
}

.content-content table, tbody, tr, td, th {
    border: 1px solid #424242;	
}

.bbTable {
	margin: 10px 0;
}

.bbTable>table>tbody>tr>th {
	color: #FFC737;
    background: #22293C;
    border-bottom-width: 2px;
    padding: 3px;
}

.desktop {
	display: none;
}

.mobile {
	display: none;
}

@media only screen and (max-width: 768px) {
	.sections {
		width: 100%;
		font-size: 1em;
	}
	.section-content {
		width: 100%;
	}
	.sections ul {
		padding: 10px;
	}
	.mobile {
		margin-top: 10px;
	}
	.li-container {
		background: none;
		border: none;
	}

	.section-content ul li::before {
		margin-left: 0;
	}
}
@media only screen and (max-width: 600px) {
	.desktop {
		display: none;
	}
	.container-wrapper .logo {
		display: none;
	}
	.container-wrapper .column {
		align-items: center;
	}

	.column {
		gap: 0;
		margin-top: 15px;
		justify-content: flex-start;
	}
	.column .titl {
		font-size: 20px;
	}
	.about-content {
		flex-direction: column;
	}

	.section-about .main-container .container-wrapper {
		font-size: 10px;
	}
	.sections {
		width: 100%;
	}
	.li-container {
		min-width: 100%;
	 	border: none;	
	}

	.content-title {
		font-size: 1em;
	}
	.content-content {
		font-size: 0.7em;
	}
}

/* videobg */

.videobg {
	display: none;
}

.videobg {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	overflow: hidden;
	z-index: 0;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

/* .videobg:after {
    display: block;
    content: "";
    background: url(../images/videobg/bg-repeat.png) repeat, linear-gradient(to bottom, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0.9) 100%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
} */

.videobg:before {
	display: block;
	content: "";
	background: linear-gradient(to top, #000306, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 300px;
	z-index: 1;
}

.videobg__container {
	position: relative;
	z-index: 0;
	height: 100%;
}

/* .videobg__container:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 150px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(7, 9, 17, 0.95) 89%, var(--background-body) 100%);
} */

.videobg__video,
.videobg__source {
	/* width: 1200px; */
	height: 100%;
	max-width: none;
	object-fit: cover;
}

.videobg__container,
.videobg__video,
.videobg__source {
	width: 1920px;
}

.videobg__container,
.videobg__video,
.videobg__source {
	width: 100%;
	height: auto;
}

.accept.flex {
    text-transform: uppercase;
}

a {
    font-size: 13px;
    font-family: 'BeaufortForLOLBold';
    color: inherit;
    text-decoration: none;
}

.forumbox {
    width: 91%;
}
