/* DIK WELCOME START */
.box-welcome {
	position: relative;
	top: -75px;
	padding: 0;
}

.welcome-image {
	height: 100%;
	object-fit: cover;
}

.home-welcome-stain {
	width: 100px;
	display: block;
	float: right;
}

.home-welcome-title {
	font-size: 3rem;
	text-transform: uppercase;
	font-weight: 700;
	margin: 10px 0 20px 0;
}

@media (min-width: 992px) {
	/* BIG */
	.welcome-image {
		border-radius: 0 10px 10px 0;
	}

	.home-500 {
		font-size: 10rem;
		line-height: 10rem;
		font-weight: 900;
	}

	.home-brands {
		font-size: 6rem;
		line-height: 6rem;
		font-weight: 900;
	}

	.home-brandrow {
		margin: 1.6rem 0;
	}

	.home-brandtext {
		margin: 2rem 0;
	}

	.home-shorttext {
		font-size: 5rem;
		line-height: 5rem;
		font-weight: 900;
		text-transform: uppercase;
		margin: 1rem 0;
		display: block;
	}

	.home-projecttext {
		margin: 3rem 0;
		display: block;
	}
}

@media (max-width: 991.98px) {
	/* SMALL */
	.welcome-image {
		border-radius: 0 0 10px 10px;
	}

	.home-500 {
		font-size: 8rem;
		line-height: 8rem;
		font-weight: 900;
	}

	.home-brands {
		font-size: 4rem;
		line-height: 4rem;
		font-weight: 900;
	}
	.home-brandrow {
		margin: 0;
	}

	.home-brandcol {
		text-align: center;
		margin-bottom: 2rem;
	}

	.home-brandtextcol {
		text-align: center;
	}

	.home-shorttext {
		font-size: 2.5rem;
		line-height: 2.5rem;
		font-weight: 900;
		text-transform: uppercase;
		display: block;
		margin: 3rem 0 1rem 0;
	}

	.home-projecttext {
		margin: 2rem 0;
		display: block;
	}
}

@media (max-width: 765.98px) {
	/* MINI */
	.home-500 {
		font-size: 5rem;
		line-height: 5rem;
		font-weight: 900;
	}

	.home-brands {
		font-size: 3rem;
		line-height: 3rem;
		font-weight: 900;
	}

	.home-welcome-stain {
		width: 30px;
		margin-top: 17px;
	}

	.box-welcome .btn-dik {
		font-size: 1rem;
		box-shadow: -1px 2px 0px 3px #000000;
		margin: 15px 0 5px 0;
	}

	.home-welcome-title {
		font-size: 1.5rem;
		line-height: 2rem;
		margin: -10px 0 20px 0;
		display: block;
	}

	.box-welcome p {
		font-size: 1rem;
	}

	.home-projecttext {
		margin: 0;
		display: block;
	}
}
/* DIK WELCOME END */

.is-floating-animated {
    animation: float-up-down 2s ease-in-out infinite both;
}

@-webkit-keyframes float-up-down {
    0% {
        -webkit-transform:translateY(0)
    }

    50% {
        -webkit-transform: translateY(-8%);
        transform:translateY(-8%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform:translateY(0)
    }
}

.is-floating-x-animated {
    animation: float-left-right 1.5s ease-in-out infinite both;
}

@-webkit-keyframes float-left-right {
    0% {
        -webkit-transform:translateX(0)
    }

    50% {
        -webkit-transform: translateX(-15%);
        transform:translateX(-15%)
    }

    100% {
        -webkit-transform: translateX(0);
        transform:translateX(0)
    }
}
