*{ margin:0; padding:0; }

body
{
    /*background: #eee3b5 url('../images/bgoffline.png') ;*/
    background: #000;
}
#wrapper{ margin:0px auto; width:900px; } 

div#content
{
    position:relative; 
    width:890px; 
    height:650px; 
    top:30px; 
    overflow:hidden; 
    border:5px solid #f5f5f5; 
    background: url('../images/bg.jpg');
}
div#bgblue
{
    background: transparent url('../images/bgblue.png');
    width:650px;
    height:320px;
    position: absolute;
}
div#logo
{
    position: relative;
    float: left;
    top: -25em;
    left: 7em;
}
div#logo.fixed
{
    top: -12em;
    left: 7em;
}
div#owl
{
position: absolute;
left: 50em;
top: -300px;
float: left;
}
div#owlbody
{
    position: absolute;
    left:0;
    top: 0;
    z-index:100;
}
div#owlfeet
{
    z-index: 111;
    top: 112px;
    position: absolute;
    left: 32px;
}
div#hair
{
position: absolute;
right: 0;
float: right;
text-align: right;
}
div#hair img {height:100%; }
div#cubes
{
position: absolute;
float: left;
top: 18em;
left: 30em;
}
div#boy
{
position: absolute;
left: 39em;
top: 26em;
float: left;
}
div#girl{
position: absolute;
left: 20em;
top: 29em;
float: left;
}
div#ate-irekiak{
position: absolute;
left: 3em;
top: 15em;
float: left;
}
a#ate_irekiak
{
width: 4em;
height: 4em;
position: absolute;
left: 4em;
top: 12em;
float: left;
border-radius: 50%;
}
/* SARETE */
div #sarete img
{
    position: relative;
float: right;
top: 9em;
right: 2em;
}

.face {
border: none;
width: 80px;
height: 100px;
border-radius: 60px;
margin: 0 35px;
top: 40px;
left: 100px;
position: absolute;
}
.eyeContainer {
/*border: 1px solid;*/
border-radius: 60px;
float: left;
position: absolute;
top: 0;
left: 0;
}
#eyeContainer1{
margin-top: 0;
margin-left: 0;
width: 30px;
height: 30px;
left: 4px;
top: 0;
background: url('../images/eyecontainer1.png') -1px -1px;
}
#eyeContainer2{
margin-top: 20px;
width: 32px;
height: 34px;
left: 30px;
top: 10px;
background: url('../images/eyecontainer2.png') -1px 0;
}
.eyeBall {
border: 1px solid black;
background: black;
width: 5px;
height: 5px;
border-radius: 60px;
float: left;
position: relative;
margin-left: 30px;
}
#eyeBall_1
{
top: 8px;
left: 6px;
margin-left: 16px;
margin-top: 10px;
}
#eyeBall_2
{
top: -9px;
left: -6px;
margin-top: 44px;
margin-left: 20px;
}
#debugCanvas{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left:0px;
}

div#email{
    position: absolute;
    bottom: 10em;
    float: left;
    left: 1.6em;
}
#email_panel {
background: transparent url('../images/emailinfo.png') no-repeat;
top: -145px;
left: 100px;
width: 350px;
height: 340px;
}
#phone_panel {
background: transparent url('../images/phoneinfo.png') no-repeat;
top: -170px;
left: 105px;
width: 350px;
height: 280px;
}
.panel
{
position: absolute;
display: none;
padding: 0;
z-index: 999;
}

div#phone{
    position: absolute;
    bottom: 2em;
    float: left;
    left: 1em;
}
div.clear{clear:both;}

.counter {
	position:absolute;
	bottom:0;
	right:0;
	float:left;
	padding:6px;
	border:solid 1px #487431;
	border-radius:5px;
	background:#527F40;
	background:linear-gradient(#8BC04C,#527F40);:-moz-linear-gradient(#8BC04C,#527F40);
	background:-webkit-linear-gradient(#8BC04C,#527F40);
	background:-ms-linear-gradient(#8BC04C,#527F40);
	box-shadow:0 2px 4px rgba(0,0,0,0.4);
}
.counter span {
	float:left;
	width:22px;
	height:30px;
	margin:0;
	padding:0;
	text-indent:-9999px;
	font-size:0.0001em;
	background-image:url("../images/counter-sprite.png");
}

/* Set all the background positions, and hook up all the animations */
.counter .digit-0 {
	background-position:0 -300px;
	animation-name: digitSpin0;
	animation-duration: 3s;
	animation-iteration-count: 1;
	-webkit-animation-name: digitSpin0;
	-webkit-animation-duration: 3s;
	-webkit-animation-iteration-count: 1;		
	-moz-animation-name: digitSpin0;
	-moz-animation-duration: 3s;
	-moz-animation-iteration-count: 1;
}
.counter .digit-1 {
	background-position:0 -30px;
	animation-name: digitSpin1;
			    animation-duration: 3s;
			    animation-iteration-count: 1;
			
				-webkit-animation-name: digitSpin1;
			    -webkit-animation-duration: 3s;
			    -webkit-animation-iteration-count: 1;
			
				-moz-animation-name: digitSpin0;
			    -moz-animation-duration: 3s;
			    -moz-animation-iteration-count: 1;
			}
			.counter .digit-2 {
			    background-position:0 -60px;
				animation-name: digitSpin2;
			    animation-duration: 3s;
			    animation-iteration-count: 1;
			
			    -webkit-animation-name: digitSpin2;
			    -webkit-animation-duration: 3s;
			    -webkit-animation-iteration-count: 1;
			
				-moz-animation-name: digitSpin2;
			    -moz-animation-duration: 3s;
			    -moz-animation-iteration-count: 1;
			}
			.counter .digit-3 {
			    background-position:0 -90px;
				animation-name: digitSpin3;
			    animation-duration: 3s;
			    animation-iteration-count: 1;
			
			    -webkit-animation-name: digitSpin3;
			    -webkit-animation-duration: 3s;
			    -webkit-animation-iteration-count: 1;
			
				-moz-animation-name: digitSpin3;
			    -moz-animation-duration: 3s;
			    -moz-animation-iteration-count:1;
			}
			.counter .digit-4 {
			    background-position:0 -120px;
				animation-name: digitSpin4;
			    animation-duration: 3s;
			    animation-iteration-count: 1;
			
			    -webkit-animation-name: digitSpin4;
			    -webkit-animation-duration: 3s;
			    -webkit-animation-iteration-count: 1;
			
				-moz-animation-name: digitSpin4;
			    -moz-animation-duration: 3s;
			    -moz-animation-iteration-count: 1;
			}
			.counter .digit-5 {
			    background-position:0 -150px;
				animation-name: digitSpin5;
			    animation-duration: 3s;
			    animation-iteration-count: 1;
			
			    -webkit-animation-name: digitSpin5;
			    -webkit-animation-duration: 3s;
			    -webkit-animation-iteration-count: 1;
			
				-moz-animation-name: digitSpin5;
			    -moz-animation-duration: 3s;
			    -moz-animation-iteration-count: 1;
			}
			.counter .digit-6 {
			    background-position:0 -180px;
				animation-name: digitSpin6;
			    animation-duration: 3s;
			    animation-iteration-count: 1;
			
			    -webkit-animation-name: digitSpin6;
			    -webkit-animation-duration: 3s;
			    -webkit-animation-iteration-count: 1;
			
				-moz-animation-name: digitSpin6;
			    -moz-animation-duration: 3s;
			    -moz-animation-iteration-count: 1;
			}
			.counter .digit-7 {
			    background-position:0 -210px;
				animation-name: digitSpin7;
			    animation-duration: 3s;
			    animation-iteration-count: 1;
			
			    -webkit-animation-name: digitSpin7;
			    -webkit-animation-duration: 3s;
			    -webkit-animation-iteration-count: 1;
			
				-moz-animation-name: digitSpin7;
			    -moz-animation-duration: 3s;
			    -moz-animation-iteration-count: 1;
			}
			.counter .digit-8 {
			    background-position:0 -240px;
				animation-name: digitSpin8;
			    animation-duration: 3s;
			    animation-iteration-count: 1;
			
			    -webkit-animation-name: digitSpin8;
			    -webkit-animation-duration: 3s;
			    -webkit-animation-iteration-count: 1;
			
				-moz-animation-name: digitSpin8;
			    -moz-animation-duration: 3s;
			    -moz-animation-iteration-count: 1;
			}
			.counter .digit-9 {
			    background-position:0 -270px;
			
				animation-name: digitSpin9;
			    animation-duration: 3s;
			    animation-iteration-count: 1;
			
			    -webkit-animation-name: digitSpin9;
			    -webkit-animation-duration: 3s;
			    -webkit-animation-iteration-count: 1;
			
				-moz-animation-name: digitSpin9;
			    -moz-animation-duration: 3s;
			    -moz-animation-iteration-count: 1;
			}
			
			/* Animation */
			@keyframes digitSpin0 {
			    from { background-position:0 0; }
			    to { background-position:0 -300px; }
			}
			@keyframes digitSpin1 {
			    from { background-position:0 0; }
			    to { background-position:0 -30px; }
			}
			@keyframes digitSpin2 {
			    from { background-position:0 0; }
			    to { background-position:0 -60px; }
			}
			@keyframes digitSpin3 {
			    from { background-position:0 0; }
			    to { background-position:0 -90px; }
			}
			@keyframes digitSpin4 {
			    from { background-position:0 0; }
			    to { background-position:0 -120px; }
			}
			@keyframes digitSpin5 {
			    from { background-position:0 0; }
			    to { background-position:0 -150px; }
			}
			@keyframes digitSpin6 {
			    from { background-position:0 0; }
			    to { background-position:0 -180px; }
			}
			@keyframes digitSpin7 {
			    from { background-position:0 0; }
			    to { background-position:0 -210px; }
			}
			@keyframes digitSpin8 {
			    from { background-position:0 0; }
			    to { background-position:0 -240px; }
			}
			@keyframes digitSpin9 {
			    from { background-position:0 0; }
			    to { background-position:0 -270px; }
			}
			
			/* Animation for Webkit */
			@-webkit-keyframes digitSpin0 {
			    from { background-position:0 0; }
			    to { background-position:0 -300px; }
			}
			@-webkit-keyframes digitSpin1 {
			    from { background-position:0 0; }
			    to { background-position:0 -30px; }
			}
			@-webkit-keyframes digitSpin2 {
			    from { background-position:0 0; }
			    to { background-position:0 -60px; }
			}
			@-webkit-keyframes digitSpin3 {
			    from { background-position:0 0; }
			    to { background-position:0 -90px; }
			}
			@-webkit-keyframes digitSpin4 {
			    from { background-position:0 0; }
			    to { background-position:0 -120px; }
			}
			@-webkit-keyframes digitSpin5 {
			    from { background-position:0 0; }
			    to { background-position:0 -150px; }
			}
			@-webkit-keyframes digitSpin6 {
			    from { background-position:0 0; }
			    to { background-position:0 -180px; }
			}
			@-webkit-keyframes digitSpin7 {
			    from { background-position:0 0; }
			    to { background-position:0 -210px; }
			}
			@-webkit-keyframes digitSpin8 {
			    from { background-position:0 0; }
			    to { background-position:0 -240px; }
			}
			@-webkit-keyframes digitSpin9 {
			    from { background-position:0 0; }
			    to { background-position:0 -270px; }
			}
			
			/* Animation for Gecko (Firefox) */
			@-moz-keyframes digitSpin0 {
			    from { background-position:0 0; }
			    to { background-position:0 -300px; }
			}
			@-moz-keyframes digitSpin1 {
			    from { background-position:0 0; }
			    to { background-position:0 -30px; }
			}
			@-moz-keyframes digitSpin2 {
			    from { background-position:0 0; }
			    to { background-position:0 -60px; }
			}
			@-moz-keyframes digitSpin3 {
			    from { background-position:0 0; }
			    to { background-position:0 -90px; }
			}
			@-moz-keyframes digitSpin4 {
			    from { background-position:0 0; }
			    to { background-position:0 -120px; }
			}
			@-moz-keyframes digitSpin5 {
			    from { background-position:0 0; }
			    to { background-position:0 -150px; }
			}
			@-moz-keyframes digitSpin6 {
			    from { background-position:0 0; }
			    to { background-position:0 -180px; }
			}
			@-moz-keyframes digitSpin7 {
			    from { background-position:0 0; }
			    to { background-position:0 -210px; }
			}
			@-moz-keyframes digitSpin8 {
			    from { background-position:0 0; }
			    to { background-position:0 -240px; }
			}
			@-moz-keyframes digitSpin9 {
			    from { background-position:0 0; }
			    to { background-position:0 -270px; }
			}

form {
	margin: auto;
	width: 500px;
	float: left;
	padding: 1em;
}

form input
{
    margin:10px;
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #CCC;
    width:25em;
}

form label
{
color: #ae114e;
padding: 0;
margin:0;
font-size: 2em;
font-weight: bolder;
font-family: 'Boogaloo', cursive;
/*text-shadow: 0.1em 0.2em 0.23em #333;*/
}

form textarea{
width:26em;
border:1px solid #CCC;
margin:10px;
border-radius:10px;
padding:5px;
}

form br {clear: both;display: block;}
form input[type='checkbox'] {
float: left;
width: auto;
}
#infomail-img {padding: 10em 0 0;}
#sendmail-img { padding-top: 2em;}
div.form-actions
{
	clear: both;
	float: right;
}
div.form-actions button.btn-primary
{
	border: 1px solid white;
	border-radius: 1em;
	padding: 1em;
	background-color: #ae114e;
	color: white;
}
table tr td div.message{
	font-size: 1.4em;color: #AE114E;font-weight: bold;border: 2px dotted #AE114E;min-height: 20px;
	float: left;position: relative;width: 100%;
}
dl#system-message
{
	position: absolute;
	width: 100%;
	background: white;
}

div#system-message div.alert
{
	border-radius: 1em;
}
#contact-form legend
{
	color: white;
    text-shadow: 2px 2px gray;
    font-size: 1.2em;
}
div.controls
{
	float:right;
}
.control-group
{
	clear:both;
}
#contact-form .control-label label
{
    text-shadow: 1px 1px whitesmoke;
    float:left;
}

#system-message-container
{
    z-index: 9999;
min-height: 84px;
}
.popover {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1060;
        display: none;
        max-width: 276px;
        padding: 1px;
        text-align: left;
        background-color: #fff;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        border: 1px solid #ccc;
        border: 1px solid rgba(0,0,0,0.2);
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
        -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
        box-shadow: 0 5px 10px rgba(0,0,0,0.2);
        white-space: normal;
}
.popover:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-right: 30px solid #f7f7f7;
	border-bottom: 20px solid transparent;
	margin: 10px 0 0 -32px;
}
.popover.top {
        margin-top: -10px;
}
.popover.right {
        margin-left: 10px;
}
.popover.bottom {
        margin-top: 10px;
}
.popover.left {
        margin-left: -10px;
}
.popover-title {
        margin: 0;
        padding: 8px 14px;
        font-size: 14px;
        font-weight: normal;
        line-height: 18px;
        background-color: #f7f7f7;
        border-bottom: 1px solid #ebebeb;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
}
.popover-title:empty {
        display: none;
}
.popover-content {
        padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
}
.popover .arrow {
        border-width: 11px;
}
.popover .arrow:after {
        border-width: 10px;
        content: "";
}
.popover.top .arrow {
        left: 50%;
        margin-left: -11px;
        border-bottom-width: 0;
        border-top-color: #999;
        border-top-color: rgba(0,0,0,0.25);
        bottom: -11px;
}
.popover.top .arrow:after {
        bottom: 1px;
        margin-left: -10px;
        border-bottom-width: 0;
        border-top-color: #fff;
}
.popover.bottom .arrow {
        left: 50%;
        margin-left: -11px;
        border-top-width: 0;
        border-bottom-color: #999;
        border-bottom-color: rgba(0,0,0,0.25);
        top: -11px;
}
.popover.bottom .arrow:after {
        top: 1px;
        margin-left: -10px;
        border-top-width: 0;
        border-bottom-color: #fff;
}
.popover.left .arrow {
        top: 50%;
        right: -11px;
        margin-top: -11px;
        border-right-width: 0;
        border-left-color: #999;
        border-left-color: rgba(0,0,0,0.25);
}
.popover.left .arrow:after {
        right: 1px;
        border-right-width: 0;
        border-left-color: #fff;
        bottom: -10px;
}

