/* Previous Theme CSS */
/* Previous Theme CSS */
/* Previous Theme CSS */
/* Previous Theme CSS */
/* Previous Theme CSS */
@keyframes pulsate {
	0% {
    opacity: 1;
    transform: scale(1,1) rotate(0);
    opacity: 1;
    transform: rotate(0);
}
50% {
    transform: scale(1.2,1.2) rotate(0);
    opacity: .7;
}
100% {
    transform: scale(1,1) rotate(0);
    opacity: 1;
}
}


.awesome {
    -webkit-animation: pulsate 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation: pulsate 2s ease-out;
    -moz-animation-iteration-count: infinite;
    animation: pulsate 2s ease-out;
    animation-iteration-count: infinite;
    opacity: 1;
}

.sp-effect {

  -webkit-transition: all ease 0.75s;
	-moz-transition: all ease 0.75s;
	transition: all ease 0.75s;
}

.sp-effect .nav-item {

  -webkit-transition: all ease 0.75s;
	-moz-transition: all ease 0.75s;
	transition: all ease 0.75s;
}

.sp-effect .social-btn {

  -webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
}


.multiply {
  mix-blend-mode: multiply;
}
/* End of Previous Theme */

/* Previous Event CSS */
@keyframes pulsate {
	0% {
    opacity: 1;
    transform: scale(1,1) rotate(0);
    opacity: 1;
    transform: rotate(0);
}
50% {
    transform: scale(1.2,1.2) rotate(0);
    
}
100% {
    transform: scale(1,1) rotate(0);
    opacity: 1;
}
}


.awesome {
    -webkit-animation: pulsate 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation: pulsate 2s ease-out;
    -moz-animation-iteration-count: infinite;
    animation: pulsate 2s ease-out;
    animation-iteration-count: infinite;
    opacity: 1;
}

.dropdown {
      -webkit-transition: all ease 0.75s;
	-moz-transition: all ease 0.75s;
	transition: all ease 0.75s;
	
	
    
    
}
.alignTop {
    text-align:top;
}


.sp-effect {

  -webkit-transition: all ease 0.75s;
	-moz-transition: all ease 0.75s;
	transition: all ease 0.75s;
}

.sp-effect .nav-item {

  -webkit-transition: all ease 0.75s;
	-moz-transition: all ease 0.75s;
	transition: all ease 0.75s;
}

.sp-effect .social-btn {

  -webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
}


.multiply {
  mix-blend-mode: multiply;
}
.shadow {
-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.8);
-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.8);
box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.8);
   
}
/* End of Previous Event */
/* End of Previous Theme */
/* End of Previous Theme */
/* End of Previous Theme */
/* End of Previous Theme */

