﻿.page-section {
    padding: 50px 0;
}

.LeftBullet {
    text-align: left;
}

.timeline > li .timeline-image {
    background-color: #0c1a1e;
}

.Detitle {
    color: black !important;
    font-weight: bold !important;
}


.kotak {
    position: absolute;
    top: 0;
    left: 0;
}

    .kotak img {
        -webkit-transition: 0.4s ease;
        transition: 0.4s ease;
    }

.zoom {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

    .zoom:hover {
        -webkit-filter: brightness(1.15);
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }


header.masthead {
    background-image: url('../img/HeaderMain2.jpg');
    min-height: 500px;
    /*background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
}

@media (min-width: 992px) {
    #mainNav {
        background-color: #212529;
        opacity: 0.8;
    }
}

@media (min-width: 992px) {
    #mainNav.navbar-shrink {
        opacity: 1;
    }
}

.puterKiriKanan:hover {
    transition: 0.9s;
    transform: rotateY(180deg);
}

.puterAtasBawah:hover {
    transition: 0.9s;
    transform: rotateX(180deg);
}

.AnimLogo {
    margin: 10px 0 0 10px;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    animation: animtext 1s steps(80, end);
    transition: all cubic-bezier(0.1, 0.7, 1.0, 0.1);
}

@keyframes animtext {

    from {
        width: 0;
        transition: all 2s ease-in-out;
    }
}

.Srvtm {
    background-color: white;
}


.card {
    font-size: 1em;
    overflow: hidden;
    padding: 0;
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
}

.card-block {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 1em;
    border: none;
    border-top: 1px solid rgba(34, 36, 38, .1);
    box-shadow: none;
    background-color: whitesmoke;
    height: 260px;
    vertical-align: top;
}

.card-img-top {
    display: block;
    width: 100%;
    height: 250px;
}

.card-title {
    font-size: 1.28571429em;
    font-weight: 700;
    line-height: 1.2857em;
}

.card-text {
    clear: both;
    margin-top: .5em;
    color: rgba(0, 0, 0, .68);
}

.card-footer {
    font-size: 1em;
    position: static;
    top: 0;
    left: 0;
    max-width: 100%;
    padding: .75em 1em;
    color: rgba(0, 0, 0, .4);
    border-top: 1px solid rgba(0, 0, 0, .05) !important;
    background: #fff;
}

.card-inverse .btn {
    border: 1px solid rgba(0, 0, 0, .05);
}

.profile {
    position: absolute;
    top: -12px;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    margin: 0;
    border: 1px solid #fff;
    border-radius: 50%;
}

.profile-avatar {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.profile-inline {
    position: relative;
    top: 0;
    display: inline-block;
}

    .profile-inline ~ .card-title {
        display: inline-block;
        margin-left: 4px;
        vertical-align: top;
    }

.text-bold {
    font-weight: 700;
}

.meta {
    font-size: 1em;
    color: rgba(0, 0, 0, .4);
}

    .meta a {
        text-decoration: none;
        color: rgba(0, 0, 0, .4);
    }

        .meta a:hover {
            color: rgba(0, 0, 0, .87);
        }

.lib-panel {
    margin-bottom: 20Px;
}

    .lib-panel img {
        width: 100%;
        background-color: transparent;
    }

    .lib-panel .row,
    .lib-panel .col-md-6 {
        padding: 0;
        background-color: #FFFFFF;
    }


    .lib-panel .lib-row {
        padding: 0 20px 0 20px;
    }

        .lib-panel .lib-row.lib-header {
            background-color: #FFFFFF;
            font-size: 20px;
            padding: 10px 20px 0 20px;
        }

            .lib-panel .lib-row.lib-header .lib-header-seperator {
                height: 2px;
                width: 26px;
                background-color: #d9d9d9;
                margin: 7px 0 7px 0;
            }

        .lib-panel .lib-row.lib-desc {
            position: relative;
            height: 100%;
            display: block;
            font-size: 13px;
        }

            .lib-panel .lib-row.lib-desc a {
                position: absolute;
                width: 100%;
                bottom: 10px;
                left: 20px;
            }

.row-margin-bottom {
    margin-bottom: 20px;
}

.box-shadow {
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.10);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.10);
}

.no-padding {
    padding: 0;
}

.carousel-inner img {
    width: 100%;
    height: 100%;
}

.imgUnit {
    width: 1100px;
    height: 500px;
}


#mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 0.7em !important;
}

/* ------------------------------------------------------------------------------
	 Works
-------------------------------------------------------------------------------*/
.work {
    -moz-box-shadow: 0 0 0 1px #fff;
    -webkit-box-shadow: 0 0 0 1px #fff;
    box-shadow: 0 0 0 1px #fff;
    overflow: hidden;
    position: relative;
}

    .work img {
        width: 100%; 
    }

    .work .overlay {
        background-color: transparent;
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        width: 100%;
        -moz-transition: opacity, 0.3s;
        -o-transition: opacity, 0.3s;
        -webkit-transition: opacity, 0.3s;
        transition: opacity, 0.3s;
    }

    .work .overlay-caption {
        position: absolute;
        text-align: center;
        top: 50%;
        width: 100%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .work h5, .work p, .work img {
        -moz-transition: all, 0.5s;
        -o-transition: all, 0.5s;
        -webkit-transition: all, 0.5s;
        transition: all, 0.5s;
    }

    .work h5, .work p {
        color: #fff;
        margin: 0;
        opacity: 0;
    }

    .work span {
        font-size: 45px;
    }

    .work h5 {
        margin-bottom: 5px;
        -moz-transform: translate3d(0, -200%, 0);
        -ms-transform: translate3d(0, -200%, 0);
        -webkit-transform: translate3d(0, -200%, 0);
        transform: translate3d(0, -200%, 0);
    }

    .work p {
        -moz-transform: translate3d(0, 200%, 0);
        -ms-transform: translate3d(0, 200%, 0);
        -webkit-transform: translate3d(0, 200%, 0);
        transform: translate3d(0, 200%, 0);
    }

.work-box:hover img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.work-box:hover .overlay {
    opacity: 1;
}

    .work-box:hover .overlay h5, .work-box:hover .overlay p {
        opacity: 1;
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }


.item { 
    top: 0;
    position: relative;
    overflow: hidden; 
}

    .item img {
        -webkit-transition: 0.6s ease;
        transition: 0.6s ease;
    }

        .item img:hover {
            -webkit-transform: scale(1.2);
            transform: scale(1.2);
        }

.img-thumbnail {
    border: 0px;
    border-radius: 0px;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
    border:1px solid black;
}

.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}

.img-thumbnail {
    width:100%;
}
 
.img-pump {
    
}
 
.notice {
    padding: 15px;
    background-color: #fafafa;
    border-left: 6px solid #7f7f84;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
       -moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
            box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
}
.notice-sm {
    padding: 10px;
    font-size: 80%;
}
.notice-lg {
    padding: 35px;
    font-size: large;
}
.notice-success {
    border-color: #80D651;
}
.notice-success>strong {
    color: #80D651;
}
.notice-info {
    border-color: #45ABCD;
}
.notice-info>strong {
    color: #45ABCD;
}
.notice-warning {
    border-color: #FEAF20;
}
.notice-warning>strong {
    color: #FEAF20;
}
.notice-danger {
    border-color: #d73814;
}
.notice-danger>strong {
    color: #d73814;
}
