/*!
 * Ipank - Pangasto Bekti was here !! yeaaaayy yeaaayyyy...
 */

.content-box {
    line-height: auto; 
    position: absolute; 
    height: 15%; 
    width:100%; 
    top: 85%; 
    z-index: 2; 
    background: #06080a80;
    vertical-align: middle;
    color: #ca9c3c;
}

.nav-link {
    color: #ca9c3c !important;
}

.shadow-box:hover{
    -moz-box-shadow: 0 0 10px #ca9c3c; 
    -webkit-box-shadow: 0 0 10px #ca9c3c; 
    box-shadow: 0 0 30px #000000;
}

.card-header {
    background-color: #ca9c3c;
    text-align: center;
}

.modal {
    background-color: rgba(0,0,0,0.6);
    text-align : right;
    color : white;
}

.modal .btn{
    color : white;
}

span.fa {
    -webkit-animation: show 1s 1;
    /* any other properties to override from FontAwesome's default .fa rule */
}

@-webkit-keyframes show {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

.blinking{
    animation:blinkingText 1s infinite;
}
@keyframes blinkingText{
    0%{     color: #000;    }
    49%{    color: #000; }
    50%{    color: #666; }
    99%{    color: transparent;  }
    100%{   color: #666;    }
}


