a,
aside,
b,
body,
div,
footer,
h1,
header,
html,
i,
img,
li,
menu,
nav,
output,
p,
s,
span,
strong,
table,
tbody,
td,
th,
tr,
ul,
var {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}

a img,
img {
    border: none
}

button {
    margin: 0;
    padding: 0;
    border: 0
}

button {
    cursor: pointer
}

a,
a:focus,
button,
div,
h1,
span {
    outline: 0
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%
}

html {
    box-sizing: border-box
}

*,
:after,
:before {
    box-sizing: inherit
}

body {
    font-family: Arial, sans-serif;
    font-size: 17px;
    background-color: #fff
}

body,
html {
    width: 100%;
    height: 100%
}

h1 {
    margin: 10px 0;
    font-size: 35px;
    line-height: 35px;
    font-weight: 400;
    color: #000
}

p {
    margin: 0 0 7px;
    width: 100%;
    line-height: 20px;
    text-align: justify
}

img {
    max-width: 100%
}

main {
    margin: 0 0 0 20px;
    width: 67%;
    float: left;
    padding: 15px 10px
}

.sticky {
    position: fixed;
    top: 10px;
    z-index: 101
}

a h1 {
    color: #00f
}

a {
    outline: 0
}

.comment-link {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

.container {
    max-width: 1150px;
    margin: 0 auto;
    width: 100%;
    background-color: #fff
}

.sidebar {
    float: right;
    width: 25%;
    padding-top: 20px;
    padding-right: 40px;
    text-align: center
}

footer {
    background-color: #f3f4f5;
    position: relative;
    bottom: -1px;
    clear: both
}

table {
    margin-bottom: 10px;
    border: 1px solid #ccc;
    font-family: Arial, sans-serif;
    display: block
}

td,
th {
    padding: 10px 10px;
    padding-left: 15px;
    background-color: #adecc9
}

th img {
    max-height: 190px
}

tr:nth-child(2n+1)>td {
    background-color: #fff
}

tr>td:nth-child(2),
tr>th:nth-child(2) {
    border-left: 1px solid #ccc
}

th {
    background: #27ae60
}

.first_menu {
    background: #fff;
    /*padding-bottom: 35px;*/
    height: 35px;
    margin-bottom: 10px
}

.first_menu ul {
    max-width: 1150px;
    margin-top: 15px;
    margin-left: 100px;
    float: left;
    padding-left: 10px
}

.first_menu li {
    color: #9f9c9c;
    font-size: 18px;
    display: inline-block;
    padding-right: 20px;
    cursor: pointer
}

.first_menu li:first-child {
    color: red;
    padding-bottom: 17px;
    border-bottom: 3px red solid
}

.icon_first {
    padding-right: 3px;
    width: 27px;
    height: 20px;
    float: left;
    background-image: url(../img/icons.png);
    background-position: -29px 0;
    background-repeat: no-repeat;
    margin-top: -8px
}

.icon:hover {
    background: inherit
}

.icon_second {
    padding-right: 3px;
    width: 30px;
    height: 20px;
    float: left;
    background-image: url(../img/icons.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    margin-top: -8px
}

.prod {
    display: block;
    max-width: 400px;
    margin: 20px auto
}

a.button {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-shadow: rgba(255, 255, 255, .5) 0 -1px 0, rgba(0, 0, 0, .2) 0 .18em .15em;
    text-decoration: none;
    user-select: none;
    margin: 10px auto;
    padding: .5em .6em .4em .6em;
    border-radius: 8px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    outline: 0;
    background: #0600ff radial-gradient(#4928ff, rgba(116, 104, 181, .5));
    box-shadow: inset rgba(255, 255, 255, .6) 0 .3em .3em, inset rgba(0, 0, 0, .2) 0 -.1em .3em, #11098c 0 7px 1px, rgba(0, 0, 0, .2) 0 .5em 5px;
    transition: background .2s ease-in-out
}

a.button:hover {
    background-color: #c2b2f5;
    cursor: pointer
}

a.button:active {
    top: .2em;
    color: rgba(254, 255, 255, .9);
    text-shadow: rgba(0, 0, 0, .2) 0 1px 2px;
    box-shadow: inset rgba(255, 255, 255, .6) 0 .3em .3em, inset rgba(0, 0, 0, .2) 0 -.1em .3em, rgba(0, 0, 0, .4) 0 .1em 1px, rgba(0, 0, 0, .3) 0 .2em 6px
}

.button:active:after {
    opacity: .6
}

nav {
    color: #fff !important;
    padding-bottom: 65px;
    background: #00f !important
}

nav ul {
    max-width: 1150px;
    padding-top: 20px;
    margin: 0 auto;
    float: left;
    padding-left: 10px;
    margin-left: 100px;
}

nav ul li {
    text-transform: uppercase;
    color: #fff !important
}

nav li {
    color: #6b0a23;
    font-size: 18px;
    display: inline-block;
    padding-right: 20px
}

nav ul li:hover {
    cursor: pointer
}

.navicon {
    width: 28px;
    position: relative;
    top: 3px
}

.icon {
    padding-left: 24px;
    vertical-align: middle;
    width: 200px
}

header {
    line-height: 0
}

.img_post {
    background-color: #009cf7;
    height: 55px;
    text-align: center;
}

.ic {
    float: left;
    width: 30px;
    padding: 15px
}

.menu {
    float: right
}

.icon_media {
    vertical-align: middle;
    width: 200px;
    padding-top: 15px
}

.img_post img:hover {
    cursor: pointer
}

.menu img {
    vertical-align: middle
}

.menu ul {
    padding: 9px
}

.img_left {
    float: left;
    padding: 0 15px 15px 0;
    width: 60%;
    box-sizing: border-box
}

ul {
    margin-left: 20px
}



a {
    text-decoration: none;
    color: #000000;
}

a:hover {
    text-decoration: underline;
}

.table-td {
    vertical-align: middle
}

#aside1 {
    height: 200px;
    padding: 6px;
    margin: 0 5px
}

.comments {
    padding-top: 10px
}

.comments-item {
    max-width: 90%;
    box-sizing: border-box;
    margin: 0 auto;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e2e3
}

.comment-avatar {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    border: 1px solid #ccc;
    font-size: 0
}

.comment-text {
    display: inline-block;
    max-width: 80%;
    vertical-align: top;
    font-size: 16px;
    width: 100%
}

.comment-username {
    color: #365899;
    font-weight: 700;
    margin-right: 10px;
    cursor: pointer;
    display: inline-block
}

.comment-username:hover {
    text-decoration: underline
}

.comment-action {
    padding-left: 50px;
    display: inline-block;
}

.like,
.like-count,
.reply {
    color: #365899;
    font-size: 13px;

    margin-right: 10px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.like:hover,
.reply:hover {
    text-decoration: underline
}

.like:after,
.reply:after {
    content: " · ";
    position: absolute;
    font-weight: 700;
    right: -10px;
    top: 0;
    color: #90949c
}

.like-count {
    cursor: default;
    padding-left: 20px;
    position: relative
}

.like-count:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    background-image: url(../img/like.png)
}

.comment-date {
    font-size: 13px;
    color: #90949c;
    position: relative
}

.comment-date:before {
    content: " · ";
    position: absolute;
    font-weight: 700;
    left: -10px;
    top: 0;
    color: #90949c
}

.button2 {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    font-size: 18px;
    padding: 5px 10px;
    height: 54px;
    line-height: 54px;
    background-color: #f44336;
    color: #fff;
    text-align: center;
    letter-spacing: .5px;
    border: none;
    margin: 10px 0;
    text-transform: uppercase;
    border-radius: 2px;
    padding: 0 2rem;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .2);
    transition: .3s ease-out
}

.button2:hover {
    background-color: #f55a4e;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .14), 0 1px 7px 0 rgba(0, 0, 0, .12), 0 3px 1px -1px rgba(0, 0, 0, .2)
}

.pulse {
    position: relative;
    z-index: 1
}

.pulse:hover:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f44336;
    border-radius: inherit;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-animation: pulse-animation 5s cubic-bezier(.24, 0, .38, 1) infinite;
    animation: pulse-animation 5s cubic-bezier(.24, 0, .38, 1) infinite;
    z-index: -1
}

@keyframes pulse-animation {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    15% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

.button-extra {
    display: block;
    max-width: 350px;
    font-size: 20px;
    background: #ff1d22;
    margin: 0 auto
}

table p {
    text-align: left
}

@media all and (min-width: 723px) {
    .img_post {
        display: none;
        box-sizing: border-box
    }
}

@media all and (max-width: 1020px) {
    .img_left img {
        padding: 20px 10px 20px 0
    }

    .img_left p {
        line-height: 22px;
        margin: 0 0 7px !important
    }
}

.main-footer {
    display: flex;
    justify-content: space-between;
}

@media all and (max-width: 950px) {
    .menu {
        display: none
    }

    .img_left p {
        line-height: 20px;
        margin: 0 0 7px !important
    }

    main {
        margin-left: 0;
        width: 67%
    }

    table {
        font-size: 15px
    }

    .main-footer {
        display: none
    }

    .navicon {
        margin-left: 0
    }
}

@media all and (max-width: 723px) {
    header {
        display: none !important
    }

    .sidebar,
    nav {
        display: none
    }

    main {
        width: 100%;
        box-sizing: border-box;
        margin: 0;
        padding: 5px 10px;
        float: none;
        margin: auto
    }

    table {
        font-size: 14px
    }
}

@media all and (max-width: 750px) {
    .navicon {
        margin-left: 0
    }

    .button2 {
        font-size: 16px;
        padding: 10px;
        line-height: 1.3;
        height: auto
    }
}

@media all and (max-width: 530px) {
    table {
        font-size: 14px
    }

    .comments-item {
        max-width: 100%
    }

    .prod {
        max-width: 100%
    }
}

@media all and (max-width: 460px) {
    .img_left img {
        float: none
    }

    table {
        font-size: 12px
    }

    table ul {
        margin-left: 17px
    }

    td,
    th {
        padding: 10px 4px
    }

    h1 {
        font-size: 20px;
        line-height: 1.4
    }

    .like,
    .like-count,
    .reply {
        margin-right: 6px
    }

    .button2 {
        width: 90%;
        font-size: 14px
    }

    .img_left {
        display: block;
        margin: auto;
        float: none
    }

    p {
        text-align: left
    }
}

.clearfix:after {
    content: '';
    display: table;
    clear: both
}

.blue-link {
    color: blue;
    text-decoration: underline;
    font-weight: bold;
}

.blue-link:hover {
    text-decoration: none;
}