/**
 *
 * You can write your CSS code here, DO NOT touch the default JavaScript file
 * because it will make it harder for you to update.
 * 
 */

/*# sourceMappingURL=custom.css.map */

.none-decoration{
    text-decoration: none !important;
}

.bg-icon{
    background-color: #E36621;
    padding: 5px;
    /* border-radius: 100px; */
    color: aliceblue;
    font-size: 12px;
    text-align: center;
}

.bg-icon-marker{
    background-color: #E36621;
    padding: 10px;
    /* border-radius: 100px; */
    color: aliceblue;
}


.bg-image{
    background-image: url(http://new_lp3s.test/assets/img/bg-batik.jpg);
    /* background-size:contain; */
}

.detail-content{
    /* background-color: #d1d1d1; */
    padding: 10px;
    border-radius: 0 0 10px 10px;
    margin-top: -20px;
}

.detail-content a{
    color: #111;
    text-decoration: none;
}

.border-img{
    border-radius: 10px !important;
}

.carousel-inner
{
    height: 550px !important;
    width: 100%;
}