* {
    margin: 0;
    padding: 0;
}

img {
    border: none;
    max-width: 100%;
}

body {
    background: #e8e8e8 url("images/body-bg.jpg");
    font-family: "PT Sans";
    font-size: 13px;
    line-height: 1.3;
}

h1, h2, h3, h4, h5, h6 {
   font-weight: normal;
   color: #3a3e3f;
}

.head-main {
    background: url("images/head-foto.jpg") center top no-repeat;
    background-size: 100% 91px;
    border-bottom: 5px solid hsl(0, 0%, 71%);
    min-height: 91px;
    margin-bottom: 30px;
}

.head-top {
    background: url("images/head-bg.jpg");
}

.header {
    overflow: hidden;
}

.logo {
    float: left;
    background: #f26c4f;
    font-size: 28px;
    text-decoration: none;
    color: #fff;
    padding: 0 65px 5px 30px;
}

.logo sup {
    line-height: 0;
    color: #f5917b;
}

.nav-menu {
    overflow: hidden;
}

.nav-menu ul {
    list-style: none;
    overflow: hidden;
    float: left;
    margin-left: 15px;
}

.nav-menu ul li {
    float: left;
    font-size: 14px;
}

.nav-menu ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    padding: 11px 30px 12px 15px;
    display: block;
}

.nav-menu ul li a:hover {
    text-decoration: underline;
}

.nav-menu a#pull {
    display: none;
}

.content-main {
    overflow: hidden;
}

.content {

}

.post-main {
    margin-bottom: 30px;
}

.post-img {
    background: #fff;
    border: 1px solid #d7d7d7;
    padding: 5px;
    position: relative;
    margin-bottom: 5px;
}

.post-social {
    position: absolute;
    bottom: 15px;
    left: 50px;
}

.post-social img {
    display: block;
    margin-bottom: 15px;
}

.post-content {
    background: #fff url("images/fon.jpg") repeat;
    border: 1px solid #d7d7d7;
    padding: 35px;
    position: relative;
    color: #959595;
}

.post-str {
    background: url("images/str-post.png") no-repeat;
    width: 31px;
    height: 17px;
    position: absolute;
    top: -17px;
    left: 60px;
}

.post-head {

}

.post-head h2 {
    font-size: 30px;
    color: #3a3e3f;
    margin-bottom: 20px;
}

.post-head h2 a {
    color: #3a3e3f;
    text-decoration: none;
}

.post-head h2 a:hover {
    text-decoration: underline #959595;
}

.post-head p {
    font-size: 12px;
    color: #aeaeae;
    margin-bottom: 20px;
    font-style: italic;
}

.post-head h3 {
    font-size: 15px;
    color: #f26c4f;
    margin-bottom: 20px;
}

.post {
    line-height: 2;
}

.pager {
    overflow: hidden;
}

.pager ul {
    list-style: none;
    margin: 0 0 40px 30px;
}

.pager ul li {
    float: left;
    font-size: 14px;
    font-weight: bold;
}

.pager ul li a {
    text-decoration: none;
    padding: 3px 7px;
    margin: 0 10px 0 0;
    display: block;
    text-decoration: none;
    color: #3a3e3f;
}

.pager ul li a:hover {
    text-decoration: underline;
}

.pager ul li a.page-nav {
    background: #f26c4f;
    color: #fff;
}

.sidebar-main {
    padding-bottom: 30px;
}

.sidebar {
    background: #fff;
    border: 1px solid #d7d7d7;
    padding: 40px 30px 20px 30px;
    margin-bottom: 30px;
}

.sidebar h2 {
    font-size: 16px;
    color: #2e2d2d;
    font-weight: bold;
    margin-bottom: 20px;
}

.side-vidget {
    margin-bottom: 30px;
}

.side-vidget ul {
    list-style: none;
    font-size: 15px;
}

.side-vidget ul li {
    background: url("images/vid3.jpg") bottom repeat-x;
    padding: 5px 0;
}

.side-vidget ul li a {
    color: #6f6f6f;
    text-decoration: none;
    background: url("images/vid.jpg") left center no-repeat;
    padding: 0 0 0 25px;
}

.side-vidget ul li a:hover {
    background: url("images/vid2.jpg") left no-repeat;
    color: #f26c4f;
}

.recent-post {
    font-size: 13px;
    color: #3a3a3a;
    font-style: italic;
    line-height: 1.5;
}

.recent-post p {
    background: url("images/rec.jpg") left 7px  no-repeat;
    padding: 0 0 0 15px;
    margin-bottom: 15px;
}

.recent-post p a {
    color: #3a3a3a;
    text-decoration: none;
}

.recent-post p a:hover {
    text-decoration: underline #7e7e7e;
}

.recent-post p span {
    display: block;
    color: #7e7e7e;
    font-size: 12px;
}

.side-baner {
    text-align: center;
}

.footer-main {
    background: #343434;
}

.ftr {
    font-size: 12px;
    color: #fff;
    line-height: 1.7;
    padding: 30px 0;
    overflow: hidden;
}

.ftr p {
    margin-bottom: 20px;
    padding-left: 20px;
}

.ftr p span {
    color: rgba(255, 255, 255, 0.5);
}

.ftr-right {
    text-align: center;
}

.ftr-right img {
    margin-right: 10px;
}

.ftr-left {
    float: left;
}

@media only screen and (min-width: 769px) {
    .header {
        max-width: 980px;
        margin: 0 auto;
    }
    .content-main {
        max-width: 980px;
        margin: 0 auto;
    }
    .ftr {
        max-width: 980px;
        margin: 0 auto;
    }
    .content {
        float: left;
        width: 63.97%;
    }
    .sidebar-main {
        float: right;
        width: 33.16%;
    }
    .ftr-right {
        float: right;
        width: 33.16%;
    }
    .ftr-left {
        float: left;
        width: 63.97%;
    }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
    .logo {
        float: none;
        display: block;
        margin: 0 auto;
        text-align: center;
        width: 240px;
        padding: 0 0 5px 0;
    }
    .header ul {
        float: none;
    }
    .content-main {
        margin: 0 15px;
    }
    .post-img img {
        width: 100%;
    }
    .ftr-right {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .ftr-left {
        float: none;
        width: 100%;
    }
    .nav-menu ul {
        display: none;
    }
    .nav-menu a#pull {
        display: block;
        font-size: 14px;
        color: #fff;
        font-weight: bold;
        padding: 10px 3%;
        text-decoration: none;
        width: 94%;
        position: relative;
    }
    .nav-menu a#pull:after {
        content: "";
        background: url("images/icon-menu.png") no-repeat;
        width: 12px;
        height: 13px;
        display: inline-block;
        position: absolute;
        top: 12px;
        right: 3%;
    }
}

@media only screen and (min-width: 241px) and (max-width: 480px) {
    .logo {
        float: none;
        display: block;
        margin: 0 auto;
        text-align: center;
        padding: 0 0 5px 0;
    }
    .header ul {
        float: none;
    }
    .post-content {
        padding: 10px;
    }
    .sidebar {
        padding: 10px;
    }
    .post-social {
        position: absolute;
        bottom: 10px;
        left: 25px;
    }
    .post-head h2 {
        font-size: 25px;
    }
    .post {
        line-height: 1.5;
    }
    .post-social img {
        display: inline;
        margin: 0;
        margin-right: 5px;
        width: 30px;
    }
    .ftr-right {
        margin-bottom: 20px;
    }
    .nav-menu ul {
        display: none;
    }
    .nav-menu ul li {
        width: 100%;
        border-bottom: 1px solid #fff;
    }
    .nav-menu ul li.active {
        background: url("images/icon-check.png") no-repeat left center;
    }
    .nav-menu a#pull {
        display: block;
        font-size: 14px;
        color: #fff;
        font-weight: bold;
        padding: 10px 3%;
        text-decoration: none;
        width: 94%;
        position: relative;
    }
    .nav-menu a#pull:after {
        content: "";
        background: url("images/icon-menu.png") no-repeat;
        width: 12px;
        height: 13px;
        display: inline-block;
        position: absolute;
        top: 12px;
        right: 3%;
    }
}

@media only screen and (max-width: 240px) {
    .logo {
        float: none;
        display: block;
        text-align: center;
        width: 100%;
        padding: 0 0 5px 0;
    }
    .header ul {
        float: none;
    }
    .post-content {
        padding: 20px;
    }
    .sidebar {
        padding: 20px;
    }
    .post-social {
        position: absolute;
        bottom: 10px;
        left: 25px;
    }
    .post-head h2 {
        font-size: 20px;
    }
    .post {
        line-height: 1.3;
    }
    .post-social img {
        display: inline;
        margin: 0;
        margin-right: 5px;
        width: 30px;
    }
    .ftr-right {
        margin-bottom: 20px;
    }
    .nav-menu ul {
        display: none;
    }
    .nav-menu ul li {
        width: 100%;
        border-bottom: 1px solid #fff;
    }
    .nav-menu ul li.active {
        background: url("images/icon-check.png") no-repeat left center;
    }
    .nav-menu a#pull {
        display: block;
        font-size: 14px;
        color: #fff;
        font-weight: bold;
        padding: 10px 3%;
        text-decoration: none;
        width: 94%;
        position: relative;
    }
    .nav-menu a#pull:after {
        content: "";
        background: url("images/icon-menu.png") no-repeat;
        width: 12px;
        height: 13px;
        display: inline-block;
        position: absolute;
        top: 12px;
        right: 3%;
    }
}