@charset "utf-8";
/* CSS Document */

@-ms-viewport{
  width: device-width;
}

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700&display=swap');

body	{
	
	margin:0;
	padding:0;	
	font-family: Cambria,Georgia,serif;
	font-size:18px;
	font-weight:normal;
	background-color:#111423;
	color: #ffffff;
}
small{
	font-size: 11px !important;
}
a{
	text-decoration: none;
}
a > img{
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
a > img:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}
img {
	border:none !important;
	padding:0px;
	margin:0px;
}
#header	{
	margin:0px auto;
	padding:0px;
	height: 250px;
}

.logo	{
	width: 216px;
	height: 77px;
	float: left;
	margin-left: 120px;
	margin-top: 15px;
}
.sns{
	width: 400px;
	height:46px;
	float: right;
	margin-right: 20px;
	margin-top: 25px;
	margin-bottom: -20px;
}

#masthead {
	height:180px;
	display:block;
	position: relative;
}

#page{
	width:100%;
	height:100%;
	margin:0px auto;
	position: relative;
	overflow: hidden;
	min-width: 1150px;
	max-width: 2000px;
	background: url('https://img.koggames.com/ES/microsite/20201218/images/bg.jpg') top no-repeat, #111423;
	line-height:30px;
}
#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 {
	margin: 20px auto;
	width: 1200px;
}

#wrapper .maintitle {
	width:500px;
	text-align: center;
	position: relative;
    top: 0px;
    left: 120px;
	font-weight: bold;
	text-shadow: -1px -1px 8px rgba(0, 0, 0, 1), 0px 2px 8px rgba(0, 0, 0, 1);
}


#content {
	margin: 20px auto;
	width: 1200px;
	padding-top:180px;	
	text-align: center;
}

#content .bgvid {
	width:888px;
	height: 501px;
	background-image: url('https://img.koggames.com/ES/microsite/20201218/images/vid-img.jpg');
	background-position: center;
	background-repeat: no-repeat;
	margin:20px auto 30px;
}

.ff1 {
	font-family: Georgia,Times,Times New Roman,serif; 
	font-size: 22px;
	color:#ccd0ff;
	text-shadow: -1px -1px 8px rgba(0, 0, 0, 1);
}

.ff2 {
	font-family: 'Cinzel', serif;
	font-size: 22px;
	color:#a6e3ff;
	text-shadow: -1px -1px 8px rgba(0, 0, 0, 1);
	font-weight: 700;
}

.ff3 {
	font-family: Georgia,Times,Times New Roman,serif; 
	font-size: 35px;
	color:#9dc9ff;
	text-shadow: -1px -1px 8px rgba(0, 0, 0, 1);
	line-height:40px;
	font-weight:bold;
}

.ff4 {
	font-size: 16px;
	color: #fff;
}

.ff5 {
	font-size: 26px;
	color: #fec03e;
	font-weight: bold;
}

.ff6{
	font-family: Georgia,Times,Times New Roman,serif; 
	font-size: 26px;
	color:#9dc9ff;
}
.ff7 {
	font-family: Georgia,Times,Times New Roman,serif; 
	font-size: 20px;
	color:#fff;
	text-shadow: -1px -1px 8px rgba(0, 0, 0, 1), 0px 2px 8px rgba(0, 0, 0, 1);
}

.ff8 {
	font-family: Cambria,Georgia,serif; 
	font-size: 17px;
	color:#fec03e;
	text-shadow: -1px -1px 8px rgba(0, 0, 0, 1), 0px 2px 8px rgba(0, 0, 0, 1);
}

/* spacer start */
#spacer-xs {
	height:10px;
}
#spacer-sm {
	height:20px;
}
#spacer {
	height:30px;
}

#spacer-lg {
	height:60px;
}

.bline {
	border-width:1px;
	border-color:#72beff;
	border-style: solid;
	border:1px solid#72beff;
	text-align: center;
	color:#d6f8ff;
	line-height:24px;
	padding:10px;
}

#section2 {	
	padding-top:150px;
}

.noah {	
	width:398px;
	height:301px;
	margin:-18px auto 0;
	background-image:url("https://img.koggames.com/ES/microsite/20201218/images/noah.png");
		
}

.noah p {
	position: relative;
    top: 50px;
    left: 100px;
    line-height: 24px;
   
}

ul.subcont li {
	text-align: left;
}

#section3 {
	padding-top:50px;
}


.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.9);
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
	z-index:600;
}
.overlay:target {
	visibility: visible;
	opacity: 1;
}

.popup {
	margin: 20px 0 0;
	position: relative;
	z-index:7;
}
.popup h2 {
	margin-top: 0;
	color: #333;
	font-family: Tahoma, Arial, sans-serif;
}
.popup .close2 {
	position: relative;
    top: 40px;
    transition: all 200ms;
    z-index: 10;
    width: 100%;
    margin: 0px;
    float: right;
}
.popup .close2 span:hover {
	color: #ff0000;
}
.popup .close2 span{
	position: absolute;
    right: 20px;
    font-size: 22px;
    color: #FFF;
    background: rgba(255, 0, 0, 0.61);
    border-radius: 30px;
    padding: 4px 12px;
}
.popup .maincontent {
 	max-height: 100%;
}
#section4 {
	padding-top:120px;
}
#section4 .owl-carousel .item img{
	cursor: pointer;
}
#section4 .owl-carousel .item:hover, #section4 .owl-carousel .item.active{
	transform: scale(1.05);
    transition: all .3s;
	border: 2px solid #1ab1e8;
}
#section4 .owl-carousel .owl-item{
    padding: 10px 0;
}
#section4 .owl-carousel .item::before{
	content: "\25B6";
    position: absolute;
    font-size: 2rem;
    top: 40%;
    background: #000000b0;
    margin-left: -15px;
    margin-top: -10px;
    color: #fff;
    z-index: 1;
    height: 30px;
    width: 30px;
    padding: 8px 5px 8px 10px;
    border-radius: 70%;
	pointer-events: none;
}
	
#section4 .owl-carousel .owl-prev, #section4 .owl-carousel .owl-next{
	color: #7a90bf;
	font-size: 3rem;
    position: absolute;
    top: 30%;
	outline: none !important;
}
#section4 .owl-carousel .owl-prev{
	left: -3rem;
}
#section4 .owl-carousel .owl-next{
	right: -3rem;
}
#section4 .video-preview iframe{
	border: 2px solid #1ab1e8;
}
.transparent-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 0;
  left: 0;
  display: block;
  background: #fff; /* Fix for IE6-9 */
  opacity: 0;
  filter: alpha(opacity=1);
  width: 48%;
  text-indent: -9999px;
  overflow: hidden;
  height: 91%;
  }

.transparent-btns_nav.next {
  left: auto;
  right: 0;
  }

.large-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  opacity: 0.6;
  text-indent: -9999px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  background: #000 url("themes.gif") no-repeat left 50%;
  width: 38px;
  }

.large-btns_nav:active {
  opacity: 1.0;
  }

.large-btns_nav.next {
  left: auto;
  background-position: right 50%;
  right: 0;
  }

.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none;
  }

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  margin-top: 10px;
  text-align: center;
  }

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0,0,0, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
  }

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
  background: #222;
  background: rgba(0,0,0, .8);
  }



.popup2 {
	margin: 0;
	position: relative;
	z-index:7;
}
.popup2 h2 {
	margin-top: 0;
	color: #333;
	font-family: Tahoma, Arial, sans-serif;
}
.popup2 .close {
	position: relative;
	top:20px;
	transition: all 200ms;
	z-index: 10;
	width:100%;
	margin:0px;
	float:right;
}
.popup2 .close span:hover {
	color: #ff0000;
}
.popup2 .close span{
	position: absolute;
    right: 0px;
    font-size: 1.2rem;
    color: #FFF;
    background: rgba(255, 0, 0, 0.61);
    border-radius: 30px;
    padding: 4px 9px;
    height: 18px;
    line-height: 16px;
}
.popup2 .maincontent {
 	max-height: 100%;
}
.popup2 img.x-button{
    position: absolute;
	right: 4.5rem;
    top: 5.5em;
}
/* 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 */





