@charset "utf-8";
/* CSS Document */


body	{
	margin:0;
	padding:0;	
	background:#000 url(images/bg.jpg) top center no-repeat;
	font-family: Helvetica, Arial, sans-serif;
	font-size:15px;
	font-weight:normal;
	color:#ffffff;
	line-height:20px;
}

img {
	border:none !important;
	padding:0px;
	margin:0px;
}

#page	{
	width:100%;
	height:100%;
	margin:0px auto;

}

.logo	{
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
}

#wrapper	{
/*	width:1250px; */
	width:100%;
	margin-left:auto;
	margin-right:auto;
}


.header	{
	width:1000px;
	height:412px;
}

.title_header	{
	width:766px;
	height: 105px;
	margin: 10px auto;
	
}

#menu {
	margin-top:-5px;
	margin-bottom:-10px;
}

.menu	{
	margin-left:5px;
	margin-right:5px;
}

#mainmenu {
	height:66px;
}

#m-div {
	padding-left:5px;
	padding-right:5px;
}

#content	{
	margin-top:-70px;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-sie:16px;
	line-height:1.3em;
}

#masthead {
	height:560px;
}
#si-08 {
	background:url('images/si-08.png') top center no-repeat;
	width:842px;
	height:274px;
	vertical-align:bottom;
}
/* font start */
.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;
}
.ff1 {
	font-size:16px;
}
.ff2 {
	font-size:14px;
}
#note {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
/* font end */

/* spacer start */
#spacer1 {
	height:320px;
}
#spacer2 {
	height:50px;
}
#spacer3 {
	height:360px;
}
#spacer {
	width:323px;
	height:103px;
	margin-left:auto;
	margin-right:auto;
	bottom:0;
}
#spacer-leftmenu {
	height:80px;
}
.imgspacer {
	padding-top:7px;
	padding-bottom:7px;
}
/* spacer end */

/* misc start */
#tbl-1 {
	background:url('images/tbl-1.png') top center no-repeat;
	width:1041px;
	height:3165px;
	margin-top:40px;
	margin-bottom:60px;
}
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 660px;
    text-align: center;
    padding: 5px 0;
    
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top:-50%;
    left: 50%;
    margin-left: -330px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.modal-container {
  margin: 0 auto;
  position: relative;
}

.modal-container button {
  display: block;
  background: none !important;
  border: 0;
  transition: background 0.3s ease-in;
  width:204px;
  height:52px;
}

.modal-container .modal-backdrop {
  height: 0;
  width: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.2s ease-in;
}

.modal-container #modal-toggle {
  position: relative;
  z-index:2px;
  top: 0;
  height: 52px;
  width: 204px;
  margin-left: auto;
  margin-right:auto;
  opacity: 0;
  cursor: pointer;
  margin-bottom:-52px;
}

.modal-container #modal-toggle:hover ~ button { background: #1E824C; }

.modal-container #modal-toggle:checked {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  opacity: 0;
}

.modal-container #modal-toggle:checked ~ .modal-backdrop {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  pointer-events: none;
  opacity: 1;
}

.modal-container #modal-toggle:checked ~ .modal-backdrop .modal-content {
/*  background-color: #fff; */
  max-width: 397px;
  width: 100%;
  height: 827px;
  position: absolute;
  left: calc(50% - 200px);
  z-index: 999;
  pointer-events: auto;
  cursor: auto;
}
@media (max-width: 400px) {

.modal-container #modal-toggle:checked ~ .modal-backdrop .modal-content { left: 0;
height:300px;
 }
}

.modal-container #modal-toggle:checked ~ .modal-backdrop .modal-content .modal-close {
  color: #666;
  position: absolute;
  right: 2px;
  top: 0;
  padding-top: 7px;
  background: #fff;
  font-size: 16px;
  width: 25px;
  height: 28px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

.modal-container #modal-toggle:checked ~ .modal-backdrop .modal-content .modal-close.button {
  top: initial;
  bottom: 20px;
  right: 20px;
  background: #4CAF50;
  color: #fff;
  width: 50px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: normal;
}

.modal-container #modal-toggle:checked ~ .modal-backdrop .modal-content .modal-close.button:hover {
  color: #fff;
  background: #1E824C;
}

.modal-container #modal-toggle:checked ~ .modal-backdrop .modal-content .modal-close:hover { color: #333; }
/* misc end */

.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;
}

/* 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 */