﻿@import url(bootstrap.css);
@import url(jquery.bxslider.css);

@font-face {
    font-family: 'AdelonMedium';
    src: url('http://fonts/Adelon-Medium-webfont.eot');

    src: local('☺'),
    url('../fonts/Adelon-Medium-webfont.woff') format('woff'),
    url('../fonts/Adelon-Medium-webfont.ttf') format('truetype'),
    url('../fonts/Adelon-Medium-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

*:focus {
    outline: none;
}

a.no-underline {
    text-decoration: none !important;
}

.green-circle {
    width: 10px;
    height: 10px;
    background: #78af02;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    margin-left: 5px;
    margin-right: -10px;
    border: 1px solid #00050b;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.margin-top {
    margin-top: 15px;
}

.no-margin-all {
    margin: 0 !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-padding-all {
    padding: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.padding {
    padding: 15px;
}

.no-width {
    width: auto !important;
}

.separator {
    height: 150px;
    width: 100%;
    background: #12110f url(../img/subspot_bg.jpg) center top no-repeat;
    margin: 15px 0 -150px;
    border-top: 1px solid #000;
}

.separator-alt {
    height: 150px;
    width: 100%;
    background: #12110f url(../img/subspot_bg.jpg) center top no-repeat;
    margin: 0 0 -140px;
    border-top: 1px solid #000;
}

.right-separator {
    background: url(../img/right-sep.jpg) top left no-repeat;
}

.left-separator {
    background: url(../img/left-sep.jpg) top right no-repeat;
}

a {
    color: #999081;
    text-shadow: 0 1px 1px #000;
}

a:hover {
    color: #dcdcdc;
}

a, a:hover {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.frame {
    background-image: url(../img/frame/left-top-corner.png),
    url(../img/frame/right-top-corner.png),
    url(../img/frame/left-bottom-corner.png),
    url(../img/frame/right-bottom-corner.png),
    url(../img/frame/top-horizontal-bar.png),
    url(../img/frame/bottom-horizontal-bar.png),
    url(../img/frame/left-vertical-bar.png),
    url(../img/frame/right-vertical-bar.png);
    background-position: left top,
    right top,
    left 0px bottom,
    right 0px bottom,
    left 0px,
    left 0px bottom,
    left 0px bottom,
    right 0px top;
    background-repeat: no-repeat,
    no-repeat,
    no-repeat,
    no-repeat,
    repeat-x,
    repeat-x,
    repeat-y,
    repeat-y;
    box-shadow: 0 1px 3px #000;
}

.corner-box {
    width: 100%;
    height: auto;
    overflow: auto;
    border: 1px solid #382f1f;
    box-shadow: inset 0 0 20px #18150e;
    padding: 7px 10px;
    background: url(../img/box-bg.jpg) #252017 no-repeat;
    color: #b4a489;
}

.corner-box > h4 {
    color: #F3E6D0;
    font-family: 'AdelonMedium', serif;
    text-transform: uppercase;
    text-shadow: 0 1px 2px #000;
    margin: 10px 0 3px;
}

.corner-box > .separator-box {
    height: 2px;
    border-radius: 3px;
    background: #56472f;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

.corner-box .corner {
    position: absolute;
    width: 38px;
    height: 41px;
    background: url("../img/box-corners-2.png") no-repeat;
}

.corner-box .corner.tl {
    top: -4px;
    left: 6px;
}

.corner-box .corner.tr {
    top: -4px;
    right: 6px;
    background-position: -37px 0;
}

.corner-box .corner.bl {
    bottom: -5px;
    left: 6px;
    background-position: 0 -41px;
}

.corner-box .corner.br {
    bottom: -5px;
    right: 6px;
    background-position: -37px -41px;
}

.corner-box .item-image {
    margin: 5px auto;
    width: 48px;
    height: 48px;
}

.corner-box .item-name {
    text-align: center;
    margin: 15px 0;
    font-size: 16px;
}

.corner-box .item-price {
    text-align: center;
    margin: 10px 0;
    font-weight: 500;
    font-size: 14px;
}

.corner-box .item-buy {
    margin-bottom: 10px;
}

.frame-inner {
    padding: 15px 15px 5px;
    margin: 4px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .9);
    border-left: 1px solid #101010;
    border-right: 1px solid #101010;
    border-bottom: 1px solid #101010;
}

.form-group.narrow {
    margin-bottom: 5px;
}

.dd-menu-grunge {
    background: #181613;
    opacity: 0.99;
    border: 1px solid #403529;
    box-shadow: 0 0 10px #000;
}

.dd-menu-grunge > li > a {
    background: #181613;
    border-color: #2b261c;
    color: #7d6a59;
    font-size: 13px;
}

.dd-menu-grunge > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #F3E6D0;
    text-decoration: none;
    background-color: #231d11;
    color: #fff;
}

.grunge {
    border-radius: 0;
    border: 1px solid #4a3725;
    border-bottom: 1px solid #756647;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, .4),
    inset 0 1px 1px rgba(0, 0, 0, .6);
    background-color: rgba(10, 10, 10, .6);
    color: #6D624C;
    outline: 0;
}

.grunge:focus,
.grunge:target {
    border: 1px solid #824c06;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, .4),
    inset 0 1px 3px rgba(0, 0, 0, .6);
    background-color: rgba(10, 10, 10, .6);
    color: #f3e6d0;
}

.grunge[disabled],
.grunge[readonly],
fieldset[disabled] .grunge {
    cursor: not-allowed;
    background-color: rgba(10, 10, 10, .0);
    opacity: 1;
    border: 1px solid #4a3725;
}

.grunge::-moz-placeholder {
    color: #4d4535;
    opacity: 1;
}

.grunge:-ms-input-placeholder {
    color: #4d4535;
}

.grunge::-webkit-input-placeholder {
    color: #4d4535;
}

.grunge.search {
    background-color: rgba(10, 10, 10, .6);
}

.label-grunge {
    background: #252017 url(../img/box-bg.jpg) top left no-repeat;
    border: 1px solid #382f1f;
    box-shadow: inset 0 0 20px #18150e;
    font-weight: normal;
    font-size: 65%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 5px;
}

.nav-tabs-grunge {
    border-bottom: 0;
}

.nav-tabs-grunge > li > a {
    padding: 8px 15px 5px;
    margin-left: 4px;
    margin-right: 0px;
    font-size: 12px;
    border-color: #242019;
    border-bottom: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.nav-tabs-grunge > li > a:hover,
.nav-tabs-grunge > li > a:focus {
    border-color: #302a21;
    border-bottom: 1px solid transparent;
    background: url(../img/gradients.jpg) center -7px repeat-x;
    box-shadow: 0 -1px 3px #090908;
    padding-bottom: 3px;
}

.nav-tabs-grunge > li.active > a,
.nav-tabs-grunge > li.active > a:hover,
.nav-tabs-grunge > li.active > a:focus {
    background: url(../img/gradients.jpg) center -40px repeat-x;
    border-color: #302a21;
    border-bottom: transparent;
    color: #F3E6D0;
    text-shadow: 0 1px 2px #000;
    box-shadow: 0 -1px 2px #090908;
    padding-bottom: 5px;
}

.container-tab {
    border-top: 1px solid #302a21;
    background: url(../img/gradient.png) repeat-x top;
}

.tab-content {
    padding: 0 15px;
    border-top: 1px solid #302a21;
    background: url(../img/gradient.png) repeat-x top;
}

.loading-spin {
    width: 64px;
    height: 64px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -32px 0 0 -32px;
    z-index: 999999;
}

.loading-spin-2 {
    width: 64px;
    height: 64px;
    margin: 20px auto;
}

@-webkit-keyframes spinnerRotate {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(-360deg);
    }
}

@-moz-keyframes spinnerRotate {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(-360deg);
    }
}

@-ms-keyframes spinnerRotate {
    from {
        -ms-transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(-360deg);
    }
}

.loading-spin > .spin-img {
    background: url(../img/load-spiner.png);
    width: 64px;
    height: 64px;
    position: relative;
    -webkit-animation-name: spinnerRotate;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spinnerRotate;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spinnerRotate;
    -ms-animation-duration: 1s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
}

.loading-spin > .fixed-img {
    background: url(../img/load-center.png);
    width: 64px;
    height: 64px;
    margin-top: -64px;
}

.loading-spin-2 > .spin-img {
    background: url(../img/load-spiner.png);
    width: 64px;
    height: 64px;
    position: relative;
    -webkit-animation-name: spinnerRotate;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spinnerRotate;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spinnerRotate;
    -ms-animation-duration: 1s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
}

.loading-spin-2 > .fixed-img {
    background: url(../img/load-center.png);
    width: 64px;
    height: 64px;
    margin-top: -64px;
}

.black-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
}

.btn-primary,
.btn-grunge {

    border-radius: 0;
    border: 1px solid #483a30;
    overflow: hidden;
    border-radius: 1px;
    color: #b1a797;
    font-family: 'AdelonMedium', serif;
    text-transform: uppercase;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .6);
    box-shadow: 0 0 0 1px #181614,
    inset 0 1px 1px rgba(0, 0, 0, .5);
    background: rgb(61, 54, 45); /* Old browsers */
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(61, 54, 45, 1)), color-stop(0.5, rgba(61, 54, 45, 1)), color-stop(0.51, rgba(51, 43, 34, 1)), to(rgba(51, 43, 34, 1)));
    background: -webkit-linear-gradient(rgba(61, 54, 45, 1) 0%, rgba(61, 54, 45, 1) 50%, rgba(51, 43, 34, 1) 51%, rgba(51, 43, 34, 1) 100%);
    background: -moz-linear-gradient(rgba(61, 54, 45, 1) 0%, rgba(61, 54, 45, 1) 50%, rgba(51, 43, 34, 1) 51%, rgba(51, 43, 34, 1) 100%);
    background: -o-linear-gradient(rgba(61, 54, 45, 1) 0%, rgba(61, 54, 45, 1) 50%, rgba(51, 43, 34, 1) 51%, rgba(51, 43, 34, 1) 100%);
    background: linear-gradient(rgba(61, 54, 45, 1) 0%, rgba(61, 54, 45, 1) 50%, rgba(51, 43, 34, 1) 51%, rgba(51, 43, 34, 1) 100%); /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */ /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d362d', endColorstr='#332b22', GradientType=0); /* IE6-9 */
}

.btn-grunge-fb {
    background: #3b5998; /* Old browsers */
    background: -moz-linear-gradient(top, #3b5998 0%, #3b5998 50%, #3b5998 50%, #2b4170 51%, #2b4170 100%, #2b4170 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3b5998), color-stop(50%, #3b5998), color-stop(50%, #3b5998), color-stop(51%, #2b4170), color-stop(100%, #2b4170), color-stop(100%, #2b4170)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #3b5998 0%, #3b5998 50%, #3b5998 50%, #2b4170 51%, #2b4170 100%, #2b4170 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3b5998 0%, #3b5998 50%, #3b5998 50%, #2b4170 51%, #2b4170 100%, #2b4170 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #3b5998 0%, #3b5998 50%, #3b5998 50%, #2b4170 51%, #2b4170 100%, #2b4170 100%); /* IE10+ */
    background: linear-gradient(to bottom, #3b5998 0%, #3b5998 50%, #3b5998 50%, #2b4170 51%, #2b4170 100%, #2b4170 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b5998', endColorstr='#2b4170', GradientType=0); /* IE6-9 */
}

.btn-grunge:focus,
.btn-primary:focus,
.btn-grunge:target,
.btn-primary:target,
.btn-primary:hover,
.btn-grunge:hover {
    color: #dedcd9 !important;
    border-color: #824c06 !important;
}

.btn-grunge-fb:active {
    box-shadow: inset 0 2px 15px #000;
    background: #2B4170;
}

.btn-grunge-fb:active {

}

.btn-grunge-simple {
    background: #12110f;
    border-color: #4a3725;
    color: #a99877;
}

.btn-grunge-simple:hover,
.btn-grunge-simple:hover {
    color: #fff;
}

.dd-grunge > a {
    color: #F3E6D0;
    text-shadow: 0 1px 1px #000;
}

.dd-grunge > a:hover {
    text-decoration: none;
    color: #fff;
}

.dd-grunge > a > h4 {
    margin: 5px 0;
}

.dropdown-menu .divider-grunge {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .2);
}

.open > a {
    outline: 0;
    text-decoration: none;
}

.dd-grunge-green > a {
    background: #69ba02; /* Old browsers */
    background: -moz-linear-gradient(top, #69ba02 0%, #3c7a02 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #69ba02), color-stop(100%, #3c7a02)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #69ba02 0%, #3c7a02 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #69ba02 0%, #3c7a02 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #69ba02 0%, #3c7a02 100%); /* IE10+ */
    background: linear-gradient(to bottom, #69ba02 0%, #3c7a02 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#69ba02', endColorstr='#3c7a02', GradientType=0); /* IE6-9 */
    color: #eee;
    border: 0 !important;
    box-shadow: inset 0 -2px 2px rgba(0, 0, 0, .8);
}

.dd-grunge-green > a:hover,
.dd-grunge-green > a:focus {
    background: #3c7a02 !important;
}

.dd-grunge-green.open > a {
    background: #3c7a02 !important;
}

.nav.nav-tabs-grunge .open > a,
.nav.nav-tabs-grunge .open > a:hover,
.nav.nav-tabs-grunge .open > a:focus {
    background-color: transparent;
    border-color: #242019;
}

.panel-grunge {
    background-color: rgba(0, 0, 0, .7);
    box-shadow: 0;
    border-color: #382F1F;
}

.panel-grunge > .panel-heading {
    background: #252017;
}

.panel-group .panel-grunge > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #302A21;
}

.panel-grunge > .panel-heading > .panel-title > a:hover {
    text-decoration: none;
}

.mark-read > small {
    color: #aaa;
}

.panel-grunge p.quicktip {
    margin-bottom: 0;
}

.input-group-btn.grunge select {
    border-color: #756647;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.panel-grunge-community {
    background-color: rgba(0, 0, 0, .7);
    box-shadow: 0;
    margin-bottom: 0;
}

.caret-tab {
    background-color: transparent !important;
    padding: 2px 10px 2px 8px !important;
    margin: 3px 5px;
    border-left: 1px solid #444035 !important;
    border-right: 1px solid #444035 !important;
    border-bottom: 1px solid #444035 !important;
    border-top: 1px solid #574320 !important;
    border-radius: 2px;
    color: #ad835a;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .8),
    inset 0 1px 1px rgba(0, 0, 0, .8);
}

.caret-tab:hover,
.caret-tab:focus {
    background-color: #1f180f !important;
    color: #ad835a !important;
    border-color: #574320 !important;
}

.input-group-btn select {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.account-avatar {
    border: 1px solid rgba(255, 255, 255, .25);
    border-bottom-color: rgba(255, 255, 255, .3);
    border-top-color: rgba(255, 255, 255, .15);
    border-radius: 4px;
    box-shadow: inset 0 2px 10px #000, 0 1px 1px rgba(255, 255, 255, .07);
}

/*-----BOOTSTRAP THEME------------------*/
body {
    background-color: #060503;
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-position: center -19px;
    color: #6D624C;
    font: normal 13px/1.5 Arial, sans-serif;
}

h1 small, h2 small, h3 small,
h4 small, h5 small, h6 small,
.h1 small, .h2 small, .h3 small,
.h4 small, .h5 small, .h6 small,
h1 .small, h2 .small, h3 .small,
h4 .small, h5 .small, h6 .small,
.h1 .small, .h2 .small, .h3 .small,
.h4 .small, .h5 .small, .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #302822;
}

.topbar {
    width: 100%;
    height: 30px;
    /*background: url(../img/top.png) repeat-x;*/
    border-bottom: 1px solid rgba(255, 255, 255, .05);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .1)
}

.lang {
    padding: 5px 5px 5px 35px;
    background: url(../img/map-small.gif) center left no-repeat;
    width: auto;
}

.lang > a {
    font: normal 12px "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    margin-right: 5px;
    color: #160c04;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .1);
}

.lang > a.selected {
    background: url("../img/check.gif") 0 2px no-repeat;
    padding-left: 15px;
    color: #ddd;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .3);
}

.top-log {
    font: normal 12px "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    background: rgba(0, 0, 0, .3);
    padding: 3px 15px 5px;
    margin-right: 30px;
    border-radius: 0 0 5px 5px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    color: #aaa;
}

.top-log > a:hover {
    text-decoration: none;
}

header.main {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    background: url(../img/top.jpg) no-repeat center top;
    box-shadow: 0 1px 15px rgba(0, 0, 0, .4), inset 0 -1px 0 rgba(255, 255, 255, .07);
}

.logo-container {
    position: relative;
    width: 286px;
    height: 56px;
}

.navbar-brand img {
    top: -30px;
    position: relative;
    max-height: 80px;
    max-width: 240px;
    width: auto;
    height: auto;
}

.navbar-brand img:hover {
    opacity: 0.85;
    filter: alpha(opacity=85);
}

.navbar-brand span {
    color: #dcdcdc;
    font-weight: 300;
    font-size: 28px;
}

.navbar-brand span:hover {
    opacity: 0.85;
    filter: alpha(opacity=85);
}

.navbar-main {
    border: 0;
    padding-top: 10px;
    padding-bottom: 5px;
    background-color: transparent;
    margin-bottom: 0px;
}

.navbar-collapse {
    border: 0;
    box-shadow: inset 0 0 0 rgba(255, 255, 255, .1);
}

.navbar-main .navbar-nav > li > a {
    color: #ddd;
    font-family: 'AdelonMedium', serif;
    font-size: 18px;
    padding: 18px 25px;
    text-shadow: 0 1px 2px #000;
    text-transform: uppercase;
}

.navbar-main .navbar-nav > li > a:hover {
    color: #ffffff;
}

.page-header {
    border-bottom-color: rgba(0, 0, 0, 0);
    margin-top: 20px;
}

.page-title {
    font-family: 'AdelonMedium', serif;
    color: #f3e6d0;
    font-size: 35px;
    text-transform: uppercase;
    text-shadow: 0 1px 1px #000;
}

.page-title > small {
    color: #b1a797;
}

.page-subtitle {
    font-size: 18px;
    color: #a99877;
    position: relative;
}

.breadcrumb.grunge {
    background: none;
    box-shadow: none;
    font-size: 11px;
    border-radius: 0 5px 5px 0;
    background: rgba(0, 0, 0, .7);
    border: 0;
    text-align: left;
    float: left;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    border-top: 1px solid rgba(0, 0, 0, .9);
    padding: 5px 10px;
    margin-left: -1px;
}

/*-----FACEBOOK-----*/
.frame-inner-fb {
    padding: 5px 4px 6px;
    margin: 0;
}

#fb-root {
    display: none;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
    width: 100% !important;
}

/*Facebook comments*/
#fb-root {
    display: none;
}

/* To fill the container and nothing else */
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
    color: #a99877 !important;
}

iframe.fb_ltr {
    width: 90% !important;
    border: 0 !important;
    color: #a99877 !important;
}

.comments {
    background: #12110f url(../img/gradient.png) top center repeat-x;
    border: 1px solid #1a1613;
    border-top: 1px solid #463c30;
    box-shadow: inset 0 1px 1px #000, 0 1px 1px 1px #000;
    padding-bottom: 40px;
}

/*------HOME------*/
a.download-button {
    color: #f2e1b1;
    font-family: 'AdelonMedium', serif;
    font-size: 22px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 26px;
    text-shadow: 0 1px 5px rgba(0, 0, 0, .8);
    padding: 15px 0;
    display: block;
    background: url(../img/dl-button.png) repeat-x top;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 1px;
    border: 0;
    box-shadow: 0 0 0 1px #000, 0 0 0 2px #4a3725, 0 1px 3px #000;
}

a.download-button:hover {
    color: #fbf5e5;
    box-shadow: 0 0 0 1px #000, 0 0 0 2px #824c06, 0 1px 3px #000;
}

.table-specs th {
    padding: 9px 0;
    background-color: rgba(255, 255, 255, .1);
    border-left: none;
    border-bottom: 1px solid #463c30;
    text-align: center;
}

.table-specs > thead > tr > th {
    border-bottom: 2px solid #463c30;
    border-top: 1px solid #463c30;
    text-align: center;
    border-left: 1px solid #463c30;
}

.table-specs > thead > tr > th.first {
    border-left: none;
}

.table-specs td {
    padding: 9px 0;
    border-left: 1px solid #463c30;
    border-bottom: 1px solid #463c30;
    font-size: 11px;
    text-align: center;
    background-color: rgba(255, 255, 255, .05);
}

.table-referrals {

}

.table-referrals > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #463c30;
}

.table-referrals > thead > tr > th,
.table-referrals > tbody > tr > th,
.table-referrals > tfoot > tr > th,
.table-referrals > thead > tr > td,
.table-referrals > tbody > tr > td,
.table-referrals > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid rgba(255, 255, 255, .02);
}

.login-cont {
    padding: 0;
    background-color: rgba(68, 88, 96, .4);
    float: none;
}

.login-cont-profile {
    background: #12110f url(../img/subspot_bg.jpg) center -1px no-repeat;
    margin-bottom: 5px;
    padding-top: 10px;
    border: 1px solid #4a3725;
    border-radius: 2px;
    box-shadow: 0 0 0 1px #111,
    0 1px 2px rgba(0, 0, 0, .9);
}

.login-reg-link > a {
    text-shadow: 0 1px 0 #000;
}

.login-cont-avatar {
    width: 55px;
    height: 55px !important;
    margin-bottom: 10px;
    background: #ccc;
    border: 1px solid rgba(255, 255, 255, .25);
    border-bottom-color: rgba(255, 255, 255, .3);
    border-top-color: rgba(255, 255, 255, .15);
    border-radius: 3px;
    background-size: cover;
    background-position: center;
    box-shadow: inset 0 2px 10px #000, 0 1px 1px rgba(255, 255, 255, .07);
}

.spot-right {
    margin-top: 30px;
}

.sub-spot {
    background: #12110f url(../img/subspot_bg.jpg) top center no-repeat;
    margin-bottom: 30px;
    padding-top: 10px;
    border: 1px solid #4a3725;
    border-radius: 2px;
    box-shadow: 0 0 0 1px #111,
    0 1px 2px rgba(0, 0, 0, .9);
}

.sub-spot-title-list {
    background: url(../img/section-bg.jpg) repeat-x 0 32px;
    padding-bottom: 5px;
    padding-left: 5px;
}

.sub-spot-title > h4 {
    color: #F3E6D0;
    font-family: 'AdelonMedium', serif;
    text-transform: uppercase;
    text-shadow: 0 1px 2px #000;
    margin: 10px 0 3px;
}

.sub-spot-title-list > li.link {
    margin-left: 10px;
}

.sub-spot-title-list > li.link > a {
    padding: 13px 0 2px;
    font-size: 12px;
}

.sub-spot-title-list > li.link > a:hover {
    background: none;
}

.list-group.mini-rank {
    padding-top: 3px;
    margin-bottom: 0px;
}

.list-group.mini-rank > .list-group-item {
    margin-bottom: 2px;
    background: none;
    border: 0;
    border-radius: 0;
    border-bottom: 1px dotted #282520;
    padding: 1px 1px 7px;
}

.list-group.mini-rank > .list-group-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.list-group.mini-rank > .list-group-item > .list-group-item-heading {
    font-size: 12px;
    margin-bottom: 0px;
}

.badge-rank {
    width: 22px;
    height: 22px;
    border-radius: 0;
    font-size: 11px;
    padding: 0;
    margin-right: 5px;
    display: inline-block;
    line-height: 24px;
}

.rank-1 {
    background: transparent url(../img/medals-sprite.png) center top;
    background-position: center -2px;
    color: transparent;
}

.rank-2 {
    background: transparent url(../img/medals-sprite.png) center top;
    background-position: center -28px;
    color: transparent;
}

.rank-3 {
    background: transparent url(../img/medals-sprite.png) center top;
    background-position: center -56px;
    color: transparent;
}

p > span.rank-4,
p > span.rank-5 {
    background: transparent url(../img/medals-sprite.png) center top;
    background-position: center -83px;
    color: transparent;
}

.badge.lv {
    font-size: 11px;
    margin-right: 5px;
    background-color: rgba(0, 0, 0, .3);
    color: #999;
}

.badge.lv a:hover {
    text-decoration: none;
}

.subspot-items {
    width: 100%;
    height: 90px;
    overflow: hidden;
    border: 1px solid #382f1f;
    box-shadow: inset 0 0 20px #18150e;
    padding: 7px 10px;
    background: url(../img/box-bg.jpg) #252017 no-repeat;
}

.item-group > .item-content {
    background: rgba(0, 0, 0, .4);
    display: block;
    overflow: auto;
    padding: 5px;
    border-radius: 0;
    border: 1px solid #4a3725;
    border-bottom: 1px solid #756647;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, .4),
    inset 0 1px 1px rgba(0, 0, 0, .6);
    text-align: center;
}

.item-group > h5 {
    margin: 0 0 5px;
    padding: 0;
    border-radius: 5px;
    color: #F3E6D0;
    text-shadow: 0 1px 1px #000;
}

.item-group img {
    min-width: 30px;
}

.subspot-link-bg {
    border: 1px solid #483a30;
    overflow: hidden;
    margin: 0 auto 12px;
    border-radius: 5px;
    box-shadow: 0 0 6px #000000;
    width: 100%;
}

.subspot-link-bg:hover {
    border-color: #824c06;
}

.social-link-bg {
    border: 1px solid #483a30;
    overflow: hidden;
    margin: 0 auto 12px;
    border-radius: 2px;
    box-shadow: 0 0 6px #000000;
    width: 100%;
    padding: 4px 5px;
}

.social-link-bg span {
    line-height: 24px;
}

.subspot-link-image {
    display: block;
    overflow: hidden;
    border-radius: 4px;
}

.subspot-link-image > img {
    display: block;
}

.donate-link {
    background: url(../img/donate-link.png) bottom right no-repeat;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 1), inset 0 0 0 1px #000;
    padding: 5px 10px;
    display: block;
    color: #fff;
    font-family: serif;
    font-size: 22px;
    line-height: 24px;
    text-shadow: 0 1px 3px #000;
    margin-bottom: 0;
}

.donate-link:hover {
    text-decoration: none;
}

.bank-link {
    background: url(../img/mini-bg1.png) bottom right no-repeat;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 1), inset 0 0 0 1px #000;
    padding: 5px 10px;
    display: block;
    color: #fff;
    font-family: serif;
    font-size: 22px;
    line-height: 24px;
    text-shadow: 0 1px 3px #000;
    margin-bottom: 0;
}

.bank-link:hover {
    text-decoration: none;
}

.time > p#cur_time {
    font-size: 25px;
    width: 100%;
    text-align: center;
    line-height: 56px;
    font-weight: bold;
    font-family: serif;
    color: #fff;
}

/*-----NEWS-----*/

.news {
    border: 1px solid #4a3725;
    border-radius: 5px;
    box-shadow: 0 0 0 1px #111,
    0 1px 2px rgba(0, 0, 0, .9);
    margin-bottom: 5px;
    background-color: #12110f;
}

.news .list-group-item {
    background-color: #12110f;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .6);
    border-top: 1px solid rgba(255, 255, 255, .03);
    margin-bottom: 0;
    position: relative;
}

.news .list-group-item > p {
    color: #a99877;
    font-size: 13px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;

    margin-bottom: 0;
    line-height: 1.3;

    text-align: left;
}

.news a.list-group-item:hover,
.news a.list-group-item:focus {
    text-decoration: none;
    background-color: #12110f;
}

.news a.list-group-item:hover > p,
.news a.list-group-item:focus > p {
    color: #a99877;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.news .list-group-item .image {
    overflow: hidden;
    height: 130px;
    display: block;
    border: 1px solid #483a30;
    background-size: cover;
    background-position: center center;
    border-radius: 3px;
    box-shadow: inset 0 0 1px 1px #000;
    margin-bottom: 10px;
}

.news .list-group-item:hover .image,
.news .list-group-item:focus .image {
    border: 1px solid #824c06;
}

.news .list-group-item:first-child {
    border-top: 0;
}

.news .list-group-item:last-child {
    border-bottom: 0;
}

.news a .news-meta {
    color: #6D624C;
}

.news a > h3.list-group-item-heading {
    font-family: 'AdelonMedium', serif;
    font-size: 20px;
    color: #F3E6D0;
}

.news a > h3.list-group-item-heading > span.label {
    font-family: serif;
}

.news-meta {
    position: absolute;
    top: 0px;
    left: -17%;
    padding: 0;
}

@media screen and (max-width: 992px) {
    .news-meta {
        position: absolute;
        top: 2%;
        left: 6%;
        padding: 0;
    }
}

.news-meta > .publish-date {
    display: block;
    font-size: 13px;
    padding: 5px 0;
    font-weight: bold;
    text-align: center;
    border: 1px solid #483a30;
    overflow: hidden;
    margin: 10px auto;
    border-radius: 5px;
    box-shadow: 0 1px 1px #000000;
    background: rgba(0, 0, 0, .5);
}

.news-page {
    border: 0;
    box-shadow: none;
}

.news-page > .list-group-item:first-child {
    border-top: 0;
}

.news-page > .list-group-item:last-child {
    border-bottom: 0;
}

.recent-news {
    padding-top: 3px;
    margin-bottom: 0px;
}

.recent-news a {
    color: #ccae74;
}

.recent-news a:hover {
    color: #fff;
}

.list-group.recent-news > .list-group-item {
    margin-bottom: 2px;
    background: none;
    border: 0;
    border-radius: 0;
    border-bottom: 1px dotted #66503b;
    padding: 1px 1px 7px;
}

.server-status {
    margin: 10px 0;
    border: 1px solid #483a30;
    overflow: hidden;
    box-shadow: 0 0 6px #000000, inset 0 0 0 1px #000;
    width: 100%;
    border-radius: 2px;
    padding: 10px 5px;
    background: url(../img/subspot_bg.jpg) center -1px no-repeat;
}

.estatus {
    height: 27px;
    line-height: 30px;
    font-size: 13px;
    font-weight: bold;
    text-shadow: 0 1px 1px #000;
}

.progress.grunge {
    margin: 0;
    border-radius: 4px;
    height: 27px;
}

.progress.grunge > .progress-bar {
    line-height: 25px;
    text-shadow: 0 1px 1px #000;
    border: 1px solid #000;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    border-radius: 3px 0 0 3px;
    background: url(../img/gradients.jpg) center -80px repeat-x;
    color: #999081;
}

.lg-grunge > a {
    background: #181613;
    border-color: #2b261c;
    color: #7d6a59;
    margin: 0;
    border-top: 1px solid #373124;
    border-bottom: 1px solid #111;
    text-shadow: 0 1px 1px #000;
}

.lg-grunge > a:hover {
    background: #231d11;
    color: #F3E6D0;
    border-top: 1px solid #4a3d24;
    border-bottom: 1px solid #18140c;
}

.lg-grunge > a:first-child {
    border-top: 1px solid #4a3d24;
}

.lg-grunge > a:last-child {
    border-bottom: 1px solid #4a3725;
}

.post {
    font: normal 13px/1.5 Arial, sans-serif;
    line-height: 2em;
    color: #a99877;
}

.post .page-header {
    margin-bottom: 0;
}

.post .post-meta {
    margin-bottom: 15px;
}

.post-meta .publish-date {
    font-size: 12px;
}

.post a {
    color: #ad835a;
}

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

.post h1,
.post h2,
.post h3,
.post h4,
.post h5,
.post h6 {
    font-family: serif;
    color: #F3E6D0;
}

.post-img {
    overflow: hidden;
    height: 230px;
    display: block;
    border: 1px solid #483a30;
    background-size: cover;
    background-position: center center;
    border-radius: 3px;
    box-shadow: inset 0 0 1px 1px #000;
    margin-bottom: 10px;
}

.post p {
    padding: 6px 0;
    margin: .5em 0;
}

/*------HOME------*/
/*------SIDEBAR------*/
.times {
    margin: 5px 0;
}

.times > li > span.name {
    display: inline-block;
    border-left: 2px solid #756647;
    padding: 7px 0 7px 15px;
    font-size: 12px;
}

.times > li > span.circle {
    width: 10px;
    height: 10px;
    background: #756647;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    margin-left: 5px;
    margin-right: -10px;
    border: 1px solid #00050b;
}

.times > li > span.badge {
    background: transparent;
    width: 70px;
    color: #756647;
}

.times > li.live > span.name {
    font-size: 14px;
    color: #F3E6D0;
}

.times > li.live > span.circle {
    background: #78af02;
    border: 0;
}

.times > li.live > span.badge {
    background: #78af02;
    color: #F3E6D0;
}

.sidebar-imgbox {
    border: 1px solid #483a30;
    overflow: hidden;
    margin: 5px auto;
    border-radius: 5px;
    box-shadow: 0 0 6px #000000;
    width: 100%;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 1), inset 0 0 0 1px #000;
    height: 60px;
    line-height: 24px;
}

.sidebar-imgbox:hover {
    border-color: #824c06;
}

.gms-online {
    background: url(../img/mini-bg1.png) top right no-repeat !important;
    height: auto !important;
    clear: both;
}

.gms-name {
    display: inline-block;
    height: 16px;
    line-height: 16px;
    color: #999081;
    margin: 0 0 0 15px;
    font-family: sans-serif;
    font-size: 12px;
}

.fortress-war {
    color: #fff;
    background: url(../img/fortress-banner.png) top right no-repeat;
    font-size: 22px;
    font-family: serif;
    text-shadow: 0 1px 3px #000;
    height: auto;
}

.fortress-war > p {
    margin: 15px 10px 15px;
}

.fortress {
    background: rgba(0, 0, 0, .85);
    padding: 5px 10px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

.fortress > p {
    padding: 5px 0;
    margin: 0;
    font-size: 14px;
    border-top: 1px solid rgba(255, 255, 255, .07);
}

.fortress > p:first-child {
    border-top: 1px solid transparent;
    border-bottom: 1px solid rgba(0, 0, 0, .7);
}

.fortress > p:last-child {
    border-top: 1px solid rgba(255, 255, 255, .07);
}

.fortress > p > span > a {
    color: #F3E6D0;
    text-shadow: 0 1px 1px #000;
}

.fortress > p > span > a:hover {
    color: #fff;
}

.icon-fortress {
    width: 16px;
    height: 16px;
    display: inline-block;
    color: transparent;
    font-weight: bold;
    line-height: 19px;
    margin-bottom: -3px;
}

.fortress-name {
    font-weight: bold;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    color: #999081;
    margin: 0 0 0 10px;
}

.icon-fortress.jangan {
    background-image: url('../img/fort-jangan.png');
}

.icon-fortress.hotan {
    background-image: url('../img/fort-hotan.png');
}

.icon-fortress.bandit {
    background-image: url('../img/fort-bandit.png');
}

.icon-fortress.constantinople {
    background-image: url('../img/fort-constantinople.png');
}

.screenshots {
    height: 180px;
    background-size: cover;
}

.screenshots > .user {
    height: 30px;
    background: rgba(0, 0, 0, .7);
    padding: 5px;
    width: 100%;
    border-bottom-right-radius: 5px;
}

.screenshots > a.link {
    height: 125px;
    display: block;
}

.screenshots > .user > a {
    display: inline-block;
}

.screenshots > .links {
    background: rgba(0, 0, 0, .8);
    padding: 2px 5px;
    display: inline-block;
    width: 100%;
    height: 35px;
    border-top: 1px solid rgba(0, 0, 0, .2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15);
}

.screenshots > .links > span {
    display: inline-block;
}

.screenshots a {
    font-size: 12px;
    text-shadow: 0 1px 3px #000;
}

.screenshots a:hover {
    text-decoration: none;
}

.screenshot-content {
    width: 100%;
    padding: 2px 1px 1px;
    text-align: center;
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.3);
    border-width: 1px;
    border-style: solid;
    border-color: #4A3725 #4A3725 #756647;
}

.screenshot-content > img {
    margin: 0 auto;
    max-height: 700px;
}

.pager-screenshots > li > a {
    width: 100px;
}

/*------SIDEBAR------*/
/*------FOOTER------*/
footer.main {
    margin-top: 30px;
    font: normal 12px Arial, Helvetica, sans-serif;
}

.footer-nav > h4 {
    font-size: 14px;
    border-bottom: 2px solid #4a3725;
    padding-bottom: 3px;
    margin-bottom: 5px;
    color: #F3E6D0;
    font-weight: bold;
}

.footer-nav > ul > li {
    margin-bottom: 5px;
}

.footer-nav > ul > li > a {
    color: #6D624C;
}

.footer-nav > ul > li > a:hover {
    color: #fff;
    text-decoration: none;
}

.footer-text {
    padding-top: 10px;
    border-top: 1px solid #151412;
    font-size: 11px;
    margin-bottom: 5px;
}

/*------FOOTER------*/
/*------REGISTRO------*/
.register-content {
    background: #12110f url(../img/content-top.jpg) top center no-repeat;
    border: 1px solid #1a1613;
    border-top: 1px solid #463c30;
    box-shadow: inset 0 1px 1px #000, 0 1px 1px 1px #000;
}

.reg-right {
    min-height: 350px;
}

/*------REGISTRO------*/
/*-----COMUN PAGES-----*/

.imgbox {
    border: 1px solid #483a30;
    overflow: hidden;
    margin: 5px auto;
    border-radius: 5px;
    box-shadow: 0 0 6px #000000;
    width: 100%;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 1), inset 0 0 0 1px #000;
    height: 120px;
    line-height: 24px;
    background-size: cover;
    background-position: center center;
}

.imgbox-big {
    height: 220px;
}

.thumb-screenshot {
    font-size: 14px;
}

.thumb-screenshot > a:hover {
    text-decoration: none;
}

.page-img {
    overflow: hidden;
    display: block;
    border: 1px solid #483a30;
    background-size: cover;
    background-position: center center;
    border-radius: 3px;
    box-shadow: inset 0 0 1px 1px #000;
    margin-bottom: 10px;
}

.page-img p {
    margin: 0;
    border: 1px solid #000;
}

.imgbox:hover {
    border-color: #824c06;
}

.page-container {
    margin-top: 40px;
}

.margin-top-10 {
    margin-top: 10px;
}

.normal-content {
    background: #12110f url(../img/content-top.jpg) top right no-repeat;
    border: 1px solid #1a1613;
    border-top: 1px solid #463c30;
    box-shadow: inset 0 1px 1px #000, 0 1px 1px 1px #000;
    padding-bottom: 40px;
}

.account-content {
    background: #12110f url(../img/content-top.jpg) top right no-repeat;
    border: 1px solid #1a1613;
    border-top: 1px solid #463c30;
    box-shadow: inset 0 1px 1px #000, 0 1px 1px 1px #000;
    padding-bottom: 40px;
}

.guild-content {
    background: #12110f url(../img/guild.jpg) top right no-repeat;
    background-size: 794px 265px;
    border: 1px solid #1a1613;
    border-top: 1px solid #463c30;
    box-shadow: inset 0 1px 1px #000, 0 1px 1px 1px #000;
    padding-bottom: 40px;
}

.ph-grunge {
    border-bottom: 1px solid #1a1613;
}

.pg-grunge {
    margin: 0;
}

.pg-grunge > li > a,
.pg-grunge > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #a99877;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #483a30;
}

.pg-grunge > li > a:hover,
.pg-grunge > li > span:hover {
    background: #483a30;
    color: #fff;
    border: 1px solid #483a30;
    text-shadow: none;
}

.pg-grunge > li.active > a,
.pg-grunge > li.active > a:hover,
.pg-grunge > li.active > span:hover {
    background: #824c06;
    color: #fff;
    border: 1px solid #824c06;
    text-shadow: none;
}

div.email-img {
    width: 128px;
    height: 128px;
    margin: 20px auto;
    background: url(../img/email.png);
    background-size: cover;
}

div.check-img {
    width: 64px;
    height: 64px;
    margin: 5px auto;
    background: url(../img/circle-check.png);
    background-size: cover;
}

div.terms {
    height: 150px;
    border: 1px solid #1e1b18;
    background: rgba(10, 10, 10, .6);
    padding: 6px;
    overflow: auto;
    font-size: 13px;
    text-align: justify;
    color: #6D624C;
    font-family: monospace;
}

.reg-steps {
    margin-bottom: 10px;
    background: url(../img/mini-bg1.png) right -70px no-repeat;
    padding: 20px 0 0;
}

.reg-steps > .row {
    margin-left: -1px;
    margin-right: 0;
}

.reg-step {
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin: 15px 0 0px;
    font-family: 'AdelonMedium', serif;
    font-size: 18px;
    background: url(../img/regstep.png) no-repeat;
}

.rs1 {
    background-position: -1px 8px;
}

.rs2 {
    background-position: -272px 8px;
}

.rs3 {
    background-position: -544px 8px;
}

.reg-step.active {
    text-shadow: 0 1px 4px #000;
    color: #ddd;
    font-size: 22px;
    background: url(../img/regstep-active.png) no-repeat;
}

.rs1.active {
    background-position: -1px 0;
}

.rs2.active {
    background-position: -272px 0;
}

.rs3.active {
    background-position: -544px 0;
}

a.characters {
    text-align: center;
}

a.characters > img {
    margin: 0 !important;
    width: 100%;
}

a.characters:hover > img {
    box-shadow: 0 0 15px #b2873f;
}

.shop-item {
    margin-top: 15px;
    background: url(../img/gradient.png) center top repeat-x;
    border-top: 1px solid #382f1f;
    position: relative;
    box-shadow: inset 0 1px 1px #000;
    padding-bottom: 10px;
    padding-top: 10px;
}

.shop-item:before,
.shop-item:after {
    content: "";
    position: absolute;
    border-width: 1px;
    border-style: solid;
    border-bottom: 0;
    -webkit-border-image: -webkit-linear-gradient(#382f1f, rgba(0, 0, 0, 0)) 1 100%;
    -moz-border-image: -moz-linear-gradient(#382f1f, rgba(0, 0, 0, 0)) 1 100%;
    -o-border-image: -o-linear-gradient(#382f1f, rgba(0, 0, 0, 0)) 1 100%;
    border-image: linear-gradient(to bottom, #382f1f, rgba(0, 0, 0, 0)) 1 100%;
    top: -1px;
    bottom: -1px;
    width: 1px;
}

.shop-item:before {
    left: -1px;
}

.shop-item:after {
    right: -1px;
}

.table-unbordered,
.table-unbordered tr,
.table-unbordered td {
    border-color: transparent !important;
}

.char-info {

}

.char-info .char-img {
    padding-top: 50px;
    background: rgba(0, 0, 0, .3);
    height: 205px;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
    position: relative;
}

.char-info .char-img:hover {
    padding-top: 35px;
}

.char-info .char-img:hover > img {
    box-shadow: 0 0 15px #b2873f;
}

.char-info .char-img .shadow {
    box-shadow: inset 0 -3px 3px rgba(0, 0, 0, .5);
    height: 10px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.char-title {
    font-family: 'AdelonMedium', serif;
    color: #f3e6d0;
    font-size: 25px;
    text-shadow: 0 2px 2px #000;
    height: 48px;
    padding-top: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
}

.char-title.ch {
    background: url(../img/chinese-title.png) no-repeat left top;
}

.char-title.eu {
    background: url(../img/euro-title.png) no-repeat left top;
}

.char-features {
    font-weight: bold;
    font-size: 14px;
    text-shadow: 0 1px 2px #000;
}

.char-features dt {
    margin-bottom: 10px
}

.char-options {
    margin-top: 10px;
}

.char-options > li {
    margin-bottom: 10px;
    padding-left: 10px;
}

.char-options > li > a:hover {
    text-decoration: none;
}

.items-template {
    background: url(../img/armor.png) 40px top no-repeat;
    min-height: 341px;
    position: relative;
    width: 240px;
    float: left;
    margin-top: 45px;
}

.char-items-description {
    float: left;
    width: 220px;
}

.char-items-description > ul > li {
    background: url(../img/bullet.gif) no-repeat left 11px;
    padding-left: 25px;
    text-shadow: 0 2px 1px #000;
    color: #a99877;
    cursor: pointer;
}

.char-items-description > ul > li > h5 {
    margin: 0;
    padding: 10px 0;
}

.char-items-description > ul:hover > li {
    opacity: 0.2;
    text-shadow: none;
    color: #6D624C;
    -webkit-transition: all 200ms ease 0s;
    -moz-transition: all 200ms ease 0s;
    -o-transition: all 200ms ease 0s;
    transition: all 200ms ease 0s;
}

.char-items-description > ul:hover > li:hover {
    opacity: 1;
    text-shadow: 0 2px 1px #000;
    color: #a99877;
    background: url(../img/bullet2.gif) no-repeat left 11px;
}

.char-items-description > ul > li > ul {
    margin-top: -10px;
}

.char-items-description > ul > li > ul > li {
    font-size: 11px;
    color: #6D624C;
    text-shadow: 0 1px 0 #000;
}

.char-items {
    width: 34px;
    height: 34px;
    display: block;
    border: 1px solid #4a3725;
    border-bottom: 1px solid #756647;
    background: rgba(0, 0, 0, .4);
    position: absolute;
    box-shadow: 0 1px 1px #000;
    cursor: pointer;
}

.char-items.wp1 {
    left: 30px;
    top: 13px;
}

.char-items.wp2 {
    left: 165px;
    top: 13px;
}

.char-items.ha {
    left: 98px;
    top: 13px;
}

.char-items.sa {
    left: 165px;
    top: 80px;
}

.char-items.ba {
    left: 98px;
    top: 80px;
}

.char-items.aa {
    left: 30px;
    top: 160px;
}

.char-items.la {
    left: 98px;
    top: 160px;
}

.char-items.ta {
    left: 98px;
    top: 270px;
}

.masterys > li > h5 > img {
    min-width: 24px;
    min-height: 24px;
}

.achievements li.achievement {
    background: #1e1b16;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, .5), 0 1px 2px rgba(0, 0, 0, .5);
    color: #6D624C;
    display: block;
    width: 100%;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-left: 3px solid transparent;
}

.achievements > div:nth-child(n+3) > li {
    margin-top: -62px;
}

.achievements li.achievement:hover {
    background: #201e1b;
}

.achievements li.achievement.expanded {
    margin-top: 10px;
}

.achievements li.achievement.win {
    border-left-color: #2e7900;
    color: #2e7900;
}

.achievements li.achievement.win .media-heading {
    color: #2e7900;
}

.achievements li.achievement.win-2 {
    border-left-color: #d7d6d5;
}

.achievements li.achievement .media-heading {
    color: #a99877;
    text-shadow: 0 1px 0 #000;
    margin-top: 6px;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.achievements li.achievement small {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: inline-block;
}

/*SEARCH RESULTS*/

ul.search > li a {
    text-decoration: none;
}

ul.search > li.active a {
    color: #fff;
    font-size: 1.2em;
}

.table-searchresult {
    margin-bottom: 5px;
}

.table-searchresult > thead > tr {
    font-weight: bold;
    text-shadow: 0 2px 1px #000;
    color: #fff;
    border-bottom: 1px solid #84632b;
    background: #1c1b17;
}

.table-searchresult > tbody > tr {
    /*background: #171613;*/
    border-bottom: 1px solid #1a1815;
}

.table-searchresult > tbody > tr:nth-child(odd) {
    /*background: #1c1b17;*/
}

.table-searchresult > tbody > tr:hover {
    background: #100f0d;
}

.table-searchresult > tbody > tr > td {
    border-top: 0;
    padding: 12px 5px;
}

/*GUILD*/

.guild-name {
    font: normal 12px/1.5 Arial, Verdana, sans-serif;
    background: url(../img/guild-bg.png) no-repeat left top;
    padding-top: 5px;
    float: left;
}

.guild-name > h2 {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 2px 2px #000;
    display: inline-block;
    font-size: 40px;
    line-height: 20px;
}

.guild-name > p {
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    letter-spacing: normal;
}

ul.guild-features {
    padding: 10px 20px 10px 5px;
    border-radius: 4px;
    background: transparent;
}

ul.guild-features > li {
    background: url(../img/bullet2.gif) no-repeat 3px 8px;
    padding: 2px 0;
    padding-left: 20px;
    text-shadow: 0 1px 2px #000;
    color: #a99877;
    font-size: 15px;
    display: block;
}

.guild-members {
    box-shadow: 0 5px 15px #000, inset 0 1px 0 #000, 0 1px 1px 1px #000;
    background: url(../img/gradient.png) repeat-x top;
    border-top: 1px solid #302a21;
}

.guild-members .table-guildmembers {
    margin-top: 5px;
}

.table-guildmembers > thead > tr {
    font-weight: bold;
    text-shadow: 0 2px 1px #000;
    color: #fff;
    border-bottom: 1px solid #84632b;
}

.table-guildmembers > tbody > tr {
    /*background: #171613;*/
    border-bottom: 1px solid #1a1815;
}

.table-guildmembers > tbody > tr:nth-child(odd) {
    /*background: #1c1b17;*/
}

.table-guildmembers > tbody > tr:hover {
    background: #100f0d;
}

.table-guildmembers > tbody > tr > td {
    border-top: 0;
    padding: 12px 5px;
}

.fortress-owner {
    width: 150px;
    height: 130px;
    background: url(../img/fortress-owner.png) center top no-repeat;
    margin: 0 auto;
    text-align: center;
    padding-top: 70px;
}

.fortress-owner > h3 {
    font-family: 'AdelonMedium', serif;
    color: #f3e6d0;
    font-size: 20px;
    text-transform: uppercase;
    text-shadow: 0 2px 1px #000, 0 -1px 1px #000;
    font-weight: bold;
}

/*RANKINGS*/

.rankings-content {

}

ul.rankings-nav {
    width: 100%;
    list-style: none;
    padding: 0;
}

ul.rankings-nav > li {
    display: block !important;
    width: 100%;
    clear: left;
    outline: 0;
    padding: 0;
    margin: 0;
}

ul.rankings-nav > li > a {
    width: 100%;
    display: block;
    padding: 5px;
    line-height: 35px;
    border-bottom: 3px solid #4a3725;
}

ul.rankings-nav > li > a:hover {
    text-decoration: none;
    border-bottom: 3px solid #756647;
}

ul.rankings-nav > li > a:focus {
    color: #999081;
    text-decoration: none;
    border-bottom: 3px solid #756647;
}

ul.rankings-nav > li.active > a {
    border-bottom: 3px solid #824c06;
    font-weight: bold;
}

ul.rankings-nav > li > a:hover > span.img {
    border: 1px solid #756647;
}

ul.rankings-nav > li.active > a > span.img {
    border: 1px solid #824c06;
}

ul.rankings-nav > li > a > span.img {
    width: 38px;
    height: 38px;
    margin-right: 10px;
    border-radius: 4px;
    border: 1px solid #4a3725;
    display: inline-block;
    color: transparent;
    text-shadow: none;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 1), inset 0 0 0 1px #000, 0 1px 1px #000;
}

ul.rankings-nav > li > a > span.img.char {
    background: url(../img/rankings-thumbnails.jpg) top left;
}

ul.rankings-nav > li > a > span.img.guild {
    background: url(../img/rankings-thumbnails.jpg) left -38px;
}

ul.rankings-nav > li > a > span.img.job {
    background: url(../img/rankings-thumbnails.jpg) left -76px;
}

ul.rankings-nav > li > a > span.img.unique {
    background: url(../img/rankings-thumbnails.jpg) left -114px;
}

.rankings-cont {
    box-shadow: 0 5px 15px #000, inset 0 1px 0 #000, 0 1px 1px 1px #000;
    background: url(../img/gradient.png) repeat-x top;
    border-top: 1px solid #302a21;
    margin-top: 15px;
}

.table-rankings {
    margin-top: 5px;
}

.table-rankings > thead > tr {
    font-weight: bold;
    text-shadow: 0 2px 1px #000;
    color: #fff;
    border-bottom: 1px solid #84632b;
    text-align: center;
}

.table-rankings > tbody > tr {
    /*background: #171613;*/
    border-bottom: 1px solid #1a1815;
    text-align: center;
}

.table-rankings > tbody > tr a {
    font-weight: bold;
}

.table-rankings > tbody > tr:nth-child(odd) {
    /*background: #1c1b17;*/
}

.table-rankings > tbody > tr:hover {
    background: #100f0d;
}

.table-rankings > tbody > tr > td {
    border-top: 0;
    padding: 12px 5px;
    vertical-align: middle;
}

.table-rankings > tbody > tr > td > img {
    vertical-align: top;
}

.rank-img {
    width: 100%;
    height: 85px;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 1), inset 0 0 0 1px #000, 0 1px 1px #000;
    padding: 5px 10px;
    display: block;
    color: #fff;
    font-family: serif;
    font-size: 22px;
    line-height: 24px;
    text-shadow: 0 1px 3px #000;
    margin-bottom: 0;
    margin-top: 25px;
    border: 1px solid #483a30;
    border-radius: 4px;
}

.rank-img.rank-img-chars {
    background: url(../img/rank-chars.jpg) center top;
    background-size: cover;
}

.rank-img.rank-img-guilds {
    background: url(../img/rank-guilds.jpg) center top;
    background-size: cover;
}

.rank-img.rank-img-jobs {
    background: url(../img/rank-jobs.jpg) center top;
    background-size: cover;
}

.rank-img.rank-img-uniques {
    background: url(../img/rank-uniques.jpg) center top;
    background-size: cover;
}

.rank-img.rank-img-menu {
    background: url(../img/mini-bg1.png) center top;
    background-size: cover;
}

.char-item-info {
    width: 100%;
    padding: 0 15px 15px;
}

.unique-icon {
    width: 28px;
    height: 28px;
    margin-right: 10px;
    border: 1px solid #756647;
    display: inline-block;
    color: transparent;
    text-shadow: none;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 1), inset 0 0 0 1px #000, 0 1px 1px #000;
    vertical-align: top;
    border-radius: 3px;
    background-size: cover;
    background-image: none;
}

.unique-icon.mega {
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 1), inset 0 0 0 1px #000, 0 0 10px #824c06;
}

.unique-name {
    display: inline-block;
    line-height: 28px;
    font-family: 'AdelonMedium', serif;
    color: #f3e6d0;
    font-size: 16px;
}

/*SUPPORT*/
.panel-faq {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, .04);
}

.panel-faq .panel-title > a {
    font-weight: bold;
    text-shadow: none;
}

.panel-faq .panel-title a:hover {
    text-decoration: none;
}

.panel-faq .panel-body {
    border-top: 1px dotted rgba(255, 255, 255, .03) !important;
}

.panel-news {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, .04);
}

.panel-news .panel-title > a {
    font-weight: bold;
    text-shadow: none;
}

.panel-news .panel-title a:hover {
    text-decoration: none;
}

.panel-news .panel-body {
    border-top: 1px dotted rgba(255, 255, 255, .03) !important;
}

.panel-news .panel-title {
    font-size: 19px;
}

.faq-content {
    overflow: hidden;
}

.faq-content img {
    vertical-align: middle;
    display: block;
    max-width: 100%;
    height: auto;
}

.modal-content {
    background-color: #12110F;
    color: #6D624C;
    border: 1px solid #6D624C;
    border-radius: 0px;
}

.modal-header,
.modal-footer {
    border: 0px;
}

.modal-footer {
    background-color: #292724;
}

.download-box {
    text-align: center;
    padding: 20px 0 5px;
    margin: 5px 0 40px;
    position: relative;
}

.download-box hr {
    margin: 20px 0 5px;
}

.download-box h4 {
    margin: 10px 0 20px;
}

.download-box i:not(.fa-calendar) {
    font-size: 90px;
    text-align: center;
}

.download-box:hover i:not(.fa-calendar) {
    color: #382F1F;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 1200px) {
    .logo-container {
        position: relative;
        width: 200px;
        height: 56px;
    }

    .logo {
        background-image: url(../img/logo.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 108px;
        position: absolute;
        top: -30px;
        z-index: 999;
    }

    ul.guild-features {
        background: rgba(0, 0, 0, .9);
    }
}

@media (max-width: 992px) {
    .popover {
        display: none !important;
    }

    .social-link-bg {
        margin-top: 10px;
    }

    .achievements > div:nth-child(n+3) > li {
        margin-top: inherit;
    }

    .achievements > div:nth-child(n+2) > li {
        margin-top: -62px;
    }
}

@media (min-width: 992px) {
    .char-info-content {
        height: auto;
        overflow: hidden;
    }

    .char-info-left {
        display: block;
    }
}

@media (max-width: 786px) {
    .logo-container {
        position: relative;
        width: 143px;
        height: 56px;
    }

    .char-info-left {
        height: auto !important;
        overflow: hidden;
    }

    .logo {
        background-image: url(../img/logo.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 77px;
        position: absolute;
        top: -10px;
        z-index: 999;
    }

    ul.rankings-nav > li {
        display: inline-block;
        width: 100%;
        margin-bottom: 5px;
    }

}

.master-info {
    text-align: center;
    padding: 20px 0 5px;
    margin: 5px 0 40px;
    background-color: #f5f5f5;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.13) !important;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.13) !important;
    position: relative;
}

.master-info:before {
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    height: 5px;
    content: "";
    width: 100%;
    -webkit-box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.13);
    box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.13);
}

.bg-equipment {
    background: url('../img/equipment/com_bg_tile_d.png') no-repeat !important;
    background-size: 100% 100% !important;
    width: 181px;
    height: 357px;
}

.bg-equipment-avatar {
    background: url('../img/equipment/com_bg_tile_d.png') no-repeat !important;
    background-size: 100% 100% !important;
    width: 181px;
    height: 357px;
    padding-top: 80px;
}

.slots {
    width: 40px;
    height: 40px;
}

.itemslot {
    float: left;
    width: 40px;
    height: 40px;
    margin: 1px;
    padding: 0 !important;
}

.weapon .itemslot {
    width: 56px !important;
    height: 56px !important;
    margin-bottom: 25px;
    background: url('../img/equipment/equip_slot_weapon.PNG') no-repeat !important;
    background-size: 56px 56px !important;
}

.shield .itemslot {
    width: 56px !important;
    height: 56px !important;
    margin-bottom: 25px;
    background: url('../img/equipment/equip_slot_shield.PNG') no-repeat !important;
    background-size: 56px 56px !important;
}

.head .itemslot {
    background: url('../img/equipment/equip_slot_helm.PNG') no-repeat !important;
}

.chest .itemslot {
    background: url('../img/equipment/equip_slot_mail.PNG') no-repeat !important;
}

.shoulder .itemslot {
    background: url('../img/equipment/equip_slot_shoulderguard.PNG') no-repeat !important;
}

.hands .itemslot {
    background: url('../img/equipment/equip_slot_gauntlet.PNG') no-repeat !important;
}

.legs .itemslot {
    background: url('../img/equipment/equip_slot_pants.PNG') no-repeat !important;
}

.foot .itemslot {
    background: url('../img/equipment/equip_slot_boots.PNG') no-repeat !important;
}

.earring .itemslot {
    background: url('../img/equipment/equip_slot_earring.PNG') no-repeat !important;
}

.necklace .itemslot {
    background: url('../img/equipment/equip_slot_necklace.PNG') no-repeat !important;
}

.lring .itemslot {
    background: url('../img/equipment/equip_slot_l_ring.PNG') no-repeat !important;
}

.rring .itemslot {
    background: url('../img/equipment/equip_slot_r_ring.PNG') no-repeat !important;
}

.specdress .itemslot {
    background: url('../img/equipment/equip_slot_specialdress.PNG') no-repeat !important;
    margin-top: 10px !important;
}

.hat .itemslot {
    background: url('../img/equipment/equip_slot_helm.PNG') no-repeat !important;
}

.dress .itemslot {
    background: url('../img/equipment/equip_slot_cloth.PNG') no-repeat !important;
}

.attach .itemslot {
    background: url('../img/equipment/equip_slot_pandernt.PNG') no-repeat !important;
}

.flag .itemslot {
    background: url('../img/equipment/equip_slot_plag.PNG') no-repeat !important;
}

.spec .itemslot {
    background: url('../img/equipment/equip_slot_extraneous01.PNG') no-repeat !important;
}

.slots {
    width: 23% !important;
    margin-bottom: 3px !important;
}

.bg-equipment-avatar .slots {
    width: 23% !important;
    margin-bottom: 3px !important;
}

.avatar-padding {
    padding-top: 80px !important;
}

.slots.right {
    float: right;
    clear: right;
    margin-right: 0;
    margin-left: 10%;
}

.slots.left {
    float: left;
    clear: left;
    margin-left: 0;
    margin-right: 10%;
}

.slots.weapon,
.slots.shield {
    width: 31% !important;
    margin-bottom: 40px !important;

}

.image .itemslot .image {
    margin: 3px;
}

.itemslot .image .qinfo {
    font-size: 9px;
    font-weight: lighter;
    font-style: normal;
    text-shadow: 0 -0.5px #000;
    color: #fff;
    padding: 0 0;
    float: left;
}

.move .image.activeItem {
    box-shadow: 0 0 7px 4px gray;
}

.itemslot .image {
    width: 100%;
    height: 100%;
    float: left;
    padding: 0 !important;
    margin: 3px;
}

.itemslot .imageavatar {
    width: 34px !important;
    height: 34px !important;
    float: left;
    margin: 3px;
    padding: 0 !important;
    margin-top: 84px !important;
}

.slots.left .itemslot .imageavatar {
    margin-left: 2px !important;
}

.weapon .itemslot .image {
    width: 100%;
    height: 100%;
    float: left;
    margin: 3px;
    padding: 0 !important;
    margin-top: 11px !important;
    margin-left: 11px !important;
}

.shield .itemslot .image {
    width: 100%;
    height: 100%;
    float: left;
    margin: 3px;
    padding: 0 !important;
    margin-top: 11px !important;
    margin-left: 11px !important;
}

.imageclear {
    margin-top: -2px;
    display: inline-block;
}

.itemInfo {
    color: #fff;
    z-index: 80;
    position: absolute;
    left: 34px;
    top: 3px;
    width: 180px;
    background: rgba(88, 98, 170, 0.85);
    border: 2px solid #303d4d;
    padding: 5px;
    display: none;
    line-height: 18px;
    font-size: 10px;
}

.ui-tooltip {
    position: absolute;
    z-index: 9999;
    max-width: 190px;
    padding: 8px !important;
    background: url('/img/sro/equipment/com_bg_tile_tl.png') no-repeat !important;
    background-size: 100% 100% !important;
    box-shadow: none !important;
    border: none !important;
    -webkit-border-radius: 1px !important;
    -moz-border-radius: 1px !important;
    border-radius: 1px !important;
    opacity: 1!important;
}

.ui-tooltip-content {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px !important;
    line-height: 15px;
    font-weight: lighter;
    font-style: normal;
    text-shadow: 1px 1px #000;
    color: #fff;
}

.equip-suit-slot {
    background: url('../img/equipment/equip_slot_specialdress.PNG') no-repeat !important;
    width: 40px !important;
    height: 40px !important;
    margin-top: 10px;
    float: right;
    clear: right;
}

.bg-equipment-avatar .equip-suit-slot {
    background: url('../img/equipment/equip_slot_specialdress.PNG') no-repeat !important;
    width: 40px !important;
    height: 40px !important;
    margin-top: 96px;
    float: right;
    clear: right;
}

.equip-suit-slot .image {
    width: 34px !important;
    height: 34px !important;
    margin-left: 2px !important;
    margin-top: 2px !important;
}

.btn-equip-avatar {
    background: url('../img/equipment/equip_slot_avata_button.PNG') no-repeat !important;
    width: 40px !important;
    height: 40px !important;
    margin-top: 10px;
    float: left;
    clear: left;
    border: none;
    outline: 0;
}

.btn-equip-avatar:hover {
    background: url('../img/equipment/equip_slot_avata_button_focus.PNG') no-repeat !important;
}

.btn-equip-avatar:active {
    background: url('../img/equipment/equip_slot_avata_button_press.PNG') no-repeat !important;
}

.btn-equip-set {
    background: url('../img/equipment/equip_slot_equipment_button.PNG') no-repeat !important;
    width: 40px !important;
    height: 40px !important;
    margin-top: 96px;
    float: left;
    clear: left;
    border: none;
    outline: 0;
}

.btn-equip-set:hover {
    background: url('../img/equipment/equip_slot_equipment_button_focus.PNG') no-repeat !important;
}

.btn-equip-set:active {
    background: url('../img/equipment/equip_slot_equipment_button_press.PNG') no-repeat !important;
}

.btn-rotate-group {
    position: relative;
    left: 12px;
    top: 32px;
    display: inline-block;
}

.bg-equipment-avatar .btn-rotate-group {
    position: relative;
    left: -7px;
    margin-top: 134px;
    display: inline-block;
}

.btn-rotate-left {
    background: url('../img/equipment/equip_rotate_left_button.PNG') no-repeat !important;
    width: 28px !important;
    height: 16px !important;
    margin-right: -5px;
    margin-left: 5px;
    border: none;
    outline: 0;
}

.btn-rotate-left:hover {
    background: url('../img/equipment/equip_rotate_left_button_focus.PNG') no-repeat !important;
}

.btn-rotate-left:active {
    background: url('../img/equipment/equip_rotate_left_button_press.PNG') no-repeat !important;
}

.btn-rotate-right {
    background: url('../img/equipment/equip_rotate_right_button.PNG') no-repeat !important;
    width: 28px !important;
    height: 16px !important;
    margin-left: -5px;
    border: none;
    outline: 0;
}

.btn-rotate-right:hover {
    background: url('../img/equipment/equip_rotate_right_button_focus.PNG') no-repeat !important;
}

.btn-rotate-right:active {
    background: url('../img/equipment/equip_rotate_right_button_press.PNG') no-repeat !important;
}

.btn-rotate-top {
    background: url('../img/equipment/equip_rotate_reset_button.PNG') no-repeat !important;
    width: 16px !important;
    height: 16px !important;
    border: none;
    outline: 0;
}

.btn-rotate-top:hover {
    background: url('../img/equipment/equip_rotate_reset_button_focus.PNG') no-repeat !important;
}

.btn-rotate-top:active {
    background: url('../img/equipment/equip_rotate_reset_button_press.PNG') no-repeat !important;
}

div.image span.plus {
    display: block;
    width: 32px;
    height: 32px;
    background: url(../img/itemplus.png) left top;
    -webkit-animation: play 1.8s steps(32) infinite;
    -moz-animation: play 1.8s steps(32) infinite;
    -ms-animation: play 1.8s steps(32) infinite;
    -o-animation: play 1.8s steps(32) infinite;
    animation: play 1.8s steps(32) infinite;
}

@-webkit-keyframes play {
    100% {
        background-position: -1024px;
    }
}

@-moz-keyframes play {
    100% {
        background-position: -1024px;
    }
}

@-ms-keyframes play {
    100% {
        background-position: -1024px;
    }
}

@-o-keyframes play {
    100% {
        background-position: -1024px;
    }
}

@keyframes play {
    100% {
        background-position: -1024px;
    }
}

/****************************** GENERAL PAGE *************************************/

.general_label {
    color: wheat;
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
    position: relative;
    margin-left: 5%;

}

.general_text {
    font-size: 18px;
    margin: 15px 0 0 5%;
    color: whitesmoke;
}

.general_text2 {
    font-size: 12px;
    margin: 5px 0 0 5%;
    color: whitesmoke;
}

.uppercase {
    text-transform: uppercase;
}

#content_container_inside {
    border-radius: 3px;
    border: 1px solid #756647;

}

#settings_form {
    width: 50%;
    margin: 0 auto;
}

.button4 {
    width: 221px;
    height: 39px;
    border: 1px solid #6a4f15;
    text-align: center;
    cursor: pointer;
    line-height: 39px;
    color: #ffffff;
    font-size: 14px;
    background-color: #091731;
}

.button4:hover {
    background-color: #10264f;
}

#login_button {
    width: 306px;
    height: 78px;
    background-color: #091731;
    text-align: center;
    color: #ffc345;
    line-height: 78px;
    font-size: 22px;
    cursor: pointer;
    margin: 25px auto;
    background: url('../img/loginbutton.png') 0 0 no-repeat;
    font-weight: bold;
}

#login_button:hover {
    background-position: 0 -78px;
}


#page_label {
    color: wheat;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
    position: relative;
}

#page_text {
    font-size: 18px;
    text-align: center;
    margin-top: 5px;
    color: white;
}

#ga_input_div {
    width: 65%;
    padding: 10px 25px;
    margin: 10px auto 10px auto;
}

#ga_input_text_div {
    color: wheat;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 5px;

}

#ga_input {
    background-color: #181713;
    border: 1px solid #8a6d3b;
}

#ga_submit {
    width: 40%;
    margin: 25px auto;

}

.ga_infoBox {
    width: 70%;
    height: 230px;
    margin: 0 auto;
    position: relative;
    clear: both;
}

.ga_infoBox .ga_infoBox_img {
    width: 130px;
    height: 230px;
    position: absolute;
    top: 0;
    left: 0;
}

.ga_infoBox .ga_infoBox_img .error1 {
    background: url('../img/error1.png') center 0 no-repeat;
    display: block;
    width: 100%;
    height: 100%;
}

.ga_infoBox .ga_infoBox_img .error2 {
    background: url('../img/error2.png') center 0 no-repeat;
    display: block;
    width: 100%;
    height: 100%;
}

.ga_infoBox .ga_infoBox_img .error3 {
    background: url('../img/error3.png') center 0 no-repeat;
    display: block;
    width: 100%;
    height: 100%;
}

.ga_infoBox .ga_infoBox_img .succ1 {
    background: url('../img/succ1.png') center 0 no-repeat;
    display: block;
    width: 100%;
    height: 100%;
}

.ga_infoBox .ga_infoBox_img .succ2 {
    background: url('../img/succ2.png') center 0 no-repeat;
    display: block;
    width: 100%;
    height: 100%;
}

.ga_infoBox .ga_infoBox_img .succ3 {
    background: url('../img/succ3.png') center 0 no-repeat;
    display: block;
    width: 100%;
    height: 100%;
}

.ga_infoBox .ga_infoBox_img .info1 {
    background: url('../img/info1.png') center 0 no-repeat;
    display: block;
    width: 100%;
    height: 100%;
}

.ga_infoBox .ga_infoBox_label {
    width: 530px;
    height: 30px;
    position: absolute;
    top: 35px;
    left: 140px;
    font-weight: bold;
    font-size: 24px;
}

.ga_infoBox .ga_infoBox_label .errormsg {
    color: #d42402;
}

.ga_infoBox .ga_infoBox_label .succmsg {
    color: #62c300;
}

.ga_infoBox .ga_infoBox_label .infomsg {
    color: #c6a731;
}

.ga_infoBox .ga_infoBox_msg {
    color: white;
    width: 530px;
    height: 20px;
    position: absolute;
    top: 65px;
    left: 140px;
    font-size: 18px;
}

.ga_infoBox .ga_infoBox_msg2 {
    color: white;
    width: 530px;
    height: 20px;
    position: absolute;
    top: 87px;
    left: 140px;
    font-size: 12px;
}


/****************************** GENERAL PAGE *************************************/

/*
* Support page
 */

#create_support_btn {
    width: 221px;
    height: 39px;
    border: 1px solid #6a4f15;
    text-align: center;
    cursor: pointer;
    line-height: 39px;
    color: #ffffff;
    font-size: 14px;
    background-color: rgb(109, 98, 76, .3);
}

#create_support_btn:hover {
    background-color: rgb(109, 98, 76, .6);
}


/***** TICKET LIST ****/
#ticketlist_content {
    margin-top: 25px;
}

#ticketlist_content .ga_selectbox_label {
    width: 220px;
    height: 40px;
    background-color: #0f1324;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    float: left;
}

#ticketlist_content .ga_selectbox {
    width: 170px;
    height: 40px;
    float: left;
}

#ticketlist_mainDiv {
    margin: 38px 0;
}

.selectBoxDiv {
    position: relative;
    /* margin-bottom: 30px; */
    clear: both;
    width: 100%;
    height: 40px;
}

.table_ticketlist {
    margin: 0 auto;
    width: 100%;
}

.table_ticketlist th {
    background-color: rgb(109, 98, 76, .4);
    font-size: 14px;
    font-weight: bold;
    color: wheat;
    border-bottom: 1px solid #4b4b4b;
    text-align: left;
}

.table_ticketlist .th1 {
    width: 15%;
    height: 40px;
    padding-left: 30px;
}

.table_ticketlist .th2 {
    width: 50%;
    height: 40px;
}

.table_ticketlist .th3 {
    width: 18%;
    height: 40px;
    text-align: center;
}

.table_ticketlist .th4 {
    width: 17%;
    height: 40px;
    text-align: center;
}

.table_ticketlist td {
    color: #ffffff;
    background-color: #181713;
    font-size: 14px;
    /*border-top: 1px solid #6a4f15;*/
    border-bottom: 1px solid #4b4b4b;
}

.table_ticketlist td a {
    color: #ffffff;
    text-decoration: none;
}

.table_ticketlist td a:hover {
    text-decoration: underline;
}

.table_ticketlist .td1 {
    width: 93px;
    height: 30px;
    padding-left: 40px;
}

.table_ticketlist .td2 {
    width: 596px;
    height: 30px;
}

.table_ticketlist .td3 {
    width: 116px;
    height: 30px;
    text-align: center;
}

.table_ticketlist .td4 {
    width: 92px;
    height: 30px;
    text-align: center;
}

.ga_ticket_answered {
    color: #468e00;
}

.ga_ticket_waiting {
    color: #6c6c6c;
}

.ga_ticket_checking {
    color: #a20ee2;
}

.ga_ticket_closed {
    color: #ca0f0f;
}

.ticket_pagenation {
    width: 100%;
    height: 61px;
    background-color: #181713;
    font-size: 14px;
}

.ticket_pagenation_container {
    padding-top: 17px;
    display: table;
    margin: auto;
}

.ticket_pagenation .ticket_pagenation_leftarrow {
    width: 28px;
    height: 28px;
    background: url('../img/pagenation_left_arrow.png') 0 0 no-repeat;
    cursor: pointer;
    float: left;
}

.ticket_pagenation .ticket_pagenation_numbers {
    height: 28px;
    float: left;
    margin: 0 10px;
}

.ticket_pagenation .ticket_pagenation_numbers .selected {
    color: #ffc345;
}

.ticket_pagenation .ticket_pagenation_numbers ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: 28px;
    line-height: 28px;
}

.ticket_pagenation .ticket_pagenation_numbers ul li {
    display: inline;
    margin: 0 3px;
}

.ticket_pagenation .ticket_pagenation_numbers ul li a {
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
}

.ticket_pagenation .ticket_pagenation_numbers ul li a:hover {
    text-decoration: underline;
}

.ticket_pagenation .ticket_pagenation_rightarrow {
    width: 28px;
    height: 28px;
    background: url('../img/pagenation_right_arrow.png') 0 0 no-repeat;
    cursor: pointer;
    float: left;
}

#createticket_button {
    width: 220px;
    height: 40px;
    background-color: #091731;
    text-align: center;
    color: #ffc345;
    line-height: 40px;
    font-size: 16px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
}

#createticket_button:hover {
    background-color: #0b1d3d;
    color: #ffffff;
}

#ticket_page_num {
    color: wheat;
}

/***** TICKET LIST ****/

/***** TICKET DETAİLS ****/

#ticketButtonsDiv {
    width: 100%;
    height: 50px;
    margin-top: 30px;
}

#ticketButtonsDiv .buttonReply {
    width: 221px;
    height: 39px;
    /*border: 1px solid #6a4f15;*/
    text-align: center;
    cursor: pointer;
    line-height: 39px;
    color: #ffc345;
    background-color: #122f62;
    position: absolute;
    right: 30px;
    font-weight: bold;
    font-size: 16px;
}

#ticketButtonsDiv .buttonReply:hover {
    background-color: #0c2859;
}

#ticketButtonsDiv .buttonClose {
    width: 221px;
    height: 39px;
    text-align: center;
    cursor: pointer;
    line-height: 39px;
    color: #fff;
    background-color: #0e254d;
    position: absolute;
    right: 270px;
    font-weight: bold;
    font-size: 16px;
}

#ticketButtonsDiv .buttonClose:hover {
    background-color: #0c2859;
}

#ticketButtonsDiv .buttonClose2 {
    width: 221px;
    height: 39px;
    text-align: center;
    cursor: pointer;
    line-height: 39px;
    color: #898989;
    background-color: #4f4f4f;
    position: absolute;
    right: 30px;
    font-weight: bold;
    font-size: 16px;
}

#ticketMainDiv {
    margin: 30px 0 50px 0;
}

#ticketMainDiv #ticketinfoDiv {
    width: 100%;
    height: 186px;
    background-color: #091731;
    font-weight: bold;
    font-size: 13px;
    border-top: 1px solid #4b4b4b;
}

#ticketMainDiv #ticketinfoDiv .ticketinfoLabel {
    width: 25%;
    height: 30px;
    border-bottom: 1px solid #4b4b4b;
    border-right: 1px solid #4b4b4b;
    color: #ffc345;
    float: left;
    line-height: 30px;
    padding-left: 50px;
}

#ticketMainDiv #ticketinfoDiv .ticketinfoText {
    width: 75%;
    height: 30px;
    border-bottom: 1px solid #4b4b4b;
    color: #fff;
    float: left;
    line-height: 30px;
    padding-left: 24px;
}

#ticketMainDiv #ticketMsgcountDiv {
    color: whitesmoke;
    margin: 30px 0 10px 20px;
    font-size: 13px;
}

#ticketMainDiv #ticketMsgcountDiv .ticketmsgcount {
    color: #ffc345;
}

#ticketMainDiv #ticketMsgcountDiv .ticketmsgcount {
    color: #ffc345;
}

#ticketMainDiv .ticketReplyDiv {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 21px;
}

#ticketMainDiv .ticketReplyDiv .ticketReplyNumber {
    width: 5%;
    height: 30px;
    border-bottom: 1px solid #4b4b4b;
    border-right: 1px solid #4b4b4b;
    color: #ffc345;
    float: left;
    line-height: 30px;
    text-align: center;
}

#ticketMainDiv .ticketReplyDiv .ticketReplySenderLabel {
    width: 15%;
    height: 30px;
    border-bottom: 1px solid #4b4b4b;
    border-right: 1px solid #4b4b4b;
    color: #ffc345;
    float: left;
    line-height: 30px;
    padding-left: 14px;
}

#ticketMainDiv .ticketReplyDiv .ticketReplySenderText {
    width: 80%;
    height: 30px;
    border-bottom: 1px solid #4b4b4b;
    color: #fff;
    float: left;
    line-height: 30px;
    padding-left: 24px;
}

#ticketMainDiv .ticketReplyDiv .ticketReplyDateLabel {
    width: 20%;
    height: 30px;
    border-bottom: 1px solid #4b4b4b;
    border-right: 1px solid #4b4b4b;
    color: #ffc345;
    float: left;
    line-height: 30px;
    padding-left: 51px;
}

#ticketMainDiv .ticketReplyDiv .ticketReplyDateText {
    width: 80%;
    height: 30px;
    border-bottom: 1px solid #4b4b4b;
    color: #fff;
    float: left;
    line-height: 30px;
    padding-left: 24px;
}

#ticketMainDiv .ticketReplyDiv .ticketReplyMsg {
    width: 100%;
    border-bottom: 1px solid #4b4b4b;
    color: #fff;
    float: left;
    line-height: 20px;
    font-weight: normal;
    padding: 10px 0 15px 51px;
}

#ticketMainDiv .ticketReplyDiv .ticketReplyMsg .ticketReplyMsgLabel {
    color: #ffc345;
    font-weight: bold;
}

#ticketMainDiv .ticketReplyDiv .ticketReplyAttachLabel {
    width: 20%;
    height: 30px;
    border-bottom: 1px solid #4b4b4b;
    border-right: 1px solid #4b4b4b;
    color: #ffc345;
    float: left;
    line-height: 30px;
    padding-left: 51px;
}

#ticketMainDiv .ticketReplyDiv .ticketReplyAttachText {
    width: 80%;
    height: 30px;
    border-bottom: 1px solid #4b4b4b;
    color: #fff;
    float: left;
    line-height: 30px;
    padding-left: 24px;
}

#ticketMainDiv .ticketReplyDiv .ticketReplyAttachText a {
    color: #fff;
}

#ticketMainDiv .ticketReplyDiv .ticketReplyAttachText a:hover {
    text-decoration: none;
}

/***** TICKET DETAİLS ****/


/****************************** PURCHASE PAGE *************************************/
.shopbg {
    padding-bottom: 0 !important;
}

.purchase_icon {
    width: 20px;
    height: 20px;
    background: url(../img/purchase_icon.png) 0 0 no-repeat;
    position: absolute;
    margin-left: 2%;
    margin-top: 28px;
}

#purchase_container {
    background-color: #07132a;
    min-height: 700px;
}

#purchase_container #purchase_menu {
    width: 100%;
    height: 60px;
    margin-top: 50px;
}

#purchase_container #purchase_menu .ga_p_menu {
    /*width: 30%;*/
    height: 60px;
    background-color: #0a1c3a;
    float: left;
    color: #ffc345;
    font-size: 16px;
    font-weight: bold;
    line-height: 60px;
    padding-left: 85px;
    cursor: pointer;
    padding-right: 15px;
}

#purchase_container #purchase_menu .ga_p_menu.selected {
    background-color: #07132a !important;
}

#purchase_container #purchase_menu .ga_p_menu:hover {
    background-color: #0e2345 !important;
}

#purchase_container #purchase_menu #ga_p_menu_cc {
    background: #0a1c3a url('../img/payCat_cc.png') 35px center no-repeat;
}

#purchase_container #purchase_menu #ga_p_menu_mob {
    background: #0a1c3a url('../img/payCat_mob.png') 35px center no-repeat;
}

#purchase_container #purchase_menu #ga_p_menu_bnk {
    background: #0a1c3a url('../img/payCat_bnk.png') 35px center no-repeat;
}

#purchase_container #purchase_menu #ga_p_menu_ep {
    background: #0a1c3a url('../img/payCat_ep.png') 35px center no-repeat;
}

#purchase_container #purchase_subtext {
    font-size: 14px;
    margin-top: 30px;
    margin-left: 20px;
    min-height: 170px;
}

#purchase_container #purchase_subtext .purchase_subtext_label {
    color: white;
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
}

#purchase_container #purchase_subtext .subtxt_y {
    color: #ffc345;
    /*line-height: 0px;*/
    display: block;
}

#purchase_container #purchase_subtext .subtxt_w {
    color: #fff;
    /*line-height: 0px;*/
    display: block;
}

#purchase_container #purchase_packages {
    width: 100%;
    margin: 0 auto;
}

#purchase_container #purchase_packages .ga_p_package_box {
    width: 270px;
    height: 234px;
    border: 1px solid #0c2042;
    float: left;
    position: relative;
    cursor: pointer;
    margin-bottom: 33px;
}

#purchase_container #purchase_packages .ga_p_package_box.middle_box {
    margin-left: 32px;
    margin-right: 32px;
}

#purchase_container #purchase_packages .ga_p_package_box:hover {
    background-color: #091732;
}

#purchase_container #purchase_packages .ga_p_package_box .ga_p_package_box_img {
    width: 126px;
    height: 213px;
    position: absolute;
    left: 20px;
    bottom: 0;
}

#purchase_container #purchase_packages .ga_p_package_box .ga_p_package_box_price {
    position: absolute;
    left: 147px;
    top: 50px;
    color: #d2a13e;
    font-size: 28px;
    font-weight: bold;
    width: 126px;
    height: 30px;
    text-align: center;
}

#purchase_container #purchase_packages .ga_p_package_box .ga_p_package_box_amount {
    position: absolute;
    left: 150px;
    top: 90px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    width: 120px;
    height: 22px;
    text-align: center;
}

#purchase_container #purchase_packages .ga_p_package_box .ga_p_package_box_amount2 {
    position: absolute;
    left: 150px;
    top: 110px;
    color: #c7c7c7;
    font-size: 14px;
    font-weight: bold;
    width: 120px;
    height: 22px;
    text-align: center;
}

#purchase_container #purchase_packages .ga_p_package_box .ga_p_package_box_buybutton {
    position: absolute;
    left: 150px;
    top: 145px;
    width: 120px;
    height: 34px;
    text-align: center;
    cursor: pointer;
}

#purchase_container #purchase_packages .ga_p_package_box .ga_p_package_box_buybutton .ga_p_BuyButtonDiv {
    background-color: #0a2434;
    border: 1px solid #2b2b2b;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    width: 87px;
    height: 31px;
    text-align: center;
    margin: 0 auto;
    line-height: 31px;
}

#purchase_container #purchase_packages .ga_p_package_box .ga_p_package_box_buybutton .ga_p_BuyButtonDiv:hover {
    background-color: #0c2042;
    color: #d2a13e;
}

#purchase_container #purchase_packages .ga_p_authseller_box {
    width: 368px;
    height: 200px;
    float: left;
    position: relative;
    margin-bottom: 33px;
    margin-left: 40px;
}

#purchase_container #purchase_packages .ga_p_authseller_box .ga_p_authseller_box_img {
    width: 366px;
    height: 112px;
    position: relative;
    margin: 0 auto;
    border: 1px solid #6a4f15;
}

#purchase_container #purchase_packages .ga_p_authseller_box .ga_p_authseller_box_button {
    margin: 20px auto 0 auto;
    position: relative;
    border: 1px solid #6a4f15;
    text-align: center;
    cursor: pointer;
    color: white;

}
.purchase_subtext_label {
    color: white;
}
.ga_input_epin_div {
    width: 551px;
    height: 50px;
    margin: 20px auto 10px auto;
}

.ga_input_epinserial_div {
    width: 415px;
    height: 31px;
    background: url(../img/ga_input_bg.png) 0 0 no-repeat;
    padding: 10px 25px;
    margin: 20px auto 10px auto;
}

.ga_input_epin_div .label_text {
    display: block;
    float: left;
    width: 111px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    color: #ffc345;
    font-weight: bold;
    background-color: #0a1c3a;
    border-top: 1px solid #6a4f15;
    border-bottom: 1px solid #6a4f15;
    border-left: 1px solid #6a4f15;
}

.ga_input_epin {
    background: none;
    border: 1px solid #6a4f15;
    color: #ffffff;
    font-size: 16px;
    width: 415px;
    height: 48px;
    line-height: 46px;
    padding-left: 20px;
}

/****************************** PURCHASE PAGE *************************************/

#webmallform {
    width: 90%;
    margin: 40px auto;
}

/***** NEWS DETAIL PAGE ****/
#newsDetail_content {
    margin: 40px auto 0;
}

#newsDetail_content .line {
    width: 100%;
    height: 1px;
    background-color: #252525;
}

#newsDetail_content #newsDetail_title {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    margin-left: 5%;
    margin-top: 30px;
}

#newsDetail_content #newsDetail_tagCover {
    width: 90%;
    height: 40px;
    margin: 0 auto 25px;
}

#newsDetail_content #newsDetail_tag {
    width: 110px;
    height: 20px;
    float: left;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    margin: 20px auto;
}

#newsDetail_content #newsDetail_tag .newstag_notice {
    width: 110px;
    height: 20px;
    background-color: #2c2c2c;
    color: #ffc345;
    text-transform: uppercase;
}

#newsDetail_content #newsDetail_tag .newstag_event {
    width: 110px;
    height: 20px;
    background-color: #272e4c;
    color: #ffc345;
    text-transform: uppercase;
}

#newsDetail_content #newsDetail_tag .newstag_update {
    width: 110px;
    height: 20px;
    background-color: #420e04;
    color: #ffc345;
    text-transform: uppercase;
}

#newsDetail_content #newsDetail_date {
    width: 120px;
    height: 20px;
    float: left;
    margin-left: 20px;
    margin-top: 20px;
    color: #ffc345;
    line-height: 20px;
    font-size: 14px;
}

#newsDetail_content #newsDetail_image {
    width: 90%;
    height: auto;
    border: 1px solid #6e531e;
    margin: 20px auto 20px;
}

#newsDetail_content #newsDetail_msg {
    width: 90%;
    font-size: 14px;
    color: white;
    margin: auto 40px;
}

#newsDetail_content #newsDetail_msg a {
    text-decoration: underline;
    color: #c0c0c0;
}

#newsDetail_content #newsDetail_msg a:hover {
    text-decoration: none;
}

/***** NEWS DETAIL PAGE ****/

/***** NEWS LIST PAGE ****/
.newsBox {
    width: 100%;
    height: 150px;
    border-bottom: 1px solid #252525;
    position: relative;
    cursor: pointer;
}

.newsBox:hover {
    background-color: #0c0c0c;
}

.newsBox .newsBox_image {
    width: 228px;
    height: 90px;
    border: 1px solid #2c2c2c;
    position: absolute;
    left: 40px;
    top: 30px;
}

.newsBox .newsBox_title {
    width: 580px;
    height: 26px;
    color: #ffc345;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    left: 290px;
    top: 45px;
    overflow: hidden;
}

.newsBox .newsBox_msg {
    width: 600px;
    height: 26px;
    color: #fff;
    font-size: 14px;
    position: absolute;
    left: 290px;
    top: 57px;
}

.newsBox .newsBox_tagCover {
    width: 100%;
    height: 40px;
    position: absolute;
    left: 290px;
    top: 85px;
}

.newsBox .newsBox_tagCover .newsBox_tag {
    width: 110px;
    height: 20px;
    float: left;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
}

.newsBox .newsBox_tagCover .newstag_notice {
    background-color: #2c2c2c;
    color: #ffc345;
    text-transform: uppercase;

}

.newsBox .newsBox_tagCover .newstag_event {
    background-color: #272e4c;
    color: #ffc345;
    text-transform: uppercase;
}

.newsBox .newsBox_tagCover .newstag_update {
    background-color: #420e04;
    color: #ffc345;
    text-transform: uppercase;
}

.newsBox .newsBox_date {
    width: 120px;
    height: 20px;
    float: left;
    margin-left: 10px;
    color: #ffc345;
    line-height: 20px;
    font-size: 14px;
}


/***** NEWS LIST PAGE ****/

/***** DOWNLOAD ****/

.download_icon {
    width: 14px;
    height: 18px;
    background: url('../img/down_icon.png') 0 0 no-repeat;
    position: absolute;
    left: 15px;
    top: 24px;
}

.support_icon {
    width: 25px;
    height: 18px;
    background: url('../img/support_icon.png') 0 0 no-repeat;
    position: absolute;
    left: 15px;
    top: 24px;
}

/*.down_content {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    height: 215px;*/
/*    margin-top: 15px;*/
/*}*/

.down_content_left {
    float: left;
    width: 50%;
    height: 215px;
    background-color: #091731;
}

.down_content_right {
    float: left;
    width: 50%;
    height: 215px;
    background-color: #0f1324;
}

#down_logo2 {
    /*width: 320px;*/
    width: 84%;

    height: 58px;
    background: url('../img/download_button2.jpg') 0 0 no-repeat;
    cursor: pointer;
    margin: 35px auto;
    background-size: 100% 200%;
}

#down_logo2:hover {
    background-position: 0 -58px;
}

#file_informations {
    font-size: 14px;
    width: 80%;
    height: 50px;
    margin: 0 auto;
    color: white;
    text-align: center;
}

#down_general_info {
    color: #ffc345;
    font-size: 14px;
    /*width: 100px;*/
    margin: 40px auto;
}

#nvidia_logo {
    width: 137px;
    height: 101px;
    background: url('../img/nvidia.png') 0 0 no-repeat;
    cursor: pointer;
    margin: 30px auto 20px auto;
}

#nvidia_down {
    margin: 0 auto;
}

#amd_logo {
    width: 191px;
    height: 46px;
    background: url('../img/amd.png') 0 0 no-repeat;
    cursor: pointer;
    margin: 65px auto 40px auto;
}

#amd_down {
    margin: 0 auto;
}
/***** DOWNLOAD ****/


/********* STATS PAGE *************/

.table_stats {
    text-align: center;
    margin: 30px auto;
    border-bottom: 1px solid #6a4f15;
}

.table_stats th {
    background-color: #2e2d29;
    font-size: 14px;
    font-weight: bold;
    color: #ffc345;
    border-top: 1px solid #6a4f15;
    text-align: center;
}

.table_stats .th1 {
    width: 129px;
    height: 30px;
    border-left: 1px solid #6a4f15;
    text-align: center;
}

.table_stats .th2 {
    width: 143px;
    height: 30px;
    text-align: center;
}

.table_stats .th3 {
    width: 93px;
    height: 30px;
    text-align: center;
}

.table_stats .th4 {
    width: 271px;
    height: 30px;
    border-right: 1px solid #6a4f15;
    text-align: center;
}

.table_stats td {
    background-color: #201f1b;
    color: white;
    font-size: 14px;
    border-top: 1px solid #6a4f15;
    text-align: center;
}

.table_stats .td1 {
    background-color: #2b2a28;
    width: 129px;
    height: 30px;
    border-left: 1px solid #6a4f15;
    text-align: center;
}

.table_stats .td2 {
    width: 143px;
    height: 30px;
    border-left: 1px solid #6a4f15;
}

.table_stats .td3 {
    width: 93px;
    height: 30px;
    border-left: 1px solid #6a4f15;
    text-align: center;
}

.table_stats .td4 {
    width: 271px;
    height: 30px;
    border-right: 1px solid #6a4f15;
    border-left: 1px solid #6a4f15;
    text-align: center;
}

/********* STATS PAGE *************/


/***** RANK PAGE ****/

#rankLabelDiv {
    width: 700px;
    height: 40px;
    background-color: #091731;
    margin: 0 auto;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
}

.table_rank {
    margin: 0 auto;
    width: 700px;
    border-top: 1px solid #252525;
    border-left: 1px solid #252525;
    border-right: 1px solid #252525;
}

.table_rank th {
    background-color: #84632b;
    font-size: 14px;
    font-weight: bold;
    color: #ffc345;
    border-bottom: 1px solid #252525;
}

.table_rank .th1 { /* icon */
    width: 50px;
    height: 30px;
}

.table_rank .th2 { /* sıralama */
    width: 70px;
    height: 30px;
}

.table_rank .th3 { /* ırk */
    width: 80px;
    height: 30px;
}

.table_rank .th4 { /* karakter adı */
    width: 304px;
    height: 30px;
    text-align: left;
}

.table_rank .th5 { /* puan */
    width: 96px;
    height: 30px;
}

.table_rank .th6 { /* sıra değişimi */
    width: 100px;
    height: 30px;
}

.table_rank td {
    /*background-color: #000000;*/
    font-size: 14px;
    border-bottom: 1px solid #252525;
}

.table_rank .td1 {
    width: 50px;
    height: 30px;
    text-align: center;
}

.table_rank .td2 {
    width: 70px;
    height: 30px;
    text-align: center;
}

.table_rank .td3 {
    width: 80px;
    height: 30px;
    text-align: center;
}

.table_rank .td4 {
    width: 304px;
    height: 30px;
    text-align: left;
    color: #dedede;
}

.table_rank .td5 {
    width: 96px;
    height: 30px;
    text-align: center;
    color: #dedede;
}

.table_rank .td6 {
    width: 100px;
    height: 30px;
    text-align: center;
}

.table_rank a {
    color: #dedede;
    text-decoration: none;
}

.table_rank a:hover {
    color: #ffffff;
    text-decoration: underline;
}

/***** RANK PAGE ****/


/***** CHAR DETAILS ****/

#chardetail_container {
}

#chardetail_container #chardetail_label {
    width: 49%;
    height: 120px;
    background: url('../img/chardetails_labelbg.png') 0 0 no-repeat;
    float: left;
    position: relative;
    border-bottom: 1px solid #161d3a;
}

#chardetail_container #chardetail_label #chardetail_label_charimage {
    width: 72px;
    height: 94px;
    border: 1px solid #1f3073;
    background: #071124 center center no-repeat;
    position: absolute;
    left: 21px;
    top: 11px;
    text-align: center;
    padding-top: 2px;
}

#chardetail_container #chardetail_label #chardetail_label_charname {
    color: white;
    width: 300px;
    height: 30px;
    position: absolute;
    left: 101px;
    top: 18px;
    font-weight: bold;
    font-size: 22px;
    overflow: hidden;
}

#chardetail_container #chardetail_label #chardetail_label_charpoint {
    color: white;
    width: 200px;
    height: 20px;
    position: absolute;
    left: 102px;
    top: 46px;
    font-weight: bold;
    font-size: 14px;
}

#chardetail_container #chardetail_label #chardetail_label_build {
    position: absolute;
    left: 105px;
    top: 83px;
}

#chardetail_container #chardetail_label #chardetail_label_build ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#chardetail_container #chardetail_label #chardetail_label_build ul li {
    display: inline;
    margin: 0 7px 0 0;
}

#chardetail_container #chardetail_label #chardetail_label_build ul li img {
    width: 24px;
    height: 24px;
    border: 1px solid #62666f;
}

#chardetail_container #chardetail_label #chardetail_label_charpoint .charpoint {
    color: #ffc345;
}

#chardetail_container #chardetail_label #chardetail_label_charlevel {
    height: 20px;
    position: absolute;
    right: 27px;
    top: 90px;
    font-weight: bold;
    font-size: 14px;
    color: #ffc345;
}


#chardetail_container #chardetail_buttons {
    width: 51%;
    height: 120px;
    float: left;
}

#chardetail_container #chardetail_buttons .chardetail_button {
    color: white;
    width: 33.3%;
    height: 120px;
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding: 90px 0 0 0;
    text-align: center;
    border-bottom: 1px solid #161d3a;
    cursor: pointer;
}

.chardetail_button_selected {
    background-color: #000000 !important;
}

.chardetail_button:hover {
    background-color: #1a2140 !important;
}

#chardetail_container #chardetail_buttons #chardetail_button_profile {
    background: #171d38 url('../img/chardetails_charprofilebg.png') center 20px no-repeat;
}

#chardetail_container #chardetail_buttons #chardetail_button_global {
    background: #11162a url('../img/chardetails_globalbg.png') center 20px no-repeat;
}

#chardetail_container #chardetail_buttons #chardetail_button_unique {
    background: #0d1124 url('../img/chardetails_uniquebg.png') center 20px no-repeat;
}

#chardetail_container #chardetail_inventory_container {
    width: 459px;
    height: 355px;
    background: url('../img/inventoryDiv_bg.png') 0 0 no-repeat;
    border-right: 1px solid #252525;
    border-bottom: 1px solid #252525;
    float: left;
    position: relative;
}

#chardetail_container #chardetail_inventory {
    width: 178px;
    height: 315px;
    background: url('../img/inventory_bg.png') 0 0 no-repeat;
    position: absolute;
    top: 21px;
    left: 59px;
}

#chardetail_inventory_container #chardetail_inventory .chardetail_inventory_slot {
    width: 32px;
    height: 32px;
    position: absolute;
}

#chardetail_inventory_container #chardetail_inventory #chardetail_inventory_slot0 {
    left: 5px;
    top: 86px;
}

#chardetail_inventory_container #chardetail_inventory #chardetail_inventory_slot6 {
    left: 12px;
    top: 12px;
}

#chardetail_inventory_container #chardetail_inventory #chardetail_inventory_slot7 {
    left: 134px;
    top: 12px;
}

#chardetail_inventory_container #chardetail_inventory #chardetail_inventory_slot8 {
    left: 5px;
    top: 48px;
    display: none
}

#chardetail_inventory_container #chardetail_inventory #chardetail_inventory_slot2 {
    left: 140px;
    top: 86px;
}

#chardetail_inventory_container #chardetail_inventory #chardetail_inventory_slot1 {
    left: 5px;
    top: 128px;
}

#chardetail_inventory_container #chardetail_inventory #chardetail_inventory_slot3 {
    left: 140px;
    top: 128px;
}

#chardetail_inventory_container #chardetail_inventory #chardetail_inventory_slot4 {
    left: 5px;
    top: 171px;
}

#chardetail_inventory_container #chardetail_inventory #chardetail_inventory_slot5 {
    left: 140px;
    top: 171px;
}

#chardetail_inventory_container #chardetail_inventory #chardetail_inventory_slot9 {
    left: 5px;
    top: 214px;
}

#chardetail_inventory_container #chardetail_inventory #chardetail_inventory_slot10 {
    left: 140px;
    top: 214px;
}

#chardetail_inventory_container #chardetail_inventory #chardetail_inventory_slot11 {
    left: 5px;
    top: 257px;
}

#chardetail_inventory_container #chardetail_inventory #chardetail_inventory_slot12 {
    left: 140px;
    top: 257px;
}


#chardetail_container #chardetail_accessory {
    width: 172px;
    height: 129px;
    background: url('../img/accessory_bg.png') 0 0 no-repeat;
    position: absolute;
    top: 206px;
    left: 260px;

}

#chardetail_inventory_container #chardetail_accessory #chardetail_accessory_label {
    color: #ffc345;
    font-size: 14px;
    margin-top: 10px;
    margin-left: 10px;
}

#chardetail_inventory_container #chardetail_accessory .chardetail_accessory_slot {
    width: 32px;
    height: 32px;
    position: absolute;
}

#chardetail_inventory_container #chardetail_accessory #chardetail_accessory_slot0 {
    left: 55px;
    top: 34px;
}

#chardetail_inventory_container #chardetail_accessory #chardetail_accessory_slot1 {
    left: 11px;
    top: 34px;
}

#chardetail_inventory_container #chardetail_accessory #chardetail_accessory_slot2 {
    left: 100px;
    top: 34px;
}

#chardetail_inventory_container #chardetail_accessory #chardetail_accessory_slot3 {
    left: 55px;
    top: 82px;
}

#chardetail_inventory_container #chardetail_accessory #chardetail_accessory_slot4 {
    left: 11px;
    top: 82px;
}

#chardetail_container #chardetail_details {
    width: 44%;
    float: left;
}

.table_chardetail_details {
    text-align: left;

}

.table_chardetail_details td {
    background-color: #000000;
    font-size: 13px;
    padding-top: 7px;
    height: 24px;
}

.table_chardetail_details td a {
    text-decoration: none;
    color: #fff;
}

.table_chardetail_details td a:hover {
    text-decoration: underline;
}

.table_chardetail_details .details_left {
    background-color: #000000;
    width: 111px;
    border-left: 1px solid #252525;
    border-bottom: 1px solid #252525;
    color: #ffc345;
    padding-left: 11px;
}

.table_chardetail_details .details_middle {
    width: 17px;
    border-bottom: 1px solid #252525;
    color: #ffc345;
}

.table_chardetail_details .details_right {
    color: white;
    width: 340px;
    border-bottom: 1px solid #252525;
    font-weight: bold;
}

#chardetail_container #chardetail_info_container {
    width: 42%;
    height: 128px;
    background: url('../img/character_info_bg.png') 0 0 no-repeat;
    background-position-x: center;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}

#chardetail_container #chardetail_info_container .chardetail_hpmpbox {
    width: 175px;
    height: 128px;
    float: left;
}

#chardetail_container #chardetail_info_container .chardetail_hpmpbox_label {
    color: #ffc345;
    font-size: 14px;
    margin-top: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
}

#chardetail_container #chardetail_info_container .chardetail_hpmpbox_left {
    width: 24px;
    height: 24px;
    float: left;
    margin-left: 15px;
    margin-bottom: 6px;
    clear: left;
}

#chardetail_container #chardetail_info_container .chardetail_hpmpbox_right {
    width: 50%;
    height: 24px;
    /* line-height: 24px; */
    float: left;
    margin-left: 15px;
    clear: right;
    font-size: 12px;
    font-weight: bold;
    /* padding-top: 5px;*/
    color: white;
}

#chardetail_container #chardetail_info_container .chardetail_hpmpbox_right #hpbar {
    background: url('../img/HP_bar.png') 0 0 no-repeat;
    text-align: center;
    width: 91px;
    height: 12px;
    margin-top: 5px;
}

#chardetail_container #chardetail_info_container .chardetail_hpmpbox_right #mpbar {
    background: url('../img/MP_bar.png') 0 0 no-repeat;
    text-align: center;
    width: 91px;
    height: 12px;
    margin-top: 5px;
}


#chardetail_container #chardetail_info_container .chardetail_strintbox {
    width: 169px;
    height: 128px;
    float: left;
}

#chardetail_container #chardetail_info_container .chardetail_strintbox_label {
    color: #ffc345;
    font-size: 14px;
    margin-top: 15px;
    margin-left: 15px;
    margin-bottom: 19px;
}

#chardetail_container #chardetail_info_container .chardetail_strintbox_left {
    width: 24px;
    height: 24px;
    float: left;
    margin-left: 15px;
    margin-bottom: 6px;
    clear: left;
}

#chardetail_container #chardetail_info_container .chardetail_strintbox_right {
    width: 126px;
    height: 18px;
    line-height: 18px;
    float: left;
    margin-left: 3px;
    clear: right;
    font-size: 12px;
    font-weight: bold;
    /* padding-top: 5px;*/
    color: white;
}

#chardetail_container #chardetail_info_container .chardetail_strintbox_right #strbar {
    width: 140px;
    height: 18px;
    /* padding-top: 2px; */
    /* margin-top: 5px; */
    line-height: 18px;
}

#chardetail_container #chardetail_info_container .chardetail_strintbox_right #intbar {
    width: 140px;
    height: 10px;
    padding-top: 2px;
    margin-top: 5px;
}

#chardetail_container #chardetail_info_container .chardetail_strintbox_right .strintbar {
    float: left;
    width: 30px;
    color: #ffc345;
}

#chardetail_info_globals {
    clear: both;
    width: 100%;
}

#chardetail_info_globals_label {
    font-weight: bold;
    color: #ffc345;
    height: 40px;
    line-height: 40px;
    padding-left: 25px;
}

.table_chardetail_globals {
    text-align: left;
    width: 100%;
    border-top: 1px solid #252525;
}

.table_chardetail_globals td {
    background-color: #000000;
    font-size: 13px;
    padding-top: 7px;
    height: 24px;
}

.table_chardetail_globals .global_msg {
    background-color: #000000;
    border-left: 1px solid #252525;
    border-bottom: 1px solid #252525;
    color: #ffffff;
    padding-left: 25px;
    font-size: 14px;
}

#chardetail_info_unique {
    clear: both;
    width: 100%;
}

#chardetail_info_unique_label {
    font-weight: bold;
    color: #ffc345;
    height: 40px;
    line-height: 40px;
    padding-left: 25px;
}

.table_chardetail_unique {
    text-align: left;
    width: 100%;
    border-top: 1px solid #252525;
}

.table_chardetail_unique td {
    background-color: #000000;
    font-size: 13px;
    padding-top: 7px;
    height: 24px;
}

.table_chardetail_unique .unique_msg {
    background-color: #000000;
    border-left: 1px solid #252525;
    border-bottom: 1px solid #252525;
    color: #ffffff;
    padding-left: 25px;
    font-size: 14px;
}

/***** CHAR DETAILS ****/


/* Css Loading - Preloader */
.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ripple div {
    position: absolute;
    border: 4px solid #fff;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}
