@charset "utf-8";
/* CSS Document */

body
{
    font-family: 'Roboto', sans-serif;
}

#logo2 {
	height: 120px;
	padding: 9px 0px 15px 10px;
}

#topline {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	height: 5px;
	background-color: #96a21c /*d10755 bf0561*/;
}

.navbar2 {
	border: #E7E7E7;
        background-color: #0F0F0F;
        color: #FFF;
}

.menu-atas > li > a {
    font-size: 16px;
}

.dropdown-menu {
    background-color: #4c4c4c !important;
    color: #FFF;
}

.dropdown-menu > li > a {
    color: #fff !important;
}


.dropdown-menu > li > a:hover {
    color: #0F0F0F !important;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: -1px;
    margin-left: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.dropdown-toggle:hover {
    background-color: #EDEDED;
    color: #202020;
}

.dropdown-toggle:focus {
    background-color: #EDEDED;
    color: #202020;
}

.nav li a:hover {
    background-color: #EDEDED;
    color: #202020;
    text-decoration: none;
    text-shadow: none;
}

.navbar-nav > li > a {
    padding-top: 18px;
    color: #fff;
    text-shadow: none;  
}

.font-mntop {
    font-family: Bookman Old Style;
    font-size: 18px;
    font-weight: bold;
}

#content-title {
	background-color: #3891a7;
	color: #fff;
}

.row-title {
	background-color: #3891a7;
}

.row-home {
	background-color: #787878;
}

#content-home {
	background-color: #787878;
	color: #fff;
}

.row-mk {
	background-color: #24A6B6;  
}

#content-mk {
	background-color: #24A6B6;
}

.font-judul {
	color: #fff;
        font-family: Arial;
        text-transform: uppercase;
}

.font-content-judul {
    color: #fff;
    font-size: 15px;
    text-align: justify;
    font-family: Arial;
}

.row-upload {
	background-color: #CC4330;
}

#content-upload {
	background-color: #CC4330;
	color: #fff;
}

.row-research {
	background-color: #17A086;
}

#content-research {
	background-color: #17A086;
}

.font-research {
	color: #fff;
        font-family: Arial;
        text-transform: uppercase;
}

.font-content-research {
    color: #fff;
    font-size: 15px;
    text-align: justify;
    font-family: Arial;
}

.row-about {
	background-color: #F69321;
}

#content-about {
	background-color: #F69321;
	color: #fff;
}

#toTop{
	position: fixed;
	bottom: 95px;
	right: 80px;
	cursor: pointer;
        border: none;
        background: #0F0F0F !important;
        font-size: 16px;
}

#toTop .fa {
    margin-right: 5px;
}

.fae-background {
    background-color: #afadad;
}