@charset "utf-8";
/* CSS Document */
body	{
	margin:0px;
	padding:0px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background:#000 url("images/bg.jpg") top center no-repeat;
	font-size:16px;
	color: #102e4c;
	line-height:20px;
	font-weight:600;
}

#page	{
	width:100%;
	height:100%;
	margin:0px auto;
	
}


#header	{
	margin:0px auto;
	text-align:center;	
}

#wrapper	{
	width:1100px;
	margin:0px auto;
	

}

.section1	{
	margin:0px auto;
	height:650px;
}

.menu	{	
	width:860px;	
	height:146px;
	margin:60px auto 20px;	
}

.section2	{
	margin:30px auto 20px;
	height:1500px;
	text-align:center;
}

.bgtable	{
	width:432px;
	margin:20px auto;
	background:#f7b5a4;
	padding:5px;
	
}

.bgtable-2	{
	width:579px;
	height:710px;
	margin:20px auto;
	padding:20px 10px;
	background:url("images/table-bg.png") top center no-repeat;
	
}

.bgtable-3	{
	width:955px;
	height:337px;
	margin:20px auto;
	padding:20px 10px;
	background:url("images/table-bg2.png") top center no-repeat;
	
}



.section3	{
	height:600px;
	margin:70px auto 20px;
}

.bgtable-4	{
	width:593px;
	height:290px;
	margin:20px auto;
	padding:20px 10px;
	background:url("images/table-bg3.png") top center no-repeat;
	
}


.section4	{
	height:1600px;
	margin:40px auto 20px;
	font-weight:400;
	font-size:18px;
	line-height:20px;
}


.text18_b	{
	font-size:18px; 
	font-weight:600;
}


.text18	{
	font-size:18px; 
	font-weight:300;
}




.popup {
  margin: 70px auto;
  padding: 20px;
  background: #000;
  border-radius: 5px;
  border:5px solid#0e4780;
  width: 40%;
  position: relative;



}

.popup h2 {
  margin-top: 0;
  color: #fff;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 10px;
  right: 10px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}


.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}













/* misc start */


/* Styling the Popup Window Start */
.floating-menu {
font-family: sans-serif;
background: rgba(70, 75, 78, .5);
border-right:solid 3px #000000;
padding: 5px;;
width: 131px;
height:100%;
z-index: 100;
position: fixed;
top: 0px;
left: 0px;
text-align:center;
}

.floating-menu img {
	width:60%;
}

.floating-menu a, 
.floating-menu h3 {
font-size: 0.9em;
display: block;
margin: 0 0.5em;
color: white;
}

.ff16 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#fdc952;
	line-height:1.3em;
}
.ff17 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#ffffff;
	line-height:1.3em;
}



#spacer-leftmenu {
	height:80px;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 302px;
    text-align: center;
    padding: 5px 0;
    
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    bottom: 25%;
    left: 50%;
    margin-left: -302px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}
/* 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 */