body {
    color: #868686;
    //background: #32C2CD url(../img/rd.png) !important;
    background: #296d79 !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#296d79',endColorstr='#296d79',GradientType=0);
}
#main-content {
    box-shadow: 0 0 10px #757575;
    -moz-box-shadow: 0 0 10px #757575;
    -webkit-box-shadow:0 0 10px #757575 ;
}
a, a:hover {
    text-shadow: none !important;
    color: #22878E;
}
ul.faq-list li a:hover, ul.faq-list li a.active{
    background: #22C0CB;
}
#header.navbar-inverse .navbar-inner {
    /*    background:#4e4e4e url("../img/top-bg.jpg") repeat-x !important;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e4e4e',endColorstr='#4e4e4e',GradientType=0);
        border-width: 0;*/

    background:#296d79 url("../img/bg-grey.jpg") repeat-x !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#296d79',endColorstr='#296d79',GradientType=0);
    border-width: 0;
}

#header .navbar-inner .nav .dropdown-toggle:hover, .navbar-inner .nav .dropdown.open .dropdown-toggle {
    background-color: #333 !important;

}

#header.navbar-inverse .divider-vertical {
    border-left-color: #2c2d2f;
    border-right-color: #181a1b;
}

#sidebar > ul > li > a {
    color: #fff !important;
}

#sidebar > ul > li a i {
    color: #fff !important;
}

#sidebar > ul > li >a:hover, #sidebar > ul > li:hover>a {
    color: #fff !important;
    background: url("../img/side-bar-list-bg.png");
}

#sidebar > ul > li.active > a{
    background: url("../img/side-bar-list-bg.png");
}

#sidebar > ul > li > ul.sub > li > a {
    color: #fff;
}

.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
    background-color: #EEEEEE;
    background-image: none;
    color: #333333;
    filter: none;
    text-decoration: none;
}

#sidebar > ul > li > ul.sub > li {
    border-bottom: 1px solid #0c788b;
}

#sidebar > ul > li > ul.sub > li:last-child {
    border-bottom:none;
}

/*lock*/

.lock-avatar-row, .lock-form-row .tarquoise  {
    background: #30c1cb;
}

.lock-avatar-row img {
    border:10px solid #5aced6;
}

.lock-identity span {
    color:#30c1cb;;
}

.lock-form-row .tarquoise {
    border:1px solid #30c1cb !important;
}


/*about us*/

.about-us h4, .team-member h3, .team-member ul li a:hover, .contact-us h4 {
    color: #2badb6;
}
.pesan{
    color: #e8272c;
    /*background-color: #e8272c;*/
    text-shadow: 2px;
    font-weight: bold;
    font-size: 14px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.volume {
    padding: 5px 10px;
    font-size: 12px;
}
#identity{
    display: block;
    margin-top : 0px;
    margin-bottom:10px;
    text-shadow: 2px;
    font-weight: bold;
    font-size: 24px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    font-family: 'MyriadPro-Light'; 
}
.navbar-inverse .nav>li>a {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.info{
    font-size: 18px;
    display: block;
    font-weight: bold !important;
    margin: 10px 0px 5px 0px;
    font-family: 'MyriadPro-Light'; 
    color: #F2F2F2;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    padding-left:80px;
}