
/* Previous Event CSS */
.textColor {box-shadow: inset 0 0 0 0 #2A53C1;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
}
.textColor:hover {
    box-shadow: inset 1500px 0 0 0 #2A53C1;
    /*color:#2A53C1;*/
    
}

.textColor2 {box-shadow: inset 0 0 0 0 #000000;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
}
.textColor2:hover {
    box-shadow: inset 500px 0 0 0 #000000;
 
    /*color:#2A53C1;*/
    
}

.textColor3 {box-shadow: inset 0 0 0 0 #F5F5F5;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	transition: all ease 0.2s;
}
.textColor3:hover {
    box-shadow: inset 2000px 0 0 0 #FFFFFF;
   
    /*color:#2A53C1;*/
    
}

.textColor4 {box-shadow: inset 0 0 0 0 #FFFFFF;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
}
.textColor4:hover {
    box-shadow: inset 500px 0 0 0 #FFFFFF;
 
    /*color:#2A53C1;*/
    
}

.sp-effect {
    -webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
	
}

.shadow{
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/* End of Previous Event */
