/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">
*/

.scrolldown-animation {
    animation: 1s ease-in-out 0s normal none infinite running scrolldown-keyframes;
    bottom: 40px;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    width: 45px;
    z-index:60
}

@keyframes scrolldown-keyframes {
    0%, 100% {
        transform:translateY(-8px)
    }

    50% {
        transform:translateY(0px)
    }
}

@keyframes scrolldown-keyframes {
    0%, 100% {
        transform:translateY(-8px)
    }

    50% {
        transform:translateY(0px)
    }
}




.tokyo_tm_portfolio_titles .work__cat {
	position: absolute;
	background: #ffffff;
	top: 100%;
	left: 0;
	margin-top: -10px;
	font-family: "Mulish";
	font-weight: 500;
	padding: 5px 15px;
	color: #767676;
	font-size: 15px;
}