html,body{
    margin: 0px
}
body{
    background-image: url('../image/komponen/noise.jpg')
}
.header-container{
    background-image: url('../image/komponen/bg-borealis.jpg');
    background-repeat: repeat-x;
}
.header-wrapper{
    min-height: 112px;
    padding-top: 20px
}
.my-btn{
    /*.button-variant(red; white; blue);*/
}
.navigation-wrapper{
    margin-top: 15px;
}
.slider-wrapper{
    /*margin-bottom: 20px;*/
}
.mycontent-wrapper{
    /*margin-top: 15px;*/
}
.eselon-wrapper{
    margin-bottom: 20px;
}
.slidemenu-container{
    background-color: #036;
    padding: 40px 0px;
    color: #FFF;
}
.slidemenu-wrapper{
    background-color: #036;
    /*margin-top: 15px;*/
}
.form-cari{
    padding-top: 35px
}
.footer-container{
    /*background-image: -moz-linear-gradient(center top , #333 39%, #111 89%);*/
    background-image: url(../image/komponen/footer-bg.png);
    padding: 10px 0px;
    border-top: 1px solid #232323;
    color: #FFF;
}
.footer-wrapper{
    /*margin-top: 15px;*/
}

.carousel-control {
    /*top: 300px !important;*/
}
.peopleCarouselImg img {
    /*width: auto;*/
    height: 300px;
    max-height: 300px;
}
.elastislide-list img{
    margin: 10px
}

.panel-heading-kuning{
    background-color: #FFC600 !important;
}
.panel-heading-biru{
    background-color: #04498E !important;
}

.panel-title-biru{
    color: #003769 !important;
}

.btn-cari {
    background-color: #FFC600;
    border-color: #FFC600;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #ebb600;
    background-image: -moz-linear-gradient(top,#FFC600,#cc9e00);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#FFC600),to(#cc9e00));
    background-image: -webkit-linear-gradient(top,#FFC600,#cc9e00);
    background-image: -o-linear-gradient(top,#FFC600,#cc9e00);
    background-image: linear-gradient(to bottom,#FFC600,#cc9e00);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffc600', endColorstr='#ffcc9e00', GradientType=0);
    border-color: #cc9e00 #cc9e00 #806300;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}
.btn-cari:hover,
.btn-cari:focus {
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear;
}
.btn-cari:hover,
.btn-cari:focus {
    background-color: #cc9e00;
}
.btn-cari:active,
.btn-cari.active,
.btn-cari.active:hover {
    background-color: #e6b200;
    border-color: #cc9e00;
}
.btn-cari.disabled:hover,
.btn-cari.disabled:focus,
.btn-cari.disabled:active,
.btn-cari.disabled.active,
.btn-cari[disabled] .btn-cari:hover,
.btn-cari[disabled] .btn-cari:focus,
.btn-cari[disabled] .btn-cari:active,
.btn-cari[disabled] .btn-cari.active {
    background-color: #FFC600;
    border-color: #FFC600;
}

.back-to-top-fixed{
    position:fixed;
    bottom:3px;
    right:5px;
    z-index: 9999999;
}

.my_error_validation{
    color: red; margin-bottom: 3px;
}             

.tengah {
    text-align: center;
}
.tengah .img-responsive {
    margin: 0 auto;
}
