/*
Theme Name: Elsword V3
Author: KOG Games Inc.
Author URI: http://elsword.koggames.com
Description: BTS-Run - Elsword Microsite 2016
Tags: custom
Text Domain: elsword

*/

/* =Reset
-------------------------------------------------------------- */

html, body, applet, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, dl, dt, dd, fieldset, form, label, legend, caption, canvas, details, embed, figure, figcaption, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0px;
	padding: 0px;
	border: 0;
	color:#fff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
	line-height:normal;
}

body {
	background:url('images/bg.jpg');
/*	background-position:top center;
	background-repeat:no-repeat;
	width:100%; */
	background-position: top center;
	background-repeat: no-repeat;
}

#container {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}

#ncimg {
	border:none;
}

#spacer1 {
	height:260px;
}

/* responsive spacer start */
#spacer2 {
	height:0px;
}

@media only screen and (max-width: 1280px) {
#spacer2 {
	height:200px;
}
}

@media only screen and (max-width: 1440px) {
#spacer2 {
	height:100px;
}
}

/* responsive spacer end */

/* misc start */
#opacitybox {
	width:892px;
	padding:10px 10px 15px 10px;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.6);
}
/* misc end */

/* sections start */
#section-1 {
	height:1091px;
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
}

#section-2 {
	height:342px;
	width:100%;
}

#section-3 {
	height:1995px;
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
}

#section-4 {
	height:725px;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

/* sections end */

/* iframe start */
iframe {
    max-width: 100%;
	margin: 0px;
    padding: 0px;
}
/* iframe end */

/* fonts and layout start */
.ff1 {
	font-size:22px;
	color:#ff9248;
}
.ff2 {
	color:#ffe680;
}
.ff3 {
	color:#ffcd01;
}
#lo1 {
	padding:25px 17px 0px 17px;
}
.ff4 {
	color:#FFF;
}
/* fonts and layout 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 */