/* -------------------------------------------------------------
	SCROLL DOWN ARROW IN SLIDER AND COLOR SECTION
------------------------------------------------------------- */

#top .scroll-down-link
{
    height: 60px;
    width: 80px;
    margin: 0 0 0 -40px;
    line-height: 60px;
    position: absolute;
    bottom: 20px !important;
    font-size: 50px;
    z-index: 100;
    text-decoration: none;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
}