.repeatable-carousel{
    -webkit-transition: left 0.8s;
    transition: left 0.8s;
}

/* ease effect */
.ease { transition: all .3s ease-in-out; }
/* ease effect */


/****
*** SPLASH SITE PAGES CSS
*/



@-webkit-keyframes Floatingx{
from {-webkit-transform:translate(0, 0px);}
65% {-webkit-transform:translate(0, 15px);}
to {-webkit-transform: translate(0, -0px); } 
}

@-moz-keyframes Floating{
from {-moz-transform:translate(0, 0px);}
65% {-moz-transform:translate(0, 15px);}
to {-moz-transform: translate(0, -0px);} 
}




/* hide default splash footer */
#footer {
    display: none;
}

/* hover scale effect */
.grow {
transition: all .2s ease-in-out;
}
.grow:hover {
transform: scale(1.1);
}

/* tabs block 
*/
/* tab hover and active style */
.sp-section-links .secLinkActive {
	background: #fff;
}
.sp-section-links .secLinkActive .button-link,
.sp-section-links .cms-button-element:hover .button-link {
	color: #3F04E9;
}


/*
*** END SPLASH SITE PAGES CSS
****/