/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  padding-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
	font-size: 13px;
    line-height: 21px;
	font-weight: 300;
	color: #666;
}
.navbar {background: #ffffff; padding-top:10px; padding-bottom:10px;box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);}

.logo {width:42px; margin-top:-12px; left:0;}
.jumbotron  {color:#ffffff; text-shadow: 1px 1px #333;}
.jumbotron p {
	font-size: 16px;
    line-height: 27px;}
.jumbotron a:hover {text-decoration:none;}

.navbar-brand .judul {
	position: relative;
	top: -30px;
	left: 50px;
	display: block;
	margin: 0;
}

.fa:hover {color:#ff0000;}

.btn-merah {color:#fff;background-color:#DD4B39;border-bottom:5px solid #d43f3a; padding:15px; font-weight:bold; margin-right:15px; margin-bottom:30px; display: inline-block;}
.btn-merah:hover {color:#fff;background-color:#d73925;border-bottom:5px solid #d43f3a; padding:15px; font-weight:bold;}

.btn-hijau {color:#fff;background-color:#00a65a;border-bottom:5px solid #008d4c; padding:15px; font-weight:bold; margin-right:15px; margin-bottom:30px; display: inline-block;}
.btn-hijau:hover {color:#fff;background-color:#008d4c; padding:15px; font-weight:bold;}

/*--- Main Page ---*/

.page-banner {
    padding: 20px 0 10px 0;
	border-bottom: 1px solid #eee;
}

.page-banner h2 {
	font-weight: 500;
	text-transform: uppercase;
}

.image-text {
	margin-right: 20px;
}

.error-page {
    padding: 90px 0;
    text-align: center;
}

.error-page h1 {
    font-size: 160px;
    line-height: 140px;
    font-weight: 700;
    color: #333;
}

.error-page h4 {
    font-size: 64px;
    line-height: 70px;
    font-weight: 300;
}

.error-page p {
    font-size: 22px;
    line-height: 28px;
    color: #666;
    margin-bottom: 25px
}



/*--- Footer Style --*/
footer {
	background-color: #222;
    padding-top: 60px;
	border-top: 4px solid #555;
	color: #ccc;
}

footer p {
	color: #ccc;
}

footer a {
	color: #666;
}

footer a:hover {
	color: #666;
	text-decoration: underline;
}

.footer-widget {
    margin-bottom: 45px;
}

.footer-widget h4 {
	color: #eee;
	text-transform: uppercase;
	padding-bottom: 8px;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: 700;
	position: relative;
}

.footer-widget h4 .head-line {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 50px;
	height: 3px;
	background-color: #333;
	margin: 0;
}

.footer-widget ul {	
	padding: 0;
    margin: 0;
}
.footer-widget ul li {
	list-style: none;
	margin-bottom: 10px;
}

.footer-widget a img {
	max-width:200px;
	opacity: 0.6;
	border: 4px solid #333;
}

.footer-widget a img:hover {
	opacity: 1;
}
.copyright-section {
    padding: 15px 0;
	font-size: 11px;
	letter-spacing: 0.5px;
    border-top: 1px solid rgba(255,255,255,.06);
}

.copyright-section p {
	font-size: 11px;
	text-transform: uppercase;
}

ul.footer-nav {
    float: right;
}

ul.footer-nav li {
    display: inline-block;
    float: left;
    margin-left: 15px;
}

ul.footer-nav li:first-child {
    margin-left: 0;
}

ul.footer-nav li a {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

ul.footer-nav li a:hover {
	color: #fff;
}