/* Add here all your CSS customizations */

.tp-leftarrow{
    visibility: hidden !important;
}

.tp-rightarrow{
    visibility: hidden !important;
}

.thumb-info-inner{
    font-size:24px !important;
    letter-spacing: 1.5px;
}

a.link:hover{
    color : #23BC0C !important;
    cursor: pointer !important;
    text-decoration: none;
}

a.followus:hover{
    text-decoration: none;
}

a.event{
    color: #1d2127 !important;
}

a.event:hover{
    text-decoration: none;
}


hr.khusus{
    margin-top:6px !important;
    margin-bottom:24px !important;
}

#loading {
    background: url('../image/preloader.gif') no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999;
    background-color:white;
}

.fill {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}
.fill img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%
}

div.proyek{
    margin-bottom:20px !important;
}

@media only screen and (min-width: 768px) {
    div.loginbox{
        margin-left: 25%;
    }
    img.siteplan{
        margin-left: 16.66%;
    }
}


@media only screen and (min-width: 1366px) {
    div.loginbox{
        margin-left: 25%;
    }
    img.siteplan{
        margin-left: 16.66%;
    }
}