@charset "UTF-8";
/* CSS Document */
/*powiekszanie logo*/
#napis{
	-webkit-transition: all 0.5s ease-out;
	transition:  all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
}
#napis:hover{
	-webkit-transition: all 0.5s ease-out;
	transition:  all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transform: translateX(50px);
	transform: translateX(50px);
	-ms-transform: translateX(50px);
	-o-transform: translateX(50px);
	-moz-transform: translateX(50px);
}
a, input, button, select, #menu a{
	-webkit-transition: all 0.7s ease-out;
	transition:  all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
}
a:hover, input:hover, button:hover, select:hover, #menu a:hover{
	-webkit-transition: all 0.7s ease-out;
	transition:  all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
}
input:focus, button:focus, select:focus {
	-webkit-transition: all 0.7s ease-out;
	transition:  all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
}

/*animacja dla 100% tła z obrazków*/

/*@keyframes "glow-body" {
 0% {
	background: #ebebeb url('../images/1.jpg') top center no-repeat;
	background-size:100% 100%;
 }
 50% {
    background: #ebebeb url('../images/2.jpg') top center no-repeat;
	background-size:100% 100%;
 }
 70%{
 background: #ebebeb url('../images/3.jpg') top center no-repeat;
	background-size:100% 100%;
 }
 100% {
background: #ebebeb url('../images/4.jpg') top center no-repeat;
	background-size:100% 100%;
 }

}
@-moz-keyframes "glow-body" {
 0% {
	background: #ebebeb url('../images/1.jpg') top center no-repeat;
	background-size:100% 100%;
 }
 50% {
    background: #ebebeb url('../images/2.jpg') top center no-repeat;
	background-size:100% 100%;
 }
 70%{
 background: #ebebeb url('../images/3.jpg') top center no-repeat;
	background-size:100% 100%;
 }
 100% {
background: #ebebeb url('../images/4.jpg') top center no-repeat;
	background-size:100% 100%;
 }

}
@-o-keyframes "glow-body" {
 0% {
	background: #ebebeb url('../images/1.jpg') top center no-repeat;
	background-size:100% 100%;
 }
 50% {
    background: #ebebeb url('../images/2.jpg') top center no-repeat;
	background-size:100% 100%;
 }
 70%{
 background: #ebebeb url('../images/3.jpg') top center no-repeat;
	background-size:100% 100%;
 }
 100% {
background: #ebebeb url('../images/4.jpg') top center no-repeat;
	background-size:100% 100%;
 }

}
@-ms-keyframes "glow-body" {
 0% {
	background: #ebebeb url('../images/1.jpg') top center no-repeat;
	background-size:100% 100%;
 }
 50% {
    background: #ebebeb url('../images/2.jpg') top center no-repeat;
	background-size:100% 100%;
 }
 70%{
 background: #ebebeb url('../images/3.jpg') top center no-repeat;
	background-size:100% 100%;
 }
 100% {
background: #ebebeb url('../images/4.jpg') top center no-repeat;
	background-size:100% 100%;
 }

}
@-webkit-keyframes "glow-body" {
 0% {
	background: #ebebeb url('../images/1.jpg') top center no-repeat;
	background-size:100% 100%;
 }
 50% {
    background: #ebebeb url('../images/2.jpg') top center no-repeat;
	background-size:100% 100%;
 }
 70%{
 background: #ebebeb url('../images/3.jpg') top center no-repeat;
	background-size:100% 100%;
 }
 100% {
background: #ebebeb url('../images/4.jpg') top center no-repeat;
	background-size:100% 100%;
 }

}


