.blue-bar{
	background: url(../images/bg-banner-blue.png);
	padding:70px 0px;
	font-family:Arial, Helvetica, sans-serif;
}

#toTop{
	position: fixed;
	bottom: 95px;
	right: 40px;
	cursor: pointer;
	display: none;
	opacity:0.8;
}
#toTop .fa {margin-right: 5px;}

.box-sidebar{
	margin-top: 30px;
	min-height: 700px;
   box-shadow: 0px 10px 18px -9px #666; padding:20px 15px; border-top:4px solid #00254e
}
.sidebar-title{
  border-bottom:1px solid #00254e;
  font-weight:bold;
  margin-top:13px;
  padding-bottom:5px;
}
.sidebar-title.top{
  border-bottom:1px solid #00254e;
  font-weight:bold;
  margin-top:-10px;
}

/* tambah card */
/* tinggi card */
.post-body {
    height: 215px;
    position: relative;
    padding: 20px 15px 0;
}

/* untuk menghilangkan padding pada .panel-heading */
.post-thumb {
    padding: 0
}

/* mengatur font dan link judul artikel*/
.post-title a {
    color: rgba(0,0,0,0.7);
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: 0.01rem;
}
.post-title a:hover { text-decoration: none }

/* posisi author selalu di bawah */
.post-author {
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-size: 13px;
}

.post-author .author-photo {
    margin-right: 10px;
    border-radius: 50%;
}

.card:hover {
    box-shadow: 0px 2px 20px rgba(0,0,0,0.2);
}