.news {
    overflow: hidden;
    border: 1px solid #bbbbbb;
    border-radius: 4px;
    margin: 0 0 25px 0;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, .2);
    background: #ffffff;
    position: relative;
}

.news a {
    text-decoration: none;
    color: #305480;
}

#form-comments {
    border-top: none;
    padding-top: 30px;
}

#form-comments h3 {
    color: #81A9C0;
    margin: 0 0 15px 23px;
    margin: 0;
}

.title_full {
    margin: 0;
    background: rgb(209, 212, 221);
    background-image:
        -o-linear-gradient(bottom, rgb(209, 212, 221) 0%, rgb(243, 243, 243) 100%);
    background-image:
        -moz-linear-gradient(bottom, rgb(209, 212, 221) 0%, rgb(243, 243, 243) 100%);
    background-image:
        -webkit-linear-gradient(bottom, rgb(209, 212, 221) 0%, rgb(243, 243, 243) 100%);
    background-image:
        -ms-linear-gradient(bottom, rgb(209, 212, 221) 0%, rgb(243, 243, 243) 100%);
    background-image:
        -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(209, 212, 221)),
        color-stop(1, rgb(243, 243, 243)));
    padding: 15px 0 15px 10px;
    font-size: 18px;
    border-radius: 4px 4px 0 0;
    cursor: pointer;
}

.news img {
    float: left;
    padding: 10px;
}

/*.news p {*/
    /*padding: 6px 10px 10px 9px;*/
    /*font-size: 13px;*/
    /*text-align: justify;*/
/*}*/

.name p,
.email p,
.text-coment p {
    padding: 7px 0 0 22px;
    font-size: 12px;
    text-align: justify;
}

.read_more {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 13px;
    font-weight: bold;
    padding: 10px;
    text-decoration: none;
}

.news a:hover {
    text-decoration: underline;
}

.news span {
    float: left;
    padding: 10px;
}

.left-block-cargo span {
    font-size: 17px;
    margin: 150px 0 150px 0;
    display: block;
    text-align: center;
}

.left-block-cargo span>p {
    font-size: 25px;
    text-align: center;
}

.email-coment {
    float: left;
}

.email-coment lable:nth-child(3) {
    margin: 8px 0px 0px 30px;
}

.email-coment > lable,
.text-coment > lable {
    display: block;
    margin: 5px 0px 0px 30px;
    font-weight: 600;
}

.text-coment {
    float: left;
}

.textarea-coment {
    border-radius: 3px;
    min-width: 620px;
    max-width: 620px;
    min-height: 80px;
    margin: 5px 0px 5px 22px;
    padding: 6px 13px 6px 13px;
    border: 1px solid #c7c7c7;
    box-shadow: inset 2px 2px 6px #d7d7d7;
}

.post-info {
    overflow: hidden;
    position: relative;
    background-color: #E3E5E9;
}

.author {
    margin-left: 15px;
    line-height: 15px;
    position: relative;
    font-weight: 600;
    cursor: pointer;
}

.post-date,
.views,
.tags {
    margin-left: 15px;
    line-height: 15px;
    position: relative;
    cursor: default;
}

.author:before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    left: -8px;
    background: url('../images/glyphicons-halflings-blue.png') -167px 0 no-repeat;
}

.post-date:before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    left: -8px;
    background: url('../images/glyphicons-halflings-blue.png') -191px -120px no-repeat;
}

.views:before {
     content: "";
     width: 16px;
     height: 16px;
     position: absolute;
     left: -8px;
     background: url('../images/glyphicons-halflings-blue.png') -95px -120px no-repeat;
}

.tags:before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    left: -8px;
    background: url('../images/glyphicons-halflings-blue.png') -24px -48px no-repeat;
}

.comment-btn {
    float:right;
    margin-right:10px;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: center;
    padding: 6px 22px;
    border-radius: 4px;
    font: 14px Arial, Helvetica, sans-serif;
    color: #fff;
    cursor: pointer;
}

.comments {
    min-height: 80px;
    overflow: hidden;
    border: 1px solid #bbbbbb;
    border-radius: 4px;
    box-shadow: 3px 3px 15px rgba(0, 0,  0, .2);
    background: #ffffff;
    border-bottom: none;
}

.comments h3 {
    background: rgb(209, 212, 221);
    background-image: -o-linear-gradient(bottom, rgb(209, 212, 221) 0%, rgb(243, 243, 243) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(209, 212, 221) 0%, rgb(243, 243, 243) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(209, 212, 221) 0%, rgb(243, 243, 243) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(209, 212, 221) 0%, rgb(243, 243, 243) 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(209, 212, 221)),
    color-stop(1, rgb(243, 243, 243)));
    padding: 15px 0 15px 10px;
    font-size: 18px;
    border-radius: 4px 4px 0 0;
    cursor: pointer;
    margin: 0;
}

.comment {
    float: left;
    width: 100%;
    padding: 10px 20px;
    border-bottom: 1px dotted #81A9C0;
}

.user-name-comment {
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding: 0 15px 0 0;
}

.user-email {
    float: left;
    color: #81A9C0;
}

.text {
    float: left;
    width: 886px;
    font-size: 13px;
}

.no-comments {
    font-size: 14px;
    font-weight: bold;
    padding: 20px;
    border-bottom: 1px dotted #81A9C0;
    margin: 0;
}

.short {
    padding: 10px;
    font-size: 13px;
    font-weight: 500;
}

.full {
    padding: 10px;
    font-size: 13px;
    font-weight: 500;
}