@charset "utf-8";
/* CSS Document */
@-ms-viewport{
  width: device-width;
}

body	{
	margin:0;
	padding:0;	
	font-family: Helvetica, Arial, sans-serif;
	font-size:15px;
	font-weight:normal;
	background-color:#000;
	color: #ffffff;
	line-height:20px;
}

img {
	border:none !important;
	padding:0px;
	margin:0px;
}

#page	{
	width:100%;
	height:100%;
	margin:0px auto;
    position: relative;
    overflow: hidden;
    min-width: 1150px;
    max-width: 2000px;
    min-height: 650px;
    margin: 0 auto;		
	background:#4482bd url('images/bg_01.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}
#gagunb {
	position:relative;
	z-index:4;
    overflow: hidden;
    min-width: 1150px;
    max-width: 2000px;
    min-height: 45px;
    margin:0px;
	padding:0px;
}
#gfooter {
	position:relative;
	z-index:4;
    overflow: hidden;
    min-width: 1150px;
    max-width: 2000px;
    min-height: 144px;
    margin: 0 auto;
}

#menu {
	height: 60px;
    position: relative;
	top: -30px;
	z-index: 2;
}
#content {
	font-family: Verdana, Geneva, sans-serif;
	color:#000;
	font-size:14px;
	line-height: normal;
	height:100%;
    width: 1000px;
    margin: 0 auto 60px;
}
#content h1{
	color: white;
    text-transform: uppercase;
    font-size: 28px;
    font-style: italic;
    font-weight: 400;
	margin-top: 150px;
	text-shadow: 1px 0px 0px;
}
#content p {
    color: #fff;
	margin: 20px 0px;
	text-align: left;
}
#content h2{
	background: #346ca7;
    border-radius: 60px;
    color: #ffdf08;
    font-style: italic;
    padding: 10px 40px;
    width: max-content;
}
table td.line, table th.line {
	border-left: 2px solid #224e79;
}
table td.line-btm, table th.line-btm  {
	border-bottom: 2px solid #224e79;
}
.pvp-stat-changes table th {
	color: #32fc4a;
    font-size: 16px;
	background: #224e79;
    padding: 10px;
}
.pvp-stat-changes table td {
	background: #9ac9f7;
	color: #224e79;
    padding: 20px;
	width: 25%;
}
.pvp-stat-changes table th span{
	color: #32fc4a;
    font-size: 16px;
}
.pvp-stat-changes .star{
    font-size: 40px;
}
.pvp-reward-changes table.t1, .pvp-reward-changes table.t2, .rp-system-change table.t1, .pvp-rule-change table.t1{
	margin: 0 auto;
	width: 850px;
}
.pvp-rule-change table.t1 img{
	width: 100%;
}
p.t-info{
	margin: 20px auto !important;
	width: 850px;
	text-align: center !important;
}
.pvp-reward-changes table.t1 th{
	background: #153758;
	font-size: 16px;
	padding: 10px;
	width: 33.33%;
}
.pvp-reward-changes table.t1 td{
	padding: 20px 10px;
	background: #9ac9f7;
}
.pvp-reward-changes table.t1 tr th:first-child{
	background: transparent;
}
.pvp-reward-changes table.t1 tr th:nth-child(2){
	color: #fff;
}
.pvp-reward-changes table.t1 tr th:nth-child(3){
	color: #eb6a1d;
}
.pvp-reward-changes table.t1 tr:nth-child(2) td{
	padding: 10px;
	color: #32fc4a;
	background: #224e79;
}
.pvp-reward-changes table.t1 tr:nth-child(3) td:nth-child(3), .pvp-reward-changes table.t2 tr td:nth-child(3){
	background: #f4d3c5;
}
.pvp-reward-changes table.t2 tr th{
	color: #32fc4a;
    background: #224e79;
	padding: 10px;
	width: 33.33%;
}
.pvp-reward-changes table.t1 tr td, .pvp-reward-changes table.t2 tr td, .rp-system-change table.t1 tr td , .pvp-rule-change table.t1 tr td{
    background: #9ac9f7;
	color: #224e79;
	padding: 10px 10px;
}
.rp-system-change table.t1 tr td:nth-child(1), .pvp-rule-change table.t1 tr td:nth-child(1){
	padding-top: 20px;
	width: 33.33%;
	vertical-align: text-top;
}
.rp-system-change > table.t1 tr td:nth-child(2), .pvp-rule-change > table.t1 tr td:nth-child(2){
	width: 66.66%;
	text-align:left;
	padding: 20px 40px;
}
.rp-system-change table.t1 img.rp, .pvp-rule-change table.t1 img{
	margin: 20px 0;
}
.rp-system-change table.t1 strong, .pvp-rule-change table.t1 strong{
	font-size: 20px;
}
.rp-system-change table.t1 strong.middle-text{
	top: -20px;
    left: 10px;
    position: relative;
}
/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
}
/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    min-width:350px;
	background-color:#9ac9f7;
    text-align: center;
	padding:0px;
    position: absolute;
    z-index: 1;
    bottom:10%;
    margin-left:-203px;
	font-size:12px;
	box-shadow: 1px 0px 7px -1px #000000;
}
/* Show the tooltip text when you mouse over the tooltip container */
#content .tooltip p{
	color: #224e79;
	padding: 0 20px 0 50px;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}
.tooltip table.t1-tooltip {
	width: 600px;
}
.tooltip table.t1-tooltip tr th {
	background: #153758;
	color: #fff;
    padding: 10px 10px;
}
.tooltip table.t1-tooltip tr th:nth-child(3) {
	color: #eb6a1d;
}
.tooltip table.t1-tooltip tr th:nth-child(1) {
	width: 60% !important;
}
.tooltip table.t1-tooltip tr th:nth-child(2) {
    width: 20%;
    text-align: center;
}
.tooltip table.t1-tooltip tr th:nth-child(2),.tooltip table.t1-tooltip tr th:nth-child(3) {
	width: 20% !important;
}
.tooltip table.t1-tooltip tr td {
	background: #9ac9f7;
    color: #224e79;
	font-size: 12px;
    padding: 8px 10px !important;
}
.tooltip table.t1-tooltip tr td:nth-child(1) {
	text-align:left;
}
.tooltip .d-star{
	display: inline-block;
    font-size: 20px;
    margin-left: -20px;
}
.tooltip .bg-transparent{
	background: transparent;	
}

.titles table.t1 th, .common-skills table.t1 th {
    background: #224e79;
	color: #fff;
    font-size: 16px;
    padding: 10px;
}
.titles table.t1 th:first-child(), .common-skills table.t1 th:first-child() {
    width: 30%;
}
.titles table.t1 th:nth-child(2), .titles table.t1 th:nth-child(3), .common-skills table.t1 th:nth-child(2), .common-skills table.t1 th:nth-child(3){
    width: 40%;
}

.titles table.t1 tr td:nth-child(1) {
	text-align: center;
	font-weight: bold;
}
.titles table.t1 tr td:nth-child(1) img {
	margin-bottom: 10px;
}
.titles table.t1 td, .common-skills table.t1 td, .characters table.t1 td {
    background: #9ac9f7;
	color: #224e79;
	padding: 20px;
	text-align: left;
	vertical-align: top;
}
.titles table.t1 tr th:first-child,.common-skills table.t1 tr th:first-child {
    background: transparent;
}
.titles table.t1 tr th:last-child {
    color: #eb6a1d;
}
.common-skills table.t1 tr td:nth-child(1) {
	font-weight: bold;
	vertical-align: baseline;
}
.characters .accordion img {
	height: 25px;
    width: 25px;
    position: absolute;
    left: 140px;
    top: 12px;
    border: 2px solid #3e7ebb !important;
    border-radius: 2px;
}
.characters table.t1 td{
	vertical-align: top;
}
.characters table.t1 th:nth-child(1){
    padding: 20px 0;
	vertical-align: top;
}
.characters table.t1 th:nth-child(1), .characters table.t1 th:nth-child(2) {
	width: 15%;
}
.characters table.t1 th:nth-child(3), .characters table.t1 th:nth-child(4) {
	width: 35%;
}
.characters table.t1 th.highlight {
    background: #1a6ec1;
	color: #fff;
    font-size: 16px;
	font-style: italic;
    padding: 10px;
	text-transform: uppercase;
}
.characters table.t1 tr td:nth-child(1) {
    font-weight: bold;
	vertical-align: baseline;
}
#wrapper	{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}

.white{
	color: #fff;
}
.red{
	color: #fb3d1e;
}
.header	{
	width:1000px;
	height:412px;
}

.title_header	{
	width:766px;
	height: 105px;
	margin: 10px auto;
	
}

#masthead {
	height:750px;
	display:block;
}

#playnow {
	height:160px;
}

/* tbl imgs start */
#tbl-bg-1 {
}
/* tbl imgs end */

/* font start */
.ff1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size:20px;
	color: #ffffff;
	text-transform:uppercase;
}
/* font end */

/* spacer start */
#spacer1 {
	height:20px;
}

#spacer2 {
	height:30px;
}
/* spacer end */

/* misc start */
/* misc end */

/* generic footer start */
footer[role="contentinfo"] {
  padding-top: 15px;
  background-color: #000;
}

footer {
  background-image: url(/wp-content/themes/elsword3/images/bg-footer.jpg);
  font-size: 12px;
  font-size: 0.857142857rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  width: 100%;
  min-width: 1024px;
  margin: 0px auto 0px auto;
  padding: 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-position: top;
  height: 144px;
}

.footernormal {
	font-size:12px;
	color:#4679ba;
	text-align:left;
	font-weight:normal;
}

a.footerlinks:link {color: #4679ba; text-decoration:none; line-height:16px; }
a.footerlinks:active {color: #4679ba; }
a.footerlinks:visited {color: #4679ba; }
a.footerlinks:hover {color: #4679ba; }

.footersections {
	font-size:12px;
	color:#FFF;
	font-weight: bold;
}

.footercopyright {
	font-size:12px;
	color:#FFF;
}
/* generic footer end */
