/*
*
*  Golden Grid System (1.01)	<http://goldengridsystem.com/>
*  by Joni Korpi 				<http://jonikorpi.com/>
*  licensed under MIT			<http://opensource.org/licenses/mit-license.php>
*	
*/
/*
*
*  Margin, padding, and border resets
*  except for form elements
*
*/
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
}
/*
*
*  Consistency fixes
*  adopted from http://necolas.github.com/normalize.css/
*
*/
html {
   margin:0;
   padding:0;
   width: 100%;
   height: 100%;
}
body {
  font-family: 'KangnamDay',Verdana, Arial, Helvetica, sans-serif;
  /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
  min-height: 100%;
  font-size: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
audio,
canvas,
video {
  display: block;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
b, strong {
  font-weight: bold;
}
abbr[title] {
  border-bottom: 1px dotted;
}
input,
textarea,
button,
select {
  margin: 0;
  font-size: 100%;
  line-height: normal;
  vertical-align: baseline;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
textarea {
  overflow: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*
*
*  Simple fluid media
*
*/
figure {
  position: relative;
}
figure img,
figure object,
figure embed,
figure video {
  max-width: 100%;
  display: block;
}

/* MAIN  */
img
{
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	border: 0;
    -ms-interpolation-mode: bicubic;
}

html, body
{
    background-color: #f7f4f4;
	overflow-y: scroll;
	overflow-x: hidden;
}

.body
{
    /*
	visibility: hidden;
*/
	-webkit-filter: none;
	-moz-filter:  none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;

	-webkit-transition: -webkit-filter .5s ease-out;
	-moz-transition: -moz-filter .5s ease-out;
	-ms-transition: -ms-filter .5s ease-out;
	-o-transition: -o-filter .5s ease-out;
	transition: filter .5s ease-out;

}

.body.greyscale
{
	-webkit-filter: saturate(0);
	-moz-filter:  saturate(0);
	-ms-filter: saturate(0);
	-o-filter: saturate(0);
	filter: saturate(0);
}

.mask
{
	overflow: hidden;
}

.mask .maskedContainer
{
	position: relative;
	height: 100%;
	width: 100%;
}

.mask .maskedContainer .content
{
	position: absolute;
}

.modal
{
	visibility:hidden;

	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
}

#lockScreen
{
	z-index: 9999;
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0;
	visibility:hidden;
}

#lockScreen.active
{
	visibility:visible;
	opacity: 0;
}


a, a:link, a:visited
{
	color:#000;
	text-decoration:none;
}

nav ul,li
{
	text-decoration: none;
	list-style-type: none;
}

.border
{
	position: fixed;

	z-index: 9900;
	background-color: rgb(255,255,255);
}

.border#top
{
	width: 100%;
	height: 15px;
}

.border#bottom
{
	bottom: 0px;
	width:  100%;
	height: 15px;
}

.border#left
{
	width: 15px;
	height: 100%;
}

.border#right
{
	right: 0px;
	width: 15px;
	height: 100%;
}


/* PRELOAD */

.preload
{
	width: 100%;
	height: 100%;
	left:0;
	top:0;
	position: absolute;
	/*background-color: #fff;*/
	z-index: 9200;
}

.preload .preloadLogo
{
    width: 100%;
    top: 50%;
    text-align: center;
    position: absolute;
    font-size:4.5em;
    color: #000000;
    /*background-color: #fff;*/



    width: 200px;
    height: 100px;
    margin: auto;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}