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; */
	width: 100%;
	border-spacing: 0;
	margin-bottom: 0px!important;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}

.load * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
}
body {
	width: 100%;
	background: url(../images/menu-bg.png) center 463px no-repeat, url(../images/headerBG.jpg) center top no-repeat, url(../images/footerBG.jpg) center bottom no-repeat, url(../images/body-bg-repeat.jpg) center repeat-y;
	background-color: #000;
	font-family: 'Candara', Arial, sans-serif;
	font-size: 12px;
	color: #907b5f;
}
a {
	transition: all 0.3s ease;
	color: #fff1bb;
}
a:hover,
button:hover {
	-webkit-filter: brightness(120%);
	filter: brightness(120%);
}
p {
	margin-bottom: 15px;
}
h1,
h2,
h3 {
	color: #fff1bb;
	margin-bottom: 20px;
	line-height: 1.3;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
input,
textarea,
select {
	background: #0f0802;
	border: 1px solid #814645;
	color: #c6e4f5;
	border-radius: 5px;
	padding: 12px 15px;
	position: relative;
	width: 260px!important;
}
::placeholder {
	color: #c6e4f5!important;
}
.lk-form ul li a {
	display: block;
	padding: 10px 25px 10px 60px;
	text-decoration: none;
	color: #bc9595;
	font-size: 14px;
	border-top: 1px solid #4a1515;
}
.lk-title .top-up-btn {
	float: right;
	margin-left: 17px;
}
.gold-a {
	background: url(../images/button-gold-bg.html) repeat-x;
	box-shadow: 0 0 29px -1px #ff0c0c;
}
table {
	width: 100%;
	max-width: 100%;
	border-collapse: inherit!important;
	color: #fff;
}

.panel-heading {
	font-weight: bold;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	padding-bottom: 8px;
	margin-bottom: 20px;
	border-bottom: 1px solid #2a2626;
	text-align: left !important;
}
.mb-0, .my-0 {
	margin-bottom: 0!important;
}

.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #1c1b17;
	border: 1px solid #5a461e;
}
a.list-group-item {
	background: url(../images/button-bg.png) no-repeat;
	padding: 5px 9px 8px 5px;
	background-size: cover;
	border: none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	color: white;
	text-decoration: none !important;
	display: inline-block;
}
.form-control {
	display: block;
	font-size: 14px;
	line-height: 1.42857143;
	color: #f3dfa9;
	background-image: none;
	border: 1px solid #867852;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
input:focus,
textarea:focus,
select:focus {
	border: 1px solid #425173;
}
select {
	-webkit-appearance: none;
	background-image: url(../images/select-icon.html);
	background-position: right 15px center;
	background-repeat: no-repeat;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	-ms-appearance: none;
	appearance: none!important;
	min-width: 200px;
	cursor: pointer;
}
select::-ms-expand {
	display: none;
}
button,
.button {
	transition: all 0.3s ease;
	cursor: pointer;
	background: none;
	border: 1px solid #a09366;
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0px 0px 14px rgba(216, 122, 115, 0.8);
	border-radius: 6px;
	position: relative;
	z-index: 1;
	padding: 14px 30px;
	box-shadow: 0px 0px 8px 0px rgba(255, 111, 111, 0.2), inset 0px 0px 8px 0px rgba(255, 111, 111, 0.2);
}
button:hover,
.button:hover {
	background: rgba(154, 11, 27, 0.1);
}
tbody {
	border-top: 1px solid #5a461e!important;
}
td {
	padding: 7px 14px!important;
	border: 1px solid #5a461e!important;
}
:focus {
	outline: none;
}
::-webkit-input-placeholder {
	color: #517a91;
}
::-moz-placeholder {
	color: #517a91;
}
:-moz-placeholder {
	color: #517a91;
}
:-ms-input-placeholder {
	color: #517a91;
}
.wrapper {
	width: 1280px;
	margin: 0 auto;
	position: relative;
}
.container {
	min-height: 1250px;
	display: flex;
	justify-content: space-between;
	margin: 0px;
	padding: 0px;
}
/* Header
-----------------------------------------------------------------------------*/
.header {
	position: relative;
	height: 640px;
}
.logo {
	position: absolute;
	top: 63px;
	left: 243px;
	z-index: 4;
}
.server-block {
	background: url(../images/server-block-bg.png) no-repeat;
	width: 320px;
	height: 115px;
	position: absolute;
	right: 0px;
	bottom: 150px;
	padding: 43px 25px 40px 125px;
}
span#Progress {
	transition: 1s linear;
}
.server-block p {
	font-size: 14px;
	color: #fce180;
	margin-bottom: 7px;
}
.server-block p span {
	float: right;
	display: block;
	position: relative;
	right: -2px;
	top: -2px;
	height: 17px;
	width: 17px;
}
.server-block .progress-bar-bg {
	background: #000;
	margin-bottom: 7px;
}
.server-block .progress-bar-bg .progress-bar {
	height: 3px;
	margin: 2px 0px 2px 0px;
}
.server-block .server-status {
	color: #eee171;
}
.server-block.online p span {
	background: url(../images/status-icon.png) no-repeat;
}
.server-block.online .progress-bar-bg .progress-bar {
	background: #dbad55;
	box-shadow: 0px 0px 5px 2px rgb(184, 132, 49);
}
.server-block.online .server-status span {
	color: #dbad55;
}
.server-block.offline p span {
	background: url(../images/status-icon.png) no-repeat;
	-webkit-filter: hue-rotate(280deg) saturate(800%);
	filter: hue-rotate(280deg) saturate(800%);
}
.server-block.offline .progress-bar-bg .progress-bar {
	background: #f43705;
	box-shadow: 0px 0px 5px 2px rgba(244, 55, 5, 0.5);
}
.server-block.offline .server-status span {
	color: #f43705;
}
.bottom-block {
	position: absolute;
	width: 1280px;
	height: 96px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	bottom: 12px;
	z-index: 3;
}
.menu {
	width: 980px;
}
.menu li {
	display: inline-block;
	border-right: 1px solid #1b2631;
	position: relative;
	transition: background 0.3s ease;
}
.menu li a {
	text-transform: uppercase;
	color: #c6e4f5;
	font-size: 16px;
	display: flex;
	align-items: flex-end;
	padding: 0px 30px 0px 30px;
	height: 75px;
}
.menu li a:hover {
	color: #ffeed8;
	text-shadow: 0px 0px 5px rgba(142, 170, 91, 0.3);
}
.menu li a:hover:after {
	width: 50%;
}
.menu li a:hover:before {
	width: 50%;
}
.menu li a:after {
	content: "";
	height: 1px;
	width: 0px;
	background: #adaba9;
	position: absolute;
	bottom: -10px;
	left: 50%;
	transition: width .5s ease;
}
.menu li a:before {
	content: "";
	height: 1px;
	width: 0px;
	background: #adaba9;
	position: absolute;
	bottom: -10px;
	right: 50%;
	transition: width .5s ease;
}
.license-l {
	margin-top: 4px;
	padding-bottom: 20px;
	text-transform: none;
	border-bottom: 1px dotted #481414;
}
.license label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	color: #9d7a7a;
	font-size: 14px;
}
tr.renk-purple td,tr.renk-purple td a {
	color: #ffffa2!important;
}
tr.renk-pink td {
	color: #fff!important;
}
.menu li:last-child {
	border-right: none;
}
.menu li:nth-child(1) {
	background: url(../images/menu-icon-1.png) center -3px no-repeat;
}
.menu li:nth-child(2) {
	background: url(../images/menu-icon-2.png) center -3px no-repeat;
}
.menu li:nth-child(3) {
	background: url(../images/menu-icon-3.png) center -3px no-repeat;
}
.menu li:nth-child(4) {
	background: url(../images/menu-icon-4.png) center -3px no-repeat;
}
.menu li:nth-child(5) {
	background: url(../images/menu-icon-5.png) center -3px no-repeat;
}
.menu li:nth-child(6) {
	background: url(../images/menu-icon-7.png) center -3px no-repeat;
}
.menu li:nth-child(7) {
	background: url(../images/menu-icon-8.png) center -3px no-repeat;
}
.menu li:hover {
	background-position: center -10px;
}
.menu .active a {
	color: #ffeed8;
	text-shadow: 0px 0px 5px rgba(142, 170, 91, 0.3);
}
.menu .active a:after {
	content: "";
	height: 1px;
	width: 50%;
	background: #adaba9;
	position: absolute;
	bottom: -10px;
	left: 50%;
	transition: width .5s ease;
}
.menu .active a:before {
	content: "";
	height: 1px;
	width: 50%;
	background: #adaba9;
	position: absolute;
	bottom: -10px;
	right: 50%;
	transition: width .5s ease;
}
.social-block a {
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.8));
	margin: 0px 1px;
}
.social-block a:hover {
	filter: drop-shadow(0px 0px 10px rgba(189, 16, 39, 0.8));
}
.social-block .tw {
	background: url(../images/social-icons.png) 0px 0px no-repeat;
}
.social-block .fb {
	background: url(../images/social-icons.png) -37px 0px no-repeat;
}
.social-block .yt {
	background: url(../images/social-icons.png) -74px 0px no-repeat;
}
.language-block {
	position: relative;
	margin-left: 20px;
}
#hidden-check {
	display: none;
}
.block-toggler {
	position: relative;
	cursor: pointer;
	color: #395362;
}
.block-toggler img {
	border: 1px solid rgba(178, 205, 221, 0.2);
	margin: 0px 0px -3px 5px;
}
.block-toggler span {
	color: #c6e4f5;
}
.block-toggler:before {
	border: 5px solid transparent;
	border-top-color: #37505f;
	position: absolute;
	right: 100%;
	content: '';
	margin: 4px 4px 0px 0px;
}
.hidden-block {
	background: #060b16;
	border: 1px solid #28334c;
	border-radius: 5px;
	position: absolute;
	left: -40px;
	opacity: 0;
	padding: 20px 0px;
	visibility: hidden;
	transition: opacity 0.5s, visibility 0s linear 0.5s;
	margin-top: 15px;
	min-width: 170px;
	z-index: 3;
}
.hidden-block:after {
	border: 7px solid transparent;
	border-bottom-color: #28334c;
	position: absolute;
	bottom: 100%;
	content: '';
	margin-left: 24px;
}
.hidden-block li {
	display: block;
}
.hidden-block a {
	display: block;
	padding: 7px 40px;
	border-top: 1px solid #060b16;
	border-bottom: 1px solid #060b16;
	color: #c6e4f5;
}
.hidden-block a:hover {
	background: #1a212d;
	border-top: 1px solid #2b374a;
	border-bottom: 1px solid #2b374a;
	-webkit-filter: brightness(100%);
	filter: brightness(100%);
	color: #fff1bb;
}
.hidden-block a:hover:before {
	content: ">";
	position: absolute;
	margin-left: -12px;
}
.block-toggler:focus ~ .hidden-block,
.block-toggler:active ~ .hidden-block {
	opacity: 1;
	visibility: visible;
	transition-delay: 0s;
}
.indirMain {width:100%; float:left;  margin:35px 0 50px 0; }

.indirAgac {width:850px; float:left; height:auto; color:#635A4E; font-size:12px; margin:20px 0 15px 55px;  padding:0 0 5px 0}

.indirAgac a:hover {color:#988A76;}

.indirMainTopBg {background:url(../img/indirMainTopBg.html) center top no-repeat;  width:972px; height:14px; margin:0 auto}
.indirMainMidBg {background:url(../img/indirMainMidBg.html) center center repeat-y; width:972px; height:auto; float:left; margin-left:12px}
.indirMainBotBg {background:url(../img/indirMainBotBg.html) center center no-repeat; width:972px; height:10px; float:left; margin-left:12px}

.oneColumn {width:870px;  height:auto; margin:40px auto 0 auto;  }
.oyun-indir {width:610px;  height:auto; margin:40px auto 0 auto;  }

.oyun-indir-box {width:225px; background:#18150f; height:auto; float:left; margin:0 35px 40px 12px; border-radius:4px; border:1px solid #5b4b2f; overflow:hidden; box-shadow:inset 0px 0px 0px 1px #000000}

.oyun-indir-box:hover {border-color:#8B7653}

.oyun-indir-box:last-child {margin:0 0 25px 25px}

.oyun-indir-baslik {width:100%; height:45px; float:left;  }

.oyun-indir-baslik span {font-family:'Libre Baskerville',serif; text-align:center; width:100%; float:left; line-height:45px; color:#d9ae6e}


.oyun-indir-aciklama {float:left; width:100%; height:auto; }

.oyun-indir-aciklama span {font-family:'PT sans',sans-serif; text-align:center; width:100%; float:left; line-height:23px; color:#c1af94; font-size:13px; padding:0px 10px 0 10px}

.oyun-indir-aciklama span b {box-shadow:0px 1px 0px 0px #E14343; font-weight:400}

.oyun-indir-button {width:100%; float:left; height:52px; margin:15px 0 10px 0}

.indirButton {width:197px; height:52px; margin:0 auto; background:url(../img/oyunindirButton.html) center center no-repeat}
.indirButton:hover {background:url(../img/oyunindirButtonhover.html) center center no-repeat}

.oyun-indir-boyut {width:100%; float:left; height:auto;  text-align:center; color:#578037; text-shadow:0px 1px 0px rgba(0,0,0,0.27); font-size:13px;}

.oyun-indir-destek {width:100%; height:auto; background:#14110a; float:left; margin:15px 0 0 0; box-shadow:0px -1px 0 0 rgba(255,255,255,0.10); text-align:center }

.oyun-indir-destek span {color:#fff; font-size:14px; padding:10px; float:left     background: #28251e; }

.oyun-indir-destek span a {color:#f06800; font-style:normal }

.oyunindirAlt {float:left; box-shadow:0px -1px 0px 0px rgba(255,255,255,0.11); width:100%; height:auto; margin-top:40px}

.indirAlt {float:left; padding:20px;}

.indirAltBox {background:#A73D3F; width:100px }
.alert-box span {
	display: inline-block;
	color: #FFFFFF;
	box-shadow: inset 0px 0px 0px 2px rgba(0,0,0,0.05);
	padding: 7px;
	border-radius: 4px;
	background: rgba(0,0,0,0.40);
}
.warning {
	background: #87621c;
}
.svg-bbcode{background:transparent;border:2px solid;position:relative;margin:1em !important;display:inline-block;width:160px;text-align:center;padding:8px 0 !important;transition:all .3s ease-in-out}
.svg-bbcode:before{content:'';display:block;position:absolute;border-style:solid;box-sizing:border-box;width:1em;height:1em;transition:all .3s ease-in-out;top:-6px;left:-6px;border-width:2px 0 0 2px;z-index:5}
.svg-bbcode:after{content:'';display:block;position:absolute;border-style:solid;box-sizing:border-box;width:1em;height:1em;transition:all .3s ease-in-out;bottom:-6px;right:-6px;border-width:0 2px 2px 0}
.svg-bbcode:hover{color:#fff !important;text-decoration:none}
.svg-bbcode:hover:before,.svg-bbcode:hover:after{width:168px;height:48px}a
.svg-bbcode:link,a
.svg-bbcode:active,a.svg-bbcode:visited,a.svg-bbcode:hover{text-decoration:none}
.svg-bbcode.download{color:#f9f8f6;border-color:#926c21}
.svg-bbcode.custom{color:#546e7a;border-color:#546e7a}
.svg-bbcode.download:hover{background-color:#4c3c22;border-color:#8f6819}
.svg-bbcode.custom:hover{background-color:#546e7a;border-color:#546e7a}
.svg-bbcode.download:before,.svg-bbcode.download:after{border-color:#c3a361}
.svg-bbcode.custom:before,.svg-bbcode.custom:after{border-color:#546e7a}
.svg-bbcode span{font-size:16px;font-weight:700;text-transform:uppercase}
.svg-bbcode span:before{font-family:'Font Awesome 5 Pro';font-size:inherit;font-style:normal;font-weight:400;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding-right:5px}
.svg-bbcode.download
.svg-bbcode.custom span:before{content:"\f058"}

.alert-box {
	display: block;
	margin: 5px;
	position: relative;
	padding: 2px;
	border-radius: 5px;
	font-size: 13px;
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.49);
}
.big-light {
	position: absolute;
	background: url(../images/big-light.png) no-repeat;
	width: 355px;
	height: 364px;
	left: 463px;
	bottom: -5px;
	animation-name: big-light;
	animation-duration: 40s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
@keyframes big-light {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(380deg);
	}
}
.f-logo {
	width: 100%;
	text-align: center;
	top: 200px;
	font-size: 15px;
}

.video:hover {
	-webkit-filter: brightness(140%);
	filter: brightness(140%);
}
.video {
	background: url(../images/video-bg.png) no-repeat;
	width: 258px;
	height: 132px;
	padding: 15px 0px 0px 15px;
	cursor: pointer;
	position: relative;
	transition: all 1s ease;
}
.video:after {
	content: "";
	position: absolute;
	height: 47px;
	width: 47px;
	background: url(../images/video-button.png) no-repeat;
	left: 50%;
	top: 50%;
	margin: -18px 0px 0px -22px;
}
.video:hover {
	-webkit-filter: brightness(140%);
	filter: brightness(140%);
}
.light {
	background: url(../images/light-bg.jpg);
	box-shadow: 0px 12px 30px -5px rgba(0, 0, 0, 0.1), 0px -12px 30px -5px rgba(0, 0, 0, 0.1);
}
.sidebar-title {
	color: #febe9b;
	line-height: 1.6;
	padding-bottom: 10px;
}
.download-block {
	background: url(../images/download-button.png) no-repeat;
	width: 290px;
	height: 90px;
	transition: 0.2s linear;
	box-shadow: 0px 5px 20px -2px rgba(0, 0, 0, 0.1);
}
.download-block:hover {
	filter: brightness(1.3);
}
.download-block a {
	display: block;
	position: relative;
	z-index: 3;
	font-size: 15px;
	color: #b0937a;
	line-height: 1.5;
	padding: 23px 0px 23px 90px;
}

.download-block a span {
	display: block;
	/* color: #f2dcaa; */
	/* font-size: 18px; */
	text-transform: uppercase;
	font-weight: 700;
}



.register-block {
	background: url(../images/register.png) no-repeat;
	height: 90px;
	transition: 0.2s linear;
	box-shadow: 0px 5px 20px -2px rgba(0, 0, 0, 0.1);
}

.register-block:hover {
	filter: brightness(1.3);
}







.register-block a {
	display: block;
	position: relative;
	z-index: 3;
	font-size: 15px;
	color: #b0937a;
	line-height: 1.5;
	padding: 23px 0px 23px 90px;
}

.register-block a span {
	display: block;
	/* color: #f2dcaa; */
	/* font-size: 18px; */
	text-transform: uppercase;
	font-weight: 700;
}









.login-block2 a {
	display: block;
	position: relative;
	z-index: 3;
	font-size: 15px;
	color: #b0937a;
	line-height: 1.5;
	padding: 23px 0px 23px 90px;
}

.login-block a span {
	display: block;
	color: #fff; */
	/* font-size: 18px; */
	text-transform: uppercase;
	font-weight: 700;
}
.small-light {
	position: absolute;
	background: url(../images/small-light.png) center no-repeat;
	width: 465px;
	height: 163px;
	left: -5px;
	bottom: 129px;
	animation-name: small-light;
	animation-duration: 14s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
@keyframes small-light {
	0% {
		transform: scale(0.1);
	}
	20% {
		transform: scale(0.1);
	}
	40% {
		transform: scale(1);
	}
	60% {
		transform: scale(1);
	}
	80% {
		transform: scale(0.1);
	}
	100% {
		transform: scale(0.1);
	}
}
.sparks {
	background-repeat: no-repeat;
	background-position: left 0px bottom 0px;
	position: absolute;
}
.sparks-1 {
	background-image: url(../images/sparks-1.png);
	width: 117px;
	height: 136px;
	right: 377px;
	bottom: 99px;
	background-position: left 0px bottom 0px;
	animation-name: sparks-1;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.sparks-2 {
	background-image: url(../images/sparks-2.png);
	width: 219px;
	height: 176px;
	right: 350px;
	bottom: 116px;
	background-position: left 0px bottom 0px;
	animation-name: sparks-2;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-delay: 0.5s;
}
.sparks-3 {
	background-image: url(../images/sparks-3.png);
	width: 438px;
	height: 281px;
	right: 277px;
	bottom: 109px;
	background-position: left 0px bottom 0px;
	animation-name: sparks-3;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-delay: 1s;
}
@keyframes sparks-1 {
	0% {
		right: 380px;
		bottom: 100px;
		opacity: 0;
	}
	33% {
		right: 390px;
		bottom: 110px;
		opacity: 0.5;
		transform: scale(1.1);
	}
	70% {
		right: 400px;
		bottom: 120px;
		opacity: 1;
		transform: scale(1.1);
	}
	100% {
		right: 410px;
		bottom: 130px;
		opacity: 0;
		transform: scale(1.1);
	}
}
@keyframes sparks-2 {
	0% {
		right: 360px;
		bottom: 130px;
		opacity: 0;
	}
	33% {
		right: 370px;
		bottom: 140px;
		opacity: 0.5;
		transform: scale(1.1);
	}
	70% {
		right: 380px;
		bottom: 150px;
		opacity: 1;
		transform: scale(1.1);
	}
	100% {
		right: 390px;
		bottom: 160px;
		opacity: 0;
		transform: scale(1.1);
	}
}
@keyframes sparks-3 {
	0% {
		right: 300px;
		bottom: 130px;
		opacity: 0;
	}
	33% {
		right: 320px;
		bottom: 150px;
		opacity: 0.5;
		transform: scale(1.1);
	}
	70% {
		right: 340px;
		bottom: 170px;
		opacity: 1;
		transform: scale(1.1);
	}
	100% {
		right: 360px;
		bottom: 190px;
		opacity: 0;
		transform: scale(1.1);
	}
}
/* Middle
-----------------------------------------------------------------------------*/
.content {
	width: 590px;
	padding: 30px 20px 40px 20px;
	position: relative;
	background: url(../images/content-bg.jpg);
	line-height: 1.4;
	z-index: 100;
}
.page-content {
	padding: 25px 25px 40px 25px;
	width: 630px;
}
.page-content img {
	max-width: 628px;
	border: 1px solid rgba(198, 228, 245, 0.2);
}

.news {
	align-items: center;
	margin-bottom: 50px;
}
.news .news-img {
	width: 124px;
}
.news .news-img img {
	border-radius: 50%;
	width: 120px;
	height: 120px;
}
.news .news-i {
	width: 510px;
}
.news .news-i h2 {
	border-bottom: 1px solid #a09366;
	padding-bottom: 1px;
}

#info_title {
	height: 40px;
	background: url(../images/info_title_bg.html) no-repeat;
	text-align: center;
}

#info_bg {
	background: url(../images/info_bg.jpg) no-repeat;
	padding-top: 9px;
	padding-left: 6px;
	/* margin-bottom: 15px; */
}

#info_bg a {
	display: block;
	width: 130px;
	/* font-size: 11px; */
	font-family: 'times new roman', Georgia;
	color: #b99776;
	background: url(../images/menu_p.gif) no-repeat;
	text-decoration: none;
	padding: 4px;
	padding-left: 38px;
}

#info_bg a:hover {
	display: block;
	width: 130px;
	font-size: 11px;
	font-family: 'times new roman', Georgia;
	color: #ffc894;
	background: url(../images/menu_p.gif) left 21px repeat-y;
	text-decoration: none;
	padding: 4px;
	padding-left: 25px;
}


.news .news-i h2 a {
	color: #a09366;
	font-size: 16px;
}
.news .news-i h2 a:hover {
	color: #6e501c;
}
.news .news-i .news-text {
	line-height: 1.3;
	padding-bottom: 5px;
	border-bottom: 1px solid #a09366;
	margin-bottom: 10px;
}
.news .news-i .news-text a {
	text-decoration: underline;
}
.news .news-i .news-info span {
	padding: 10px 0px 10px 0px;
	display: inline-block;
	font-size: 13px;
}
.news .news-i .news-info .author a {
	margin: 0px 5px;
	color: #a09366;
	font-size: 13px;
	text-decoration: underline;
}
.news .news-i .news-info .author a:hover {
}
.news .news-i .news-info .views {
	border-left: 1px solid #a09366;
	padding-left: 16px;
	margin-left: 14px;
}
.news .news-i .news-info .comm {
	border-left: 1px solid #a09366;
	padding-left: 16px;
	margin-left: 16px;
}
.news .read-more {
	float: right;
}
.flex-j {
	display: flex;
	justify-content: space-between;
}
.pagination {
	text-align: center;
	color: #507285;
}
.pagination a {
	color: #507285;
	font-size: 14px;
	display: inline-block;
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, 0);
	margin: 0px 3px;
	text-align: center;
}
.pagination .pag {
	width: 24px;
	height: 24px;
	line-height: 23px;
}
.pagination .pag:hover {
	border: 1px solid #990b1b;
	border-radius: 50%;
	box-shadow: 0px 0px 4px 0px #990b1b;
	color: #c6e4f5;
}
.pagination .active {
	border: 1px solid #990b1b;
	box-shadow: 0px 0px 4px 0px #990b1b;
	color: #c6e4f5;
}
.to-top {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 62px;
	width: 100%;
	background: url(../images/bg-to-top.png) no-repeat;
	margin-bottom: -25px;
}
#toTop {
	display: block;
	width: 55px;
	height: 55px;
	position: absolute;
	bottom: -3px;
	left: 50%;
	margin-left: -27px;
	cursor: pointer;
}
/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	width: 290px!important;
}
.sidebar-block {
	outline: 1px solid rgba(198, 228, 245, 0.07);
	background: #1c1b17 url(../images/sidebar-block-bg.png) center bottom no-repeat;
	border: 1px solid #5a461e;
}
.sidebar-title {
	background: url(../images/sidebar-title-bg.jpg) no-repeat;
	height: 62px;
	line-height: 62px;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	position: relative;
	box-shadow: 0px 7px 7px -2px rgb(28, 27, 23);
}
.license-l {
	margin-top: 4px;
	padding-bottom: 20px;
	text-transform: none;
	border-bottom: 1px dotted #481414
}

.license-l a {
	color: #fff
}

.license-l a:hover {
	text-decoration: none
}

.license-l div {
	margin-bottom: 10px
}

.license label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	color: #9d7a7a;
	font-size: 14px
}

.license input[type=checkbox]:checked + label {
	color: #505e63;
}
.callout.callout-danger {
	background: #c00;
	padding: 15px;
	font-size: 15px;
	line-height: 22px;
	color: #c3eaee;
}
.reg-form {
	padding-bottom: 25px;
}
.license input[type=checkbox]:checked + label:before {
	content: "";
	text-align: center;
	width: 14px;
	height: 14px;
	background: #152b3e url(../images/checkboox.png) center no-repeat;
	border: 1px solid #501919;
	border-radius: 1px
}

.license label:before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 10px;
	position: absolute;
	left: 0;
	bottom: 0;
	border: 1px solid #501919;
	border-radius: 1px
}

.login-block p {
	margin-bottom: 10px;
}
.login-block form {
	padding: 0px 10px;
}
.login-block input {
	width: 238px;
}
.login-block select {
	width: 270px;
}
.login-block .login-button {
	width: auto;
}
.login-block .select {
	margin-bottom: 15px;
}
.login-block .links a {
	color: #c6e4f5;
}
.login-block .links a:hover {
	text-decoration: underline;
}
.bottom-button {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.table-siralama thead tr th{
	padding: 12px 10px;
	/* border-top: 1px solid #1a212d!important; */
	border-bottom: 1px solid rgba(0, 0, 0, 0)!important;
	font-size: 14px;
	color: #fff1bb;
}
.table-siralama tbody tr td{
	font-size: 14px!important;
}
.top-block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 10px;
	border-top: 1px solid #1a212d;
	border-bottom: 1px solid rgba(0, 0, 0, 0);
	font-size: 14px;
}
.top-player span {
	color: #c6e4f5;
	position: relative;
	padding: 1px 0px;
}
.top-player span:nth-child(4n+1) {
	width: 25px;
}
.top-player span:nth-child(4n+2) {
	width: 40px;
}
.top-player span:nth-child(4n+3) {
	width: 110px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.top-player span:nth-child(4n+4) {
	width: 40px;
	color: #fff;
	text-shadow: 0px 0px 14px rgba(216, 122, 115, 0.8);
}
.top-player span:nth-child(4n+5) {
	width: 50px;
	color: #fff;
	text-shadow: 0px 0px 14px rgba(255, 64, 50, 0.8);
	text-align: right;
	padding-right: 12px;
}
.top-player span img {
	border: 1px solid #708391;
	box-shadow: 0px 0px 7px 0px #708391;
	margin-bottom: -3px;
}
.top-player span b {
	font-weight: normal;
	font-size: 12px;
	position: absolute;
	right: 0px;
	top: -8px;
	color: #ef4c4c;
	text-shadow: 0px 0px 10px #ff4032;
}
.top-player:hover span {
	color: #9d9064;
}
table.sidebar_rank th {
	border: 0;
	text-align: left;
	background-color: rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.04);
	padding-bottom: 0px;
	font-weight: normal;
	width: 0;
	padding-left: 10px;
}
.bottom-more {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 15px;
}
.bottom-more span {
	color: #e41d32;
}
.bottom-more a {
	padding: 10px 20px;
}
.top-guild span {
	color: #c6e4f5;
	position: relative;
	padding: 1px 0px;
}
.top-guild span:nth-child(2n+1) {
	width: 30px;
}
.top-guild span:nth-child(2n+2) {
	width: 200px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.top-guild span:nth-child(2n+3) {
	width: 30px;
	color: #fff;
	text-shadow: 0px 0px 14px rgba(216, 122, 115, 0.8);
	text-align: right;
}
.top-guild:hover {
	background: #1a212d;
	border-top: 1px solid #2b374a;
	border-bottom: 1px solid #2b374a;
}
.top-guild:hover span {
	color: #fff1bb;
}
.post {
	width: 277px;
	padding: 30px;
	min-height: 400px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: flex-end;
	transition: all 0.7s ease;
	transform: rotateX(0deg);
}
.post:nth-child(2) {
	z-index: 1;
}
.post:hover {
	transform: rotateX(20deg);
}
.post:after {
	content: "";
	position: absolute;
	background: linear-gradient(to bottom, rgba(19, 6, 17, 0), #130606 90%);
	height: 100%;
	left: 0px;
	top: 0px;
	width: 100%;
}
.post h2 {
	border-bottom: 1px solid #a25c5c;
	padding-bottom: 20px;
}
.post h2 a {
	color: #fff;
	font-size: 15px;
}
.post .post-text {
	line-height: 1.4;
	margin-bottom: 20px;
}
.post h2,
.post-text,
.read-more {
	position: relative;
	z-index: 2;
}
.post-block {
	display: flex;
	justify-content: space-between;
	width: 680px;
	perspective: 2000px;
	margin-bottom: 20px;
}
.table.table.table-striped.table-hover tr td {
	padding-top: 6px;
	padding-bottom: 9px;
	padding-left: 25px;
	padding-right: 169px;
}
a.list-group-item {
	background: url(../images/button-bg.png) no-repeat;
	padding: 5px 9px 8px 5px;
	background-size: cover;
	border: none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	color: white;
	text-decoration: none !important;
}
.content {
	width: 680px;
	min-height: 650px;
	margin-left: 30px;
	margin-right: 30px;
	/* -webkit-margin-start: -1px; */
	line-height: 1.3;
	border: 1px solid #5a461e;
}
.c-title {
	border-bottom: 2px solid #6d5936;
	padding-bottom: 10px;
	margin-bottom: 5px;

}
.slider {
	overflow: hidden;
	position: relative;
	width: 680px;
	height: 280px;
	margin: 0 auto;
	z-index: 10;
	margin: -30px -20px 0px -20px;
	z-index: 100;
}
.slider .slides {
	position: relative;
	transition: 1s;
}
.slider .slides .active .slider-text {
	transition: all 2s ease;
	bottom: 20px !important;
}
.slider .slides .slide {
	float: left;
	display: block;
	position: relative;
}
.slider .slides .slide:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
.slider .slides .slide .slider-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;
}
.slider .slides .slide h1 {
	margin-bottom: 1px;
	color: #fff;
	font-size: 36px;
}
.slider .slides .slide img {
	width: 630px;
	max-width: 630px;
	height: 214px;
}
.slider .next {
	position: absolute;
	z-index: 1;
	cursor: pointer;
	opacity: 0;
	z-index: 12;
}
.slider .prev {
	position: absolute;
	z-index: 1;
	cursor: pointer;
	opacity: 0;
	z-index: 12;
}
.slider .navigation {
	position: absolute;
	left: 23px;
	top: 16px;
	z-index: 1;
	cursor: pointer;
	display: none;
}
.slider .navigation .dot {
	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;
}
.slider:hover .next,
.slider:hover .prev {
	opacity: 1;
	transition: all 0.7s ease;
}
.slider .navigation .active:after {
	content: "";
	background: linear-gradient(to bottom, #a6d0b6, #89b899);
	height: 10px;
	width: 10px;
	border: 1px solid #b9d8c2;
	position: absolute;
}
.title {
	font-size: 18px;
	color: #f3dfa9;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Candara', Arial, sans-serif;
}
select.form-control {
	background-color: #07080d;
	border: 1px solid #505e63;
	color: #517a91;
	padding: 5px 10px;
	font-size: 12px;
	position: relative;
	border-radius: 3px;
	transition: all 0.5s ease;
	height: 34px;
	width: 312;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
}

element.style {
	display: block;
	z-index: 1001;
	top: 143px;
	visibility: visible;
	transform: scale(1);
}
.sozlesme_page {
	width: 850px;
}
.reg-form input {
	margin-bottom: 25px;
	width: 310px;
	background: rgba(9, 9, 11, 0.6);
}

/* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
	width: 290px!important;
}
.download-reg-block {
	width: 317px;
	position: relative;
	margin-bottom: 5px;
	margin-top: -27px;
}
.right-button a {
	display: block;
	color: #fff;
	font-size: 14px;
	text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3);
}
.right-button a p {
	text-transform: uppercase;
	font-size: 24px;
	margin-bottom: 5px;
}
.right-button a:hover {
	transform: scale(1.02);
}
.download-button a {
	background: url(../images/right-sidebar-buttons.html) no-repeat;
	height: 76px;
	padding: 49px 0px 0px 35px;
}
.logins-button a {
	background: url(../images/right-sidebar-buttons.html) no-repeat;
	height: 76px;
	top: 4px;
	padding: 49px 0px 0px 35px;
}

.registration-button a {
	background: url(../images/right-sidebar-buttons.html) 0px -125px no-repeat;
	height: 80px;
	padding: 34px 0px 0px 35px;
}
.fast-links a {
	color: #b78d43;
	font-size: 14px;
	display: block;
	padding: 12px 38px;
	border-top: 1px solid rgba(0, 0, 0, 0);
	border-bottom: 1px solid rgba(0, 0, 0, 0);
	position: relative;
}
.fast-links a:hover {
	color: #fff1bb;
	background: #9d7d4554;
	border-top: 1px solid #867852;
	border-bottom: 1px solid #867852;
	padding: 12px 45px;
}
.fast-links a:before {
	position: absolute;
	left: 25px;
}
.facebook-app {
	width: 240px;
	margin: 0 auto;
}
.discord-widget {
	width: 320px;
	transition-property: right;
	transition-duration: 2s;
	-webkit-transition-property: right;
	-webkit-transition-duration: 2s;
	position: fixed;
	bottom: 20px;
	right: -340px;
	z-index: 10;
}
.discord-widget.active {
	right: 20px;
}
/* Footer
-----------------------------------------------------------------------------*/
#toTop {
	position: absolute;
	display: block;
	width: 86px;
	height: 86px;
	left: 50%;
	top: -3px;
	margin-left: -43px;
	background: url(../images/up-button.png) no-repeat;
	cursor: pointer;
	z-index: 2;
}
.footer {
	height: 300px;
	position: relative;
	color: #8c8378;
	line-height: 1.3;
	text-shadow: 0px 0px 5px #050402;
}
.footer a {
	color: #567db3;
}
.f-logo {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 200px;
}
.footer-info {
	position: absolute;
	width: 100%;
	top: 170px;
}
.copyright {
	padding-left: 20px;
	width: 210px;
}
.f-menu li {
	display: inline-block;
	background: none;
	padding: 0px 18px 0px 15px;
	border-right: 1px solid #3d4b5d;
}
.f-menu li a {
	color: #c5a881;
	text-transform: uppercase;
	font-size: 10px;
	background: rgba(0, 0, 0, 0.47843137254901963);
	padding: 4px 10px;
}
.f-menu li a:hover {
	color: #fff;
}
.f-menu li:last-child {
	padding: 0px 0px 0px 15px;
	border-right: none;
}
.f-menu li:first-child {
	padding: 0px 18px 0px 0px;
}
.templstock {
	width: 300px;
	text-align: center;
	float: right;
	margin-top: 40px;
}

#reg_modal {
	width: 450px;
	background: url(../images/sidebar-bg.png);
	box-shadow: 0 10px 63px 0 rgba(0, 0, 0, 0.5)
}

#reg_modal hr {
	border-top: 1px dotted #481414;
	border-color: #481414;
	border-style: dashed
}

.close-r {
	display: block;
	position: absolute;
	margin-top: -21px;
	width: 70px;
	height: 70px;
	background: url(../images/close_popup.png) no-repeat
}
.callout.callout-danger {
	background: #c00;
	padding: 15px;
	font-size: 15px;
	line-height: 22px;
	color: #c3eaee;
}
.iShopClose {
	display: block;
	position: relative;
	width: 70px;
	height: 70px;
	background: url(../images/close_popup.png) no-repeat;
	top: 20px;
	left: 491px;
}

#reg_modal .close-r {
	margin-left: 417px;
	margin-top: -27px
}

.popup-block {
	padding: 40px 50px 5px;
	border-top: 1px solid #c56464;
	color: #9d7a7a
}

.reg-title {
	font-weight: 700;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	padding-bottom: 18px;
	margin-bottom: 20px;
	border-bottom: 1px solid #481414;
	font-family: 'Candara', Arial, sans-serif;

	background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e5bb45));
	background-image: linear-gradient(180deg,#fff,#e5bb45);
	color: transparent;
	-webkit-background-clip: text;
}

.reg-title span {
	float: right;
	font-weight: 400;
	font-size: 11px;
	color: #9d7a7a;
	margin-top: 5px
}

.reg-title span a {
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	cursor: pointer
}
#login_modal, #reg_modal {
	width: 450px;
	box-shadow: 0px 10px 63px 0px rgba(253, 252, 248, 1);
}
.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;
}
Style Attribute {
	z-index: 1000;
	visibility: visible;
	background: rgba(14, 12, 13, 0.8);
}
#video_modal, #video_modal_1, #video_modal_2  {
	width: 1000px;
	height: 540px;
	background: url(../images/popup_bg.html) no-repeat;
	box-shadow: 0px 10px 63px 0px rgba(0, 0, 0, 0.5);
}
#login_modal,
#reg_modal {
	width: 450px;
	background: url(../images/sidebar-bg.png);
	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;
	background: url(../images/close_popup.png) no-repeat;
}
#video_modal .close-r, #video_modal_1 .close-r, #video_modal_2 .close-r {
	margin-left: 970px;
}
#login_modal .close-r,
#reg_modal .close-r {
	margin-left: 417px;
	margin-top: -27px;
}
.modal_window iframe {
	border: 0px;
}

#reg_modal .close-r {
	margin-left: 417px;
	margin-top: -27px
}

.reg-title {
	font-weight: 700;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	padding-bottom: 18px;
	margin-bottom: 20px;
	border-bottom: 1px solid #481414;
	font-family: 'Candara', Arial, sans-serif;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e5bb45));
	background-image: linear-gradient(180deg,#fff,#e5bb45);
	color: transparent;
	-webkit-background-clip: text;
}
.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);
	background: #000;
}

.reg-title {
	font-weight: 700;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	padding-bottom: 18px;
	margin-bottom: 20px;
	border-bottom: 1px solid #481414;
	font-family: 'Candara', Arial, sans-serif;

	background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e5bb45));
	background-image: linear-gradient(180deg,#fff,#e5bb45);
	color: transparent;
	-webkit-background-clip: text;
}

.reg-title span {
	float: right;
	font-weight: 400;
	font-size: 11px;
	color: #9d7a7a;
	margin-top: 5px
}

.reg-title span a {
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

#login_modal, #reg_modal {
	width: 450px;
	box-shadow: 0px 10px 63px 0px rgba(205, 246, 253, 1);
}
.callout.callout-danger {
	background: #c00;
	padding: 15px;
	font-size: 15px;
	line-height: 22px;
	color: #c3eaee;
}
.top-panel-status .progress-bar {
	height: 3px;
	position: relative;
	background: linear-gradient(to right, #dd8412, #b9de12);
	display: block;
	box-shadow: 0px 0px 20px 0px #c8b912;
}
.top-panel-status .progress-bar-bg {
	background: #242421;
	width: 130px;
	height: 3px;
	margin: 0px 15px;
}
.__web-inspector-hide-shortcut__ {
	display: none !important;
}
.karakter-bg {
	height: auto;
	min-height: 279px;
	width: 100%;
}
.karakter_0 {
	background: url(../images/profil/0.png) no-repeat center,url(../images/karakter-bg.png);
}
.karakter_1 {
	background: url(../images/profil/1.png) no-repeat center,url(../images/karakter-bg.png);
}
.karakter_2 {
	background: url(../images/profil/2.png) no-repeat center,url(../images/karakter-bg.png);
	}.karakter_3 {
		background: url(../images/profil/3.png) no-repeat center,url(../images/karakter-bg.png);
	}
	.karakter_4 {
		background: url(../images/profil/4.png) no-repeat center,url(../images/karakter-bg.png);
	}
	.karakter_5 {
		background: url(../images/profil/5.png) no-repeat center,url(../images/karakter-bg.png);
	}
	.karakter_6 {
		background: url(../images/profil/6.png) no-repeat center,url(../images/karakter-bg.png);
	}
	.karakter_6 {
		background: url(../images/profil/6.png) no-repeat center,url(../images/karakter-bg.png);
	}
	.karakter_8 {
		background: url(../images/profil/8.png) no-repeat center,url(../images/karakter-bg.png);
	}



	.login-block2 {
		background: url(../images/giris.png) no-repeat;
		width: 290px;
		height: 90px;
		transition: 0.2s linear;
		box-shadow: 0px 5px 20px -2px rgba(0, 0, 0, 0.1);
	}
	.login-block2:hover {
		filter: brightness(1.3);
	}
	.login-block2 a {
		display: block;
		position: relative;
		z-index: 3;
		font-size: 15px;
		color: #b0937a;
		line-height: 1.5;
		padding: 23px 0px 23px 90px;
	}

	.login-block2 a span {
		display: block;
		/* color: #f2dcaa; */
		/* font-size: 18px; */
		text-transform: uppercase;
		font-weight: 700;
	}

	#main #loading {
		display: none;
		height: 23px;
		width: 23px;
	}

	/* Image slider background element */
	#slider_wrapper {
		width:708px;
		height:205px;
		margin-bottom:10px;
	}

	#slider {
		overflow:hidden;
		margin-top:-1px;
	}

	.clear {
		clear:both;
		height:0px;
		overflow:hidden;
	}

	*:focus {
		outline:none;
	}

	.avatar {
		float:left;
		margin-right:10px;
		margin-left:10px;
		margin-top:3px;
	}

	.fluxslider, .surface, .images, .image1, .image2 {
		-webkit-transform: translate3D(0, 0, 0);
		-moz-transform: translate3D(0, 0, 0);
		-o-transform: translate3D(0, 0, 0);
		-ms-transform: translate3D(0, 0, 0);
		transform: translate3D(0, 0, 0);
	}

	input[type="radio"] {
		background-color:transparent !important;
	}

	/* Slider number links */
	.pagination {
		display:none;
	}

	/* Slider text bar */
	.caption {
		padding:10px;
		-webkit-border-top-right-radius: 2px;
		-moz-border-radius-topright: 2px;
		border-top-right-radius: 2px;
		font-weight:bold;
		font-size:12px;
		background-color:rgba(0,0,0,0.6);
		color:#fff;
		position:absolute;
		bottom:0px;
	}

	#slider_next,
	#slider_previous {
		border-radius:2px;
		position:absolute;
		padding:10px;
		color:#fff;

		z-index:999999;
	}

	#slider_next:hover,
	#slider_previous:hover {
		background-color:#000;
	}

	#pm_username_autocomplete {
		z-index:999999;
	}

	.characters_remaining {
		float:left;
		margin-top:17px;
		margin-left:1px;
		font-size:10px;
		font-weight:bold;
	}

	/* Modal boxes: alert & confirm */
	.popup {
		width:270px;
		display:none;
		z-index:999999;
		padding:20px;
		background-color:#eee;
		border:1px solid #fff;
		position:fixed;
		left:50%;
		text-shadow:none;
		margin-left:-120px;
		top:30%;
		border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		box-shadow:0px 0px 35px #000;
		-webkit-box-shadow:0px 0px 35px #000;
		-moz-box-shadow:0px 0px 35px #000;
	}

	.popup h1 {
		margin:0px;
		padding:0px;
		text-align:center;
		font-weight:normal;
		font-size:18px;
		margin-bottom:10px;
		color:#000;
		max-height:300px;
		overflow:auto;
	}

	.popup a {
		display:block;
		float:left;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
		color: #fff;
		line-height: 1;
		padding:10px 20px 10px 20px;
		text-align: center;
		font-weight:bold;
		margin-right:7px;
		margin-left:7px;
		width:50px;
		text-shadow:none;
	}

	.popup a:hover {
		text-shadow:none;
		text-decoration:none;
		color:#fff;
	}

	.popup_button {
		background-color: #7fbf4d;
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7fbf4d), color-stop(100%, #63a62f));
		background-image: -webkit-linear-gradient(top, #7fbf4d, #63a62f);
		background-image: -moz-linear-gradient(top, #7fbf4d, #63a62f);
		background-image: -ms-linear-gradient(top, #7fbf4d, #63a62f);
		background-image: -o-linear-gradient(top, #7fbf4d, #63a62f);
		background-image: linear-gradient(top, #7fbf4d, #63a62f);
		border: 1px solid #63a62f;
		border-bottom: 1px solid #5b992b;
		-webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
		-moz-box-shadow: inset 0 1px 0 0 #96ca6d;
		-ms-box-shadow: inset 0 1px 0 0 #96ca6d;
		-o-box-shadow: inset 0 1px 0 0 #96ca6d;
		box-shadow: inset 0 1px 0 0 #96ca6d;
		text-shadow: 0 -1px 0 #4c9021;
	}

	.popup_button:hover {
		background-color: #76b347;
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76b347), color-stop(100%, #5e9e2e));
		background-image: -webkit-linear-gradient(top, #76b347, #5e9e2e);
		background-image: -moz-linear-gradient(top, #76b347, #5e9e2e);
		background-image: -ms-linear-gradient(top, #76b347, #5e9e2e);
		background-image: -o-linear-gradient(top, #76b347, #5e9e2e);
		background-image: linear-gradient(top, #76b347, #5e9e2e);
		-webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
		-moz-box-shadow: inset 0 1px 0 0 #8dbf67;
		-ms-box-shadow: inset 0 1px 0 0 #8dbf67;
		-o-box-shadow: inset 0 1px 0 0 #8dbf67;
		box-shadow: inset 0 1px 0 0 #8dbf67;
	}

	.popup_button:active {
		border: 1px solid #5b992b;
		border-bottom: 1px solid #538c27;
		-webkit-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
		-moz-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
		-ms-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
		-o-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
		box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
	}

	.popup_hide {
		background-color: #bfbfbf;
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bfbfbf), color-stop(100%, #9a9a9a));
		background-image: -webkit-linear-gradient(top, #bfbfbf, #9a9a9a);
		background-image: -moz-linear-gradient(top, #bfbfbf, #9a9a9a);
		background-image: -ms-linear-gradient(top, #bfbfbf, #9a9a9a);
		background-image: -o-linear-gradient(top, #bfbfbf, #9a9a9a);
		background-image: linear-gradient(top, #bfbfbf, #9a9a9a);
		border: 1px solid #9a9a9a;
		border-bottom: 1px solid #9a9a9a;
		-webkit-box-shadow: inset 0 1px 0 0 #cbcbcb;
		-moz-box-shadow: inset 0 1px 0 0 #cbcbcb;
		-ms-box-shadow: inset 0 1px 0 0 #cbcbcb;
		-o-box-shadow: inset 0 1px 0 0 #cbcbcb;
		box-shadow: inset 0 1px 0 0 #cbcbcb;
		text-shadow: 0 -1px 0 #8f8f8f;
	}

	.popup_hide:hover {
		background-color: #adadad;
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #adadad), color-stop(100%, #a0a0a0));
		background-image: -webkit-linear-gradient(top, #adadad, #a0a0a0);
		background-image: -moz-linear-gradient(top, #adadad, #a0a0a0);
		background-image: -ms-linear-gradient(top, #adadad, #a0a0a0);
		background-image: -o-linear-gradient(top, #adadad, #a0a0a0);
		background-image: linear-gradient(top, #adadad, #a0a0a0);
		-webkit-box-shadow: inset 0 1px 0 0 #bbbbbb;
		-moz-box-shadow: inset 0 1px 0 0 #bbbbbb;
		-ms-box-shadow: inset 0 1px 0 0 #bbbbbb;
		-o-box-shadow: inset 0 1px 0 0 #bbbbbb;
		box-shadow: inset 0 1px 0 0 #bbbbbb;
	}

	.popup_hide:active {
		border: 1px solid #a0a0a0;
		border-bottom: 1px solid #8b8b8b;
		-webkit-box-shadow: inset 0 0 8px 4px #8c8c8c, 0 1px 0 0 #eeeeee;
		-moz-box-shadow: inset 0 0 8px 4px #8c8c8c, 0 1px 0 0 #eeeeee;
		-ms-box-shadow: inset 0 0 8px 4px #8c8c8c, 0 1px 0 0 #eeeeee;
		-o-box-shadow: inset 0 0 8px 4px #8c8c8c, 0 1px 0 0 #eeeeee;
		box-shadow: inset 0 0 8px 4px #8c8c8c, 0 1px 0 0 #eeeeee;
	}

	.popup_links {
		width:214px;
		margin-top:15px;
		margin-left:auto;
		margin-right:auto;
	}

	#popup_bg {
		background-color:#000;
		position:fixed;
		width:100%;
		height:100%;
		z-index:99999;
		display:none;
		top:0;
		left:0;
	}

	#alert_button {
		float:none;
		width:80px;
		margin-left:auto;
		margin-right:auto;
	}

	/* Tooltip */
	#tooltip, .tooltip {
		padding: 7px;
		background-color:#070c21;
		background-color: rgba(7,12,33,0.9);
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		border:1px solid #777777;
		border-top:1px solid #cfcfcf;
		-webkit-box-shadow: 0px 0px 3px #000;
		-moz-box-shadow: 0px 0px 3px #000;
		box-shadow: 0px 0px 3px #000;
		color: #fff;
		font-size: 12px;
		line-height:1.5;
	}

	#tooltip {
		position: absolute;
		display: none;
		z-index: 99999;
	}

	.nice_button img {
		margin-right:5px;
	}

	.page_form table {
		width:60%;
		margin-left:auto;
		margin-right:auto;
	}

	/* First column (the field label, in most cases) */
	.page_form table td:first-child {
		padding-left:20px;
		width:30%;
	}

	.page_form label {
		font-size:14px;
		margin-right:15px;
	}

	#forgot {
		margin-top:15px;
		margin-bottom:5px;
	}

	/* Remember me */
	#remember_me {
		margin-top:5px;
		margin-bottom:5px;
	}


	.realm {
		font-size:12px;
		margin:0px auto 0px auto;
		margin-bottom:5px;
		margin-top:5px;
	}

	.realm_online {
		float:right;
		font-weight:bold;
	}

	.realm_bar, .poll_bar {
		margin-top:5px;
		margin-bottom:10px;
		-moz-border-radius:2px;
		-webkit-border-radius:2px;
		border-radius:2px;
	}

	/* Realm status module [bar fill] */
	.realm_bar_fill, .poll_bar_fill {
		border-radius:2px;
		-moz-border-radius:2px;
		-webkit-border-radius:2px;
		height:8px;
	}

	/* Realmlist box in the realm status sidebox */
	#realmlist {
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border-radius:5px;
		text-align:center;
		font-size:10px;
		padding-top:2px;
		padding-bottom:2px;
		margin-top:10px;
		margin-bottom:5px;
	}

	/* Online players bar and realm bar (used on UCP, profiles) */
	.online_realm_button, #ucp_characters h1 {
		display:block;
		padding:7px;
		margin-top:10px;
		margin-bottom:10px;
		border-radius:2px;
		-moz-border-radius:2px;
		-webkit-border-radius:2px;
		font-size:14px;
		text-align:center;
	}

	.online_realm_button:first-child {
		margin-top:0px;
	}

	/* Table style, used on vote panel, donate panel, online players etc. */
	.nice_table {
		width:95%;
		margin-left:auto;
		margin-right:auto;
		border-spacing:0px;
	}

	.nice_table tr:first-child td {
		font-weight:bold;

		font-size:14px;
	}

	.nice_table tr:not(:first-child) td{

		font-size:14px;
		height:40px;
	}

	.nice_table td:first-child {
		font-weight:bold;
	}

	/* Shoutbox sidebox module */
	#shoutbox form {
		text-align:center;
		margin-bottom:10px;
	}

	#shoutbox form textarea {
		margin-top:5px;
		height:16px;
	}

	#shoutbox form input[type="submit"] {
		margin-top:4px;
	}

	#shoutbox .shout {
		padding:10px;
		font-size:11px;
		overflow:hidden;
	}

	#shoutbox .shout .shout_author {
		margin-bottom:5px;
		font-size:12px;
	}

	#shoutbox .shout .shout_date {
		float:right;
		font-size:10px;
	}

	/* "Older messages" button/link */
	#shoutbox #shoutbox_view {
		font-size:14px;
		text-align:center;
		display:block;
		padding-top:10px;
		margin-bottom:5px;
		clear:both;
	}

	/* Characters remaining counter */
	.shout_characters_remaining {
		float:left;
		margin-top:14px;
		font-size:10px;
		width:50px;
	}

	#shout {
		overflow:hidden;
	}

	/* PvP ladder sidebox */
	#toppvp {
		overflow:hidden;
	}

	.toppvp_select {
		padding-bottom:10px;
		font-size:14px;
		padding-top:4px;
	}

	.toppvp_realm {
		float:left;
		width:208px;
		text-align:center;
		font-size:12px;
	}

	.toppvp_next {
		float:right;
		font-size:14px;
	}

	.toppvp_previous {
		float:left;
		font-size:14px;
	}

	.toppvp_character {
		padding:10px;
		font-size:10px;
		text-align:left;
	}

	.toppvp_character:first-child {
		border-top:none;
	}

	/* Spot number */
	.toppvp_character b {
		margin-right:7px;
	}

	/* Item quality colors */
	.q  { color: #ffd100 }
	.q0, .q0 a { color: #9d9d9d }
	.q1, .q1 a { color: #ffffff }
	.q2, .q2 a, .q2:hover { color: #1eff00 }
	.q3, .q3 a { color: #0070dd }
	.q4, .q4 a { color: #a335ee }
	.q5, .q5 a { color: #ff8000 }
	.q6, .q6 a { color: #e5cc80 }
	.q7, .q7 a { color: #e5cc80 }
	.q8, .q8 a { color: #ffff98 }
	.q9, .q9 a { color: #71D5FF }
	.q10, .q10 a { color: #ffd100 }

	/* Sockets */
	.socket-meta   { padding-left: 26px; background: url(../images/misc/socket_meta.html) no-repeat left center }
	.socket-red    { padding-left: 26px; background: url(../images/misc/socket_red.html) no-repeat left center }
	.socket-yellow { padding-left: 26px; background: url(../images/misc/socket_yellow.html) no-repeat left center }
	.socket-blue   { padding-left: 26px; background: url(../images/misc/socket_blue.html) no-repeat left center }

	/* FusionEditor WYSIWYG field */
	.fusioneditor .fusioneditor_tools {
		padding-top:5px;
		padding-bottom:5px;
		background-color:#fff;
		border:1px solid #999;
		border-bottom:none;
		-webkit-border-top-left-radius: 2px;
		-webkit-border-top-right-radius: 2px;
		-moz-border-radius-topleft: 2px;
		-moz-border-radius-topright: 2px;
		border-top-left-radius: 2px;
		border-top-right-radius: 2px;
	}

	/* The tool buttons */
	.fusioneditor {
		width:auto;
	}

	.fusioneditor .fusioneditor_tools a {
		display:block;
		float:left;
		margin-left:5px;
		padding:5px;
		padding-bottom:0px;
		padding-top:4px;
		border-radius:2px;
		-webkit-border-radius:2px;
		-moz-border-radius:2px;
		border:1px solid rgba(0,0,0,0);
		-webkit-transition: all 300ms;
		-moz-transition: all 300ms;
		-o-transition: all 300ms;
		-ms-transition: all 300ms;
		transition: all 300ms;
	}

	.fusioneditor .fusioneditor_tools a:hover {
		border:1px solid #b7b7b7;
		background-color:#fff;
		box-shadow:0px 1px 0px #fff inset;
		-webkit-box-shadow:0px 1px 0px #fff inset;
		-moz-box-shadow:0px 1px 0px #fff inset;
	}

	.fusioneditor .fusioneditor_tools a:active {
		border:1px solid #666;
	}

	.fusioneditor .fusioneditor_field {
		width:auto;
		font-family:Arial, Helvetica, Sans-serif;
		font-size:12px;
		padding:8px;
		background-color:#fff;
		border:1px solid #999;
		-webkit-border-bottom-right-radius: 2px;
		-webkit-border-bottom-left-radius: 2px;
		-moz-border-radius-bottomright: 2px;
		-moz-border-radius-bottomleft: 2px;
		border-bottom-right-radius: 2px;
		border-bottom-left-radius: 2px;
		-webkit-transition: all 300ms;
		-moz-transition: all 300ms;
		-o-transition: all 300ms;
		-ms-transition: all 300ms;
		transition: all 300ms;
		overflow:hidden;
	}

	.fusioneditor .fusioneditor_field:focus {
		border:1px solid #1f9ebc;
	}

	.fusioneditor .fusioneditor_close {
		float:right;
		margin-right:5px;
	}

	.fusioneditor .fusioneditor_toolbox {
		border-top:1px solid #999;
		padding:5px;
		margin-top:5px;
		height:50px;
	}

	.fusioneditor .fusioneditor_toolbox input[type="text"] {
		width:85% !important;
		margin-right:10px;
		margin-left:5px;
	}

	.fusioneditor .fusioneditor_size {
		height:20px;
		width:16px;
		margin-right:5px;
		margin-top:5px;
		text-align:center;
		font-weight:bold;
		color:#666;
	}

	.fusioneditor .fusioneditor_size:hover {
		color:#000;
	}

	.fusioneditor .fusioneditor_color {
		height:22px;
		width:17px;
		margin-right:5px;
		margin-top:5px;
		opacity:0.8;
	}

	.fusioneditor .fusioneditor_color:hover {
		border:1px solid rgba(0,0,0,0) !important;
		box-shadow:none !important;
		-webkit-box-shadow:none !important;
		-moz-box-shadow:none !important;
		opacity:1;
	}

	.fusioneditor .fusioneditor_color:active {
		border:1px solid rgba(0,0,0,0) !important;
	}

	/* User info sidebox */
	.sidebox_info {
		padding:5px;
	}

	.sidebox_info td {
		padding:5px;
		font-size:10px;
	}

	.sidebox_info td:first-child {
		font-weight:bold;
	}

	.sidebox_info td img {
		margin-right:5px;
	}

	.sidebox_info center {
		padding-top:20px;
		padding-bottom:10px;
	}

	.sidebox_info center a:last-child {
		margin-left:10px;
	}

	/* Poll sidebox */
	.poll_question {
		text-align:center;
		font-size:14px;
		font-weight:bold;
		padding:5px;
		margin-bottom:5px;
	}

	#poll_answers .poll_answer,
	#poll_results .poll_answer {
		padding:5px;
		font-size:12px;
	}

	#poll_answers .poll_answer label {
		display:block;
		cursor:pointer;
	}

	#poll_answers .poll_answer label:hover {
		font-weight:bold;
	}

	#poll_answers .poll_answer input[type="radio"] {
		margin-right:5px;
	}

	#poll_results .poll_answer .poll_votes_count {
		float:right;
		font-weight:bold;
	}

	#poll_actions {
		display:block;
		text-align:center;
		width:80px;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:5px;
	}

	/* Vote reminder */
	#vote_reminder {
		width:468px;
		height:60px;
		position:fixed;
		margin-left:-234px;
		left:50%;
		top:50%;
		margin-top:-30px;
		background-color:#000;
		z-index:999999999999;
		display:none;
	}

	.staff_comment .comment_author img {
		margin-top:3px !important;
	}

	.comment {
		word-wrap:break-word;
	}

	.color-c1 { color: #c69b6d; } /* warrior */
	.color-c2 { color: #f48cba; } /* paladin */
	.color-c3 { color: #aad372; } /* hunter */
	.color-c4 { color: #fff468; } /* rogue */
	.color-c5 { color: #f0ebe0; } /* priest */
	.color-c6 { color: #c41e3b; } /* death knight */
	.color-c7 { color: #2359ff; } /* shaman */
	.color-c8 { color: #68ccef; } /* mage */
	.color-c9 { color: #9382c9; } /* warlock */
	.color-c11 { color: #ff7c0a; } /* druid */


	.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!important;
		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;
		text-decoration: none!important;
	}

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

	.logoyeni {
		margin-top: 17%;
		height: 360px;
		margin-left: 25.8%;
	}

	.login-button {
		transition: all 0.3s ease;
		cursor: pointer;
		background: none;
		border: 1px solid #a09366;
		font-size: 14px;
		text-transform: uppercase;
		color: #fff;
		text-shadow: 0px 0px 14px rgba(216, 122, 115, 0.8);
		border-radius: 6px;
		display: block;
		z-index: 1;
		padding: 14px 30px;
		box-shadow: 0px 0px 8px 0px rgba(255, 111, 111, 0.2), inset 0px 0px 8px 0px rgba(255, 111, 111, 0.2);
		text-align: center;
	}

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

	.left-button {
		display: block;
		background: url(../images/partner-button.jpg) center;
		width: 250px;
		height: 40px;
		font-size: 13px;
		line-height: 40px;
		text-align: center;
		margin: 0 auto;
		color: #000;
	}
