@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../assets/BebasNeue-webfont.eot');
    src: url('../assets/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../assets/BebasNeue-webfont.woff') format('woff'),
         url('../assets/BebasNeue-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Fyra';
    src: url('../assets/25B7B0_0_0.eot');
    src: url('../assets/25B7B0_0_0.eot?#iefix') format('embedded-opentype'), url('../assets/24F266_0_0.woff') format('woff'), url('../assets/25B7B0_0_0.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	
}

body {
	font-family: 'BebasNeueRegular';
        	
}

a {
    text-decoration: none;
}

.next {
    width: 86px;
    height: 86px;
    background: #fff;
    position: relative;
    z-index: 2;
	-webkit-border-radius: 50%;
    border-radius: 50%;
}

.next > div {
	width: 86 px;
	height: 86px;
	overflow: hidden;
	}
	
.next div a {
	font-size: 26px;
	font-family: 'Pacifico';
	color: #303030;
	display: block;
	position: relative;
	width: 86px;
	height: 35px;
	background: url(../gfx/arrow-down.png) 31px 34px no-repeat;
	top: -60px;
	padding-top: 89px;
	padding-left: 4px;
	text-align: center;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	}
	
.next:hover div a {
	top: 0px;
	}


#sky {
    padding-top: 76px;
    overflow: hidden;
    position: relative;
background: #006bc4; /* Old browsers */
background: -moz-linear-gradient(top,  #006bc4 0%, #5997cc 50%, #5997cc 72%, #aab1bb 83%, #aab1bb 85%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#006bc4), color-stop(50%,#5997cc), color-stop(72%,#5997cc), color-stop(83%,#aab1bb), color-stop(85%,#aab1bb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #006bc4 0%,#5997cc 50%,#5997cc 72%,#aab1bb 83%,#aab1bb 85%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #006bc4 0%,#5997cc 50%,#5997cc 72%,#aab1bb 83%,#aab1bb 85%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #006bc4 0%,#5997cc 50%,#5997cc 72%,#aab1bb 83%,#aab1bb 85%); /* IE10+ */
background: linear-gradient(to bottom,  #006bc4 0%,#5997cc 50%,#5997cc 72%,#aab1bb 83%,#aab1bb 85%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006bc4', endColorstr='#aab1bb',GradientType=0 ); /* IE6-9 */

	
}



#sky h2 {
    background: url('../gfx/sky-header-strip.png') center center no-repeat;
    width: 522px;
    margin: -20px auto;
    font-size: 30px;
    text-align: center;
    color: #dfdbc2;
}

#sky .Fotografia {
    margin: 0px auto;
    margin-top: 50px;
	background: #373637;
	position: relative;
    text-align: center;
	border: 3px dashed #4c4c4c;
	margin-top: 22px;
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	transform: rotate(5deg);

}

#sky .Fotografia, #sky .Fotografia :before {
    width: 612px;
    height: 130px;
    padding: 0px 0;
	margin-top: 50px;
	-webkit-border-radius: 40px;
    border-radius: 40px;
}

#sky .Fotografia :before {
    content: "";
	display: block;
    position: absolute;
    top: -6px;
    left: -6px;
    
}

#sky .Fotografia div:first-child {
    font-size: 100px;
    color: #e3dfc7;
	text-shadow: -2px -2px 0px #000000;
	filter: dropshadow(color=#000000, offx=-2, offy=-2);
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(-5deg);
	}

#sky .Fotografia div:last-child {
    font-family: 'Pacifico', cursive;
	color: #e3dfc7;
    font-size: 32px;
	margin-top: -14px;
    margin-left: 18px;
	text-shadow: -2px -2px 0px #000000;
	filter: dropshadow(color=#000000, offx=-2, offy=-2);
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(-5deg);
}



#sky .text {
	background: rgba(49,49,49,0.2);
    color: #fff;
    font-size: 26px;
    line-height: 32px;
	margin: 150px auto;
    margin-top: 80px;
    width: 350px;
    height: 170px;
    padding: 15px;
    text-align: center;
    z-index: 2;
	-webkit-border-radius: 40px;
    border-radius: 40px;
	-webkit-transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	transform: rotate(-15deg);

}

#sky .text > div {
    padding: 20px 3px;
	background: rgba(22%,21%,22%,0.2);
	-webkit-border-radius: 40px;
    border-radius: 40px;

}

#sky .text > div > div {
    width: 345px;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	text-shadow: -2px -2px 0px #000000;
	filter: dropshadow(color=#000000, offx=-2, offy=-2);

}


#sky .text2 {
	background: rgba(49,49,49,0.2);
    color: #fff;
    font-size: 26px;
    line-height: 32px;
	margin-top: -100px;
	margin-left: 150px;
    width: 350px;
    height: 294px;
    padding: 15px;
    text-align: center;
    z-index: 1;
    -webkit-border-radius: 40px;
    border-radius: 40px;
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	transform: rotate(5deg);

}

#sky .text2 > div {
    padding: 20px 3px;
	background: rgba(22%,21%,22%,0.2);
	-webkit-border-radius: 40px;
    border-radius: 40px;
}

#sky .text2 > div > div {
    width: 345px;
	text-shadow: -2px -2px 0px #000000;
	filter: dropshadow(color=#000000, offx=-2, offy=-2);
}



#sky .next {
    margin: 0 auto;
    margin-top: -10px;
	-webkit-border-radius: 50%;
    border-radius: 50%;
}

.next:before {
	content:"";
	width: 102px;
	height: 100px;
	padding: 1px 0;
	display: block;
	position: absolute;
	top: -9px;
	left:-9px;
	border: 1px dashed #fff;
	-webkit-border-radius: 50%;
    border-radius: 50%;
	}

#sky .Fotograf_f16 {
    width: 219px;
    height: 35px;
    background: url('../gfx/fotograf_f16.png') no-repeat;
    top: 0px;
    position: relative;
	-webkit-animation: samolot 5s infinite linear;
	-moz-animation: samolot 5s infinite linear;
	-ms-animation: samolot 5s infinite linear;
	-o-animation: samolot 5s infinite linear;
	animation: samolot 5s infinite linear;
}


#sky .klaus {
    width: 148px;
    height: 159px;
	margin-left: 800px;
    /*background: url('../gfx/klaus.png') no-repeat;*/
}

img {
	-webkit-transition-duration: 3s;
	-webkit-transition-property: scale;
	-webkit-transition-timing-function: ease-out;

	}

img:hover {
	-webkit-transform:scale(0.5);
	}




#sky .clouds {
    background: url('../gfx/clouds3.png') center bottom no-repeat;
    background-size: cover;
	background-position: inherit;
	height: 900px;
    margin-top: 50px;
    position: relative;
    z-index: 2;
}


#clouds {
    background: #AAB1BB;
    height: 852px;
    padding-top: 0px;
    margin-top: 0px;
}

#clouds .buttons {
    background: url('../gfx/strip.png') center 130px no-repeat;
	height: 550px;
}

#clouds .buttons .wrapper {
    width: 816px;
    margin: -50px auto;
    position: relative;
}

#clouds .buttons h2 {
    font-size: 70px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 4;
    left: -28px;
    top: -140px;
}



#clouds .buttons h2, #clouds .title h2 {
	font-family: 'Pacifico', cursive;
    color: #1080a0;
	text-shadow: -2px -2px 0px #ffffff;
	filter: dropshadow(color=#ffffff, offx=-2, offy=-2);
	-webkit-transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	transform: rotate(-15deg);
}

#clouds .buttons .btn, #clouds .buttons .viewport, #clouds .buttons .btn .hover {
    width: 140px;
    height: 140px;
    position: relative;
	-webkit-border-radius: 50%;
    border-radius: 50%;
}

#clouds .buttons .btn {
    float: left;
    margin-top: 80px;
    text-align: center;
    margin-left: 19px;


}

#clouds .buttons .btn:before {
    width: 150px;
    height: 150px;
    content: "";
    position: absolute;
    top: -6px;
    left: -6px;
    border: 2px dashed #3c3c3c;
	-webkit-border-radius: 50%;
    border-radius: 50%;
}

#clouds .buttons .viewport {
    background: #3c3c3c;
    overflow: hidden;

}

#clouds .buttons .btn a {
    color: rgba(255, 255, 255, 0.5);	

}

#clouds .buttons .btn .viewport a {
    font-size: 20px;
	max-width: 120px;
    display: block;
	text-align: center;
	padding-left: 10px;
    padding-top: 40px;
    padding-bottom: 95px;
    position: relative;
    z-index: 2;

}

#clouds .buttons .btn > a {
	font-size: 60px;
	display: block;
	width: 60px;
	height: 60px;
	margin: -50px 20px 20px -20px;
	border: 5px solid #3c3c3c;
	position: absolute;
	z-index: 3;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	
}

#clouds .buttons div:nth-of-type(2) .hover, #clouds .buttons div:nth-of-type(2) > a {
	background: url('../gfx/art1.png') center no-repeat;
	

    }
	
#clouds .buttons div:nth-of-type(3) .hover, #clouds .buttons div:nth-of-type(3) > a {
	background: url('../gfx/art2.png') center no-repeat;
	}
	
#clouds .buttons div:nth-of-type(4) .hover, #clouds .buttons div:nth-of-type(4) > a {
	background: url('../gfx/art3.png') center no-repeat;
	}
	
#clouds .buttons div:nth-of-type(5) .hover, #clouds .buttons div:nth-of-type(5) > a {
	background: url('../gfx/art4.png') center no-repeat;
	}

#clouds .buttons div:nth-of-type(6) .hover, #clouds .buttons div:nth-of-type(6) > a {
	background: url('../gfx/art5.png') center no-repeat;
	}
	
#clouds .buttons div:nth-of-type(7) .hover, #clouds .buttons div:nth-of-type(7) > a {
	background: url('../gfx/art6.png') center no-repeat;
	}
	
#clouds .buttons div:nth-of-type(8) .hover, #clouds .buttons div:nth-of-type(8) > a {
	background: url('../gfx/art7.png') center no-repeat;
	}
	
#clouds .buttons div:nth-of-type(9) .hover, #clouds .buttons div:nth-of-type(9) > a {
	background: url('../gfx/art8.png') center no-repeat;
	}
	
#clouds .buttons div:nth-of-type(10) .hover, #clouds .buttons div:nth-of-type(10) > a {
	background: url('../gfx/art9.png') center no-repeat;
	}
	
#clouds .buttons div:nth-of-type(11) .hover, #clouds .buttons div:nth-of-type(11) > a {
	background: url('../gfx/art10.png') center no-repeat;
	}


#clouds .buttons .btn .hover {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transform-origin: left 40px 0;
	-moz-transform-origin: left 40px 0;
	-o-transform-origin: left 40px 0;
	-ms-transform-origin: left 40px 0;
	stransform-origin: left 40px 0;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;

	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

#clouds .buttons .btn:hover .hover {
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

#clouds .fbox {
    width: 785px;
    margin: 0 auto;
    color: #3c3c3c;
    text-transform: uppercase;
    font-size: 25px;
    text-align: justify;
    line-height: 30px;
	text-shadow: -1px -1px 0px #ffffff;
	filter: dropshadow(color=#ffffff, offx=-2, offy=-2);
}

#clouds .fbox > div:last-child {
    padding-right: 0px;
    width: 230px;
}

#clouds .title {
    background: url('../gfx/middle-strip-title.png') center center no-repeat;
    height: 150px;
    margin-top: 40px;
    overflow: hidden;
}

#clouds .title h2 {
    text-align: center;
    font-size: 56px;
    margin-top: 25px;
}

#clouds ul {
    width: 850px;
	padding-left: 90px;
	margin: 0px auto 0px auto;
    overflow: hidden;
	
}

#clouds .next {
    margin: 0 auto;
    margin-top: -10px;
	-webkit-border-radius: 50%;
    border-radius: 50%;
}



#clouds ul li {
    float: left;
    color: #3c3c3c;
	text-transform: uppercase;
    font-size: 40px;
	margin-top: 40px;
    line-height: 39px;
	text-shadow: -1px -1px 0px #ffffff;
	filter: dropshadow(color=#ffffff, offx=-2, offy=-2);
}

#clouds ul li img {
	width: 142px;
    height: 44px;
	margin-left: -50px;
	margin-right: 10px;
	position: relative;
	color: #1080a0;
    -webkit-animation: bird 1s infinite ease-in-out;
	-moz-animation: bird 1s infinite ease-in-out;
	-ms-animation: bird 1s infinite ease-in-out;
	-o-animation: bird 1s infinite ease-in-out;
	animation: bird 1s infinite ease-in-out;

    -webkit-animation: bird2 1s infinite ease-in-out;
	-moz-animation: bird2 1s infinite ease-in-out;
	-ms-animation: bird2 1s infinite ease-in-out;
	-o-animation: bird2 1s infinite ease-in-out;
	animation: bird2 1s infinite ease-in-out;

}




#sea-animation {
    height: 0px;
}

#sea {
	background: #aab1bb url('../gfx/mountain3.png') center 32px no-repeat;
	background-size: cover;
	background-position: inherit;
	height: 900px;
    
}

#sea .motorboat {
    width: 147px;
    height: 26px;
    background: url('../gfx/motorboat.png') no-repeat;
    top: 800px;
    position: relative;
	-webkit-animation: motorboat 15s infinite linear;
	-moz-animation: motorboat  15s infinite linear;
	-ms-animation: motorboat  15s infinite linear;
	-o-animation: motorboat  15s infinite linear;
	animation: motorboat  15s infinite linear;
}


body #sea .device {
    height: 895px;
    background-repeat: no-repeat;
    background-position: center bottom;
    margin: 0 auto;
    top: 110px;
    z-index: 2;
    top: 60px;
    position: relative;
}

#sea .frame {
    border: 5px solid #feb515;
    margin: 0px auto;
    width: 80%;
    min-width: 300px;
    height: 437px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 50px;
    position: relative;
    z-index: 1;
	text-shadow: -2px -2px 0px #000000;
	filter: dropshadow(color=#000000, offx=-2, offy=-2);
	border-image: url(../gfx/border-image.png) 10 stretch;
	-webkit-border-image: url(../gfx/border-image.png) 10 stretch;
	-moz-border-image: url(../gfx/border-image.png) 10 stretch;
	border-image: url(../gfx/border-image.png) 10 stretch;

}

#sea .frame div {
    margin: 0 auto;
    margin-top: 110px;
}

#sea .frame span {
    font-size: 40px;
    display: block;
    margin-top: 60px;
}

#sea .frame .arrow {
    position: absolute;
    width: 142px;
    height: 74px;
    top: -120px;
}

#sea .frame .arrow.left {
    background: url('../gfx/arrow-left.png') no-repeat;
    left: -85px;
	-webkit-animation: fish-left 1s infinite ease-in-out;
	-moz-animation: fish-left 1s infinite ease-in-out;
	-ms-animation: fish-left 1s infinite ease-in-out;
	-o-animation: fish-left 1s infinite ease-in-out;
	animation: fish-left 1s infinite ease-in-out;
}

#sea .frame .arrow.right {
    background: url('../gfx/arrow-right.png') no-repeat;
    right: -85px;
	-webkit-animation: fish-right 1s infinite ease-in-out;
	-moz-animation: fish-right 1s infinite ease-in-out;
	-ms-animation: fish-right 1s infinite ease-in-out;
	-o-animation: fish-right 1s infinite ease-in-out;
	animation: fish-right 1s infinite ease-in-out;
}


#ground {
    background: #017FA7 url('../gfx/ground3.png') center bottom no-repeat;
    background-size: cover;
	height: 878px;	
}


#ground .next {
    margin: 0 auto;
    margin-top: -10px;
	-webkit-border-radius: 50%;
    border-radius: 50%;
}

#underground {
    background: #2B210D url('../gfx/fire1.png') center bottom no-repeat;
	text-align: center;
    position: relative;
	padding-top: 30px;
	
}

#underground .title {
	font-family: 'Pacifico', cursive;
    background: url('../gfx/chain_top.png') center 35px no-repeat;
	height: 220px;
}

#underground .title h2 {
    max-width: 570px;
    margin: 0 auto;
    font-size: 50px;
    color: #fff;
    text-align: center;
	text-shadow: 2px 2px 2px #150f04;
	filter: dropshadow(color=#150f04, offx=-2, offy=-2);
}

#underground .title2 h2 {
    max-width: 1170px;
    margin: 0px auto;
    margin-bottom: 40px;
    font-size: 40px;
    color: #fff;
    text-align: center;
}

#underground .box-wrapper {
    
    color: #ffffff;
    text-align: left;
    margin: 0 auto;
    margin-bottom: 10px;
    font-size: 17px;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-box-align: center;
	box-align: center;
}


#underground .box-wrapper .omnie {
    margin-right: 20px;
    padding: 10px 10px 10px 10px;
    min-width: 350px;
    max-width: 650px;
    text-align: center;
    text-shadow: 1px 1px 1px #150f04;
	filter: dropshadow(color=#150f04, offx=-2, offy=-2);
	-webkit-border-radius: 15px;
    border-radius: 15px;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-box-flex: 1;
	box-flex: 1;
}

#underground .box-wrapper .kontakt {
	min-width: 200px;
	text-shadow: 1px 1px 1px #150f04;
	filter: dropshadow(color=#150f04, offx=-2, offy=-2);
	-webkit-box-flex: 2;
	-moz-box-flex: 2;
	-ms-box-flex: 2;
	box-flex: 2;
}

#underground .box-wrapper {
	display: -webkit-box; display: -moz-box; display: box;
}
	
	
#underground .box-wrapper ul:hover, #underground .box-wrapper div:hover {
    background-color: #a20e13;
	-webkit-transition: background-color 500ms linear;
	-moz-transition: background-color 500ms linear;
	-o-transition: background-color 500ms linear;
	-ms-transition: background-color 500ms linear;
	transition: background-color 500ms linear;
}

#underground .box-wrapper ul li {
    height: 25px;
    padding-top: 10px;
}

#underground .box-wrapper ul li:first-child {
    font-size: 30px;
    height: 0px;
    
}


#underground .box-wrapper ul li:nth-child(even) {
	background: rgba(72, 66, 53, 0.4);	
}

#underground .box-wrapper .zdjecia {
	background: url(../gfx/art1.png) 10px 10px no-repeat,
	rgba(32,24,8,.5);
	margin-left: 20px;
	-webkit-box-flex: 3;
	-moz-box-flex: 3;
	-ms-box-flex: 3;
	box-flex: 3;
}

#underground .box-wrapper ul {
    background: #201808;
    padding-top: 15px;
    text-align: center;
    text-shadow: 1px 1px 1px #150f04;
	filter: dropshadow(color=#150f04, offx=-2, offy=-2);
	-webkit-border-radius: 15px;
    border-radius: 15px;
}

#underground .box-wrapper ul a {
    display: block;
    width: 66px;
    height: 66px;
    margin: 0px auto;
    background: #fff;
    color: #150f04;
    font-size: 60px;
    line-height: 70px;
    text-align: center;
    margin-top: 40px;
	text-shadow: 1px 1px 1px #150f04;
	filter: dropshadow(color=#150f04, offx=-2, offy=-2);
	-webkit-border-radius: 50%;
    border-radius: 50%;
}

/*#underground .hungry-devil .kettle:nth-child(2) {
	left: -3169px;
	-webkit-animation-delay: 12s;
	-moz-animation-delay: 2s;
	-ms-animation-delay: 2s;
	-o-animation-delay: 2s;
	animation-delay: 2s;
	}*/


#underground .hungry-devil {
    margin: 0 auto;
    height: 343px;
    top: 0px;
    position: relative;
    overflow: hidden;
    width: 90%;
}

.next1:before {
	content:"";
	width: 102px;
	height: 100px;
	padding: 1px 0;
	display: block;
	position: absolute;
	top: -9px;
	left:-9px;
	border: 1px dashed #fff;
	-webkit-border-radius: 50%;
    border-radius: 50%;
	}


.next1 {
    width: 86px;
    height: 86px;
    background: #fff;
    position: relative;
    z-index: 1;
	-webkit-border-radius: 50%;
    border-radius: 50%;
}

#underground omnie .next1 {
	width: 86 px;
	height: 86px;
	overflow: hidden;
	}

#underground .next1 div a {
	font-family: 'Pacifico';
font-size: 26px;	
color: #2b210d;
	display: block;
	position: relative;
	width: 80px;
	height: 55px;
	background: url(../gfx/arrow-up.png) 31px 34px no-repeat;
	top: -75px;
	padding-top: 100px;
	padding-left: 4px;
	text-align: center;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	}

#underground .next1:hover div a {
	top: 0px;
	}
	
#underground .next1 {
    margin: 0 auto;
    margin-top: 40px;
	-webkit-border-radius: 50%;
    border-radius: 50%;
}




#underground .hungry-devil .kettle {
    position: absolute;
    width: 3180px;
    height: 174px;
    background: url('../gfx/zdjecia.png') no-repeat;
    top: 60px;
    left: -3180px;
	-webkit-animation: fotografie 30s infinite linear;
	-moz-animation: fotografie 30s infinite linear;
	-ms-animation: fotografie 30s infinite linear;
	-o-animation: fotografie 30s infinite linear;
	animation: fotografie 30s infinite linear;

}

.face {
	background: #000
	
	}