[class^="hvr-"] {
  /*display: inline-block;*/
  /*vertical-align: middle;*/
  margin: 0 -1px 0 -2px ;
  padding: 10px 40px 10px 40px;
  cursor: pointer;
  /*background: -webkit-linear-gradient(#6F97B0, #164C6B); /* For Safari 5.1 to 6.0 */
  /*background: -o-linear-gradient(#6F97B0, #164C6B); /* For Opera 11.1 to 12.0 */
  /*background: -moz-linear-gradient(#6F97B0, #164C6B); /* For Firefox 3.6 to 15 */
  /*background: linear-gradient(#6F97B0, #164C6B); /* Standard syntax */
  text-decoration: none;
  font-size: 18px;
  color: #000000;
  background: #FFFFFF;
  /*text-shadow:0 0 6px black;
  /* Prevent highlight colour when element is tapped */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

[class^="hvr2-"] {
  /*display: inline-block;*/
  /*vertical-align: middle;*/
  margin: 0 -1px 0 -2px ;
  padding: 10px 40px 10px 40px;
  cursor: pointer;
  /*background: -webkit-linear-gradient(#ABCFE5, #FFFFFF, #ABCFE5); /* For Safari 5.1 to 6.0 */
  /*background: -o-linear-gradient(#ABCFE5, #A91901, #ABCFE5); /* For Opera 11.1 to 12.0 */
  /*background: -moz-linear-gradient(#ABCFE5, #FFFFFF, #ABCFE5); /* For Firefox 3.6 to 15 */
  /*background: linear-gradient(#ABCFE5, #FFFFFF, #ABCFE5); /* Standard syntax */
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  background: #FFFFFF;
  /*text-shadow:0 0 6px white;
  /* Prevent highlight colour when element is tapped */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

[class^="hvr3-"] {
  /*display: inline-block;*/
  /*vertical-align: middle;*/
  margin: 0 -1px 0 -2px ;
  padding: 5px 30px 5px 30px;
  cursor: pointer;
  background: -webkit-linear-gradient(#a5a8ad, #d0d6e1, #a5a8ad); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#a5a8ad, #d0d6e1, #a5a8ad); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#a5a8ad, #d0d6e1, #a5a8ad); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#a5a8ad, #d0d6e1, #a5a8ad); /* Standard syntax */
  text-decoration: none;
  font-size: 16px;
  color: #000000;
  text-shadow:0 0 4px white;
  
  -moz-border-radius:5px; /* FF */
  -webkit-border-radius:5px; /* przeglądarki z webkitem (Safari, Chrome itp.) */
  -khtml-border-radius:5px; /* przeglądarki typu K-meleon (typowo Linuxowe) */
  border-radius:5px; /* pozostałe przeglądarki */
  behavior:url(border-radius.htc); /* dodatek dla badzIEwnej przeglądarki */
  
  /* Prevent highlight colour when element is tapped */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

#animowane_menu
{
        position:relative;
        width:auto;
        max-width:1000px;
        margin: 0 auto 0 auto;
        border-bottom: 0 solid #00395A;
        border-top: 0 solid #FFFFFF;
        text-align: center;
}

/* Sweep To Top */
.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFFFFF;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
  color: blue;
}
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}







.hvr2-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr2-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFFFFF;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr2-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
  color: blue;
}
.hvr2-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}





/* Sweep To Top 3*/
.hvr3-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr3-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #A2A2A2;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  
  -moz-border-radius:5px; /* FF */
  -webkit-border-radius:5px; /* przeglądarki z webkitem (Safari, Chrome itp.) */
  -khtml-border-radius:5px; /* przeglądarki typu K-meleon (typowo Linuxowe) */
  border-radius:5px; /* pozostałe przeglądarki */
  behavior:url(border-radius.htc); /* dodatek dla badzIEwnej przeglądarki */
  
  
}
.hvr3-sweep-to-top:hover, .hvr3-sweep-to-top:focus, .hvr3-sweep-to-top:active {
  color: #000000;
}
.hvr3-sweep-to-top:hover:before, .hvr3-sweep-to-top:focus:before, .hvr3-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}





/* Icon Pulse */
@-webkit-keyframes icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

.icon-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 0;
}
.icon-pulse:before {
  content: url(../images/email.png);
  position: absolute;
  right: 0;
  padding: 0 0;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.icon-pulse:hover:before, .icon-pulse:focus:before, .icon-pulse:active:before {
  -webkit-animation-name: icon-pulse;
  animation-name: icon-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
