/* Icon Drop */
@-webkit-keyframes hvr-icon-drop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51%,
	100% {
    opacity: 1;
  }
}
@keyframes hvr-icon-drop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51%,
	100% {
    opacity: 1;
  }
}
/* Icon Drop */
.hvr-icon-drop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  color: #fff;
}
.hvr-icon-drop .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-drop:hover .hvr-icon, .hvr-icon-drop:focus .hvr-icon, .hvr-icon-drop:active .hvr-icon {
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-animation-name: hvr-icon-drop;
  animation-name: hvr-icon-drop;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}



#gruemenu.grue_92 > ul > li a::before,
#gruemenu.grue_92 > ul > li a::after {
  content: '';
  height: 14px;
  width: 14px;
  position: absolute;
  transition: all .35s ease;
  opacity: 0;
}
#gruemenu.grue_92 > ul > li a::before {
  content: '';
  right: 0;
  top: 0;
  border-top: 3px solid #B1C642;
  border-right: 3px solid #B1C642;
  transform: translate(-100%, 50%);
}

#gruemenu.grue_92 > ul > li a:after {
  content: '';
  left: 0;
  bottom: 0;
  border-bottom: 3px solid #B1C642;
  border-left: 3px solid #B1C642;
  transform: translate(100%, -50%)
}

#gruemenu.grue_92 > ul > li a:hover:before,
#gruemenu.grue_92 > ul > li a:hover:after{
  transform: translate(0,0);
  opacity: 1;
}

#gruemenu.grue_92 > ul > li a:hover {
  color: #3DA35D;
}
/* effect-shine */
.readmore a:hover {
  -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
  -webkit-mask-size: 200%;
  animation: shine 2s infinite;
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  
  to {
    -webkit-mask-position: -50%;
  }
}


.tab h3, .act h3, .news h3, .manage h3, .gallery h3
{
    font-family: 'Fredoka One', cursive;
    text-align: center;
    background: -webkit-linear-gradient(#2657c6, #00d59a);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color:transparent;
    font-size: 30px;
}


/* Icon Pulse */
@-webkit-keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.hvr-icon-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-icon-pulse .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-pulse:hover .hvr-icon, .hvr-icon-pulse:focus .hvr-icon, .hvr-icon-pulse:active .hvr-icon {
  -webkit-animation-name: hvr-icon-pulse;
  animation-name: hvr-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;
}
ul.sigFreeClassic li.sigFreeThumb 
{
    padding: 21px !important;
}

#contact button,
#contact button::after {
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
  -o-transition: all 0.3s;
	transition: all 0.3s;
}

#contact button {
  background: none;
  border: 3px solid #1D9A92;
  border-radius: 5px;
  color: #1D9A92;
  display: block;
  font-size: 17px;
  padding: 10px 20px;
  position: relative;font-family: 'Berkshire Swash', cursive;
}

#contact button::before,
#contact button::after {
  background: #1D9A92;
  content: '';
  position: absolute;
  z-index: -1;
}

#contact button:hover {
  color: #fff;
}

#contact button {
  overflow: hidden;
}

#contact button::after {
  /*background-color: #f00;*/
  height: 100%;
  left: -35%;
  top: 0;
  transform: skew(31deg);
  transition-duration: 0.6s;
  transform-origin: top left;
  width: 0;
}

#contact button:hover:after {
  height: 100%;
  width: 135%;
}

/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.hvr-icon-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-wobble-horizontal .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-wobble-horizontal:hover .hvr-icon, .hvr-icon-wobble-horizontal:focus .hvr-icon, .hvr-icon-wobble-horizontal:active .hvr-icon {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.button {
  background-color: #a3d906;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  font-size: 20px;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
  0% { background-color: #a3d906; -webkit-box-shadow: 0 0 3px #a3d906; }
  50% { background-color: #4F8F27; -webkit-box-shadow: 0 0 40px #4F8F27; }
  100% { background-color: #a3d906; -webkit-box-shadow: 0 0 3px #a3d906; }
}

@-moz-keyframes glowing {
  0% { background-color: #a3d906; -moz-box-shadow: 0 0 3px #a3d906; }
  50% { background-color: #4F8F27; -moz-box-shadow: 0 0 40px #4F8F27; }
  100% { background-color: #a3d906; -moz-box-shadow: 0 0 3px #a3d906; }
}

@-o-keyframes glowing {
  0% { background-color: #a3d906; box-shadow: 0 0 3px #a3d906; }
  50% { background-color: #4F8F27; box-shadow: 0 0 40px #4F8F27; }
  100% { background-color: #a3d906; box-shadow: 0 0 3px #a3d906; }
}

@keyframes glowing {
  0% { background-color: #a3d906; box-shadow: 0 0 3px #a3d906; }
  50% { background-color: #4F8F27; box-shadow: 0 0 40px #4F8F27; }
  100% { background-color: #a3d906; box-shadow: 0 0 3px #a3d906; }
}