#wrapper-footer .kolom--2, #wrapper-footer .kolom--3 {
    margin: auto;
    display: table;
}

#wrapper-footer .kolom--4 {
    margin: auto;
    display: table;
}

#wrapper-footer a {
    color: #fff;
}
#wrapper-footer a:hover {
    color: #fff;
    text-decoration: underline;
}

.site-info {
    background-color: #3399cc;
    padding: 5% 5% 2% 5% !important;
    color: #fff;
    margin-left: -15px;
    margin-right: -15px;
}


.wcreate--info {
    margin-top: 3%;
    padding-top: 1%;
    font-size: 0.8rem;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #fff;
}

.not--fat{
	display: inline-block;
	font-weight: 400;
}

.fat{
	display: inline-block;
	font-weight: 700;
}

.kol--right{
	margin-left: auto;
	padding-right: 2%;
}

.kolom--1 {
    height: 100%;
    position: relative;
}

.logo--footer{
	margin-bottom: 2rem;
}

.logo--footer img{
	width: 300px;
}

.footer--title{
	font-weight: 700;
	margin-bottom: 2rem;
}

.footer--menu ul {
    margin-left: 0px;
	padding-left: 0px;
}

.footer--menu li {
    list-style: none;
}

@media only screen and (max-width: 811px)
{
    .logo--footer {
        text-align: center;
    }

    .logo--footer img {
        width: 200px;
    }


    .kolom--1, .kolom--2, .kolom--3, .kolom--4{
        margin-bottom: 2rem !important;
        text-align: center;
    }

    .kol--right {
        margin-left: inherit;
        padding-right: 0px;
    }

    .wcreate--info{
        display: block;
        text-align:center;
    }

}