.transition-All{
	-webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -kthtml-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.transition-All-1s{
	-webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -kthtml-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.transition-All-2s{
	-webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -kthtml-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.topNavigation ul{
	-webkit-transition: all 200ms cubic-bezier(0.600, 0, 0.735, 0.045); /* older webkit */
-webkit-transition: all 200ms cubic-bezier(0.600, -0.280, 0.735, 0.045); 
   -moz-transition: all 200ms cubic-bezier(0.600, -0.280, 0.735, 0.045); 
     -o-transition: all 200ms cubic-bezier(0.600, -0.280, 0.735, 0.045); 
        transition: all 200ms cubic-bezier(0.600, -0.280, 0.735, 0.045); /* easeInBack */

-webkit-transition-timing-function: cubic-bezier(0.600, 0, 0.735, 0.045); /* older webkit */
-webkit-transition-timing-function: cubic-bezier(0.600, -0.280, 0.735, 0.045); 
   -moz-transition-timing-function: cubic-bezier(0.600, -0.280, 0.735, 0.045); 
     -o-transition-timing-function: cubic-bezier(0.600, -0.280, 0.735, 0.045); 
        transition-timing-function: cubic-bezier(0.600, -0.280, 0.735, 0.045); /* easeInBack */
}


.shadowEffect:hover,
.shadowEffect.hover,
.shadowEffect.active{
	/*-webkit-box-shadow: 0px 0px 8px 8px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 8px 8px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 8px 8px rgba(0,0,0,0.75);*/
	z-index:9;
}

.shadowEffect.active{z-index:8;}