body {

}
.navbar-default.active,.navbar-default {
background: #D04765;
padding-bottom: 0;
}
.h1, h1 {
    font-size: 40px;
}
.one-post {
    padding-top:100px;
    text-align: right !important;
    margin-bottom: 30px;
}
.one-post p {
    text-align: right !important;
    font-size: 22px;
    color: #000;
}
@media(min-width:768px){
    .navbar-nav > li{
        float:right;
    }
}

.sitemap-post {
    margin-bottom: 30px;
}
.footer-container {
    text-align:right;
}
.sitemap-post h3 {
margin: 0;
text-align: center;
padding: 10px;
background: #f8f8f8;    
}
.sitemap-post h3 a{
color: #000;
font-size: 20px;    
}
.sitemap-post img {
    height:220px;
    width:100%;
}
.list-group {
margin-top: 30px;
direction: rtl;
padding: 0;    
}
.list-group-item {
    list-style: none;
position: relative;
display: block;
padding: 10px 15px;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid #ddd;    
}
a.list-group-item, button.list-group-item {
    color: #555;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}