
.hide {
	width:1px;
	height:1px;
	position:absolute;
	text-indent:-9999px;
	overflow:hidden;
}

.clearfix {
	&:after {
		visibility:hidden;
		display:block;
		font-size:0;
		content:" ";
		clear:both;
		height:0;
	}
	* html & { zoom:1; }
	*:first-child+html { zoom:1; }
}

body {
	font-size:16px;
	line-height:1.5;
	color:#444;
	
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	background-image: url("../img/fd.png") ;
	background-color:#FFFFFF;
	background-position: top left;
    background-repeat: repeat-x;
	background-attachment:fixed;
	margin:0px;
	padding:0px;
}

img {
	min-width:100%;
}

a {
    text-decoration:none;
    color:#666;
}
     
a:hover {
    color:#e11;
}

.itm {
	width:25%;
	height:25%;
	margin:5px;
}

#pony a {
	display:block;
	width:200px;
	height:200px;
	background-image: url("../img/pony.png");
	background-position: top left;
}

#octopus a {
	display:block;
	width:200px;
	height:200px;
	background-image: url("../img/octopus.png");
	background-position: top left;
}

#yoghurtt a {
	display:block;
	width:200px;
	height:200px;
	background-image: url("../img/yoghurtt.png");
	background-position: top left;
}

#knut a {
	display:block;
	width:200px;
	height:200px;
	background-image: url("../img/knutKarst.png");
	background-position: top left;
}

#chapter01 a {
	display:block;
	width:200px;
	height:200px;
	background-image: url("../img/chapter01.png");
	background-position: top left;
}

#chapter02 a {
	display:block;
	width:200px;
	height:200px;
	background-image: url("../img/chapter02.png");
	background-position: top left;
}

#hamstarr a {
	display:block;
	width:200px;
	height:200px;
	background-image: url("../img/hamstarr.png");
	background-position: top left;
}

#parc a {
	display:block;
	width:200px;
	height:200px;
	background-image: url("../img/parc.png");
	background-position: top left;
}

#erge a {
	display:block;
	width:200px;
	height:200px;
	background-image: url("../img/erge.png");
	background-position: top left;
}

#ant a {
	display:block;
	width:200px;
	height:200px;
	background-image: url("../img/ant.png");
	background-position: top left;
}

#pelican a {
	display:block;
	width:200px;
	height:200px;
	background-image: url("../img/pelican.png");
	background-position: top left;
}

#dolfin a {
	display:block;
	width:200px;
	height:200px;
	background-image: url("../img/dolfin.png");
	background-position: top left;
}

#probo6 a {
	display:block;
	width:200px;
	height:200px;
	background-image: url("../img/probo6.png");
	background-position: top left;
}

#dogunism a {
	display:block;
	width:200px;
	height:200px;
	background-image: url("../img/dogunism.png");
	background-position: top left;
}

#epizooty a {
	display:block;
	width:200px;
	height:200px;
	background-image: url("../img/epizooty.png");
	background-position: top left;
}

#invasion a {
	display:block;
	width:200px;
	height:200px;
	background-image: url("../img/invasion.png");
	background-position: top left;
}

#chapter02 a:hover, #pony a:hover, #knut a:hover, #yoghurtt a:hover, #octopus a:hover ,
#chapter01 a:hover, #ant a:hover, #pelican a:hover, #dogunism a:hover, #probo6 a:hover,
#dolfin a:hover, #erge a:hover, #parc a:hover, #hamstarr a:hover, #epizooty a:hover, #invasion a:hover
{
	background-position: 0 -200px;
}

#chapter02 a:active, #pony a:active, #knut a:active, #yoghurtt a:active, #octopus a:active,
#chapter01 a:active, #ant a:active, #pelican a:active, #dogunism a:active, #probo6 a:active,
#dolfin a:active, #erge a:active, #parc a:active, #hamstarr a:active, #epizooty a:active,#invasion a:active 
{
	background-position: 0 -400px;
}

#wrapper {
	width:200px;
	margin:0 auto;
}

#container {
	margin-bottom:50px;
}

footer {
	padding-bottom:24px;
}

.js footer {
	visibility:hidden;
}

.loading {
	left:0;
	bottom:0;
	width:100%;
	height:34px;
	line-height:34px;
	margin-top:-34px;
	background:#222;
	color:#fff;
}

.loading p {
	margin:0;
	text-align:center;
	-webkit-animation:pulse 2s infinite;
	font-weight:bold;
	text-transform:uppercase;
}

div#nav02 {	
	width:100%;
	height:50px;
	z-index: 800;
	bottom:0;
	position: fixed;
	padding-top: 0;
	margin: 0;
	
}	
#nav02 #fdnav {
	z-index:30;
	width:100%;
	height:100%;
	background:transparent url("../img/fdNav02.png") top left repeat-x;
}
/** Menu Bas **/
#dropUp {
    /* cancel the default list style */
    list-style:none;
    margin:0;
    padding:0;
    width:180px;
    position:absolute;
	bottom:20px;
	left:10px;
	z-index:10;
}
     
#dropUp li {
}

#dropUp li a.parent {
	display:block;
	width:180px; 
	height:40px;
	font-weight:700;
	padding:0 0 0 10px;
	line-height:35px;	
}

#dropUp li a.hover {

}

#dropUp ul {
/* cancel the default list style */
margin:0;
padding:0;
list-style:none;   
display:none;

/* make sure it has the highest z-index */
position:absolute;
left:0;
bottom:45px;

width:180px;

}

#dropUp li {
font-size:11px;
background-color:#666666;
}

#dropUp li a {
display:block;
font-weight:700;
padding:0 0 0 10px;
height:30px;
color:#ffffff;
}

#dropUp ul li a:hover {
color:#e11 
}
			

@-webkit-keyframes pulse {
	0% {
		opacity:.5;
	}
	50% {
		opacity:.9;
	}
	100% {
		opacity:.5;
	}
}

