body {
    background: #BEBEB4 url(../img/bg.jpg) top 0 center no-repeat;
    background-size: 100% auto;
	
}
ol,
ul {
    padding-left: 20px;
    padding-right: 0;
    margin-top: 0;
}
img {
    max-width: 100%;
    height: auto;
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 1em;
    font-style: normal;
    float: right;
    margin-left: 7px;
    line-height: 1.5em;
}
.rss {
    float: left;
    font-size: 1.25em;
}
.rss a {
    color: rgb(73, 25, 12)
}
.header {
    padding: 15px 0px 80px 0px;
    color: #273B44;
}
.header h2,
.header h5 {
    font-weight: bold;
}
.header h2 {
    padding-top: 50px
}
.header h25{
    width:55%
}
.menu {
    background: #273B44;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
    transition: 0.5s all ease;
    margin-bottom: 1px;
}
.menu.sabit {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99
}
.menu ul {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0
}
.menu ul li {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: right
}
.menu ul li.active a {
    background: #F6F6F6!important;
    color: #3A464A;
    font-weight: bold;
}
.menu ul li a {
    color: #fff;
    padding: 10px 20px;
    display: block
}
.menu ul li a:hover {
    background: rgba(255, 255, 255, 0.1)
}
.menu ul li.searchbox {
    float: left
}
.menu form {
    margin: 0
}
.menu input {
    margin: 0;
    margin-top: 5px;
    border-color: #3A464A
}
.menu input[type="text"].searchbox {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #465E69;
    border-radius: 0;
    color: #E1EFFB;
}
.searchbtn {
    padding-right: 12px!important;
    padding-left: 12px!important;
    background: rgb(70, 94, 105)!important;
    border-color: #465E69!important;
    color: #fff!important;
}
.content {
    padding:15px 0px;
    padding:0px 5px 0px 5px;
}
.post {
    margin: 0px 0 50px 0;
    border-radius: 8px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.9);
}
.post-title {
    overflow: hidden;
    font-size: 0.86em;
    margin: 0;
    padding: 15px 15px 10px 15px;
}
.post-title a {
    color: #40464F;
}
.post-title a:hover {
    color: #3A464A;
}
.post-detail {
    border-top: 1px solid #CFCFCF;
    padding-top: 12px;
}
.post-content {
    border: 1px solid #eee;
    padding: 16px 15px;
    border-top: 0
}
.post-tags a {
    background: #F1F1F1;
    margin: 0px 1px 2px 1px;
    padding: 2px 6px;
    color: #3A464A;
}
.post-stars {
    cursor: pointer;
    transition: 0.3s color ease
}
.share {
    display: inline-block;
    margin-right: 8px;
}
.sidebar {
    padding: 15px;
    background: rgba(39, 59, 68, 0.9);
    color: #fff;
    border-radius: 8px;
    margin-top: 40px;
	margin-bottom:20px
}
.sidebar-bio {} .sidebar-bio img {
    max-width: 148px;
    border-radius: 160px
}
.sidebar a{
	color:#C5DBE2
}
.sidebar a:hover{
	color:#fff
}
.pagination {
    overflow: hidden;
    padding: 15px 0;
}
.pagination li {
    float: right
}
.pagination li a {
    padding: 4px 8px 0px 8px;
    margin-left: 5px;
    background: #fff;
    border-radius: 15px;
}
.pagination li a.active {
    background: #3A464A;
    color: #fff;
    border-color: #3A464A;
}
.copyright {
    text-align: center;
    background: #3A464A;
    padding: 15px;
    color: #ddd;
}
.copyright a {
    color: #fff;
}