.logo img {
    width: 80px;
}
.loading {
    /*width: 36px;*/
    position: fixed;
    top: 45%;
    left: 50%;
    transform: translateX(-50%);
}

/* --
    * style for
    * nav
    */

nav.sticky {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
}

#nav.sticky {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
}

.nav-link {
    margin: 0 10px;
}

.navbar-light .navbar-nav .nav-link {
    color: #dc3545;
    font-weight: bold;
}

.red {
    background-color: #dc3545d1;
}

.btn-elipse {
    border-radius: 50px;
    color: #FFF !important;
}

.btn-mobile {
    padding: 20px 10px;
    width: 120px;
}

.btn-hover {
    position: absolute;
    top: 80%;
    left: 50%;
    margin-left: -60px;
    margin-top: -15px;
    transition:all 0.3s ease;
}

.btn-hover:hover,.img-hover:hover + .btn-hover {
    opacity: 1;
}

.scroll-top-btn {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 2;
}

/* header-section
    */
.header-section {
    margin: 45px 0 30px;
    text-align: center;
}

.header-section h1 {
    font-size: 28px;
    color: #dc3545;
}
/* .carousel
    */
.avatar {
    position: absolute;
    top: 5%;
    left: 40%;
    right: 40%;
    text-align: center;
}

.avatar img {
    border: 5px solid #FFF;
    border-radius: 50%;
    width: 100%;
}

.carousel-caption {
    background-color: #00000059;
}

/* posting
    */

.head-title {
    margin-bottom: 20px;
}

.archive h2 {
    font-size: 18px;
}

/* berita
    */
.berita {
    padding: 25px;
}

.berita h1 {
    font-size: 24px;
    margin-bottom: 24px
}
.berita h1 {
    font-size: 28px;
}

.related-berita {
    padding: 20px;
    color: #FFF;
    font-size: 14px;
    margin-bottom: 20px;
}

.related-berita label {
    font-size: 12px;
}

.owl-carousel .item img {
    border-radius: 50%;
    margin: 0 auto;
    width: 85%;
}

/* peta-sr
    */
.peta-sr {
    position: relative;
}

.search-peta{
    position: absolute;
    top: 55px;
    left: 10px;
    z-index: 100;
}

/* mask
    */
.mask {
    position: relative;
}

.mask .mask-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

/* opacity
    */
.opacity {
    opacity: 0.7;
}

/* card-title
    */
.card-title h1 {
    background-color: #FFF;
    padding: 10px;
}

.register {
    border: none;
    border-radius: 0;
}

.register input, .register select, .register textarea {
    border: none;
    border-radius: 0;
    background-color: #F3F3F3;
}

/* footer
    */
.sosmed ul {
    margin: 0;
    padding: 0;
}

.sosmed li {
    list-style: none;
    padding: 5px;
}

.sosmed i {
    float: left;
    margin-right: 15px;
}

.sosmed .icon {
}

.footer {
    background-color: #EFEFEF;
    padding: 50px 20px 20px;
}

.footer span {
    font-size: 14px;
}
