@charset "utf-8";
/* CSS Document */
@-ms-viewport{
width: device-width;
}
body	{
margin:0;
padding:0;	
font-family: serif;
font-size:1.2rem;
font-weight:normal;
color: #000;
line-height:28px;
}
#header	{
margin:0px auto;
padding:0px;
height: 200px;
}
.logo	{
width: 216px;
height: 77px;
float: left;
margin-left: 8rem;
margin-top: 15px;
}
.sns{
width: 400px;
height:46px;
float: right;
margin-right: -30px;
margin-top: 25px;
margin-bottom: -20px;
}
#playnow {
height:160px;
}
#page{
width:100%;
height:100%;
margin:0px auto;
position: relative;
overflow: hidden;
min-width: 1150px;
max-width: 2000px;
background: #f5f1f0 url(https://img.koggames.com/ES/microsite/2021/1117/eve-10th-birthday-event/bg.jpg) no-repeat;
background-size: cover;
background-position: center top;
min-height: 2900px;
}
#gagunb{
position:relative;
z-index:4;
overflow: hidden;
min-width: 1150px;
max-width: 2000px;
min-height: 45px;
margin:0px auto;
padding:0px;
}
#gfooter{
position:relative;
z-index:4;
overflow: hidden;
min-width: 1150px;
max-width: 2000px;
min-height: 144px;
margin: 0 auto;
}
#wrapper{
width:100%;
margin-left:auto;
margin-right:auto;
text-align: center;
}
#content #event{
position: relative;
}
#content a[type="button"] img{
-webkit-transition: all .3s;
-moz-transition: all .3s;
transition: all .3s;
}
#content a[type="button"]:hover img{
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
transform: scale(1.1);
}
#content{
font-family: sans-serif;
height: 100%;
width: 1400px;
margin: 0rem auto 1rem;
}
#content .title{
font-family: serif;
}
#content h1.title{
font-size: 3.5rem;
}
#content h2.title{
font-size: 3rem;
}
#content p.title{
font-size: 1.5rem;
}
#content ul.share-event-sns{
margin-left: -50px;
}
#content ul.share-event-sns li{
display: inline-block;
margin: 0 1rem;
text-align: center;
}
#content ul.share-event-sns li a{
color: #ad7166;
font-family: serif;
font-size: 2rem;
text-decoration: none;
text-transform: uppercase;
}
#content ul.notes li{
list-style: disc;
}
#content .text-left{
position: relative;
}
#content .eve{
position: absolute;
bottom: -14rem;
right: -10rem;
}
table.images{
width: 100%;
margin: 0 auto;
}
table.images img{
max-width: 100%;
}
.overlay {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(0,0,0,.9);
transition: opacity 500ms;
visibility: hidden;
opacity: 0;
z-index:600;
}
.overlay:target {
visibility: visible;
opacity: 1;
}
.popup {
margin: 12rem 0 0;
position: relative;
z-index:7;
}
.popup h2 {
margin-top: 0;
color: #333;
}
.popup .container-popup{
position: relative;
width: 800px;
margin: 0 auto;
}
.popup .container-popup > img {
display: block;
margin: 0 auto;
}
.popup .close {
position: absolute;
top: 0px;
transition: all 200ms;
z-index: 10;
width: 100%;
margin: 0px;
right: 0;
}
.popup .close span:hover {
color: #e63844;
border: 3px solid #e63844;
}
.popup .close span{
position: absolute;
right: 1rem;
top: 0rem;
font-size: 30px;
font-weight: bold;
color: #450a0e;
background: #f4e1c5;
padding: 1px 6px 4px;
height: 25px;
border: 3px solid;
border-radius: 25px;
box-shadow: 0px 0px 10px 0px #a0a033;
}
.popup .maincontent {
max-height: 80%;
}
.popup table.popup-el{
text-align: center;
color: #000;
}
.popup table.popup-el tr td {
padding: 10px 0;
}
.popup table.popup-el h1{
margin-bottom: 10px;
}
.popup table.popup-el strong{
font-size: 1.2rem;
}
.popup table.popup-el tr td>span {
color: #515151;
top: 10px;
left: 10px;
width: 200px;
text-align: left;
position: relative;
float: right;
font-weight: bold;
}
.popup .popup-content{
width: 900px;
height: 700px;
background: #fff;
padding: 20px;
overflow-y: scroll;
}
.show{
display: block;
}
.hide{
display: none;
}
.text-left{
text-align: left !important;
}
.no-margin{
margin: 0;
}
.no-text-shadow{
text-shadow: none !important;
}
.no-drag{
-webkit-user-drag: none;
-khtml-user-drag: none;
-moz-user-drag: none;
-o-user-drag: none;
user-drag: none;
}
span.check{
margin-right: .3rem;
color: green;
}
.white{
color: #fff !important;
}
.brown{
color: #ad7166 !important;
}
.yellow{
color: #ffe26e !important;
}
.red{
color: #ea4146 !important;
}
.pink{
color: #f25a97 !important;
}
.purple{
color: #ec64da !important;
}
.blue{
color: #0b0e5d !important;	
}
.gray{
color: #535353 !important;
}
.bolder{
font-weight: 900 !important;
}
/* spacer start */
#spacer-sm {
height:20px;
}
#spacer-md{
height:50px;
}
/* spacer end */
/* Tooltip container */
.tooltip {
position: relative;
cursor: pointer;
display: inline-block;
}
/* Tooltip text */
.tooltip .tooltiptext {
visibility: hidden;
position: absolute;
z-index: 2;
top: -840px;
left: -200px;
width: 100%;
min-width:800px;
font-size:16px;
text-align:left;
font-weight: normal;
}
.popup-rules-comm{
background: url(https://img.koggames.com/ES/microsite/2021/1010/eve-tournament/bg.png) top center no-repeat;
background-color: #150c0e;
background-size: contain;
border: 2px solid #eda9cb;
padding: 3rem 2rem 2rem;
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
visibility: visible;
}
/* 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: 180px;
}

.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 */