@media (orientation: landscape) {
	html {
		min-width: 1040px;
		height: 100%;
		cursor:  url('../img/icons/cursor.png?v=3') , auto;
	}
}

@media (orientation: portrait) {
	html, #container {
		max-width: 100% !important;
		min-width: 100% !important;
		height: 100%;
		cursor:  url('../img/icons/cursor.png?v=3') , auto;
	}
}

html:active{
	cursor:  url('../img/icons/cursorG.png?v=3') , auto;

}

body {
	background: #fff0;
	background-size:cover;
	color: #333;
	font-family: 'PT Sans', sans-serif;
	margin: 0;
	height: 100%;
	
}


label{
	cursor:  url('../img/icons/cursor.png?v=3') , auto;
}

p, td{
	cursor: auto !important;
}

a {
	color: #eac379;
	text-decoration: none;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    cursor:  url('../img/icons/cursorP.png?v=3') , auto !important;
}

a:hover {
	color: #ffda8a;
}

a:active {
	cursor:  url('../img/icons/cursorG.png?v=3') , auto !important;
}


button {
	cursor:  url('../img/icons/cursorP.png?v=3') , auto !important;
}

button:active {
	cursor:  url('../img/icons/cursorG.png?v=3') , auto !important;
}

img {
	border: 0px;
}

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

#header {
	background:url('../img/flor.png?v=3') no-repeat bottom , url('../img/aglogon-n-min.png?v=4') 54%;
	background-size:100%,cover;
	width: 100%;
	height: 100%;
	margin: 0px auto;
	padding: 0px 0px;
	text-align: center;
	color: #fff;
	margin-bottom: -136px;
}

@media(max-width: 1040px){

	#header {
	height: 550px;

}

}

#container {
	/*background: #ffffff;*/
	width: 1040px;
	height: auto;
	margin: 0px auto;
	padding: 20px 0px;
}

#content {
	width: 100%;
	overflow: auto;
	min-height: 500px;
	padding: 10px 20px 0px 20px;
}

#bgagr {
	background: #000000 url('../img/background.png?v=3') repeat top center ;
	width: 100%;
	height: auto ;
	margin: 0px auto;
}

.footer {
	background: #221913 url('../img/img_footer.png?v=3') no-repeat top -80px center;
	background-size: cover;
	font-family: 'Segoe UI', 'Lucida Sans Unicode', 'Lucida Grande', 'Tahoma', 'Arial', 'sans-serif';
	width: 100%;
	font-size: 14px;
	color:#ffffff;
	padding: 60px 0px;
	overflow: auto;
	border-top: 7px solid #312f2f;
}

	.footer > .footer-container {
		/*width: 1040px;*/
		margin: 0px auto;
	}
	.footer-time-title {
		color: #ffffff;
		font-weight: bold;
	}
	.footer-time {
		font-size: 48px;
		color: #ffffff;
		font-weight: bold;
		position: relative;
		top: -10px;
	}
	.footer-date {
		position: relative;
		top: -20px;
		font-size: 12px;
	}

#navbar {
    background: url('../img/bg_nav.png?v=3') 0px repeat;
    background-position:center;
	width: 100%;
}

#navbar ul{
	text-align: center;
	margin: 0px;
	-webkit-padding-start: 0px;
	height:151px !important;

}

#navbar ul li {
	font-family: 'PT Sans', sans-serif;
	list-style-type: none;
	display: inline-block;
	font-size: 16px;
}

#navbar ul li a {
	width:135px !important;
	height:59px !important;
	background-size:130px;
	display: inline-block;
	text-align: center;
	color: #7c6859 !important;
	text-decoration: none;
	padding: 10px;
	font-weight: bold;
	margin-top:77px;
	
}

#navbar ul li a:active, #navbar ul li a:focus, #navbar ul li a:hover {
	background: url('../img/nav_img.png?v=3') no-repeat ;
	color: #ffffff !important;
	text-decoration: none;
	background-size:135px;
	font-weight: bold;
}


/* CASTLE SIEGE BANNER */
.castle-siege-banner {
	width: 1040px;
	background: #000 url('../img/castle_siege_banner_bg.jpg') no-repeat center center;
	background-size: cover;
	margin: 0px auto;
	padding: 20px;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
	overflow: auto;
	font-family: 'Fredoka One', cursive;
	color: #74beff;
	-webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    -khtml-border-radius: 5px 5px 0px 0px;
	text-shadow: 1px 1px 3px #000000;
}
	.castle-siege-banner img {
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-khtml-border-radius: 5px;
		-moz-box-shadow: 0 0 10px #000;
		-webkit-box-shadow: 0 0 10px #000;
		box-shadow: 0 0 10px #000;
	}
	.castle-siege-banner .guild_owner, .castle-siege-banner .guild_owner a {
		color: #ffffff;
		font-size: 45px;
	}
	.castle-siege-banner .guild_master, .castle-siege-banner .guild_master a {
		color: #ffffff;
		font-size: 45px;
	}
	.castle-siege-banner .guild_countdown {
		color: #ffffff;
		font-size: 45px;
	}
		.castle-siege-banner .guild_countdown span {
			color: #ffcc00;
			font-size: 24px;
		}

.admincp-button {
	position:absolute;
	top:10px;
	right:10px;
}

.page-title,h2 {
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 22%, rgba(255,237,196,1) 51%, rgba(255,223,143,1) 74%, rgba(255,197,51,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

	font-family: 'PT Sans', sans-serif;
	font-size: 32px;
	margin-bottom: 10px;
	font-weight: bold;
}

.panel{
	background: #00000033;
}


/* NEWS MODULE */
.panel-r{
	background:url('../img/rebit.png?v=3') bottom 20px left 20px no-repeat, url('../img/rebit.png?v=3') top 20px right 20px no-repeat, url('../img/rebit.png?v=3') 20px 20px no-repeat , url('../img/rebit.png?v=3') bottom 20px right 20px no-repeat , url('../img/glass_flare.png?v=3?v=3') -320px 0px no-repeat, #0000004d !important;
}
.panel-news {
	margin-top: 30px;
	color: #fff;
	border: 1px solid #846750;
	border-radius: 0px;
	background:url('../img/rebit.png?v=3') bottom 20px left 20px no-repeat, url('../img/rebit.png?v=3') top 20px right 20px no-repeat, url('../img/rebit.png?v=3') 20px 20px no-repeat , url('../img/rebit.png?v=3') bottom 20px right 20px no-repeat , url('../img/glass_flare.png?v=3?v=3') -170px 0px no-repeat, #0000004d;
	/*-moz-box-shadow: 0 0 10px #e3e3e3;
	-webkit-box-shadow: 0 0 10px #e3e3e3;
	box-shadow: 0 0 10px #e3e3e3;*/
}
.panel-news .panel-heading {
	display:block;
	width:100%;
	height:40px;
	padding: 0px;
	background: #ffefef00;
}
.panel-news .panel-title {
	display:block;
	height:40px;
	width:auto;
	margin:0 auto;
	color: #ffffff;
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	font-weight: bold;

	line-height: 1;
    text-align: center;

    margin-top:-9px;
}

.panel-news .panel-title a{
background:url('../img/title_b.png?v=3') bottom 8px right 8px / 15px no-repeat, url('../img/title.png?v=3');
border-radius:21.5px;
padding:4px 30px;
border: 2px solid #846750;

}

.panel-news .panel-footer {
	border-top: 1px solid #e7e7e72e;
	background: #fff0;
	font-style: italic;
	font-size: 11px;
	height: 40px;
	color: #777;
}

/* RANKINGS MODULE */
.rankings-table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	box-shadow: inset 0px 0px 0px 1px #846750;

	background:url('../img/rebit.png?v=3') bottom 0px left 20px no-repeat, url('../img/rebit.png?v=3') top 20px right 20px no-repeat, url('../img/rebit.png?v=3') 20px 20px no-repeat , url('../img/rebit.png?v=3') bottom 0px right 20px no-repeat , url('../img/glass_flare.png?v=3?v=3') -30px -20px no-repeat, #0000004d;

	border: 0px solid #846750;
}

.rankings-class-image {
	width: 30px;
	height: auto;
	-moz-border-radius: 0px;
	border-radius: 30px;
	-webkit-transition: all 1s ease-in;
}

.rankings-class-image:hover{
	-moz-box-shadow: 0 0 5px #f6b171;
	-webkit-box-shadow: 0 0 5px #f6b171;
	box-shadow: 0 0 5px #f6b171;
	margin: -5px;
	width: 40px;
	-webkit-transition: all .4s cubic-bezier(1, 2.89, 0.01, -0.31);
}
.rankings-table tr td {
	border-bottom: 1px solid #846750;
	color: #de8a46;
	padding: 10px;
	font-size: 18px;
	vertical-align: middle !important;
	text-align: center;
}

.rankings-table-place {
	color: #ffa92f !important;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	text-shadow: 2px 2px #24180f;
	width: 92px;
}
.rankings-table tr:first-child td {
	color: #ffc75c;
	border-bottom: 3px solid #a78e62;
	padding-top:60px;
}

.rankings-table tr:last-child {
border-bottom: 60px solid #a78e6200;
}
.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: 150px;
	border: 1px solid #7c6859;
	text-align: center;
	padding: 2px 0px;
	margin: 2px;
	background: #0000006e;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #ccc;
}

.rankings_menu a:hover{
	color: #7c6859 !important;
}

.rankings_menu a.active {
	color: #ffe6aa;
}
.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;
}

/* MY ACCOUNT MODULE */
.myaccount-table {
	width: 100%;
	background:url('../img/rebit.png?v=3') bottom -10px left -10px no-repeat, url('../img/rebit.png?v=3') top -10px right -10px no-repeat, url('../img/rebit.png?v=3') -10px -10px no-repeat , url('../img/rebit.png?v=3') bottom -10px right -10px no-repeat , url('../img/glass_flare.png?v=3?v=3') -230px -20px no-repeat, #0000004d;

	border: 40px solid #00000000;
}
.myaccount-table tr td {
	color: #fff;
	font-weight: bold;
	border-bottom: 4px solid #84675085;
	padding: 15px !important;
}

.myaccount-table tr td a{
	color: #00ff85;
}

.myaccount-table tr td .btn{
	color: #ffffff;
}

.myaccount-table tr:last-child td {
	border: 0px;
}

/* GENERAL TABLE UI */
.general-table-.myaccount-table {
	width: 100%;
	background:url('../img/rebit.png?v=3') bottom -10px left -10px no-repeat, url('../img/rebit.png?v=3') top -10px right -10px no-repeat, url('../img/rebit.png?v=3') -10px -10px no-repeat , url('../img/rebit.png?v=3') bottom -10px right -10px no-repeat , url('../img/glass_flare.png?v=3?v=3') -230px -20px no-repeat, #0000004d;

	border: 40px solid #00000000;
}

ui {
	width: 100%;
	table-layout: fixed;
	background: #f1f1f1;
	border: 1px solid #e3e3e3;
	padding: 10px;
	margin: 10px 0px;
}
.general-table-ui tr td {
	padding: 5px;
	vertical-align: middle !important;
}
.general-table-ui tr:first-child td {
	color: #ff0000;
}
.general-table-ui tr:nth-child(2n+2) td {
	background: #fafafa;
}
.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: #aa0000;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 40px;
}
.tos_list li p {
	color: #444;
	text-align: justify;
	text-justify: inter-word;
	text-transform: none;
	padding-right: 35px;
	font-size: 14px;
	font-weight: normal;
}

/* PAYPAL */
.paypal-gateway-container {
width: 100%;
background: #1a2133;
border: 1px solid #2e374f;
}

.paypal-gateway-logo {
width: 100%;
height: 68px;
background: #fff9ec url('../img/paypal-logo-200-68.png?v=3') no-repeat top center;
margin-bottom: 10px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.paypal-gateway-content {
margin: 10px;
background: #fef2da;
border: 2px solid #f79433;
padding: 10px;
overflow: auto;
}

.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 10px;
color: #000;
font-size: 18px;
}

.paypal-gateway-form input[type=text] {
width: 40px;
}

.paypal-gateway-continue {
margin: 0px auto;
text-align: center;
}

.paypal-gateway-continue input[type=submit] {
background: url('../img/paypal-submit.jpg') no-repeat;
width: 200px;
height: 40px;
border: 0px;
}

/* CASTLE SIEGE CSS */
.csinfo_container {
	background: url('../img/castle_siege.jpg') no-repeat top right;
	background-size: cover;
	width: 100%;
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid #333;
	-moz-box-shadow: 0 0 10px #555;
	-webkit-box-shadow: 0 0 10px #555;
	box-shadow: 0 0 10px #555;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -khtml-border-radius: 10px;
}
.csinfo_content {
	width: 100%;
	height: 180px;
	margin: 10px 0px 0px 10px;
	display: inline-block;
}
	.csinfo_glogo {
		float: left;
		width: 30%;
		height: 180px;
		text-align: center;
	}
	.csinfo_ginfo {
		float: left;
		width: 70%;
		padding: 0px 10px;
	}
	
		.csinfo_ginfo table {
			table-layout: fixed;
			width: 400px;
		}
			.csinfo_ginfo table tr td {
				padding: 3px 0px;
				font-size: 20px;
				color: #fff;
			}
			.csinfo_ginfo table tr td:first-child {
				color: #9a7e46;
			}
			
.csinfo_glist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
	.csinfo_glist li {
		float: left;
		width: 30%;
		padding: 8px 10px;
	}
	.csinfo_glist li:hover {
		background: #0d0c0b;
	}

.module-requirements {
	font-size: 12px;
	margin-top: 20px;
}

/* SIDEBAR */
.panel-sidebar {
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #846750;
	background: #00000080;
}

.panel-sidebar > .panel-heading {
	color: #ffffff;
	font-family: 'PT Sans', sans-serif;
	border: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border-bottom: 3px solid #846750;
}

.panel-sidebar > .panel-heading .panel-title {
	color: #ffffff;
}

.panel-usercp {
}

.panel-usercp ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.panel-usercp ul li {
	display: table;
	width: 100%;
	vertical-align: middle;
	line-height: 30px;
}

.panel-usercp ul li a {
	color: #fff !important;
	font-weight: bold;
}
.panel-usercp ul li a:active, .panel-usercp ul li a:hover {
	color: #f3cf77 !important;
}

.panel-usercp ul li img {
	position: relative;
	top: -2px;
	padding-right: 10px;
}

.sidebar-banner {
	margin: 20px 0px;
	border: 0px;
}

.sidebar-banner img {
	-moz-box-shadow: 0 0 0px #e3e3e3;
	-webkit-box-shadow: 0 0 0px #e3e3e3;
	box-shadow: 0 0 0px #e3e3e3;
	border: 0px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 15px;
    -khtml-border-radius: 5px;

    -webkit-transition: box-shadow 0.3s,margin-left 2s;
}

.sidebar-banner img:hover {
	box-shadow: 0 0 10px #7aeb9a;
	margin-left: 25px;
	-webkit-transition: box-shadow 0.3s,margin-left 1s;
}

/* GENERAL PANEL STYLING */
.panel-general {
	margin-bottom: 30px;
	background: #f1f1f1;
	border: 1px solid #e3e3e3;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #333;
}

.panel-body{
	background: #00000000;
}

.panel-body .panel-title {
	color: #666;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 20px !important;
	font-weight: bold;
	margin-top: 30px;

}

/* ADD STATS MODULE */
.panel-addstats {
	margin-bottom: 30px;
	background: #f1f1f1;
	border: 1px solid #e3e3e3;
	-moz-border-radius: 0px;

	color: #fff;
	border: 1px solid #846750;
	border-radius: 0px;
	background:url('../img/rebit.png?v=3') bottom 20px left 20px no-repeat, url('../img/rebit.png?v=3') top 20px right 20px no-repeat, url('../img/rebit.png?v=3') 20px 20px no-repeat , url('../img/rebit.png?v=3') bottom 20px right 20px no-repeat , url('../img/glass_flare.png?v=3?v=3') -170px 0px no-repeat, #0000004d;
	
}
.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: #2c2828;
	border: 1px solid #e3e3e3;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #fff;
}
	.download-description {
		font-size: 11px;
		position: relative;
		top: -7px;
		color: #777;
	}

.online-status-indicator {
	margin-left: 5px;
}

/* WEBENGINE CMS */
.webengine-powered { color: #777 !important; }
.webengine-powered:active, .webengine-powered:hover { color: #ff3214 !important; }

iframe{
	border-radius: 15px;
}

/*pay*/

.row{
	background:url('../img/rebit.png?v=3') bottom -10px left -10px no-repeat, url('../img/rebit.png?v=3') top -10px right -10px no-repeat, url('../img/rebit.png?v=3') -10px -10px no-repeat , url('../img/rebit.png?v=3') bottom -10px right -10px no-repeat , url('../img/glass_flare.png?v=3?v=3') -200px -20px no-repeat, #0000004d;
	border: 20px solid #00000000;
}

.row-nborder{
	background:url('../img/rebit.png?v=3') bottom 10px left 10px no-repeat, url('../img/rebit.png?v=3') top 10px right 10px no-repeat, url('../img/rebit.png?v=3') 10px 10px no-repeat , url('../img/rebit.png?v=3') bottom 10px right 10px no-repeat , url('../img/glass_flare.png?v=3?v=3') -200px -20px no-repeat, #0000004d;
	border: 0;
}

/*table condense*/

.col-xs-8 .table-condensed{
	background:url('../img/rebit.png?v=3') bottom 20px left 20px no-repeat, url('../img/rebit.png?v=3') top 20px right 20px no-repeat, url('../img/rebit.png?v=3') 20px 20px no-repeat , url('../img/rebit.png?v=3') bottom 20px right 20px no-repeat , url('../img/glass_flare.png?v=3?v=3') -200px -20px no-repeat, #0000004d !important;
	border: 0px solid #00000000 !important;

}

.col-xs-8 .table-condensed tr{
	background:#00000000 !important;
	border: 0px solid #674a31 !important;
	color:#fff;
	}

.col-xs-8 .table-condensed tr:first-child{
	border: 2px solid #674a31 !important;
	height:80px;
	}

.col-xs-8 .table-condensed tr:first-child td{
		border: 2px solid #674a31 !important;
		color:#ffda7e;
	}

.col-xs-8 .table-condensed tr:last-child{
	border: 2px solid #674a31 !important;border-bottom: 2px solid #674a31 !important;
	height:80px;
	}

.col-xs-8 .table-condensed tr:last-child td{
	border: 2px solid #674a31 !important;
	border-bottom: 2px solid #674a31 !important;
	}

.col-xs-8 .table-condensed th{
	background:#00000000 !important;
	color:#ffe4a2;
	border: 3px solid #674a31 !important;
	}

.col-xs-8 .table-condensed tr td{
	border: 2px solid #674a31 !important;
	color:#fff;
	}

	

	.table-condensed tr td{
	color:#fff;
	}

	.tables-character-class-img {
	width: 30px;
	height: auto;
	-moz-border-radius: 0px;
	border-radius: 30px;
	-webkit-transition: all 1s ease-in;
}

.tables-character-class-img:hover{
	-moz-box-shadow: 0 0 5px #f6b171;
	-webkit-box-shadow: 0 0 5px #f6b171;
	box-shadow: 0 0 5px #f6b171;
	margin: -5px;
	width: 40px;
	-webkit-transition: all .4s cubic-bezier(1, 2.89, 0.01, -0.31);
}

	/* Not in ranking*/

	.panel-news .table-condensed {
	background:#00000000 !important;
	
	}

	.panel-news .table-condensed tr:first-child{
	border: 0px solid #674a31 !important;
	height:auto;
	}

.panel-news .table-condensed tr:first-child td{
		border: 0px solid #674a31 !important;
		color:#ffda7e;
	}

.panel-news .table-condensed tr:last-child{
	border: 0px solid #674a31 !important;
	height:auto;
	}

	.panel-news .table-condensed tr td{
	border: 0px solid #674a31 !important;
	color:#fff;
	}

	.panel-news .table-condensed tr:last-child td{
	border: 0px solid #674a31 !important;
	}


	/*register*/

	.col-xs-offset-2{
		background:url('../img/rebit.png?v=3') bottom -20px left -20px no-repeat, url('../img/rebit.png?v=3') top -20px right -20px no-repeat, url('../img/rebit.png?v=3') -20px -20px no-repeat , url('../img/rebit.png?v=3') bottom -20px right -20px no-repeat , url('../img/glass_flare.png?v=3?v=3') -340px -38px no-repeat, #0000004d;
		border: 40px solid #00000000 !important;
	    box-shadow: 0px 0px 0px 1px #846750;

	}

	.col-xs-offset-2 label,span,div{
		color:#fff !important;
	}

/*event*/
.modal-body span{

color: #000 !important;

}

.modal-title{

color: #180e09 !important;

}

.close span{

color: #000000 !important;

}

.modal-body .info{

color: #00a21d !important;

}




.tos_list{
color:#fff;
border:1px solid #846750;
border-radius:0;
background:url(../img/rebit.png?v=3) bottom 20px left 20px no-repeat,url(../img/rebit.png?v=3) top 20px right 20px no-repeat,url(../img/rebit.png?v=3) 20px 20px no-repeat,url(../img/rebit.png?v=3) bottom 20px right 20px no-repeat,url(../img/glass_flare.png?v=3?v=3) -170px 0 no-repeat,#0000004d;
padding:50px;
}

.tos_list p{
   color:#fff !important; 
}

.panel-general{
 color:#fff;
border:1px solid #846750;
border-radius:0;
background:url(../img/rebit.png?v=3) bottom 20px left 20px no-repeat,url(../img/rebit.png?v=3) top 20px right 20px no-repeat,url(../img/rebit.png?v=3) 20px 20px no-repeat,url(../img/rebit.png?v=3) bottom 20px right 20px no-repeat,url(../img/glass_flare.png?v=3?v=3) -170px 0 no-repeat,#0000004d;
padding:50px;
}


.panel-body iframe{
	min-width:100%;
	min-height:500px;
	border-radius:0px;
	border:none;
}

/*mobile*/
@media (orientation: portrait) {
		
	#content{
		display:flex;
	    flex-flow: column;
		font-size: 44px;
	}
	
	.col-xs-4{
		min-width: 100%;
		order:0;
	}
	
	.col-xs-8{
		min-width: 100%;
		order:1;
	}
	
	#navbar ul{
		display: flex;
		align-items: stretch;
		margin-top: none;
	}
	
	#navbar ul li {
		background-color: #133316;
		font-family: 'PT Sans', sans-serif;
		list-style-type: none;
		display: block !important;
		width: min-content;
		height: 70px;
		width: 100% !important;
		font-size: 34px !important;
		padding: 0px !important;
		margin: 0px !important;
		margin-top: 70px !important;
		align-content: center !important;
	}
	
	#navbar ul li a {
		width:100% !important;
		height:59px !important;
		background-size: 0px !important;
		background-color: #13331600;
		display: block !important;
		text-align: center !important;
		color: #7c6859 !important;
		text-decoration: none;
		padding: 0px !important;
		font-weight: bold;
		margin-top:0px !important;
		margin-left: auto;
	    margin-right: auto;
	}
	
	#navbar ul li a:active, #navbar ul li a:focus, #navbar ul li a:hover {
		background-color: #1a8a43 ;
		color: #ffffff !important;
		text-decoration: none;
		background-size:135px;
		font-weight: bold;
	}
	
	#navbar ul li a[style] {
		background-color: #1a8a4361 !important;
	}
	
	.panel-title{
		font-size: 44px;
	}
	
	.panel-title a{
		font-size: 20px;
	}

	.panel-news .panel-heading .panel-title a{
		font-size: 30px;
	}
	
	#loginBox1, #loginBox2{
		min-width: 30%;
		max-width: 50%;
		height: 60px;
		font-size: 44px;
	}
	
	.panel-body button{
		font-size: 44px !important;
		border-radius: 10px;
	}

	.panel-body ul li{
		padding-bottom:30px;
		padding-top:30px;
	}

	.panel-body ul li img{
		min-width: 60px;
	}
	
	.sidebar-banner, .sidebar-banner a{
		min-width:100% !important;
	}
	
	.sidebar-banner a{
		min-height: 140px !important;
	}
	
	.sidebar-banner a img{
		min-width:100% !important;
	}
	
	.panel-body .pull-right{
		font-size: 32px !important;
	}
	
	.panel-footer{
		font-size: 24px !important;
	}
	
	.footer-container{
		font-size: 24px !important;
	}

	.col-xs-8 .col-xs-offset-2, .col-xs-8 .col-xs-offset-2 form{
		max-width:100% !important;
		width:100% !important;
		margin: 0px !important;
		font-size: 32px;
	}

	.col-xs-8 .col-xs-offset-2 form .form-control{
		min-width: 30%;
		max-width: 80%;
		height: 60px;
		font-size: 44px;
	}

	.col-xs-8 .col-xs-offset-2 form .btn-primary{
		font-size: 44px;
	}

	.rankings-table{
		max-width:100%;
	}

	.rankings-table tr td{
		font-size: 44px !important;
	}

	.rankings-table tr:first-child td{
		font-size: 26px !important;
	}

	.rankings-table tr td img{
		min-width:30px;
	}

	.rankings-table tr td .rankings-class-image{
		min-width:50px;
	}

	.rankings-class-filter li {
		margin-right:50px !important;
	}
	
	.rankings-class-filter li a {
		font-size: 36px !important;
	}

	.rankings-class-filter li a img{
		min-width:150px;
	}

	#header {
		background:url('../img/flor.png?v=3') no-repeat bottom , url('../img/aglogon-n-min.png?v=4') 60%;
		background-size:100%,100%;
		width: 100%;
		height: 420px !important;
	}

	.modal-content {
		font-size:36px;
		min-width:100% !important;
	}

	.modal-content h4{
		font-size:44px !important;
	}

	.modal-header .close{
		font-size:50px;
	}

	.modal-footer button{
		font-size:50px !important;
	}

	.modal-body{
		min-width:100% !important;
	}

	.panel-body iframe{
		min-width:87% !important;
		min-height:30cm !important;
		border-radius:0px;
		border:none;
	}

	.panel-body table {
		font-size:3vw;
	}

}

/*UserCP userbar*/
.myaccount-characters{
	min-width:100%;
	max-width:100%;
}

.myaccount-character-userbar{
	max-width:100%;
	margin: 5px;
}

/*rankings*/
.rankings-class-filter{
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.rankings-class-filter li{
	float: left;
	max-width: min-content;
	margin-right: 1%;
}

.rankings-class-filter img{
	max-width: 50px;
}

/*achievements*/

.achieve-border{
	position: relative;
	display: inline-block;
	float:left;
	padding: 6px;
	z-index:9999;
	margin-right:10px;
}

.achieve-border:before{
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	  background-image:  url('https://angermu.com/img/border.png');
	  background-position: center top;
	  background-size: cover;
	  background-repeat: no-repeat;
	  background-origin: padding-box;
      z-index: 1;
}

.achieve-border img{
	position: relative;
	float:left;
	z-index:0;
}

.alert-success, .alert-warning{
	color:#000 !important;
	font-size:24px !important;
}

/*news ranking*/
.nav-tabs li a{
	background-color:#c6717138;
}

.nav-tabs .active a{
	background-color:#0000004d !important;
	border-color:#fff0 !important;
	color:#fff !important;
}

.nav-tabs li a:hover{
	background-color:#ffffff4d !important;
	border-color:#fff0 !important;
	color:#fff !important;
}

.star-pos {
	color:#fff;
}

.star-pos-1 {
	color:#ffbc00;
}

.star-pos-2 {
	color:#6bffd6;
}

.star-pos-3 {
	color:#d60;
}

/**************************************************
*
* CIRCLE ICON
*
***************************************************/
.circle-icon-24px {
  width: 24px;
  height: 24px;
  line-height: 22px;
  display: inline-block;
}

.circle-icon {
  -webkit-border-radius: 128px;
  -moz-border-radius: 128px;
  border-radius: 128px;
  text-align: center;
  border: 2px #4440 solid;
  color: #4440;
}

.circle-icon-1 {
  border: 2px #ffbc00 solid;
  color: #ffbc00;
}

.circle-icon-2 {
  border: 2px #6bffd6 solid;
  color: #6bffd6;
}

.circle-icon-3 {
  border: 2px #d60 solid;
  color: #d60;
}

.circle-icon-black {
  border: 2px #444 solid;
  color: #444;
}

.circle-icon-gray {
  border: 2px #999 solid;
  color: #999;
}

.circle-icon-gold {
  border: 2px #e2cd28 solid;
  color: #e2cd28;
}

.circle-icon-silver {
  border: 2px #BBB solid;
  color: #BBB;
}

.circle-icon-brown {
  border: 2px #9c6928 solid;
  color: #9c6928;
}