@charset "utf-8";
/* CSS Document */


body	{
	background:#000;
	margin:0;
	padding:0;
	font: 18px normal Verdana, Geneva, sans-serif;
	color:#FFF;
	line-height:22px;
}


#page	{
	width:100%;
	height:100%;
	background-image:url(images/bg-Guild-Expedition.jpg);
	background-position:top center;
	background-repeat:no-repeat;
    position: relative;
    overflow: hidden;
    min-width: 1200px;
    max-width: 2000px;
    min-height: 650px;
    margin: 0 auto;		
		
}

#page2	{
	width:100%;
	height:100%;
	margin:0px auto;
	background-image:url(images/bg-Guild-Expedition2.jpg);
	background-position:top center;
	background-repeat:no-repeat;
    position: relative;
    overflow: hidden;
    min-width: 1200px;
    max-width: 2000px;
    min-height: 650px;
    margin: 0 auto;		
		
}

#wrapper	{
	width: 1150px;
	margin-left:auto;
	margin-right:auto;
}

#gagunb {
	position:relative;
	z-index:4;
    overflow: hidden;
    min-width: 1150px;
    max-width: 2000px;
/*    min-height: 45px; */
	height:45px;
    margin:0px;
	padding:0px;
}

#header	{
	margin: -20px auto 0;
		
}



.leftside	{
	float:left;
	width:80%;
	height:520px;
	
}

.rightside	{
	float:left;
	width:20%;
	height:520px;
	
}

.myli ul li	{
	list-style:circle !important;
	text-align:left;	
}


.logo	{
	width:273px;
	height:71px;
	margin:0px auto;	
}

.menu	{
	text-align:center;
	margin-top:85px;
	
}


.title	{
	margin:30px auto 20px;	
}

.content	{
	margin: 20px auto 20px;	
	text-align:center;
}

.text14_wht	{
	color:#fff;
	font-size:14px;
		
}


.text14_yellow	{
	color:#ffea36;
	font-size:14px;
		
}

.text14b_yellow	{
	color:#ffea36;
	font-size:14px;
	font-weight:500;
		
}

.text16_wht	{
	color:#fff;
	font-size:16px;
	
		
}

.text16_yellow	{
	color:#ffea36;
	font-size:16px;
	
		
}


.text16b_yellow	{
	color:#ffea36;
	font-size:16px;
	font-weight:600;
		
}

.text16_ltgreen	{
	color:#fbfcc4;
	font-size:16px;	
}

	
.text18_yellow	{
	color:#ffea36;
	font-size:18px;
		
}

.text20b_yellow	{
	color:#f9be3e;
	font-size:20px;
	font-weight:600;
		
}

.text20b_wht	{
	color:#fff;
	font-size:20px;
	font-weight:600
		
}

.table_content	{
	padding:25px 20px;
	text-align:center;	
	
}





/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 600px;
    background-color:#000;
    color: #201503;
    text-align: center;
    
    border-radius:0px;
	border:#ffc411 solid 5px;
	font-size:16px;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
	
    bottom: 100%;
    left: 50%; 
    margin-left: -100px; /* Use half of the width (120/2 = 60), to center the tooltip */
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}


/* 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 */

#gfooter {
	position:relative;
	z-index:4;
    overflow: hidden;
    min-width: 1200px;
    max-width: 2000px;
    min-height: 144px;
    margin: 0 auto;
} 