.navigation-bar,
.navbar {
  position: relative !important;
}
.navigation-bar .pull-menu,
.navbar .pull-menu {
  display: block !important;
}
.navigation-bar .element,
.navbar .element {
  float: none !important;
}
.navigation-bar .element-divider,
.navbar .element-divider {
  display: none !important;
}
.navigation-bar .element-menu,
.navbar .element-menu {
  position: relative;
  float: none;
  display: none;
  width: 100% !important;
  background-color: inherit;
  z-index: 1000;
}
.navigation-bar .element-menu li,
.navbar .element-menu li {
  display: block !important;
  float: none !important;
  width: 100%;
}
.navigation-bar .element-menu li a,
.navbar .element-menu li a {
  display: block !important;
  float: none !important;
  width: 100%;
}
.navigation-bar .element-menu li .dropdown-menu,
.navbar .element-menu li .dropdown-menu {
  position: relative !important;
  left: 0;
}
.navigation-bar .element-menu .dropdown-toggle,
.navbar .element-menu .dropdown-toggle {
  color: inherit;
  position: relative;
}
.navigation-bar .element-menu .dropdown-toggle:after,
.navbar .element-menu .dropdown-toggle:after {
  position: absolute;
  left: 100% !important;
  margin-left: -15px;
}

.metro .dropdown-menu.pcsi {
  background-color: #ffffff;
  border: 2px #333333 solid;
  color: #00447a;
}

.metro .dropdown-menu.pcsi2 {
  background-color: #ffffff;
  border: 1px #00447a solid;
  color: #00447a;
}
.metro .dropdown-menu.pcsi li:hover {  
  background-color: #00447a;
  border-color: #00447a;
  color: #ffffff;
}

.metro .dropdown-menu.pcsi2 li:hover {  
  background-color: #00447a;
  border-color: #00447a;
  color: #ffffff;
}

.metro .navigation-bar.pcsi {
  background-color: #00447a;
}

.metro .navigation-bar.pcsi2 {
  background-color: #ffffff;
  color: #00447a;
  border-bottom: 1px #00447a solid;
}
.metro .tile-area .user-id-pcsi:hover {
  background-color: #00447a; 
}

.metro .tile-area-pcsi {
  min-width: 100%;
  height: 100%;
  width: 520px;
  background-color: #255d255d255d !important;
  padding: 0px 80px 20px 20px;

}
.metro .tile-area-pcsi .tile {
  outline-color: #00447a !important;
}
.metro .tile-area-pcsi .tile-group:first-child{
	margin-left: 10px;
}
.metro .fg-pcsi{
  color: #00447a !important;
}
.metro .fg-pcsi{
  color: #00447a !important;
}
.metro .container-pcsi{
  margin-top: 20px;  
}

.metro .tile-group-pcsi{
  margin-right: 46px;
  min-width: 130px;
  width: auto;
  --float: left;
  display: block;
  padding-top: 20px;
  position: relative;
}

.metro .navigation-bar .element-menu > li:hover,
.metro .navbar .element-menu > li:hover {
  background-color: #cde6f7;
}

.metro .navigation-bar .navigation-bar-content .element:hover,
.metro .navbar .navigation-bar-content .element:hover,
.metro .navigation-bar .navbar-content .element:hover,
.metro .navbar .navbar-content .element:hover {
  background-color: #cde6f7;
}

.metro .dropdown-menu li a {
  color: #00447a !important;
}

.metro .navigation-bar .element-menu .dropdown-menu a :hover,
.metro .navbar .element-menu .dropdown-menu a:hover {
  background-color: #cde6f7;
}

.metro .dropdown-menu li a:hover {
    background-color: #cde6f7;
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


:focus {outline:none;}
::-moz-focus-inner {border:0;}




.metro .navigation-bar .pull-menu, .metro .navbar .pull-menu {
    color: #00447a; 
}

@keyframes spin {
  0% {
        transform: scale3d(1, 1, 1);
  }
  
  10% {
        transform: scale3d(0.90, 0.90, 1) rotate3d(0, 0, 1, 40deg);
  }
  
  20% {
        transform: scale3d(0.75, 0.75, 1) rotate3d(0, 0, 1, 80deg);
  }
  
  30% {
        transform: scale3d(0.50, 0.50, 1) rotate3d(0, 0, 1, 120deg);
  }
  
  40% {
        transform: scale3d(0.25, 0.25, 1) rotate3d(0, 0, 1, 160deg);
  }
  
  50% {
        transform: scale3d(0.25, 0.25, 1) rotate3d(0, 0, 1, 200deg);
  }
  
  60% {
        transform: scale3d(0.50, 0.50, 1) rotate3d(0, 0, 1, 120deg);
  }
  
  70% {
        transform: scale3d(0.75, 0.75, 1) rotate3d(0, 0, 1, 80deg);
  }
  
  80% {
        transform: scale3d(0.90, 0.90, 1) rotate3d(0, 0, 1, 40deg);
  }
  
  90% {
        transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 360deg);
  }
  
  100% {
    transform: scale3d(1, 1, 1);
  }
  
}

@keyframes rozciaganie {
  0% {
        transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 0deg);
  }
  
  7% {
            transform: rotate3d(0, 0, 1, -5deg);
  }
  
  15% {
            transform: scale3d(1.30, 0.70, 1) rotate3d(0, 0, 1, -8deg);
  }

  20% {
            transform: rotate3d(0, 0, 1, -5deg);
  }
  
  25% {
            transform: scale3d(0.70, 1.30, 1) rotate3d(0, 0, 1, -2deg);
  }
  
  35% {
            transform: rotate3d(0, 0, 1, -2deg);
  }
  

  45% {
            transform: scale3d(1.20, 0.80, 1) rotate3d(0, 0, 1, 5deg);
  }

  55% {
            transform: rotate3d(0, 0, 1, 8deg);
  }
  
  65% {
            transform: scale3d(0.90, 1.10, 1) rotate3d(0, 0, 1, 5deg);
  }

  75% {
            transform: scale3d(1.05, .95, 1) rotate3d(0, 0, 1, 2deg);
  }

  100% {

            transform: scale3d(1, 1, 1);
  }
}




@keyframes chwianie {
  0% {
    transform: none;
    opacity: 1;
  }

  15% {
    transform: translate3d(-35%, 0, 0) rotate3d(0, 0, 1, -5deg);
    opacity: 0.8;
  }

  25% {
    opacity: 0.5;
  }
  
  35% {
    transform: translate3d(25%, 0, 0) rotate3d(0, 0, 1, 3deg);
    opacity: 0.2;
  }

  50% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    opacity: 0.0;
  }

  60% {
    opacity: 0.2;
  }
  
  70% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    opacity: 0.4;
  }
  
  80% {
    opacity: 0.6;
  }

  90% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    opacity: 0.8;
  }

  100% {
    transform: none;
    opacity: 1.0;
  }
}


@-webkit-keyframes spin {
  0% {
        -webkit-transform: scale3d(1, 1, 1);
  }
  
  10% {
        -webkit-transform: scale3d(0.90, 0.90, 1) rotate3d(0, 0, 1, 40deg);
  }
  
  20% {
        -webkit-transform: scale3d(0.75, 0.75, 1) rotate3d(0, 0, 1, 80deg);
  }
  
  30% {
        -webkit-transform: scale3d(0.50, 0.50, 1) rotate3d(0, 0, 1, 120deg);
  }
  
  40% {
        -webkit-transform: scale3d(0.25, 0.25, 1) rotate3d(0, 0, 1, 160deg);
  }
  
  50% {
        -webkit-transform: scale3d(0.25, 0.25, 1) rotate3d(0, 0, 1, 200deg);
  }
  
  60% {
        -webkit-transform: scale3d(0.50, 0.50, 1) rotate3d(0, 0, 1, 160deg);
  }
  
  70% {
        -webkit-transform: scale3d(0.75, 0.75, 1) rotate3d(0, 0, 1, 120deg);
  }
  
  80% {
        -webkit-transform: scale3d(0.90, 0.90, 1) rotate3d(0, 0, 1, 80deg);
  }
  
  90% {
        -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 40deg);
  }
  
  100% {
    -webkit-transform: scale3d(1, 1, 1);
  }
  
}

@-webkit-keyframes rozciaganie {
  0% {
        -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 0deg);
  }
  
  7% {
            -webkit-transform: rotate3d(0, 0, 1, -5deg);
  }
  
  15% {
            -webkit-transform: scale3d(1.30, 0.70, 1) rotate3d(0, 0, 1, -8deg);
  }

  20% {
            -webkit-transform: rotate3d(0, 0, 1, -5deg);
  }
  
  25% {
            -webkit-transform: scale3d(0.70, 1.30, 1) rotate3d(0, 0, 1, -2deg);
  }
  
  35% {
            -webkit-transform: rotate3d(0, 0, 1, -2deg);
  }
  

  45% {
            -webkit-transform: scale3d(1.20, 0.80, 1) rotate3d(0, 0, 1, 5deg);
  }

  55% {
            -webkit-transform: rotate3d(0, 0, 1, 8deg);
  }
  
  65% {
            -webkit-transform: scale3d(0.90, 1.10, 1) rotate3d(0, 0, 1, 5deg);
  }

  75% {
            -webkit-transform: scale3d(1.05, .95, 1) rotate3d(0, 0, 1, 2deg);
  }

  100% {

            -webkit-transform: scale3d(1, 1, 1);
  }
}



@-webkit-keyframes chwianie {
  0% {
    -webkit-transform: none;
    opacity: 1;
  }

  15% {
    -webkit-transform: translate3d(-35%, 0, 0) rotate3d(0, 0, 1, -5deg);
    opacity: 0.8;
  }

  25% {
    opacity: 0.5;
  }
  
  35% {
    -webkit-transform: translate3d(25%, 0, 0) rotate3d(0, 0, 1, 3deg);
    opacity: 0.2;
  }

  50% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    opacity: 0.0;
  }

  60% {
    opacity: 0.2;
  }
  
  70% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    opacity: 0.4;
  }
  
  80% {
    opacity: 0.6;
  }

  90% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    opacity: 0.8;
  }

  100% {
    -webkit-transform: none;
    opacity: 1.0;
  }
}


@-moz-keyframes spin {
  0% {
        -moz-transform: scale3d(1, 1, 1);
  }
  
  10% {
        -moz-transform: scale3d(0.90, 0.90, 1) rotate3d(0, 0, 1, 40deg);
  }
  
  20% {
        -moz-transform: scale3d(0.75, 0.75, 1) rotate3d(0, 0, 1, 80deg);
  }
  
  30% {
        -moz-transform: scale3d(0.50, 0.50, 1) rotate3d(0, 0, 1, 120deg);
  }
  
  40% {
        -moz-transform: scale3d(0.25, 0.25, 1) rotate3d(0, 0, 1, 160deg);
  }
  
  50% {
        -moz-transform: scale3d(0.25, 0.25, 1) rotate3d(0, 0, 1, 200deg);
  }
  
  60% {
        -moz-transform: scale3d(0.50, 0.50, 1) rotate3d(0, 0, 1, 160deg);
  }
  
  70% {
        -moz-transform: scale3d(0.75, 0.75, 1) rotate3d(0, 0, 1, 120deg);
  }
  
  80% {
        -moz-transform: scale3d(0.90, 0.90, 1) rotate3d(0, 0, 1, 80deg);
  }
  
  90% {
        -moz-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 40deg);
  }
  
  100% {
    -moz-transform: scale3d(1, 1, 1);
  }
  
}

@-moz-keyframes rozciaganie {
  0% {
        -moz-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 0deg);
  }
  
  7% {
            -moz-transform: rotate3d(0, 0, 1, -5deg);
  }
  
  15% {
            -moz-transform: scale3d(1.30, 0.70, 1) rotate3d(0, 0, 1, -8deg);
  }

  20% {
            -moz-transform: rotate3d(0, 0, 1, -5deg);
  }
  
  25% {
            -moz-transform: scale3d(0.70, 1.30, 1) rotate3d(0, 0, 1, -2deg);
  }
  
  35% {
            -moz-transform: rotate3d(0, 0, 1, -2deg);
  }
  

  45% {
            -moz-transform: scale3d(1.20, 0.80, 1) rotate3d(0, 0, 1, 5deg);
  }

  55% {
            -moz-transform: rotate3d(0, 0, 1, 8deg);
  }
  
  65% {
            -moz-transform: scale3d(0.90, 1.10, 1) rotate3d(0, 0, 1, 5deg);
  }

  75% {
            -moz-transform: scale3d(1.05, .95, 1) rotate3d(0, 0, 1, 2deg);
  }

  100% {

            -moz-transform: scale3d(1, 1, 1);
  }
}



@-moz-keyframes chwianie {
  0% {
    -moz-transform: none;
    opacity: 1;
  }

  15% {
    -moz-transform: translate3d(-35%, 0, 0) rotate3d(0, 0, 1, -5deg);
    opacity: 0.8;
  }

  25% {
    opacity: 0.5;
  }
  
  35% {
    -moz-transform: translate3d(25%, 0, 0) rotate3d(0, 0, 1, 3deg);
    opacity: 0.2;
  }

  50% {
    -moz-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    opacity: 0.0;
  }

  60% {
    opacity: 0.2;
  }
  
  70% {
    -moz-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    opacity: 0.4;
  }
  
  80% {
    opacity: 0.6;
  }

  90% {
    -moz-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    opacity: 0.8;
  }

  100% {
    -moz-transform: none;
    opacity: 1.0;
  }
}


@-ms-keyframes spin {
  0% {
        -ms-transform: scale3d(1, 1, 1);
  }
  
  10% {
        -ms-transform: scale3d(0.90, 0.90, 1) rotate3d(0, 0, 1, 40deg);
  }
  
  20% {
        -ms-transform: scale3d(0.75, 0.75, 1) rotate3d(0, 0, 1, 80deg);
  }
  
  30% {
        -ms-transform: scale3d(0.50, 0.50, 1) rotate3d(0, 0, 1, 120deg);
  }
  
  40% {
        -ms-transform: scale3d(0.25, 0.25, 1) rotate3d(0, 0, 1, 160deg);
  }
  
  50% {
        -ms-transform: scale3d(0.25, 0.25, 1) rotate3d(0, 0, 1, 200deg);
  }
  
  60% {
        -ms-transform: scale3d(0.50, 0.50, 1) rotate3d(0, 0, 1, 160deg);
  }
  
  70% {
        -ms-transform: scale3d(0.75, 0.75, 1) rotate3d(0, 0, 1, 120deg);
  }
  
  80% {
        -ms-transform: scale3d(0.90, 0.90, 1) rotate3d(0, 0, 1, 80deg);
  }
  
  90% {
        -ms-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 40deg);
  }
  
  100% {
    -ms-transform: scale3d(1, 1, 1);
  }
  
}

@-ms-keyframes rozciaganie {
  0% {
        -ms-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 0deg);
  }
  
  7% {
            -ms-transform: rotate3d(0, 0, 1, -5deg);
  }
  
  15% {
            -ms-transform: scale3d(1.30, 0.70, 1) rotate3d(0, 0, 1, -8deg);
  }

  20% {
            -ms-transform: rotate3d(0, 0, 1, -5deg);
  }
  
  25% {
            -ms-transform: scale3d(0.70, 1.30, 1) rotate3d(0, 0, 1, -2deg);
  }
  
  35% {
            -ms-transform: rotate3d(0, 0, 1, -2deg);
  }
  

  45% {
            -ms-transform: scale3d(1.20, 0.80, 1) rotate3d(0, 0, 1, 5deg);
  }

  55% {
            -ms-transform: rotate3d(0, 0, 1, 8deg);
  }
  
  65% {
            -ms-transform: scale3d(0.90, 1.10, 1) rotate3d(0, 0, 1, 5deg);
  }

  75% {
            -ms-transform: scale3d(1.05, .95, 1) rotate3d(0, 0, 1, 2deg);
  }

  100% {

            -ms-transform: scale3d(1, 1, 1);
  }
}



@-ms-keyframes chwianie {
  0% {
    -ms-transform: none;
    opacity: 1;
  }

  15% {
    -ms-transform: translate3d(-35%, 0, 0) rotate3d(0, 0, 1, -5deg);
    opacity: 0.8;
  }

  25% {
    opacity: 0.5;
  }
  
  35% {
    -ms-transform: translate3d(25%, 0, 0) rotate3d(0, 0, 1, 3deg);
    opacity: 0.2;
  }

  50% {
    -ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    opacity: 0.0;
  }

  60% {
    opacity: 0.2;
  }
  
  70% {
    -ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    opacity: 0.4;
  }
  
  80% {
    opacity: 0.6;
  }

  90% {
    -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    opacity: 0.8;
  }

  100% {
    -ms-transform: none;
    opacity: 1.0;
  }
}


@-o-keyframes spin {
  0% {
        -o-transform: scale3d(1, 1, 1);
  }
  
  10% {
        -o-transform: scale3d(0.90, 0.90, 1) rotate3d(0, 0, 1, 40deg);
  }
  
  20% {
        -o-transform: scale3d(0.75, 0.75, 1) rotate3d(0, 0, 1, 80deg);
  }
  
  30% {
        -o-transform: scale3d(0.50, 0.50, 1) rotate3d(0, 0, 1, 120deg);
  }
  
  40% {
        -o-transform: scale3d(0.25, 0.25, 1) rotate3d(0, 0, 1, 160deg);
  }
  
  50% {
        -o-transform: scale3d(0.25, 0.25, 1) rotate3d(0, 0, 1, 200deg);
  }
  
  60% {
        -o-transform: scale3d(0.50, 0.50, 1) rotate3d(0, 0, 1, 160deg);
  }
  
  70% {
        -o-transform: scale3d(0.75, 0.75, 1) rotate3d(0, 0, 1, 120deg);
  }
  
  80% {
        -o-transform: scale3d(0.90, 0.90, 1) rotate3d(0, 0, 1, 80deg);
  }
  
  90% {
        -o-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 40deg);
  }
  
  100% {
    -o-transform: scale3d(1, 1, 1);
  }
  
}

@-o-keyframes rozciaganie {
  0% {
        -o-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 0deg);
  }
  
  7% {
            -o-transform: rotate3d(0, 0, 1, -5deg);
  }
  
  15% {
            -o-transform: scale3d(1.30, 0.70, 1) rotate3d(0, 0, 1, -8deg);
  }

  20% {
            -o-transform: rotate3d(0, 0, 1, -5deg);
  }
  
  25% {
            -o-transform: scale3d(0.70, 1.30, 1) rotate3d(0, 0, 1, -2deg);
  }
  
  35% {
            -o-transform: rotate3d(0, 0, 1, -2deg);
  }
  

  45% {
            -o-transform: scale3d(1.20, 0.80, 1) rotate3d(0, 0, 1, 5deg);
  }

  55% {
            -o-transform: rotate3d(0, 0, 1, 8deg);
  }
  
  65% {
            -o-transform: scale3d(0.90, 1.10, 1) rotate3d(0, 0, 1, 5deg);
  }

  75% {
            -o-transform: scale3d(1.05, .95, 1) rotate3d(0, 0, 1, 2deg);
  }

  100% {

            -o-transform: scale3d(1, 1, 1);
  }
}



@-o-keyframes chwianie {
  0% {
    -o-transform: none;
    opacity: 1;
  }

  15% {
    -o-transform: translate3d(-35%, 0, 0) rotate3d(0, 0, 1, -5deg);
    opacity: 0.8;
  }

  25% {
    opacity: 0.5;
  }
  
  35% {
    -o-transform: translate3d(25%, 0, 0) rotate3d(0, 0, 1, 3deg);
    opacity: 0.2;
  }

  50% {
    -o-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    opacity: 0.0;
  }

  60% {
    opacity: 0.2;
  }
  
  70% {
    -o-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    opacity: 0.4;
  }
  
  80% {
    opacity: 0.6;
  }

  90% {
    -o-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    opacity: 0.8;
  }

  100% {
    -o-transform: none;
    opacity: 1.0;
  }
}

.obrot:hover span{
	-webkit-animation-name: spin; 
	-webkit-animation-duration: 1000ms; 
	-webkit-animation-iteration-count: 1; 
	-webkit-animation-timing-function: linear;
			
	-moz-animation-name: spin; 
	-moz-animation-duration: 1000ms; 
	-moz-animation-iteration-count: 1; 
	-moz-animation-timing-function: linear;
			
	-ms-animation-name: spin; 
	-ms-animation-duration: 1000ms; 
	-ms-animation-iteration-count: 1; 
	-ms-animation-timing-function: linear;
			
	/* boooo opera */
	-o-transition: rotate(3600deg); /* works */
	
	
	animation-name: spin; 
	animation-duration: 1000ms; 
	animation-iteration-count: 1; 
	animation-timing-function: linear;	
}

.rozciaganie:hover span {
	-webkit-animation-name: rozciaganie; 
	-webkit-animation-duration: 1000ms; 
	-webkit-animation-iteration-count: 1; 
	-webkit-animation-timing-function: cubic-bezier(0.42, 0.0, 1.0, 1.0);
			
	-moz-animation-name: rozciaganie; 
	-moz-animation-duration: 1000ms; 
	-moz-animation-iteration-count: 1; 
	-moz-animation-timing-function: cubic-bezier(0.42, 0.0, 1.0, 1.0);
			
	-ms-animation-name: rozciaganie; 
	-ms-animation-duration: 1000ms; 
	-ms-animation-iteration-count: 1; 
	-ms-animation-timing-function: cubic-bezier(0.42, 0.0, 1.0, 1.0);

	-o-animation-name: rozciaganie; 
	-o-animation-duration: 1000ms; 
	-o-animation-iteration-count: 1; 
	-o-animation-timing-function: cubic-bezier(0.42, 0.0, 1.0, 1.0);

	animation-name: rozciaganie; 
	animation-duration: 1000ms; 
	animation-iteration-count: 1; 
	animation-timing-function: cubic-bezier(0.42, 0.0, 1.0, 1.0);	
}

.chwianie:hover  span{
	-webkit-animation-name: chwianie; 
	-webkit-animation-duration: 1000ms; 
	-webkit-animation-iteration-count: 1; 
	-webkit-animation-timing-function: linear;
			
	-moz-animation-name: chwianie; 
	-moz-animation-duration: 1000ms; 
	-moz-animation-iteration-count: 1; 
	-moz-animation-timing-function: linear;
			
	-ms-animation-name: chwianie; 
	-ms-animation-duration: 1000ms; 
	-ms-animation-iteration-count: 1; 
	-ms-animation-timing-function: linear;		

	-o-animation-name: chwianie; 
	-o-animation-duration: 1000ms; 
	-o-animation-iteration-count: 1; 
	-o-animation-timing-function: linear;

	animation-name: chwianie; 
	animation-duration: 1000ms; 
	animation-iteration-count: 1; 
	animation-timing-function: linear;	
}


