/*WEBZEN TEMPLATE*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    color: #aaa;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

a:link, a:visited, a:hover, a:active {
    text-decoration: none;
}

.thumbnail {
    background-color: #f1f1f1;
    border: 1px solid #e3e3e3;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #ff0000;
}

.btn-primary {
    background: linear-gradient(to top, #86621e, #d6a037);
    border: 1px solid #a67f36;
    color: #000000;
	-moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
	-moz-border-radius: 0px;
	border-radius: 0px;
	text-shadow: 1px 1px #d8a136;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    background: linear-gradient(to top, #d6a037, #86621e);
    border: 1px solid #a67f36;
    text-shadow: 1px 1px #d8a136;
    color: #000000;
}
button:hover, .button:hover, .admincp-button:hover,.btn-primary:hover {
    filter: brightness(110%);
    color: #232323;
}

.btn-secundary {
    background: linear-gradient(to top, #171717, #424242);
    border: 1px solid #484848;
    color: #232323;
	-moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.btn-secundary:active, .btn-secundary:focus, .btn-secundary:hover {
    color: #232323 !important;
    background: linear-gradient(to top, #171717, #424242);
    border: 1px solid #484848;
}
button:hover, .button:hover, .admincp-button:hover,.btn-secundary:hover {
    filter: brightness(110%);
    color: #232323;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.wrapper_web {
    width: 100%;
    background: #000 url(../img/bg-body.jpg) no-repeat center top;
}
:focus{
    outline: none;
}

.wrapper_web .content_web {
    width: 980px;
    margin: 0 auto;
    background: url(../img/top-bg.jpg) center top no-repeat, url(../img/site_conts_pattern_bg.jpg) repeat-y left bottom;
}
.wrapper_web .content_web .main_web{
    width: 950px;
    display: flex;
    margin: 0 auto;
    margin-top: 17px;
    min-height: 900px;
}
.content {
    min-height: auto;
    padding: 0px 15px 30px 15px;
    line-height: 1.3;
}
.main_content_web{
    width: 630px;
}
.flex {
    display: flex;
}
  
.flex-c {
    display: flex;
    align-items: center;
}
  
.flex-s {
    display: flex;
    justify-content: space-between;
}
  
.flex-s-c {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
  
.flex-c-c {
    align-items: center;
    margin: 0px 1px 10px 0px;
}
.admincp-button {
	position:absolute;
	top:5px;
	right:10px;
	z-index:99;
}

.page-title {
    height: 22px;
    padding: 7px 0 30px 32px;
    background: url(../img/bg_titmain.gif) no-repeat 0 0;
}
/*Time Server
------------------------------------------------------------------------*/

#gGST_Wrap {
    position: absolute;
    left: 15px;
    top: 71px;
    width: 280px;
    z-index: 8;
    padding: 10px;
    font: normal 11px/1.2 tahoma,Arial,Verdana;
    color: #dfae38;
	background: rgba(0, 0, 0, 0.3);
	backdrop-filter: blur(5px);
	box-shadow: 0 0 15px rgba(0,0,0,0.7);
	text-shadow: 1px 1px 3px #000000;
	border: 1px solid rgba(220,220,220,0.1);

	
}

#gGST_Wrap .gGST_BoxOff {
    width: 280px;
    height: 24px;
    padding: 0 0 0 20px
}

#gGST_Wrap .gGST_BoxOn {
    width: 280px;
    height: 24px;
    padding: 5px 0 0 20px
}

#gGST_Wrap span {
    float: left;
    width: 132px
}

/* Bonus new acc */
.message.alerta {
    background: #FCF8E3;
    color: #8A6D3B;
    border: 1px solid #8A6D3B;
    border-radius: 4px;
    font-size: 13px;
    padding: 5px;
}

.message.bon {
    background: #e3fce7;
    color: #4c8a3b;
    border: 1px solid #4c8a3b;
    border-radius: 4px;
    font-size: 13px;
    padding: 5px;
}


/* ONLINE BAR */
.webengine-online-bar {
	width: 100%;
	background: #000000;
	border: 1px solid #555555;
	height: 8px;
	margin-top: 5px;
	margin-left: 3px;
	margin-bottom: 5px;
	padding: 0px;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -khtml-border-radius: 4px;
	overflow: hidden;
	transition: all .3s ease;
}
	.webengine-online-bar .webengine-online-bar-progress {
		height: 8px;
		background: #00ff00 url('../img/online_progress_bar.jpg') no-repeat left center;
		-webkit-border-radius: 0px 1px 1px 0px;
		-moz-border-radius: 0px 1px 1px 0px;
		-khtml-border-radius: 0px 1px 1px 0px;
		border-radius: 0px 1px 1px 0px;
	}
	.webengine-online-bar:hover {
		-webkit-filter: brightness(120%);
		filter: brightness(120%);
	}


.rankings-class-image {
    width:30px;
    height:auto;
    -moz-box-shadow:0 0 5px #666;
    -webkit-box-shadow:0 0 5px #666;
    box-shadow:0 0 5px #929292;
    -moz-border-radius:0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}


.rankings-table>tbody>tr>td {
    padding: 7px 5px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
	font-size: 14px;
	vertical-align: middle !important;
	text-align: center;
}
.rankings-table-place {
	color: #666;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
}
.rankings-table tr:first-child td {
    padding: 0 15px;
    text-transform: uppercase;
    color: #afa186;
    text-shadow: 2px 2px #000000;
    height: 35px;
    font-size: 13px;
    text-align: center;
    line-height: 2.0!important;
    background: linear-gradient(to top, #591c05, #300a01);
    border-left: 1px solid #5656564a;
    border-right: 1px solid #5656564a;
    border-bottom: 1px solid #5656564a;
    text-align: center;
    font-weight: bold;
    /* border-top: 1px solid #5656564a; */
}
    
.rankings-update-time {
	text-align: right;
	font-size: 11px;
	color: #ccc;
	padding: 10px 0px;
}
.rankings_menu {
	width: 100%;
	overflow: auto;
	text-align: center;
	margin-bottom: 10px;
}
.rankings_menu span {
	width: 100%;
	display: inline-block;
	padding: 10px 0px;
	color: #ccc;
	font-size: 24px;
}
.rankings_menu a {
    display: inline-block;
    width: 94px;
    height: 50px;
    padding-top: 15px;
    font: bold 12.5px/1.2 Arial,Verdana;
    color: #aaa;
    text-align: center;
    text-decoration: none;
    background: url(../img/ranking_top_tab_off.gif) no-repeat;
    margin:3px;
}

.rankings_menu a:hover, .rankings_menu a.active {
    color: #000000;
    text-shadow: 1px 1px #d8a136;
    text-decoration: none;
    background: url(../img/ranking_top_tab_on.gif) no-repeat;
}
.rankings_guild_logo tr td {
	border: 0px !important;
	padding: 0px !important;
	margin: 0px !important;
}
.rankings-gens-img {
	width: auto !important;
	height: 30px !important;
	border: 0 !important;
	-moz-box-shadow: 0 0 0px #000 !important;
	-webkit-box-shadow: 0 0 0px #000 !important;
	box-shadow: 0 0 0px #000 !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}
/* FORM CONTROL
------------------------------------------------------------------------*/

.form-control {
	color: #a7a7a7;
    background-color: #0c0c0c;
    border-color: #1d1d1d;
	border-radius: 2px;
	box-shadow: inset 0 0 1px rgba(0,0,0,0.1);
}

.form-control:focus {
	outline:none;
	box-shadow:none;
	border-color: #1d1d1d;
}

textarea.form-control {
	resize:vertical;
	height:180px;
}

span.required {
	color: #E74C3C;
	margin-left:5px;
	font-weight:bold;
	font-size:14px;
}

/* GLOBAL TOP BAR */
.global-top-bar {
	width: 100%;
	background: #101010;
	color: #777777;
	padding: 7px 0px 2px 0px;
	text-transform: uppercase;
	font-size: 12px;
}
	.global-top-bar .global-top-bar-content {
		width: 1040px;
		margin: 0px auto;
	}
		.global-top-bar .global-top-bar-content .row {
			margin: 0px;
			padding: 0px;
		}
	.global-top-bar a.logout {
		color: #cc9b04 !important;
	}
	.global-top-bar a {
		color: #999999 !important;
	}
	.global-top-bar a:hover {
		color: #ffffff !important;
	}
.global-top-bar-nopadding {
	padding: 0px !important;
}
.global-top-bar-separator {
	padding: 0px 5px;
	}

/* LANGUAGE PICKER */
.webengine-language-switcher {
	display: inline-block;
	list-style: none;
	padding: 0px !important;
	margin: 0px !important;
    width: 60px;
    height: 20px;
	overflow: hidden;
	transition: all .3s ease;
}
.webengine-language-switcher:hover {
	width: 400px;
}
	.webengine-language-switcher li {
		display: inline-block;
		list-style-type: none;
		background: #333333;
		padding: 3px 5px 3px 5px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		-khtml-border-radius: 3px;
		transition: all .3s ease;
	}
    .webengine-language-switcher li img {
        margin-right: 2px;
    }
	.webengine-language-switcher li:hover {
		-webkit-filter: brightness(120%);
		filter: brightness(120%);
	}
	.webengine-language-switcher li a {
        display: flex;
        align-items: center;
		color: #999999;
	}
	.webengine-language-switcher li a:hover {
		color: #ffffff !important;
	}


/*Header
------------------------------------------------------------------------*/
#header {
    height: 248px;
    position: relative;
}
.Logo {
    position:absolute;
    left:350px;
    top:25px;
    z-index:100
}
	.Logo:hover {
		-webkit-filter: brightness(120%);
		filter: brightness(120%);
	}

.gStarter {
    position:absolute;
    right:0;
    top:70px;
    z-index:7
}
.gStarter a {
    display:block;
    width:280px;
    height:100px;
    background:url(../img/download_off.png) no-repeat;
}
.gStarter a:hover {
    background:url(../img/download_on.png) no-repeat;
}
/*Navbar
------------------------------------------------------------------------*/
#navbar {
    text-align: center;
}
#navbar ul li{
    display: inline-block;
    height: 38px;
    padding-top: 4px;
    font: bold 14px/1.2 Arial,Verdana;
    color: #999;
}
#navbar ul li a {
    display: block;
    padding: 0 18px;
    font: bold 14px/1.2 Arial,Verdana;
    color: #999;
}
#navbar ul li a:hover,#navbar ul li a:focus {
    color: #ffb400;
    text-decoration: none;
}

/* NEWS MODULE */
.panel-news {
	margin-bottom: 30px;
	-moz-box-shadow: 0 0 1px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 10px #000;
	background: #25231e;
	border: 1px solid #2c2820;
}
.panel-news .panel-heading {
	background: #000 url('../img/news_head_bg.jpg') repeat;
	border-bottom: 1px solid #1a1915;
	padding-top: 15px;
	padding-bottom: 15px;
}
.panel-news .panel-title {
	color: #cd9529;
	font-family: 'Cinzel', Arial, serif;
	font-size: 18px;
}
.panel-news .panel-footer {
	background: #1a1915;
	font-style: italic;
	font-size: 11px;
	height: 40px;
	border: 0px;
	color: #4f493b;
}

/*
*/
.widget-cs{ 
    height: 280px;
    background: url(../img/bg_side_banner_top.gif) no-repeat top,url(../img/bg_side_banner_bottom.gif) no-repeat bottom;
    padding:15px 20px;
    margin-bottom:15px;
    box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.5);*
}
.widget-cs h1{
    text-align: center;
    text-transform: uppercase;
    font: bold 22px/1.2 Arial,Verdana;
    color: #ffedc8;
    margin:10px 0 20px 0;
    text-shadow: 3px 3px 2px rgb(20, 20, 20);
}
.content-txt-cs{
    float:left; 
    width:130px; 
    height:100px; 
    text-align:center;
}
.content-txt-cs .title-cs{
    display:inline-block; 
    color: #fff; 
    margin-bottom:10px; 
    font-weight:bold;
    font-size:17px;
}
.content-txt-cs a{
    display:block; 
    color: #ffb400; 
    margin-bottom:10px;
    font-weight: 600;
    font-size:14px;
    text-transform: uppercase;
}
.content-txt-cs a:hover,.content-txt-cs a:focus {
    text-shadow: 0 0 2px;
    color: #ffb400; 
    text-decoration: none;
}
.content-txt-cs img{
    background: #000;
    border-radius:5px;
    box-shadow: 2px 2px 2px rgb(31, 31, 31);  
}
.guild_countdown_title{
    display:block; 
    padding:20px 0; 
    font-weight:600; 
    font-size:16px;
}
.guild_countdown{
    font-size:20px;
    color: #fff;
}
.guild_countdown span{
    color: #ffedc8;
}
/*Sidebar
------------------------------------------------------------------------*/
.widget{
    margin-bottom:15px;
    /*border: 1px solid #474747;
    box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.5);*/
    background: linear-gradient(to bottom, #0000004b, rgba(0, 0, 0, 0));
    /*background: url(../img/bg_side_banner_top.gif) no-repeat top,url(../img/bg_side_banner_bottom.gif) no-repeat bottom;*/
}
.widget-heading{
    text-align:center;
    text-transform: uppercase;
    font-size:18px;
    font: bold 15px/1.2 Arial,Verdana;
    color: #ffedc8;
    background: linear-gradient(to bottom, #363636, #212121);
    height:40px;
}
.widget-icon-left{
    width:14px;
    height:24px;
    position:relative;
    top:5px;
    margin-right:7px;
    background: url(../img/sub_nav_title_bg_right.png) no-repeat;
    display: inline-block;
}
.widget-icon-right{
    width:14px;
    height:24px;
    position:relative;
    top:5px;
    margin-left:7px;
    background: url(../img/sub_nav_title_bg_left.png) no-repeat;
    display: inline-block;
}
.widget-table {
    width: 100%;
    max-width: 100%;
}
.widget-table>tbody>tr>td{
    padding: 8px;
    color:#aaa;
    line-height: 1.0;
    vertical-align: top;
}
table>tbody>tr>td>a{
    color: #ffb400;
    transition: all .3s ease;
}
table>tbody>tr>td>a:hover,table>tbody>tr>td>a:focus{
    text-decoration: none;
    color: #ffb400;
    text-shadow: 0 0 3px;
}

.mainSnsWrap{
    height:57px;
    padding:20px 0;
    text-align:center;
}
.mainSnsWrap li{
    float:left;
    width:99px;
    height:52px;
    padding-top:5px;
    text-align:center;
}
.panel-user-cp{
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-title-cp {
    
    height: 55px;
    width: 300px;
    line-height: 78px;
    font-weight: bold;
    font-size: 13px;
    color: #eb8d04;
    text-align: center;
}

.sidebar-banner {
	margin: 20px 0px;
	border: 0px;
}

.sidebar-banner img {
	-moz-box-shadow: 0 0 10px #282828;
	-webkit-box-shadow: 0 0 10px #282828;
	box-shadow: 0 0 10px #282828;
	border: 0px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
}


.form-group-cp{
    margin-bottom: 10px;
}

.form-group{
    display:flex;
    flex-direction: column;
    width:100%;
    margin:10px 0px!important;
}

.control-label{
    text-align:left!important;
    margin-bottom:8px!important;
}

.panel-user-cp input{
    display: block;
    text-align:center;
    width: 100%;
    height: 42px;
    padding: 0 30px 0 20px;
    box-sizing: border-box;
    border-style: solid;
    border-width: 1px;
    font-weight: normal;
    background-color: #0e0e0e;
    border-color: #1d1d1d;
    border-radius:10px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 18px rgba(0,0,0,0.3);
    -ms-box-shadow: inset 0 0 18px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 0 18px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 18px rgba(0,0,0,0.3);
}
.button-login {
    width: 110px;
    height: 38px;
    transition: all 0.3s ease;
    cursor: pointer;
    background: linear-gradient(to top, #86621e, #d6a037);
    border: 1px solid #a67f36;
    position: relative;
    z-index: 1;
    box-shadow: 0em 8px 15px rgba(0, 0, 0, 0.2);
    color: #000000;
    text-shadow: 1px 1px #d8a136;

}
.lost {
    float:right;
    text-align: right;
}

.lost a{
	color:#a9a9a9;
	float:right;
	text-decoration:none;
	text-shadow:2px 2px 7px #000;
	margin: 12px 10px;
}
	
	
.sideBannerCase{
    width: 300px;
    padding-top: 0;
    margin:-0.5px 0px;
    background: url(../img/bg_side_banner_bottom.gif) no-repeat left bottom;
}
.sideBannerCase ul li img{
    width: 270px;
    margin-top:15px;
}
.sideBannerCase .rightbnr {
    padding: 15px 15px 5px 15px;
}
.sideBannerCase .rightbnr table {
    margin-bottom: 0px !important;
}
.sidebar_right{
    width: 320px;
    position: relative;
    background: url(../img/snb_top_bg.gif) no-repeat top,url(../img/snb_bottom_bg.gif) bottom no-repeat;
    background-color: #121111;
    padding:15px 10px;
}
.user-cp-menu{
    padding:3px 0px;
    background: url(../img/sub_nav_bg_bottom.gif) no-repeat left bottom,url(../img/sub_nav_bg_bottom.gif) no-repeat left top;
}
.user-cp-title h3 {
    display: block;
    padding: 4px 15px 8px 18px;
    font: bold 15px/1.2 Arial,Verdana;
    color: #ffedc8;
    background: url(../img/sub_nav_title_bg.gif) no-repeat;
}

.user-cp-menu ul li a {
    display: block;
    height: 34px;
    padding: 12px 0 0 35px;
    font: bold 12px/1.2 Arial,Verdana,sans-serif;
    background: url(../img/sub_nav_bg_list_off.gif) no-repeat;
    cursor: pointer;
    text-decoration: none;
    color:#aaa;
}

.user-cp-menu ul li:hover a {
    background: url(../img/sub_nav_bg_list_over.gif) no-repeat;
    color:#fff;
}

/* PANEL SIDEBAR EVENT TIMERS */
.panel-sidebar-events {
	margin-bottom:15px;
    /*border: 1px solid #474747;
    box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.5);*/
    background: linear-gradient(to bottom, #0000004b, rgba(0, 0, 0, 0));
    /*background: url(../img/bg_side_banner_top.gif) no-repeat top,url(../img/bg_side_banner_bottom.gif) no-repeat bottom;*/
}

.panel-sidebar > .panel-heading {
    text-transform: uppercase;
    text-align: center;
    width:299px;
    font-size:18px;
    border-color: #848484;
    font: bold 15px/1.2 Arial,Verdana;
    color: #a9a9a9;
    background: linear-gradient(to bottom, #2f2f2f, #151515);
    height:40px;
}

	.panel-sidebar > .panel-body {
		color: #5e5e5e;
	}
		.panel-sidebar > .panel-body > .table {
			margin-bottom: 0px !important;
		}

.event-schedule-open {
	color: #0ade0a;
}

.event-schedule-inprogress {
	color: #cc9b04;
}

.panel-sidebar .smalltext {
	font-size: 11px;
	position: relative;
	top: -5px;
}




/*Slider 'Original Webzen CSS'
------------------------------------------------------------------------*/
.gMainPromWrap{
    position:relative;
    margin:15px 14px;
    width:602px;
    height:206px;
    overflow:hidden;
}
.gMainPromWrap .promRoundBox{
    position:absolute;
    width:602px;
    height:206px;
    background:url(../img/main_prom_bg.png) no-repeat;
    z-index:10;
}
.gMainPromWrap .items{
    width:2000em;
    position:absolute;
}
.gMainPromWrap .items .item{
    float:left;
    position:relative;
    width:602px;
    height:206px;
    overflow:hidden
}
.gMainPromWrap .items .item a.itemLink{
    position:absolute;
    display:block;
    width:602px;
    height:206px;
    z-index:11;
}
.gMainPromWrap .promImg{
    width:602px;
    height:206px;
    padding:1px 0 0 1px;
}
.gMainPromWrap .promImg img{
    width:600px;
    height:206px;
}
.gMainPromWrap .rollingIconWrap{
    position:absolute;
    right:0;
    top:0;
    z-index:12;
}
.gMainPromWrap .rollingIconWrap .bgFirst{
    float:left;
    width:53px;
    height:40px;
    background:url(../img/main_prom_rollTop.png) no-repeat;
}
.gMainPromWrap .rollingIconWrap .rollingIcon{
    float:left;
    height:40px;
    padding:10px 15px 0 0;
    background:url(../img/main_prom_rollMiddle.png) no-repeat right top;
    overflow:hidden;
}
.gMainPromWrap .rollingIcon button{
    float:left;
    width:19px;
    height:21px;
    margin-right:3px;
    padding:0;
    border:0;
    background:0;
}
.gMainPromWrap .rollingIcon button:focus{
    outline:none;
}
.gMainPromWrap .rollingIcon button span{
    display:inline-block;
    width:19px;
    height:21px;
    padding:0;
    margin:0;
    background:url(../img/main_prom_icon_off.gif) no-repeat;
}
.gMainPromWrap .rollingIcon button.active span{
    background-image:url(../img/main_prom_icon_on.gif)
}
/*Main Shop 'Original Webzen CSS'
------------------------------------------------------------------------*/
.mainShopWrap{
    width:300px;
    height:302px;
    padding:0;
    overflow:hidden;
}
.mainShopWrap ul.shopListConts{
    float:left;
    width:270px;
    height:272px
}
.mainShopWrap ul.shopListConts li.item_content{
    float:left;
    width:300px;
    height:272px;
    background:url('../img/shop_main_wrap_bg.jpg') no-repeat
}
.mainShopWrap ul.shopListConts li.item_content ul{
    position:relative
    ;width:300px;
    height:272px
}
.mainShopWrap ul.shopListConts li.item_content .icon{
    position:relative
}
.mainShopWrap ul.shopListConts li.item_content .icon span.pngNew{
    position:absolute;
    left:2px;
    top:2px;
    width:66px;
    height:66px;
    background:url('../img/icon_shop_new.png') no-repeat
}
.mainShopWrap ul.shopListConts li.item_content .icon span.pngHot{
    position:absolute;
    left:2px;
    top:2px;
    width:66px;
    height:66px;
    background:url('../img/icon_shop_hot.png') no-repeat;
}
.mainShopWrap ul.shopListConts li.item_content .img{
    position:absolute;
    left:80px;
    top:26px;
}
.mainShopWrap ul.shopListConts li.item_content .img img{
    width:140px;
    height:100px;
}

.mainShopWrap ul.shopListConts li.item_content .title{
    padding-top:141px;
    width:260px;
    margin:0 auto;
    font:normal 15px/1.2 Arial,Verdana,sans-serif;
    color:#fff;
    text-align:center;
}
.mainShopWrap ul.shopListConts li.item_content .wcoin{
    width:260px;
    margin:0 auto;
    padding-top:1px;
    font:bold 15px/1.2 Arial,Verdana,sans-serif;
    color:#ffb400;
    text-align:center;
}
.mainShopWrap ul.shopListConts li.item_content .shopBtn{
    position:absolute;
    left:2px;
    top:212px;
    width:298px;
    text-align:center;
}
.mainShopWrap ul.shopListConts li.item_content .shopBtn a{
    display:block;
    width:148px;
    height:36px;
    padding-top:9px;
    font:bold 14px/1.2 Arial,Verdana,sans-serif;
    color:#fff;
    background:url('../img/btn_shop_main.png') no-repeat;
}
.mainShopWrap ul.shopListConts li.item_content .shopBtn a:hover{
    text-decoration:none;
    background:url('../img/btn_shop_main_on.png') no-repeat;
}
.mainShopWrap ul.shopListConts li.item_content .shopBtn .alignCenterBtn{
    display:inline-block;
}
.mainShopWrap .scrollbtn{
    position:relative;
    z-index:100;
}
.mainShopWrap .scrollbtn button{
    width:150px;
    height:42px;
    margin:0;
    padding:0;
    border:0;
    z-index:100;
}
.mainShopWrap .scrollbtn button.prev{
    position:absolute;
    left:0;
    top:260px;
    background:url('../img/arrow_shop01_off.gif') no-repeat;
}
.mainShopWrap .scrollbtn button.next{
    position:absolute;
    left:150px;
    top:260px;
    background:url('../img/arrow_shop02_off.gif') no-repeat;
}
.mainShopWrap .scrollbtn button.prev:hover{
    background:url('../img/arrow_shop01_over.gif') no-repeat;
}
.mainShopWrap .scrollbtn button.next:hover{
    background:url('../img/arrow_shop02_over.gif') no-repeat;
}
/* MY ACCOUNT MODULE 
------------------------------------------------------------------------*/
.myaccount-table {
	width: 100%;
	background: #121212;
    border: 1px solid #2d2d2d;
}
.myaccount-table tr td:first-child {
	color: #666;
	font-weight: bold;
}
.myaccount-table>tbody>tr>td {
    border: 1px solid #2d2d2d;
	padding: 15px !important;
}

	

.myaccount-table tr:last-child td {
    border-left: 1px !important;
}


/* GENERAL TABLE UI
------------------------------------------------------------------------*/
.general-table-ui {
	width: 100%;
	table-layout: fixed;
	background: #121212;
    border: 1px solid #2d2d2d;
	padding: 10px;
	margin: 10px 0px;
}
.general-table-ui>tbody>tr>td {
    border-top: 1px solid #2d2d2d;
	padding: 5px;
	vertical-align: middle !important;
}
.general-table-ui tr:first-child td {
	color: #ffb400;
}
.general-table-ui tr td {
	text-align: center;
}
.general-table-ui img {
	width: 50px;
	height: auto;
	-moz-box-shadow: 0 0 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

/* TERMS OF SERVICE PAGE
------------------------------------------------------------------------*/
.tos_list li {
	color: #ffb400;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 40px;
}
.tos_list li p {
	color: #aaa;
	text-align: justify;
	text-justify: inter-word;
	text-transform: none;
	padding-right: 35px;
	font-size: 14px;
	font-weight: normal;
}

/* PAYPAL
------------------------------------------------------------------------*/
.paypal-gateway-container {
    display: block;
}

.paypal-gateway-logo {
width: 100%;
height: 68px;
background: #fff9ec url('../img/paypal-logo-200-68.png') no-repeat top center;
margin-bottom: 10px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.paypal-gateway-content {
margin: 5px;
padding: 10px;
overflow: auto;
display: flex;
flex-direction: column;
justify-content: space-between;
background: url(../img/bg_side_banner_bottom.gif) no-repeat left bottom;
border: 1px solid rgba(133, 133, 133, 0.5);
border-radius: 2px;
}

.paypal-gateway-content p { 
    padding: 8px;
    color: #aaa;
    line-height: 1.0;
    vertical-align: top;
    font-size: 14px;
}
.paypal-gateway-conversion-rate {
margin: 0px auto;
text-align: center;
color: #000;
font-size: 18px;
padding: 10px 0px;
}

.paypal-gateway-form {
width: 100%;
margin: 0px auto;
text-align: center;
}

.paypal-gateway-form div {
display: inline-block;
padding: 0px 6px;
color: #000;
font-size: 18px;
}

.paypal-gateway-continue {
margin: 0px auto;
text-align: center;
margin-top: 5px; 
}

.paypal-gateway-continue input[type=submit] {
background: url('../img/paypal-submit.jpg') no-repeat;
width: 200px;
height: 40px;
border: 0px;
}
/* ADD STATS MODULE
------------------------------------------------------------------------*/
.panel-general{
    background: #121212;
    border: 1px solid #2d2d2d;
}
.panel-addstats {
	margin-bottom: 30px;
    background: #121212;
    border: 1px solid #2d2d2d;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #333;
}
.panel-addstats .character-avatar img {
	width: 100px;
	height: auto;
	-moz-box-shadow: 0 0 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.panel-addstats .character-name {
	color: #666;
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	border-bottom: 1px solid #e3e3e3;
	padding: 20px 0px;
	margin-bottom: 20px !important;
	font-weight: bold;
}

/* DOWNLOADS
------------------------------------------------------------------------*/
.panel-downloads {
	margin-bottom: 30px;
    background: #121212;
    border: 1px solid #2d2d2d;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #868585;
}

.panel-downloads .panel-title {
	color: #666;
	font-size: 15px;
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 20px !important;
  font-weight: bold;
  
}
	.download-description {
		font-size: 11px;
		position: relative;
		top: -7px;
		color: #aaa;
	}

.online-status-indicator {
	margin-left: 5px;
}
.table>tbody>tr>td {
    border-top: 1px solid rgba(0, 0, 0, 0);
}
/*Footer
------------------------------------------------------------------------*/
.global-footer {
    font-family: 'Segoe UI', 'Lucida Sans Unicode', 'Lucida Grande', 'Tahoma', 'Arial', 'sans-serif';
    width: 100%;
    font-size: 14px;
    background: #000;
    color: #666;
    padding: 60px 0px;
    overflow: auto;
}
.global-footer .footer-container {
    width: 1000px;
    margin: 0px auto;
}
.global-footer .symbol .webzen{
    width:52px; 
    background:url('../img/bg_footer_webzen.png') no-repeat 0 0;
    vertical-align:middle;
    margin:0 3px;
    display:inline-block; 
    height:44px; 
    font-size:0px;
}
.global-footer .copyright{
    padding:20px 0; 
    color:#666;
}

/*Menu DROP
------------------------------------------------------------------------*/
* {
  outline: 0;
  font-family: sans-serif
}
body {
  background-color: #121212
}
span.msg,
span.choose {
  color: #aaa;
  padding: 5px 0 10px;
  display: inherit
}
.container {
  width: 500px;
  margin: 20px auto 0;
  text-align: center
}

/*Styling Selectbox*/
.dropdown {
  width: 300px;
  display: inline-block;
  background-color: #1d1c1a;
  border-radius: 2px;
  box-shadow: 0 0 2px rgb(132, 132, 132);
  transition: all .5s ease;
  position: relative;
  font-size: 14px;
  color: #aaa;
  height: 100%;
  text-align: left
}
.dropdown .select {
    cursor: pointer;
    display: block;
    padding: 10px
}
.dropdown .select > i {
    font-size: 13px;
    color: #888;
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: right;
    line-height: 20px
}
.dropdown:hover {
    box-shadow: 0 0 4px rgb(204, 204, 204)
}
.dropdown:active {
    background-color: #1d1c1a
}
.dropdown.active:hover,
.dropdown.active {
    box-shadow: 0 0 4px rgb(204, 204, 204);
    border-radius: 2px 2px 0 0;
    background-color: #1d1c1a
}
.dropdown.active .select > i {
    transform: rotate(-90deg)
}
.dropdown .dropdown-menu {
    position: absolute;
    background-color: #1d1c1a;
    width: 100%;
    left: 0;
    margin-top: 1px;
    box-shadow: 0 1px 2px rgb(204, 204, 204);
    border-radius: 0 1px 2px 2px;
    overflow: hidden;
    display: none;
    max-height: 244px;
    overflow-y: auto;
    z-index: 9
}
.dropdown .dropdown-menu li {
    padding: 10px;
    transition: all .2s ease-in-out;
    cursor: pointer
} 
.dropdown .dropdown-menu {
    padding: 0;
    list-style: none
}
.dropdown .dropdown-menu li:hover {
    background-color: #252421
}
.dropdown .dropdown-menu li:active {
    background-color: #121212
}

.toggle { display: none; } 
.same-box-1 { display: none; }


/*Menu Guide
------------------------------------------------------------------------*/
.fontg1 {
	font-size: 26px;
	color: #e2ad46;
}

.fontg2 {
	font-size: 17px;
	color: #ffd092;
}

.accordion {
  width: 100%;
  max-width: 550px;
  margin: 15px 10px
}
.accordion-item {
  background-color: #353535a3;
  color: #ffffffd1;
  margin: 1rem 0;
  border-radius: 0.5rem;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.25);
}
.accordion-item-header {
  padding: 0.5rem 3rem 0.5rem 1rem;
  min-height: 3.5rem;
  line-height: 1.25rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.accordion-item-header::after {
  content: "\002B";
  font-size: 2rem;
  position: absolute;
  right: 1rem;
}
.accordion-item-header.active::after {
  content: "\2212";
}
.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion-item-body-content {
  padding: 1rem;
  line-height: 1.5rem;
  border-top: 1px solid;
  border-image: linear-gradient(to right, transparent, #dc8400, transparent) 1;
}

.discord {
    position: fixed;
    right: 25px;
    bottom:30px;
}

.discord a {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background: url(../../../website/OAjbYn5.png);
    background-size: cover;
}

.discord a:hover {
    filter: contrast(2);
}

.activation-rg{
  color:#f11d1d;
	-webkit-animation: flash linear 1s infinite;
	animation: flash linear 1s infinite;
}
@-webkit-keyframes flash {
	0% { opacity: 1; } 
	50% { opacity: .1; } 
	100% { opacity: 1; }
}
@keyframes flash {
	0% { opacity: 1; } 
	50% { opacity: .1; } 
	100% { opacity: 1; }
}
/* Pulse class and keyframe animation */
.pulseit{
	-webkit-animation: pulse linear .5s infinite;
	animation: pulse linear .5s infinite;
}
@-webkit-keyframes pulse {
	0% { width:200px; } 
	50% { width:340px; } 
	100% { width:200px; }
}
@keyframes pulse {
	0% { width:200px; } 
	50% { width:340px; } 
	100% { width:200px; }
}



.box-config {
    background:url('../img/config.png') no-repeat 0 0;
    width: 180px;
    height: 180px;
    border: 1px solid #3a3a3a;
    border-radius: 2px;
    transition: .5s;
}

.box-config:hover {
    filter: brightness(130%);
    transition: .5s;
}

.box-config span {
    transition: 0.5s;
}

.box-config:hover span {
    margin-top: 10px;
    transition: 0.5s;
}

.box-cmd {
    background:url('../img/cmd.png') no-repeat 0 0;
    width: 180px;
    height: 180px;
    border: 1px solid #3a3a3a;
    border-radius: 2px;
    transition: .5s;
}

.box-cmd span {
    transition: 0.5s;
}

.box-cmd:hover span {
    margin-top: 10px;
    transition: 0.5s;
}

.box-cmd:hover {
    filter: brightness(130%);
    transition: .5s;
}

.box-cm {
    background:url('../img/cm.png') no-repeat 0 0;
    width: 180px;
    height: 180px;
    border: 1px solid #3a3a3a;
    border-radius: 2px;
    transition: 0.5s;
}

.box-cm:hover {
    filter: brightness(130%);
    transition: .5s;
}

.box-cm span {
    transition: 0.5s;
}

.box-cm:hover span {
    margin-top: 10px;
    transition: 0.5s;
}

.text-box {
    display: flex;
    justify-content: center;
    position: relative;
    align-self: self-end;
    margin-top: 70%;
    transition: 0.5s;
}

.text-box span {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #ddb86f;
}

.hide {
    display: none;
}

.package-title {
    background-color: #2E2E2E;
    border-radius: 2px;
    border: 2px solid #454545;
}

.package-title span {
    font-size: 14px;
    color: #FFF;
}

.package-prices {
    display: flex;
    margin: -10px;
}

.package-prices span {
    color: #23c746;
    font-size: 10px;
    width: 100%;
}

.package-wcoin-total {
    font-size: 12px !important;
    color: #e8b535 !important;
}

.package-prizes-total {
    font-size: 14px !important;
    color: #cdcdcd !important;
    padding: 5px !important;
}

.package-prices sup {
    font-size: 8px;
    color: #FFF;
    background-color: #e34d4c;
    border-radius: 2px;
    padding: 1px;
    margin: 2px;
}

.package-coin {
    display:flex;
    margin-top:10px;
    margin: 0 auto;
    justify-content: center;
}

.package-coin span {
    font-size: 12px;
}

.package-tag { 
    display: flex;
    position: relative;
    padding: 0px !important;
    width: 100%;
    margin-top: -10px;
    margin-right: -20px;
    justify-content: end;
}

.package-tag span {
    font-size: 10px;
    float: right;
    color: #FFF;
    background-color: #61ad55;
    padding: 1px;
    margin-right: -10px !important;
}


.recaptcha_widget {
    border: 1px solid #323131 !important;
    background: #1c1c1c!important;
    color: #dddddd !important; 
}

input::placeholder {
    opacity: 0.2;
    color: red;
}

#toast-container {
    position: fixed;
    z-index: 999999;
    pointer-events: none;
    white-space:nowrap!important;
    width:auto !important;
    text-align: justify !important;
}

.box {
    padding: 15px 30px;
}