.blog-pagination {
    width: 250px;
    margin: 0px;
    clear: both;
    float: none;
    padding-left: 0px;
    padding-bottom: 30px;
    padding-right: 0px;
    padding-top: 10px;
}

.blog-pagination a {
    text-decoration: none;
    color: white;
    background-color: #aaa;
    font-size: 13px;
    padding: 7px;
    margin: 0px;
    margin-right: 10px;
}

#ph {
	display: none;
	visibility: hidden;
}

/* Comment Bootstrap 3 */
.btn-add-comment {
	margin: 60px 0px;
}
.bg-comment {
  margin: 20px 0px;
  padding: 10px 10px;
  background-color: rgba(1, 15, 17, 0.1);
  box-shadow: 0 0px 1px rgba(0, 0, 0, 0.33);
}
.col-sm-1 {
  padding: 1% 1%;
  background-color: rgba(1, 15, 17, 0.2);
  color: #222; 
}
.panel {
	position:relative;
}
.panel>.panel-heading:after,.panel>.panel-heading:before{
	position:absolute;
	top:11px;left:-16px;
	right:100%;
	width:0;
	height:0;
	display:block;
	content:" ";
	border-color:transparent;
	border-style:solid solid outset;
	pointer-events:none;
}
.panel>.panel-heading:after{
	border-width:7px;
	border-right-color:#f7f7f7;
	margin-top:1px;
	margin-left:2px;
}
.panel>.panel-heading:before{
	border-right-color:#ddd;
	border-width:8px;
}

/* Post Bootstrap 3 */
.panel {
    background-color: rgba(0, 0, 0, 0.075);
    box-shadow: 0 2px 0 rgba(0,0,0,0.075);
    border-radius: 0;
    border: 0;
    margin-bottom: 24px;
}
.panel .panel-heading, .panel>:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.bg-primary, .bg-primary a {
    color: #fff;
}
.bg-primary {
    background-color: #3c3c3c;;
    border-top: 5px #F6F6F6 solid;
}
.bg-primary p{
    color:#fff;
}
.bg-success, .bg-success a {
    color: #fff;
}
.bg-success {
    background-color: #91c957;
}

.widget-header {
    padding: 5px 5px;
    min-height: 25px;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.panel .panel-footer, .panel>:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.widget-body {
    back ground: #F6F6F6;
    padding: 5px 5px;
    position: relative;
    max-height: 200px;
    overflow: hidden;
}
.panel-body {
    padding: 25px 20px;
}
.pad-all {
    padding: 15px;
}
.widget-bg {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
}
.mar-no {
    margin: 0 !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 600;
}
.text-muted, a.text-muted:hover, a.text-muted:focus, a.text-muted:focus {
    color: #606060;
}
.mar-btm {
    margin-bottom: 15px;
}
.pad-ver {
    background-color: #fff;
    padding: 15px 15px; 
}
.pad-btm {
    padding-bottom: 15px;
}
.pad-top {
    padding-top: 8px;
}
.small, small {
    font-size: 65%;
}
.text-lg {
    font-size: 75%;
}
.tile-blog {
    cursor: pointer;
    padding: 6px 12px;
    border-radius: 0;
    border: 1px solid 0;
    line-height: 1.42857;
    vertical-align: middle;
    -webkit-transition: all .25s;
    transition: all .25s;
}