@font-face {
    font-family: FaceYourFears;
    src: url('../fonts/FaceYourFears.ttf');
}

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;
    /*vertical-align: baseline;*/
}

/* 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;
}

a:focus,
a:hover {
    text-decoration: none;
}

::-webkit-input-placeholder {
    color: #c3a0ff;
}

::-moz-placeholder {
    color: #c3a0ff;
}

:-moz-placeholder {
    color: #c3a0ff;
}

:-ms-input-placeholder {
    color: #c3a0ff;
}

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;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    width: 100%;
    background: url(../img/bg_body.jpg) top center no-repeat;
    background-color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #24131f;
    min-height: 100vh;
    overflow-x: hidden;
}

a {
    transition: all 0.3s ease;
    text-decoration: none;
}

:focus {
    outline: none;
}

.templstock {
    background: url(../img/templstock.gif) repeat scroll 0 0 transparent;
    text-shadow: 0 0 8px;
}

.logo {
	z-index: 4;
	text-align: center;
	margin-top: 170px;
	overflow: auto;
	display: inline-block;
	margin-left: 374px;
	transition: 0.3s;
}
.logo:hover {
	-webkit-filter: brightness(120%);
    filter: brightness(120%);
}
.logo img {
	width: 500px;
	height: auto;
	margin-top: -10px;
}

/*Leaves*/

.sparks {
    background-repeat: no-repeat;
    background-position: left 0px bottom 0px;
    position: absolute;
}

.sparks-1 {
    background-image: url(../img/sparks-1.png);
    width: 117px;
    height: 136px;
    right: 60px;
    bottom: -60px;
    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(../img/sparks-2.png);
    width: 219px;
    height: 176px;
    right: 60px;
    bottom: -10px;
    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(../img/sparks-3.png);
    width: 438px;
    height: 281px;
    right: 80px;
    bottom: -30px;
    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: 60px;
        bottom: 0px;
        opacity: 0;
    }
    33% {
        right: 70px;
        bottom: 10px;
        opacity: 0.5;
        transform: scale(1.1);
    }
    70% {
        right: 80px;
        bottom: 20px;
        opacity: 1;
        transform: scale(1.1);
    }
    100% {
        right: 90px;
        bottom: 30px;
        opacity: 0;
        transform: scale(1.1);
    }
}

@keyframes sparks-2 {
    0% {
        right: 100px;
        bottom: 0px;
        opacity: 0;
    }
    33% {
        right: 120px;
        bottom: 20px;
        opacity: 0.5;
        transform: scale(1.1);
    }
    70% {
        right: 140px;
        bottom: 40px;
        opacity: 1;
        transform: scale(1.1);
    }
    100% {
        right: 160px;
        bottom: 60px;
        opacity: 0;
        transform: scale(1.1);
    }
}

@keyframes sparks-3 {
    0% {
        right: 80px;
        bottom: -10px;
        opacity: 0;
    }
    33% {
        right: 100px;
        bottom: 0px;
        opacity: 0.5;
        transform: scale(1.1);
    }
    70% {
        right: 120px;
        bottom: 10px;
        opacity: 1;
        transform: scale(1.1);
    }
    100% {
        right: 140px;
        bottom: 20px;
        opacity: 0;
        transform: scale(1.1);
    }
}

.menu-top {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #160c27ad;
    text-align: center;
}

.menu>li {
    display: inline-block;
}

.menu>li>a {
    display: block;
    color: #d7c1ff;
    text-decoration: none;
    padding: 20px 25px;
    border-top: 1px solid rgba(0, 0, 0, 0);
    transition: all 0.4s ease;
}

.menu>li>a:hover {
    box-shadow: inset 0px 14px 21px -18px #7e42e6;
    border-top: 1px solid #6839bb;
    text-shadow: 0 0 8px;
}

.header {
    width: 1280px;
    margin: 0 auto;
    position: relative;
    z-index: 91;
    height: 400px;
}

.container_web {
    width: 1210px;
    height: auto;
    margin: 0px auto;
    padding: 20px 0px;
    display: flex;
}

.main_web {
    min-height: 1200px;
    padding: 15px;
    line-height: 1.3;
}

.right-sidebar,
.left-sidebar {
    width: 285px;
    position: relative;
    /*background: #2c1750;*/
}

.download-button {
    background: url(../img/download-button.jpg) no-repeat;
    width: 285px;
    height: 90px;
    font-size: 26px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    padding-left: 120px;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.1);
}

.download-button:hover {
    filter: brightness(120%);
    text-decoration: none;
    color: #fff;
}

.reg-button-button {
    background: url(../img/register-button.jpg) no-repeat;
    width: 285px;
    height: 90px;
    font-size: 26px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.1);
}

.reg-button-button:hover {
    filter: brightness(120%);
    text-decoration: none;
    color: #fff;
}

.reg-button-button:hover {
    filter: brightness(120%);
}

.reg-button-button span {
    width: 100%;
    display: block;
    font-size: 26px;
    color: #fff;
    margin-bottom: 4px;
    text-align: center;
}

.status_block {
    padding: 7px 0px 0px 0px;
    height: 89px;
    background: #160c27;
}

.status_block-progress {
    height: 10px;
    background: #291622;
    border: 3px solid #040502;
    margin-bottom: 7px;
}

.status_block-progress span {
    height: 4px;
    display: block;
    background: #75940f;
    border-top: 1px solid #9cc614;
    position: relative;
}

.online {
    color: #31e414;
    font-weight: bold;
}

.status_block-block {
    background: url(../img/status-bg.jpg) no-repeat;
    height: 75px;
    margin-bottom: 5px;
    padding: 11px 81px 11px 36px;
    position: relative;
}

.status_block-realmonline {
    color: #ffca4c;
    font-size: 13px;
}

.flex-s {
    display: flex;
    justify-content: space-between;
}

.status_block-realmonline span {
    color: #c3f719;
}

.status_block-block.online:after {
    content: "";
    background: url(../img/status-title.png) no-repeat;
    position: absolute;
    height: 58px;
    width: 54px;
    right: 20px;
    top: 12px;
}

.widget,
.widget-usercp {
    background: linear-gradient(to bottom, #44247a, #2c1750);
    /*background: #2c1750;*/
    color: #fff;
}

.widget-title {
    background: url(../img/sidebar-title-bg.jpg) repeat-x;
    height: 55px;
    line-height: 55px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
    position: relative;
}

.widget>div,
.widget_account>div {
    min-height: 150px;
    padding: 25px;
}

.widget-f>div,
.widget_account>div {
    min-height: 150px;
    padding: 25px;
}

.login-panel p {
    margin-bottom: 15px;
}

p {
    margin-bottom: 10px;
}

.f-login input {
    background: url(../img/login-icon.png) left 15px center no-repeat;
    background-color: #160c27;
    border-radius: 5px;
}

.p-login input {
    background: url(../img/pass-icon.png) left 15px center no-repeat;
    background-color: #160c27;
    border-radius: 5px;
}

.formgroup input {
    box-sizing: border-box;
    background-color: #160c27;
    padding: 10px 15px 10px 60px;
}

input,
textarea {
    background: #151214;
    border: none;
    border-radius: 2px;
    color: #c3a0ff;
    font-size: 14px;
    padding: 5px;
}

/*input[type=text], input[type=password], input[type=number] {
	background: #fafafa;
	border: 1px solid #e3e3e3;
	color: #666;
}
input[type=text]:focus, input[type=password]:focus, input[type=number]:focus {
	border: 1px solid #ccc;
}
*/

.login-buttons {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.login-buttons a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.login-buttons a:hover {
    color: #fff;
}

.button-login {
    transition: all 0.3s ease;
    cursor: pointer;
    background: linear-gradient(to bottom, #ed4946, #791044);
    border: none;
    position: relative;
    z-index: 1;
    padding: 7px 20px;
    border-radius: 10px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
}

.button-login:hover {
    filter: brightness(120%);
    color: #fff;
}

.gallery {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.gallery li:first-child {
    margin-bottom: 8px;
}

.gallery li {
    position: relative;
}

.gallery li:first-child a {
    width: 235px;
    height: 145px;
}

.gallery li:first-child img {
    width: 235px;
    height: 145px;
    outline: 1px solid #ffffff;
}

.gallery li:first-child a:before {
    content: "";
    background: url(../img/play-icon.png) no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -23px;
    margin-top: -20px;
    width: 46px;
    height: 46px;
    z-index: 2;
}

.gallery li:first-child a:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0px 50px 80px 5px rgba(0, 0, 0, 0.7);
}

.gallery li a {
    display: block;
    cursor: pointer;
}

.gallery li img {
    outline: 1px solid rgba(255, 255, 255, 0.3);
    outline-offset: -1px;
    width: 113px;
    height: 75px;
}

.content-block {
    background: url(../img/content-top-bg.jpg) top 86px center no-repeat, url(../img/content-bottom-bg.jpg) bottom center no-repeat, url(../img/content-bg.jpg) center repeat-y;
    /*background: url(../img/container-bg.jpg);*/
    /*position: relative;*/
    width: 630px;
    min-height: 1200px;
    margin: 0px 5px;
}

/*SLIDER*/

.slider {
    overflow: hidden;
    position: relative;
    box-shadow: inset 0 0 100px;
    width: 630px;
    height: 280px;
}

.slider .slides {
    position: relative;
    transition: 1s;
}

.slider .slides .slide {
    float: left;
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    width: 630px;
    height: 280px;
    border: 1px solid #373022;
}

.slider .slides .slide:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #000;
    box-shadow: inset 0 0 80px;
}

.slider .slides .slide-info {
    position: relative;
    padding: 40px 35px 35px 35px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 4;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.slider .slides .slide-info h2 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 25px;
    font-weight: 600;
    text-shadow: 2px 2px 2px black;
}

.slider .slides .slide-info .slide-text {
    background: linear-gradient(to bottom, rgba(36, 32, 27, 0.8) 70%, rgba(0, 0, 0, 0));
    color: #fff;
    line-height: 1.7;
    padding: 15px 35px;
    width: 470px;
    margin-left: -35px;
    margin-bottom: 15px;
    position: relative;
}

.slider .slides .slide-info .slide-text:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background: #ffc500;
    top: -2px;
    left: 0;
}

.slider .slides .slide-info .slide-i {
    width: 100%;
}

.slider .slides .slide-info p {
    margin-bottom: 0px;
}

.slider .slides .slide-info .slide-date {
    font-size: 14px;
    color: #ffcc00;
    font-family: Candara, Arial, sans-serif;
}

.slider .slides .slide-info .slide-date span {
    color: #ffcc00;
    font-size: 18px;
}

.slider .slides .active .slide-info {
    transition: all 2s ease;
    opacity: 1;
}

.slider .arrows {
    position: absolute;
    height: 33px;
    width: 33px;
    top: 125px;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
}

.slider .next {
    background: url(../img/arrow-right.png) no-repeat;
    right: 1px;
}

.slider .prev {
    background: url(../img/arrow-left.png) no-repeat;
    left: 1px;
}

.slider .navigation {
    position: absolute;
    bottom: 20px;
    left: 0px;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.slider .navigation .dot {
    width: 2px;
    height: 2px;
    cursor: pointer;
    background-color: #fff;
    margin: 0px 10px;
}

.slider:hover .next,
.slider:hover .prev {
    opacity: 1;
    transition: all 0.7s ease;
}

.slider .navigation .active {
    border-radius: 50%;
    width: 7px;
    height: 7px;
    margin: 0px 5px;
    background-color: #ffc103;
    position: relative;
}

.slider .navigation .active:after {
    content: "";
    position: absolute;
    left: -2px;
    top: -2px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    padding: 1px;
    border: 1px solid rgba(240, 71, 71, 0.3);
    box-shadow: 0px 0px 8px 0px rgba(240, 71, 71, 0.6);
}

.rank-list.active {
    display: block;
}

.rank-list {
    display: none;
    animation: rank 0.4s ease;
}

.rank-list li {
    display: flex;
    align-items: center;
    font-size: 14px;
    transition: 0.4s;
    padding: 9px 0px;
}

.rank-list li span {
    color: #fff;
}

.widget li {
    padding: 10px 0px;
    transition: 0.4s;
    position: relative;
    display: flex;
    /*    border-bottom:1px dashed #c3a0ff;*/
}

.widget li:hover {
    background: #160c27;
    margin: 0px -40px;
    padding: 10px 35px;
    box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.4);
}

.rank-list span {
    display: block;
    padding-bottom: 1px;
}

.sidebar-banner {
    text-align: center;
    margin: 20px 0px;
    border: 1px solid #1f1f1f;
}

.sidebar-banner img {
    border: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.lk-form li {
    position: relative;
    list-style-type: none;
}

.lk-form li:before {
    content: "";
    background: url(../img/nav.png) -5px 0px no-repeat;
    height: 8px;
    width: 5px;
    margin-right: 15px;
    position: absolute;
    left: 35px;
    top: 13px;
    opacity: 0.3;
}

.lk-form li a {
    display: block;
    padding: 10px 25px 10px 60px;
    text-decoration: none;
    font-size: 14px;
    border-top: 1px solid rgba(170, 115, 132, 0.2);
    text-decoration: none;
    color: #fec16a;
}

.lk-form li:hover {
    background: #7e3fec44;
    box-shadow: 0px 11px 31px -9px rgba(0, 0, 0, 0.1);
}

.rank-list .top-number {
    width: 25px;
}

.rank-list span {
    display: block;
    padding-bottom: 1px;
}

.rank-list .top-name {
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top-lvl {
    width: 55px;
}

.rank-list li a {
    display: block;
    width: 100%;
    color: #fff;
}

/*FOOTER*/

.footer {
    height: 230px;
    display: block;
}

.bottom-menu {
    margin-bottom: 45px;
}

.bottom-menu ul {
    text-align: center;
    padding: 40px 0px;
    border-bottom: 1px dashed #c3a0ff;
    opacity: 0.4;
}

.bottom-menu ul li {
    display: inline-block;
    padding: 0px 35px;
    position: relative;
}

.bottom-menu ul li a {
    font-size: 12px;
    font-weight: bold;
    color: #908d8b;
    text-transform: uppercase;
}

.bottom-menu ul li a:hover {
    color: #ffffff;
}

#toTop {
    background: url(../img/totop.png) no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -21px;
    margin-top: -67px;
    cursor: pointer;
    width: 42px;
    height: 42px;
    display: block;
}

.copyright {
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    color: #908d8b;
    line-height: 16px;
}

.copyright a {
    color: #fff;
}

.info-span-l {
    float: left;
    width: 100%;
    text-align: left;
    padding-left: 5px;
    display: block;
}

.info-span-r {
    float: right;
    text-align: right;
    padding-right: 5px;
    display: block;
    width: 100%;
}

.news-readmore {
    transition: all 0.3s ease;
    cursor: pointer;
    background: linear-gradient(to bottom, #ed4946, #791044);
    border: none;
    position: relative;
    top: 40px;
    z-index: 1;
    display: inline-block;
    padding: 7px 20px;
    border-radius: 10px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
}

.news-readmore:hover {
    filter: brightness(120%);
    color: #fff;
}

.btn-primary {
    background: linear-gradient(to bottom, #ed4946, #791044);
    transition: all 0.3s ease;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
    border: none;
}

.btn-primary:hover {
    filter: brightness(120%);
    color: #fff;
}

.btn-primary:active {
    background: linear-gradient(to bottom, #ca3d3b, #5c0c34);
}

.btn-primary:focus {
    outline: none;
}

/*Modal*/

.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;
}

.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;
    width: 1000px;
    height: 540px;
    box-shadow: 0px 10px 63px 0px rgba(0, 0, 0, 0.5);
    background: url(../img/container-bg.jpg);
}

.close-r {
    display: block;
    position: absolute;
    margin-top: -25px;
    width: 70px;
    height: 70px;
    right: -35px;
    background: url(../img/close_popup.png) no-repeat;
    filter: hue-rotate(50deg);
    -webkit-filter: hue-rotate(50deg);
}

.modal_window iframe {
    border: 0px;
}

/*Time Server*/

#gGST_Wrap {
    position: absolute;
    right: 35px;
    top: 360px;
    width: 280px;
    height: 44px;
    z-index: 8;
    font: normal 13px/1.2 tahoma, Arial, Verdana;
    color: #d7c1ff;
    background: url('../img/game_time.png') no-repeat
}

#gGST_Wrap .gGST_BoxOff {
    width: 280px;
    height: 24px;
    padding: 0 0 0 20px
}

#gGST_Wrap .gGST_BoxOn {
    width: 280px;
    height: 24px;
    padding: 5px 0 0 20px
}

#gGST_Wrap span {
    float: left;
    width: 125px
}

/*Castle Siegue*/

.hero-guide-block {
    background: linear-gradient(to bottom, #000000, rgba(0, 0, 0, 0));
    /*   background: #00000070;
    border:1px solid #1b1b1b;
    border-radius:5px;*/
    /* background: #43247a79;
    border:1px solid #2c1750;*/
    border-top: 2px solid #44247a;
    width: 280px;
    height: 250px;
    position: absolute;
    right: 35px;
    top: 50px;
    padding: 10px;
}

.hero-guide-block:after {
    content: "";
    background: url(../img/hero-img.png) no-repeat;
    width: 274px;
    height: 230px;
    position: absolute;
    right: -90px;
    top: -45px;
}

.cs-block {
    text-align: center;
    width: 130px;
}

.cs-block img {
    margin-top: 10px;
    margin-bottom: 10px;
    background: #000000;
    border-radius: 5px;
}

.cs-guild-title a {
    text-transform: uppercase;
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px;
}

.cs-guild-guildowner {
    margin-top: 5px;
    color: #d7c1ff;
    display: block;
    font-size: 12px;
}

.time-cs {
    width: 100%;
    text-align: center;
    margin-top: 25px;
    font-family: FaceYourFears;
}

.Battle-Begins-In {
    color: rgb(255, 204, 62);
    font-size: 18px;
}

.guild_countdown {
    margin-top: 10px;
    display: block;
    color: #fff;
    font-size: 26px;
}

.guild_countdown>span {
    color: #d7c1ff;
}