html, body {
    height: 100%;
}

body {
    position: relative;
    min-width: 320px;
    font-family: "Raleway", sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.42857;
    background: #fff;
}

.hidden {
    display: none;
}

/* --- start clear css  ---*/
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}


ul,li {
    list-style: none;
    padding: 0;
    margin: 0;
}

a:hover, a:focus {
    text-decoration: none;
}
a:visited {
    color: #e53100;
}
.more-link {
    color: #444;
}
.more-link:hover {
    text-decoration: underline;
    color: #e53100;
}

.author a {
    color: #333;
    pointer-events: none;
}
/* --- end ---*/

/*--- header section styles ---*/
.header-blog-wrapper {
    position: relative;
    max-width: 100%;
    height: 350px;
    background: url(../img/header-bg.jpg) no-repeat top center;
    background-attachment: fixed;
}
.bg-color {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(50,50,50, .5);
}

.top-blog-mnu {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    background-color: rgba(255,255,255, .7);
    box-shadow: 0 1px 5px rgba(0,0,0, .7);
    z-index: 20;
}


.top-mnu {
    float: right;
}
.top-mnu li{
    display: inline-block;
}
.top-mnu li a {
    display: block;
    padding: 15px 20px;
    font-size: 17px;
    font-weight: 600;
    color: #333;
    transition: all .2s ease-out;
}
.top-mnu li a:hover {
    color: #e53100;
}

.header-name-blog {
    text-align: center;
    padding-top: 140px;
    color: #fff;
}
.header-name-blog span {
    margin-bottom: 15px;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 1px;
}
.header-name-blog span a {
    color: #fff;
}
.header-name-blog span a:hover {
    color: #fff;
}
.header-name-blog span a:visited {
    color: #fff;
}

.header-name-blog p {
    font-size: 35px;
    font-weight: 300;
}

/*--- end ---*/

/*--- main-blog-sect styles ---*/

.name-page {
    padding: 30px 0;
}

.blog-article-wrap {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #bbb;
}
.blog-article-wrap:last-child {
    border-bottom: 1px solid transparent;
}

.article-item {
    padding: 5px 10px;
}

.title-article {
    margin-bottom: 10px;
}
.title-article a {
    font-size: 18px;
    color: #222;
    transition: all .3s ease-out;
}
.title-article a:hover {
    color: #e53100;
}

.article-about > div {
    float: left;
    margin-right: 15px;
}

.comments-ic span {
    margin-right: 5px;
}
.author {
    font-weight: 600;
}

.aside-menu-wrap {
    margin-top: 80px;
}

.title-aside-menu span {
    display: inline-block;
    margin-bottom: 7px;
    font-size: 18px;
    text-transform: uppercase;
}
.title-aside-menu {
    margin-bottom: 15px;
}

.aside-menu li {
    margin-bottom: 6px;
    color: #666;
}
.aside-menu li a {
    color: #555;
}
.aside-menu li a:hover {
    color: #e53100;
}

.read-more {
    display: block;
    margin-bottom: 7px;
    color: #e53100;
}

.read-more:hover {
    text-decoration: underline;
    color: #e53100;
}


footer {
    padding: 20px 0;
    background-color: #eee;
    border-top: 1px solid #ccc;
}

.footer-mnu,
.copyright {
    text-align: center;
}
.footer-mnu .top-mnu {
    float: none;
}

.footer-mnu .top-mnu li a {
    padding: 10px 14px;
    font-size: 14px;
}
.copyright {
    margin-top: 7px;
}
/* article */
.breadcrumb {
    margin: 40px 0 25px;
    padding: 0;
    background-color: #fff;
}
.breadcrumb a {
    color: #333;
}
.breadcrumb a:hover {
    color: #e53100;
}

.static-page {
    padding: 40px 0 15px;
    text-align: center;
}
.static-page h1 {
    font-size: 28px;
}
.article-name h1 {
    margin-bottom: 15px;
    font-size: 26px;
}

.one-artcl-wrap {
    text-align: center;
    font-size: 17px;
    margin-bottom: 50px;
}

.one-artcl-wrap p {
    text-align: left;
}

.one-artcl-wrap ul {
    text-align: left;
    margin-bottom: 10px;
    padding-left: 30px;
}
.one-artcl-wrap ul li {
    list-style: disc;
}
.one-artcl-wrap img {
    margin: 0 auto;
    max-width: 100%;
}
/* --- */
.artc-info {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ddd;
}

.author-descr {
    float: left;
}

.author-avatar {
    float: left;
}
.author-avatar img
{
    max-width: 90px;
    height: auto;
}

.author-name {
    float: left;
    text-align: left;
}
.author-name  span{
    font-weight: 600;
}
.author-name span a {
    pointer-events: none;
    color: #444;
}


.date-art {
    float: right;
    font-style: italic;
}

.comments-block {
    margin-bottom: 50px;
}
.name-block {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}

.comment-item {
    margin-bottom: 10px;
    font-size: 17px;
    padding: 20px;
    background-color: #f5f5f5;
}
.author-comm span {
    font-weight: 600;
}
.date-comm {
    font-style: italic;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ddd;
}

/*  ---- */
.comment-form {
    margin-bottom: 50px;
    width: 50%;
}

.form-input,
.form-txt textarea {
    margin-bottom: 25px;
    width: 100%;
    font-size: 16px;
    border: 2px solid #dedede;
    outline: none;
}
.form-input:focus,
.form-txt textarea:focus {
    border: 2px solid #e53100;
    box-shadow: 0 0 5px rgba( 254, 99, 57, 0.947 );
}

.form-input {
    padding: 13px 10px;
}

.form-txt textarea {
    height: 130px;
    padding: 10px;
    outline: none;
    resize: vertical;
}

.btn-wrap {
    text-align: right;
}
.post-btn {
    padding: 10px 25px;
    font-size: 18px;
    color: #333;
    font-weight: 600;
    border: 2px solid #e53100;
    background-color: #fff;
    transition: all .3s ease-out;
}
.post-btn:hover {
    background-color: #e53100;
    color: #fff;
}

/* --- --- */
.rec-artcile {
    margin-bottom: 100px;
}

.rec-art-img {
    text-align: center;
    margin-bottom: 10px;
}

.rec-art-img img {
    max-width: 100%;
    height: auto;
}
.rec-art-title a {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}
.rec-art-title a:hover {
    color: #e53100;
}



/* -------------*/

/* sandwich st */
#menu-btn {
    position: relative;
    top: 12px;
    right: 50px;
    float: right;
}
/* --- sandwich styles --- */
.sandwich {
    position: absolute;
    top: 7px;
    left: 0;
    display: none;
    width: 24px;
    height: 24px;
}
.sandwich > span {
    display: block;
}

.sw-top {
    position: relative;
    top: 0;
    width: 24px;
    height: 2px;
    background-color: #fff;
    border: none;
    border: 4px;
    -webkit-transition: transform 0.5s, top 0.2s;
    -o-transition: transform 0.5s, top 0.2s;
    transition: transform 0.5s, top 0.2s;
}
.sw-mid {
    position: relative;
    top: 4px;
    width: 24px;
    height: 2px;
    background-color: #fff;
    border: none;
    border: 4px;
    -webkit-transition: transform 0.5s, top 0.2s;
    -o-transition: transform 0.5s, top 0.2s;
    transition: transform 0.5s, top 0.2s;
}
.sw-bot {
    position: relative;
    top: 8px;
    width: 24px;
    height: 2px;
    background-color: #fff;
    border: none;
    border: 4px;
    -webkit-transition: transform 0.5s, top 0.2s;
    -o-transition: transform 0.5s, top 0.2s;
    transition: transform 0.5s, top 0.2s;
}

.sandwich.active .sw-top {
    top: 8px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.sandwich.active .sw-mid {
    top: 6px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sandwich.active .sw-bot {
    opacity: 0;
}
.abs-block {
    position: relative;
}

/* static-page*/
 .static-page {

 }

/* footer in down */

#wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.content {
  flex: 1 0 auto;
}
.footer {
  flex: 0 0 auto;
}

.copyright a {
    color: #222;
}
.copyright a:hover {
    color: #e53100;
}

@media screen and (max-width: 991px) {
    .aside-menu-wrap {
        margin: 40px 0;
    }
}

@media screen and (max-width: 750px) {

    .sandwich {
        display: block;
    }

    .mnu-blog-wrap {
        position: relative;
    }


    .top-blog-mnu .top-mnu {
        float: none;
        padding-top: 30px;
    }
    .top-mnu li{
        display: block;
    }
    .top-mnu li a {
        padding: 6px 15px;
    }

    .top-blog-mnu {
        display: none;
        position: absolute;
        top: 0;
        height: 100%;
        width: 50%;
        background-color: #fff;
        box-shadow: 0 3px 3px rgba(0,0,0, .4);
        z-index: 50;
    }



    #menu-cls {
        position: absolute;
        top: 10px;
        right: 40px;
    }

    #menu-cls .sw-top,
    #menu-cls .sw-mid,
    #menu-cls .sw-bot {
        background-color: #222;
    }
}

