@charset "UTF-8";


.man{
	animation:man 5s;
	transform-origin: 68% 90%;
	animation-iteration-count:infinite;
	animation-timing-function:linear;
    -moz-animation:man 5s; /* Firefox */
    -moz-animation-iteration-count:infinite;
    -moz-animation-timing-function:linear;
    -moz-transform-origin: 68% 90%;
    -webkit-animation:man 5s; /* Safari and Chrome */
    -webkit-animation-timing-function:linear;
    -webkit-animation-iteration-count:infinite;
    -webkit-transform-origin: 68% 90%;
    -o-animation:man 5s; /* Opera */
    -o-animation-timing-function:linear;
    -o-animation-iteration-count:infinite;
    -o-transform-origin: 68% 90%;
}

.bn1{
	animation:bna 2s;
	animation-delay:1s;
	animation-iteration-count:infinite;
	animation-timing-function:linear;

    -moz-animation:bna 2s; /* Firefox */
    -moz-animation-delay:1s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-timing-function:linear;

    -webkit-animation:bna 2s; /* Safari and Chrome */
    -webkit-animation-delay:1s;
    -webkit-animation-timing-function:linear;
    -webkit-animation-iteration-count:infinite;

    -o-animation:bna 2s; /* Opera */
    -o-animation-delay:1s;
    -o-animation-timing-function:linear;
    -o-animation-iteration-count:infinite;
}

.bn2{
	animation:bnb 2s;
	animation-delay:1.5s;
	animation-iteration-count:infinite;
	animation-timing-function:linear;

    -moz-animation:bnb 2s; /* Firefox */
    -moz-animation-delay:1.5s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-timing-function:linear;

    -webkit-animation:bnb 2s; /* Safari and Chrome */
    -webkit-animation-delay:1.5s;
    -webkit-animation-timing-function:linear;
    -webkit-animation-iteration-count:infinite;

    -o-animation:bnb 2s; /* Opera */
    -o-animation-delay:1.5s;
    -o-animation-timing-function:linear;
    -o-animation-iteration-count:infinite;
}

@keyframes man {
		0%   {transform: rotate( 0deg)}
		25%  {transform: rotate( 2deg)}
		50%  {transform: rotate( 4deg)}
		75%  {transform: rotate( 2deg)}
		100% {transform: rotate( 0deg)}
	}
	@-moz-keyframes man {
		0%   {transform: rotate( 0deg)}
		25%  {transform: rotate( 2deg)}
		50%  {transform: rotate( 4deg)}
		75%  {transform: rotate( 2deg)}
		100% {transform: rotate( 0deg)}
	}
	@-webkit-keyframes man {
		0%   {transform: rotate( 0deg)}
		25%  {transform: rotate( 2deg)}
		50%  {transform: rotate( 4deg)}
		75%  {transform: rotate( 2deg)}
		100% {transform: rotate( 0deg)}
	}
	@-o-keyframes man {
		0%   {transform: rotate( 0deg)}
		25%  {transform: rotate( 2deg)}
		50%  {transform: rotate( 4deg)}
		75%  {transform: rotate( 2deg)}
		100% {transform: rotate( 0deg)}
	}

@media only screen and (min-width: 769px){

	@keyframes bna {
			0%   {top: 330px;}
			12%  {top: 325px;}
			24%  {top: 320px;}
			36%  {top: 325px;}
			48%,100% {top: 330px;}
		}
		@-moz-keyframes bna {
			0%   {top: 330px;}
			12%  {top: 325px;}
			24%  {top: 320px;}
			36%  {top: 325px;}
			48%,100% {top: 330px;}
		}
		@-webkit-keyframes bna {
			0%   {top: 330px;}
			12%  {top: 325px;}
			24%  {top: 320px;}
			36%  {top: 325px;}
			48%,100% {top: 330px;}
		}
		@-o-keyframes bna {
			0%   {top: 330px;}
			12%  {top: 325px;}
			24%  {top: 320px;}
			36%  {top: 325px;}
			48%,100% {top: 330px;}
		}

	@keyframes bnb {
			0%   {top: 330px;}
			12%  {top: 325px;}
			24%  {top: 320px;}
			36%  {top: 325px;}
			48%,100% {top: 330px;}
		}
		@-moz-keyframes bnb {
			0%   {top: 330px;}
			12%  {top: 325px;}
			24%  {top: 320px;}
			36%  {top: 325px;}
			48%,100% {top: 330px;}
		}
		@-webkit-keyframes bnb {
			0%   {top: 330px;}
			12%  {top: 325px;}
			24%  {top: 320px;}
			36%  {top: 325px;}
			48%,100% {top: 330px;}
		}
		@-o-keyframes bnb {
			0%   {top: 330px;}
			12%  {top: 325px;}
			24%  {top: 320px;}
			36%  {top: 325px;}
			48%,100% {top: 330px;}
		}
}


@media only screen and (min-width: 940px){

	@keyframes bna {
			0%   {top: 400px;}
			12%  {top: 395px;}
			24%  {top: 390px;}
			36%  {top: 395px;}
			48%,100% {top: 400px;}
		}
		@-moz-keyframes bna {
			0%   {top: 400px;}
			12%  {top: 395px;}
			24%  {top: 390px;}
			36%  {top: 395px;}
			48%,100% {top: 400px;}
		}
		@-webkit-keyframes bna {
			0%   {top: 400px;}
			12%  {top: 395px;}
			24%  {top: 390px;}
			36%  {top: 395px;}
			48%,100% {top: 400px;}
		}
		@-o-keyframes bna {
			0%   {top: 400px;}
			12%  {top: 395px;}
			24%  {top: 390px;}
			36%  {top: 395px;}
			48%,100% {top: 400px;}
		}

	@keyframes bnb {
			0%   {top: 400px;}
			12%  {top: 395px;}
			24%  {top: 390px;}
			36%  {top: 395px;}
			48%,100% {top: 400px;}
		}
		@-moz-keyframes bnb {
			0%   {top: 400px;}
			12%  {top: 395px;}
			24%  {top: 390px;}
			36%  {top: 395px;}
			48%,100% {top: 400px;}
		}
		@-webkit-keyframes bnb {
			0%   {top: 400px;}
			12%  {top: 395px;}
			24%  {top: 390px;}
			36%  {top: 395px;}
			48%,100% {top: 400px;}
		}
		@-o-keyframes bnb {
			0%   {top: 400px;}
			12%  {top: 395px;}
			24%  {top: 390px;}
			36%  {top: 395px;}
			48%,100% {top: 400px;}
		}
}

@media only screen and (min-width: 1170px){

	@keyframes bna {
			0%   {top: 420px;}
			12%  {top: 415px;}
			24%  {top: 410px;}
			36%  {top: 415px;}
			48%,100% {top: 420px;}
		}
		@-moz-keyframes bna {
			0%   {top: 420px;}
			12%  {top: 415px;}
			24%  {top: 410px;}
			36%  {top: 415px;}
			48%,100% {top: 420px;}
		}
		@-webkit-keyframes bna {
			0%   {top: 420px;}
			12%  {top: 415px;}
			24%  {top: 410px;}
			36%  {top: 415px;}
			48%,100% {top: 420px;}
		}
		@-o-keyframes bna {
			0%   {top: 420px;}
			12%  {top: 415px;}
			24%  {top: 410px;}
			36%  {top: 415px;}
			48%,100% {top: 420px;}
		}

	@keyframes bnb {
			0%   {top: 420px;}
			12%  {top: 415px;}
			24%  {top: 410px;}
			36%  {top: 415px;}
			48%,100% {top: 420px;}
		}
		@-moz-keyframes bnb {
			0%   {top: 420px;}
			12%  {top: 415px;}
			24%  {top: 410px;}
			36%  {top: 415px;}
			48%,100% {top: 420px;}
		}
		@-webkit-keyframes bnb {
			0%   {top: 420px;}
			12%  {top: 415px;}
			24%  {top: 410px;}
			36%  {top: 415px;}
			48%,100% {top: 420px;}
		}
		@-o-keyframes bnb {
			0%   {top: 420px;}
			12%  {top: 415px;}
			24%  {top: 410px;}
			36%  {top: 415px;}
			48%,100% {top: 420px;}
		}
}


