html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	/* border-collapse: collapse; */
	border-spacing: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}

@font-face {
	font-family: candara;
	src: url(../fonts/Candara.html);
}
body {
	width: 100%;
	background: url(../images/headerBG.jpg) center top no-repeat;
	background-color: #191b1f;
	font-family: candara;
	font-size: 13px;
	color: #7d7b7c;
}
a {
	transition: all 0.5s ease;
	color: #df3d2d;
	text-decoration: none;
}
a:hover,
button:hover {
	-webkit-filter: brightness(120%);
	filter: brightness(120%);
}
p {
	margin-bottom: 10px;
}
h1,
h2,
h3 {
	color: #fff;
	margin-bottom: 15px;
}
h1 {
	font-size: 26px;
	line-height: 28px;
}
h2 {
	font-size: 24px;
	line-height: 28px;
}

input,textarea,select {
	background: #151214;
	height:45px;
	color: #fff!important;
	font-weight:700;
	font-size:13px;
	padding:10px 20px;
	text-align:left;
	border-style:none;
	width: 260px!important;
}

::placeholder {
	color: #fff!important;
}

textarea{
	background: #151214;
	border:1px solid;
	border-color: #151214;
	min-height: 250px;
	color:#fff;
}

select{
	color:#000;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

::-webkit-input-placeholder {
	color: #5e5359;
}
::-moz-placeholder {
	color: #5e5359;
}
:-moz-placeholder {
	color: #5e5359;
}
:-ms-input-placeholder {
	color: #5e5359;
}
button {
	cursor: pointer;
	transition: all 0.5s ease;
	color: #fff;
	font-size: 10px;
	background: url(../images/slider/slider-button.png) no-repeat;
	height: 29px;
	line-height: 29px;
	text-align: center;
	display: block;
	text-shadow: 2px 2px rgba(0, 0, 0, 0.6);
	text-decoration: none !important;
	border: none;
	text-transform: uppercase;
}
:focus {
	outline: none;
}
.grey,
.red {
	border-radius: 2px;
	font-weight: bold;
	font-size: 9px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none !important;
	padding: 0px 14px;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 12px 20px -9px rgba(0, 0, 0, 0.7);
	height: 22px;
	line-height: 22px;
	text-align: center;
	display: inline-block;
}
.grey {
	background: url(../images/button-grey-bg.jpg) repeat-x;
}
.red {
	background: url(../images/button-red-bg.jpg) repeat-x;
}
.wrapper {
	width: 1000px;
	margin: 0 auto;
}
/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 500px;
	background: url(../images/header-bg.png) center top no-repeat;
}
.menu-top {
	text-align: center;
	background: url(../images/menu-top-bg.png) bottom no-repeat;
	height: 108px;
}
.menu-top ul {
	width: 450px;
}
.menu-top ul li {
	display: inline-block;
	margin: 0px 5px;
	position: relative;
}
.menu-top ul li ul {
	position: absolute;
	margin-top: -20px;
	margin-left: -50%;
	opacity: 0;
	z-index: 9999;
	width: 160px;
	background-color: #111111;
	border: 1px solid #2e2c2c;
	padding: 10px 0px;
	transition: all 1s ease;
}
.menu-top ul li ul:after {
	content: "";
	background: url(../images/menu-icon.png) no-repeat;
	width: 22px;
	height: 12px;
	top: -12px;
	left: 50%;
	margin-left: -11px;
	position: absolute;
}
.menu-top ul li ul li {
	display: block;
	margin: 0px 0px;
	text-align: left;
}
.menu-top ul li ul li a {
	text-transform: none;
	padding: 8px 28px;
	border-top: none !important;
	color: #908d8b !important;
	box-shadow: none !important;
}
.menu-top ul li ul li a:hover {
	color: #fff !important;
	background-color: #1b1b1b;
	font-weight: normal
}
.menu-top ul li ul li a:before {
	content: ">";
	padding-right: 10px;
}
.menu-top ul li a {
	font-size: 14px;
	color: #908d8b;
	text-transform: uppercase;
	padding: 40px 20px;
	display: block;
	border-top: 1px solid rgba(0, 0, 0, 0);
}
.menu-top ul li a:hover {
	box-shadow: inset 0px 14px 21px -18px #f11804;
	border-top: 1px solid #f71002;
	color: #ffffff;
}
.menu-top ul li:hover ul {
	left: 0;
	opacity: 1;
}
.menu-top .active a {
	box-shadow: inset 0px 14px 21px -22px #f11804;
	border-top: 1px solid #f71002;
	color: #ffffff;
}
.menu-top-left {
	float: left;
}
.menu-top-right {
	float: right;
}
.logo {
	position: absolute;
	margin-top: 20px;
	margin-left: 261px;
}
.logo a {
	display: block;
	width: 261px;
	height: 200px;
}
/* Middle
-----------------------------------------------------------------------------*/
.container {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	min-height: 1200px;
	line-height: 18px;
}
.container a {
	/* text-decoration: underline; */
}
.container a:hover {
	text-decoration: none;
}
.content {
	background: url(../images/content-bg.jpg);
	width: 100%;
	/* padding: 35px 35px; */
}
.content img {
	max-width: 610px;
}
#featured {
	width: 680px !important;
	height: 300px !important;
	overflow: hidden;
	position: relative;
	margin-left: -35px;
	margin-top: -35px;
	margin-bottom: 30px;
}
#featured img {
	max-width: 680px !important;
}
.slider {
	margin-bottom: 10px;
}
.news {
	display: none;
}
.news.active {
	display: block;
}
.block-title {
	padding: 30px 0px 16px 0px;
	text-transform: uppercase;
	border-bottom: 1px solid #483f44;
	margin-bottom: 35px;
}
.block-title .more {
	float: right;
	position: relative;
	z-index: 10;
}
.block-title .more a {
	color: #00b679;
	font-size: 11px;
	font-weight: bold;
	text-shadow: 0px 0px 10px #00b679;
	text-decoration: none;
}
.block-title .more a:before {
	content: "";
	background: url(../images/more-icon.png) no-repeat;
	height: 12px;
	width: 12px;
	position: absolute;
	left: -15px;
	top: 4px;
}
.block-title h3 {
	font-size: 18px;
	margin-bottom: 0px;
	margin-right: 30px;
}
.block-title .news-tab {
	position: relative;
}
.block-title .news-tab button {
	font-size: 11px;
	color: #5e5359;
	cursor: pointer;
	margin: 0px 7px;
	text-transform: uppercase;
	background: none;
	border: none;
	display: inline-block;
	height: 100%;
	line-height: 100%;
}
.block-title .news-tab button:hover {
	-webkit-filter: brightness(100%);
	filter: brightness(100%);
	color: #fff;
	font-weight: bold;
}
.block-title .news-tab:before {
	content: "";
	border-left: 1px solid #373034;
	height: 7px;
	width: 1px;
	position: absolute;
	margin-top: 6px;
	margin-left: -7px;
}
.block-title .news-tab .active {
	color: #fff;
	font-weight: bold;
	position: relative;
}
.block-title .news-tab .active:after {
	content: "";
	background: url(../images/title-tab-active-icon.png) no-repeat;
	width: 14px;
	height: 7px;
	position: absolute;
	bottom: -19px;
	left: 50%;
	margin-left: -7px;
}
.news-block {
	margin-bottom: 10px;
}
.news-title {
	padding: 0px 0px 16px 0px;
}
.news-title h3 {
	float: left;
}
.news {
	animation-name: opasity;
	animation-duration: 1s;
	animation-timing-function: linear;
}
@keyframes opasity {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.last-news-block {
	min-height: 160px;
	padding-bottom: 30px;
	border-bottom: 1px dotted #373034;
}
.last-news-block .news-img {
	float: left;
	margin-right: 40px;
	margin-bottom: 20px;
}
.last-news-block .news-img img {
	width: 280px;
	height: 155px;
	display: block;
	box-shadow: 0px 28px 43px -17px rgba(0, 0, 0, 0.5);
}
.last-news-block h2 {
	font-weight: normal;
}
.last-news-block .news-b {
	margin-top: 20px;
	color: #fff;
}
.last-news-block .news-b a {
	margin-right: 22px;
}
.news-info {
	border-bottom: 1px dotted #373034;
	color: #fff;
	padding: 15px 10px 15px 15px;
}
.news-info span {
	color: #7d7b7c;
}
.news-info .news-read-more {
	float: right;
	opacity: 0;
	margin-left: 20px;
}
.news-info:hover {
	box-shadow: 0px 8px 43px -17px rgba(0, 0, 0, 0.5);
}
.news-info:hover a {
	opacity: 1;
	transition: all 0.5s ease;
}
.media-discussions-block {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
}
.media-block,
.discussion-block {
	width: 100%;
}
.video-block-top a,
.video-block-bottom a {
	cursor: pointer;
	display: inline-block;
}
.video-block-top img,
.video-block-bottom img {
	box-shadow: 0px 28px 43px -17px rgba(0, 0, 0, 0.5);
}
.video-block-top img {
	width: 280px;
}
.video-block-bottom img {
	width: 129px;
	height: 89px;
}
.video-block-top {
	text-align: center;
	margin-bottom: 18px;
	position: relative;
}
.video-block-top a:after {
	content: "";
	background: url(../images/video-icon.png);
	height: 39px;
	width: 39px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -19px;
	margin-top: -18px;
}
.video-block-bottom {
	display: inline-block;
	position: relative;
}
.video-block-bottom a:after {
	content: "";
	background: url(../images/video-icon.png);
	height: 39px;
	width: 39px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -19px;
	margin-top: -18px;
}

.video-resim-kucuk {
	width: 129px;
	height: 89px;
	filter: brightness(40%) grayscale(60%);
}

.forum {
	border-bottom: 1px dotted #373034;
	min-height: 50px;
	margin-bottom: 15px;
}
.forum img {
	float: left;
	margin-right: 14px;
	box-shadow: 5px 5px 19px 0px rgba(0, 0, 0, 0.3);
	width: 36px;
	height: 36px;
	background: linear-gradient(to top left,#221d23,#40393e);
	border: 1px solid #625d65;
}
.forum .forum-title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.forum .forum-title a {
	color: #7d7b7c;
	text-decoration: none;
}
.forum .forum-autor {
	font-size: 12px;
	color: #5e5359;
}
.forum .forum-autor a {
	font-size: 12px;
}
.forum .forum-autor span {
	margin-left: 25px;
	position: relative;
}
.forum .forum-autor span:before {
	content: "";
	border-left: 1px solid #373034;
	height: 6px;
	width: 1px;
	position: absolute;
	margin-top: 7px;
	margin-left: -12px;
}
/* Right Sidebar
-----------------------------------------------------------------------------*/
.sidebar {
	background: url(../images/sidebar-bg.jpg);
	width: 320px;
}
.sign-up-block a {
	display: block;
	background: url(../images/sign-up-bg.jpg) no-repeat;
	width: 320px;
	height: 91px;
	padding-top: 25px;
	text-align: center;
	color: #965f5e;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	font-size: 11px;
	letter-spacing: 2px;
	cursor: pointer;
}
.sign-up-block a:hover {
	-webkit-filter: hue-rotate(85deg) brightness(120%);
	filter: hue-rotate(85deg) brightness(120%);
}
.sign-up-block span {
	display: block;
	font-weight: bold;
	font-size: 27px;
	color: #fff;
	margin-bottom: 14px;
	text-shadow: 0px 10px 2px rgba(0, 0, 0, 0.1);
	letter-spacing: normal;
}
.social-blocks {
	box-shadow: inset 0px 0px 65px -5px rgba(0, 0, 0, 0.5);
	display: grid;
	width: 100%;
	grid-template-columns: 1fr 1fr;
}
.social-block {
	height: 50px;
	line-height: 50px;
	padding-left: 25px;
	display: inline-block;
	position: relative;
	z-index: 10;
}
.social-block a {
	text-decoration: none;
	font-size: 12px;
	color: #7d7b7c;
	padding-left: 30px;
	display: block;
}
.social-f {
	background: url(../images/facebook-icon.png) 12px 50% no-repeat;
	border-right: 1px dotted #373034;
	border-bottom: 1px dotted #373034;
}
.social-twit {
	background: url(../images/twitter-icon.png) 12px 50% no-repeat;
	border-bottom: 1px dotted #373034;
}
.social-y {
	background: url(../images/youtube-icon.png) 12px 50% no-repeat;
	border-right: 1px dotted #373034;
}
.social-twitch {
	background: url(../images/twich-icon.png) 12px 50% no-repeat;
}
.hero-guide-block {
	background: url(../images/hero-bg.jpg);
	min-height: 104px;
	position: relative;
	filter: hue-rotate(85deg);
}
.hero-guide-block:after {
	content: "";
	background: url(../images/hero-img.png) no-repeat;
	width: 242px;
	height: 171px;
	position: absolute;
	right: -16px;
	top: -60px;
}
.hero-info {
	position: relative;
	z-index: 10;
	font-size: 12px;
	padding: 18px 0px 0px 30px;
}
.hero-info span {
	display: block;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 3px;
}
.hero-info a {
	margin-top: 10px;
}
.search-block {
	margin: 0 auto;
	width: 290px;
	padding: 12px 0px;
	position: relative;
}
.search-block input {
	width: 260px;
}
.search-block button {
	background: url(../images/search-icon.png) no-repeat;
	height: 20px;
	width: 20px;
	display: block;
	border: none;
	position: absolute;
	right: 10px;
	top: 19px;
	opacity: 0.2;
}
.search-block button:hover {
	opacity: 0.5;
}
.sidebar-title {
	background: url(../images/sidebar-title-bg.jpg) repeat-x;
	height: 48px;
	line-height: 48px;
	max-width: 320px;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	margin-left: 1px;
	text-transform: uppercase;
	padding-left: 28px;
	position: relative;
	margin-bottom: 15px;
}
.best-players-title span {
	background: url(../images/top-icon.png) no-repeat;
	width: 59px;
	height: 62px;
	padding-top: 5px;
	text-align: center;
	position: absolute;
	right: 30px;
	top: -1px;
	line-height: 16px;
	font-size: 10px;
	color: #ffffff;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
	filter: hue-rotate(85deg);
}
.best-players-title span b {
	display: block;
	font-size: 30px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.block-p {
	padding: 12px 0px 25px 0px;
	width: 260px;
	margin: 0 auto;
}
.player-info {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	color: #fff;
	height: 34px;
	line-height: 34px;
	padding: 0px 6px 0px 12px;
	border-bottom: 1px dotted #373034;
	transition: all 0.5s ease;
}
.player-info .top-number {
	font-size: 18px;
	width: 20px;
}
.player-info .top-ava {
	width: 40px;
	padding-top: 5px;
	position: relative;
	z-index: 1;
}
.player-info .top-ava img {
	width: 29px;
	height: 17px;
}
.player-info .top-name {
	width: 130px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.bloor-ava {
	position: absolute;
	left: 0;
	top: 9px;
	transform: scale(1.1);
	z-index: -1;
	filter: blur(3px);
	-webkit-filter: blur(3px);
}
.top-r {
	width: 85px;
	color: #7fc054;
	text-align: right;
}
.top-r a {
	display: none;
	margin-top: 6px;
}
.top-r a img {
	margin: 0px 0px -1px 4px;
}
.player-info:hover {
	box-shadow: 0px 8px 43px -17px rgba(0, 0, 0, 0.5);
}
.player-info:hover .top-r span {
	display: none;
}
.player-info:hover .top-r a {
	display: block;
}
.best-item {
	height: 79px;
	border: 1px solid #292528;
	box-shadow: 0px 28px 43px -17px rgba(0, 0, 0, 0.5);
	text-align: center;
	margin-bottom: 25px;
}
.best-item img {
	margin-top: -30px;
}
.item-info {
	text-align: center;
}
.item-info span {
	display: block;
}
.item-info .name {
	font-size: 18px;
	color: #fff;
	margin-bottom: 5px;
}
.item-info .inst {
	font-size: 14px;
	margin-bottom: 8px;
}
.item-info .price {
	font-size: 24px;
	color: #00b679;
	text-shadow: 0px 0px 16px #00b679;
}
.fast-links-block li {
	margin-bottom: 16px;
}
.fast-links-block li a {
	color: #7d7b7c;
	font-size: 14px;
	text-decoration: none;
}
.fast-links-block li a:hover {
	text-decoration: underline;
	color: #df3d2d;
	filter: hue-rotate(85deg);
}
.fast-links-block li:before {
	content: ">";
	margin-right: 10px;
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
	height: 370px;
}
.partners-block {
	background: url(../images/partners-bg.png);
}
.partners {
	background: url(../images/partners-bottom-bg.jpg) center bottom no-repeat;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	padding: 40px 0px;
}
.partners-logo {
	width: 680px;
	text-align: center;
}
.partners-logo .part-b {
	position: absolute;
	top: 0;
	left: 0;
	transform: scale(1);
	filter: blur(6px);
	z-index: -1;
}
.partners-logo li {
	display: inline-block;
	position: relative;
	z-index: 1;
	margin: 0px 15px;
}
.partners-logo li img {
	width: 65px;
	height: 65px;
}
.partner-button {
	width: 320px;
	position: relative;
}
.partner-button a {
	display: block;
	background: url(../images/partner-button.jpg) center no-repeat;
	width: 157px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	text-shadow: 2px 2px rgba(0, 0, 0, 0.6);
	filter: hue-rotate(85deg);
}

.partner-button a:hover, .partner-button a:hover {
	-webkit-filter: hue-rotate(85deg) brightness(120%);
	filter: hue-rotate(85deg) brightness(120%);
}

.partner-button:before {
	content: "";
	width: 1px;
	background: #221d20;
	position: absolute;
	height: 50px;
	left: 0;
	top: 6px;
}
.bottom-menu {
	margin-bottom: 45px;
}
.bottom-menu ul {
	text-align: center;
	padding: 40px 0px;
	border-bottom: 1px dotted #301c1b;
}
.bottom-menu ul li {
	display: inline-block;
	padding: 0px 35px;
	position: relative;
}
.bottom-menu ul li:after {
	content: "";
	height: 8px;
	width: 1px;
	background: #3d2422;
	position: absolute;
	right: 0;
	top: 3px;
}
.bottom-menu ul li a {
	font-size: 12px;
	color: #908d8b;
	text-transform: uppercase;
}
.bottom-menu ul li a:hover {
	color: #ffffff;
}
.bottom-menu li:last-child:after {
	display: none !important;
}
.copyright {
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	color: #908d8b;
	line-height: 16px;
}
.modalx-overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	cursor: pointer;
	overflow: auto;
	visibility: hidden;
	-webkit-transition: background 0.25s linear;
	-moz-transition: background 0.25s linear;
	transition: background 0.25s linear;
}
#video_modal {
	width: 1000px;
	height: 540px;
	background: url(../images/popup_bg.jpg) no-repeat;
	box-shadow: 0px 10px 63px 0px rgba(0, 0, 0, 0.5);
}
#login_modal,
#reg_modal {
	width: 450px;
	background: url(../images/content-bg.jpg);
	box-shadow: 0px 10px 63px 0px rgba(0, 0, 0, 0.5);
}
.modal_window {
	z-index: 9999;
	position: relative;
	cursor: auto;
	margin: 0 auto;
	display: none;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	transition: all 0.25s linear;
	margin-bottom: 20px;
	transform: scale(0.4);
}
.close-r {
	display: block;
	position: absolute;
	margin-top: -21px;
	width: 70px;
	height: 70px;
}
#video_modal .close-r {
	margin-left: 965px;
}
#login_modal .close-r,
#reg_modal .close-r {
	margin-left: 420px;
	margin-top: -24px;
}
.modal_window iframe {
	border: 0px;
}
#toTop {
	background: url(../images/totop.png) no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -21px;
	margin-top: -67px;
	cursor: pointer;
	width: 42px;
	height: 42px;
	display: block;
}
/* Popup
-----------------------------------------------------------------------------*/
.popup-block {
	padding: 10px 50px 30px 50px;
	border-top: 1px solid #75de70;
	color: #5e5359;
}
.block-title p {
	float: right;
	margin-top: 5px;
	font-size: 11px;
}
.block-title p a {
	color: #fff !important;
	margin-left: 5px;
	cursor: pointer;
}
.connect-f {
	margin: 0px 0px 20px 0px;
}
.connect-f button {
	width: 349px;
	height: 40px;
	border: none;
	box-shadow: 0px 12px 31px -12px rgba(0, 0, 0, 0.5);
}
.or {
	text-transform: uppercase;
	text-align: center;
	position: relative;
	margin-bottom: 15px;
}
.or span:before {
	content: "";
	border-top: 1px dotted #373034;
	height: 1px;
	width: 41%;
	position: absolute;
	left: 0;
	bottom: 4px;
}
.or span:after {
	content: "";
	border-top: 1px dotted #373034;
	height: 1px;
	width: 41%;
	position: absolute;
	right: 0;
	bottom: 4px;
}
.reg-form p {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	font-size: 11px;
}
.reg-form input {
	margin-bottom: 15px;
	width: 319px;
	color: #fff;
	border-radius: 2px;
}
.reg-form input:focus {
	outline: 1px solid #585362;
}
.pass {
	width: 156px;
	display: inline-block;
}
.pass input {
	width: 135px;
}
.first-pass {
	margin-right: 25px;
}
.license {
	margin-top: 4px;
}
.license a {
	color: #fff;
}
.license input[type=radio],
input[type=checkbox] {
	display: none;
}
.license label {
	display: table;
	position: relative;
	padding-left: 25px;
	margin-bottom: 10px;
}
.license label:before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 10px;
	position: absolute;
	left: 0;
	border: 1px solid #373034;
	border-radius: 2px;
}
.license input[type=checkbox]:checked + label:before {
	content: "";
	text-align: center;
	width: 14px;
	height: 14px;
	background: url(../images/checkboox.png) center no-repeat;
	border: 1px solid #373034;
	border-radius: 2px;
	filter: hue-rotate(85deg);
}
.reg-form {
	border-bottom: 1px dotted #373034;
	padding-bottom: 25px;
}
.reg-buttons {
	margin-top: 25px;
}
.reg-buttons a {
	cursor: pointer;
}
.but {
	background: none;
	border: 1px solid #373034;
	padding: 10px 25px;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	display: inline-block;
	height: auto;
	line-height: 100%;
	box-shadow: none;
	font-weight: normal;
}
.sign,
.can {
	float: right;
}
.cont {
	margin-right: 7px;
	text-shadow: 2px 2px rgba(0, 0, 0, 0.6);
	background: url(../images/cont-bg.png) no-repeat;
	border: none;
	box-shadow: 0px 12px 20px -9px rgba(0, 0, 0, 0.7);
	padding: 10px 26px !important;
	filter: hue-rotate(85deg);
}

.cont:hover, .cont:hover {
	-webkit-filter: hue-rotate(85deg) brightness(120%);
	filter: hue-rotate(85deg) brightness(120%);
}

.title-b {
	margin-bottom: 25px;
}
.forgot {
	float: right;
}
/*# sourceMappingURL=style.css.map */

.uye-panel-block {
	height: 91px;
	position: relative;
}

.uye-panel-block img {
	width: 64px;
	height: 64px;
	position: absolute;
	top: 13px;
	left: 20px;
	background: #100e10;
	border: 1px solid #521a1b;
}

.uye-panel-block p {
	position: absolute;
	left: 110px;
	top: 20px;
}

.uye-panel-block a {
	display: block;
	background: url(../images/partner-button.jpg) center no-repeat;
	width: 157px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	text-shadow: 2px 2px rgba(0, 0, 0, 0.6);
	position: absolute;
	left: 110px;
	top: 48px;
	text-decoration: none;
}

.video-resim-buyuk {
	width: 280px;
	height: 155px;
	filter: brightness(40%) grayscale(60%);
}

.panel-heading {
	padding: 0px 0px 12px 0px;
	text-transform: uppercase;
	border-bottom: 1px solid #483f44;
	margin-bottom: 15px;
	font-size: 18px;
	color: white;
	font-weight: bold;
	margin-top: 0px;
}

.Info-Box {
	background: #4d7e86;
	padding: 10px 20px;
	color: white;
	margin-bottom: 10px;
}

.Warning-Box {
	background: #866a4d;
	padding: 10px 20px;
	color: white;
	margin-bottom: 10px;
}

.form-horizontal.reg-form {
	margin-left: 130px;
	margin-top: 25px;
	width: 350px;
}

.reg-form select {
	margin-bottom: 15px;
	width: 350px;
	color: #fff;
	border-radius: 2px;
	background: #151214;
	border: none;
	border-radius: 2px;
	color: #5e5359;
	font-size: 14px;
	padding: 10px 15px;
}

.reg-form select:focus {
	outline: 1px solid #585362;
}

.btn-giris {
	display: block;
	background: url(../images/partner-button.jpg) center no-repeat;
	width: 180px;
	height: 42px;
	line-height: 28px;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	text-shadow: 2px 2px rgba(0, 0, 0, 0.6);
	text-decoration: none !important;
	filter: hue-rotate(85deg);
}

.btn-giris:hover, .btn-giris:hover {
	-webkit-filter: hue-rotate(85deg) brightness(120%);
	filter: hue-rotate(85deg) brightness(120%);
}

button.g-recaptcha.btn.btn-giris.btn-block {
	display: block;
	background: url(../images/partner-button.jpg) center no-repeat;
	width: 350px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	text-shadow: 2px 2px rgba(0, 0, 0, 0.6);
	filter: hue-rotate(85deg);
}

button.g-recaptcha.btn.btn-giris.btn-block:hover, button.g-recaptcha.btn.btn-giris.btn-block:hover {
	-webkit-filter: hue-rotate(85deg) brightness(120%);
	filter: hue-rotate(85deg) brightness(120%);
}

.Danger-Box {
	background: #864d4d;
	padding: 10px 20px;
	color: white;
	margin-bottom: 10px;
}

table thead th {
	background: #1b161a;
	line-height: 30px;
	color: #e4e4e4;
	text-shadow: 1px 1px 0px black;
}

table a {
	color: white;
	text-decoration: none !important;
}

table tbody tr:nth-child(even) {
	background: #262527;
	height: 35px;
}

table tbody tr:nth-child(odd) {
	background: #201e21;
	height: 35px;
}

.sidebar_rank {
	width: 100%;
}

table.ranking-table td {
	padding: 0px 10px
}

.ranking-table{
	width: 100%;
}

.kayip-buttonlar2-cp a.btn.btn-giris {
	float: left;
	width: 33%;
	margin: 0px !important;
	height: 50px;
	line-height: 50px;
}

.reg-form label {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	font-size: 11px;
	margin-bottom: 10px;
	display: block;
}

.KarakterProfil {
	width: calc(50% - 60px);
	float: left;
	margin: 10px;
	background: #1f1a1e;
	padding: 20px;
	text-align: center;
}

.KarakterProfil span {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: white;
	padding-top: 5px;
}

.nesne-market-btn {
	background: url(../images/big-btn.png) center center;
	width: 45%;
	text-align: center;
	border-right: 1px solid #201b1f;
	line-height: 45px;
	color: white;
	font-size: 14px;
	cursor: pointer;
	filter: hue-rotate(80deg) brightness(120%);
	display: inline-block;
}

.nesne-market-btn:hover {
	filter: hue-rotate(80deg) brightness(140%) !important;
}

.ep-yukle-btn {
	background: url(../images/big-btn.png) center center;
	width: calc(55% - 1px);
	text-align: center;
	line-height: 45px;
	color: white;
	font-size: 14px;
	cursor: pointer;
	display: inline-block;
	float: left;
}

.ep-yukle-btn:hover {
	filter: brightness(120%) !important;
}

.destek-sistemi-btn {
	background: url(../images/big-btn.png) center center;
	width: calc(100%);
	text-align: center;
	line-height: 45px;
	color: white;
	font-size: 14px;
	cursor: pointer;
	display: block;
	float: left;
	filter: hue-rotate(408deg) brightness(120%);
}

.destek-sistemi-btn:hover {
	filter: hue-rotate(408deg) brightness(140%) !important;
}

#TalepAc
{
	display: inline-block;
	font-weight: normal;
	font-size: 11px;
	float: right;
	position: relative;
	top: -10px;
	right: -10px;
}

.support-message {
	margin: 10px;
	margin-bottom: 0px;
	background: #292629;
	box-shadow: 2px 2px 2px #1d181c94;
}

.support-title {
	background: #1d181c;
	padding: 10px;
	height: 15px;
}

.support-title .pull-left {
	float: left;
	font-weight: bold;
	color: white;
	padding-left: 10px;
}

.support-title .pull-right {
	float: right;
	font-style: italic;
	color: #565356;
}

.support-messages {
	padding: 15px;
	color: white;
}

.Success-Box {
	background: #4d8661;
	padding: 10px 20px;
	color: white;
	margin-bottom: 10px;
}

.top-online {
	position: absolute;
	width: 100px;
	left: calc(50% - 50px);
	text-align: center;
	top: 42px;
	color: #fff3d3;
	filter: drop-shadow(0px 0px 5px black);
}

.top-online b {
	font-size: 26px;
	display: block;
	margin-bottom: 4px;
}

.haber-body ul {
	list-style: disc;
	padding-left: 20px;
}

.KategoriAciklama {
	padding: 10px 15px;
	background: #6d2f2f;
	border-style: dotted;
	text-transform: none !important;
	margin-bottom: 15px;
}

.KategoriAciklama p {
	text-transform: none !important;
	margin: 0px;
	font-size: 12px;
}

i {
	margin-right: 8px;
}

.sendpulse-prompt.sendpulse-bar.show-prompt {
	position: absolute !important;
	width: 1000px;
	top: 430px !important;
	z-index: 600 !important;
	left: calc(50% - 500px) !important;
}

#duyuru-alt {
	background: linear-gradient(to bottom,#2e5500,#1f3200,#182500);
	position: fixed;
	z-index: 999999;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	height: 80px;
	color: #fff;
	text-shadow: 1px 1px 0px #1b6708;
	border-top: 2px solid #2c3036;
}

#duyuru-alt h4 {
	margin: 0px;
	margin-top: 12px;
	font-weight: 900;
	font-size: 30px;
}

#duyuru-alt span {
	font-weight: 700;
	font-size: 18px;
	color: #dbffca;
	text-shadow: 1px 1px 0px #000000;
	text-transform: uppercase;
}

.languagepicker {
	background-color: #FFF;
	display: inline-block;
	padding: 0;
	height: 40px;
	overflow: hidden;
	transition: all .3s ease;
	margin: 30px 0 0 0;
	vertical-align: top;
	float: left;
	position: fixed;
	top:80px;
	right: 0px;
	z-index: 999;
}

.languagepicker:hover {
	height: 81px;
}

.languagepicker a{
	color: #000;
	text-decoration: none;
}

.languagepicker li {
	display: block;
	padding: 0px 10px;
	line-height: 40px;
	border-top: 1px solid #EEE;
}

.languagepicker li:hover{
	background-color: #EEE;
}

.languagepicker a:first-child li {
	border: none;
	background: #FFF !important;
}

.languagepicker li img {
	margin-top: 0px;
}

.roundborders {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.large:hover {
	height: 85px;
}

.pagination {
	display: inline-block;
}
.pagination a,.pagination strong{
	padding: 10px;
	float: left;
	border: 1px dashed;
	font-size:14px;
	font-family: 'Arial';
	color:#000;
	margin: 10px;
}


.discord-widget {
	z-index: 9999999999999999999999999;
	position: fixed;
	left: 30px;
	bottom: 20px;
}

@media (max-width:500px) {
	.discord-widget {
		display: none;
	}
}


.aslider {
	overflow: hidden;
	position: relative;
	width: 680px;
	height: 280px;
	margin: 0 auto;
	z-index: 10;
}

.aslider .snrtrslides {
	position: relative;
	transition: 1s;
}
.aslider .snrtrslides .sactive .aslider-text {
	transition: all 2s ease;
	bottom: 20px !important;
}
.aslider .snrtrslides .fslide {
	float: left;
	display: block;
	position: relative;
}
.aslider .snrtrslides .fslide:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	box-shadow: inset 0px 0px 40px 20px rgba(0, 0, 0, 0.6);
}
.aslider .snrtrslides .fslide .aslider-text {
	position: absolute;
	bottom: -200px;
	left: 0px;
	padding: 8px 30px;
	width: calc(100% - 60px);
	color: #e0ddd1;
	line-height: 1.3;
	color: #fff;
	text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
	text-align: center;
	z-index: 4;
}
.aslider .snrtrslides .fslide h1 {
	margin-bottom: 48px;
	color: #fff;
	font-size: 36px;
	margin-left: -219px;
}
.aslider .snrtrslides .fslide img {
	width: 680px;
	max-width: 680px;
	height: 280px;
}
.aslider .anext {
	position: absolute;
	background: url(../images/arrow-right.png) no-repeat;
	height: 30px;
	width: 30px;
	right: 20px;
	top: 130px;
	z-index: 1;
	cursor: pointer;
	opacity: 0;
	z-index: 12;
}
.aslider .bprev {
	position: absolute;
	background: url(../images/arrow-left.png) no-repeat;
	height: 30px;
	width: 30px;
	left: 20px;
	top: 130px;
	z-index: 1;
	cursor: pointer;
	opacity: 0;
	z-index: 12;
}
.aslider .knavigation {
	position: absolute;
	left: 23px;
	top: 16px;
	z-index: 1;
	cursor: pointer;
	display: none;
}
.aslider .knavigation .dotc {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: linear-gradient(to bottom, #a6d0b6, #89b899);
	border: 1px solid #427252;
	cursor: pointer;
	margin: 0 2px;
	position: relative;
}
.aslider:hover .anext,
.aslider:hover .bprev {
	opacity: 1;
	transition: all 0.7s ease;
}
.aslider .knavigation .sactive:after {
	content: "";
	background: linear-gradient(to bottom, #a6d0b6, #89b899);
	height: 10px;
	width: 10px;
	border: 1px solid #b9d8c2;
	position: absolute;
}
.swal2-content p{
	color : #000!important;
}
.aslider-text h1{
	color: #fff!important;
	margin-bottom: 75px!important;
}
.slider-detay{
	position: absolute;
	bottom: 0px;
	background: rgba(0,0,0,.5);
	color: #ffd564;
	width: 100%;
	padding-left: 20px;
	height: 29px;
	line-height: 29px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.slider-detay a{
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	background: url(../images/partner-button.jpg) no-repeat;
	height: 29px;
	line-height: 29px;
	width: 76px;
	text-align: center;
	float: left;
	margin-right: 15px;
	text-shadow: 0 0 1px #fff;
	text-transform: uppercase;
	text-decoration: none !important;
	position: inherit;
	z-index: 99999999999;
}
.slider-detay span {
	color: #fff!important;
	margin-left: 100px;
}
.aslider-text p{
	position: absolute;
	bottom: 40px;
	left: 115px;
	font-size: 25px;
	color: #fff!important;
	text-shadow: 1px 1px 2px #000;
}

a {
	color:#fff;
}

a:hover {
	color:#fff!important;
	text-decoration: none!important;
}

.logoyeni {
	margin-left: 05px;
	position: absolute;
	margin-top: 100px;
}

.login-button {
	display: block;
	background: url(../images/partner-button.jpg) center no-repeat;
	width: 180px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	margin: 0 auto!important;
	color: #fff;
	text-shadow: 2px 2px rgba(0, 0, 0, 0.6);
	text-decoration: none !important;
	filter: hue-rotate(85deg);
}

.swal2-styled{
	height: auto!important;
}
