/*
* Name: Blog Manager
* Version: 1.3.6.2
* Author: Echothemes
* Author URL: http://www.mysite.com
* Copyright (c) 2011 - 2013  Echothemes. All right Reserved
*/

#blogCatArticles {
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
}

#blogCatArticles p, #blogArticle p {

}

#blogCatArticles p iframe {
    width: 100% !important;
}

.livemarks a {
    background: url(../image/blog_livemarks.png) no-repeat;
    float: right;
    height: 20px !important;
    margin-top: -45px;
    width: 20px !important;
}

#blogArticle {
    overflow: hidden;
}

#blogArticle .articleHeader h1, #blogArticles .articleHeader h1 {
}

#blogArticle .articleHeader h1 a, #blogCatArticles .articleHeader h3 a {
    color: #222;
    text-decoration: none;
}

#blogArticle .articleHeader h1 a:hover, #blogCatArticles .articleHeader h3 a:hover {
}

#blogCategory {
    margin-bottom: 25px;
    overflow: hidden;
    display: flex;
}

.articleCat {
    margin-bottom: 10px;
}

.articleHeader {

}
.articleSummary {

}
.articleSummary,
.articleHeader span, .articleHeader span a {
    color: #777;
    font-size: 11px;
    letter-spacing: -0.2px;
}

.articleHeader span a {
    font-style: italic;
    text-decoration: none;
}

.articleHeader span a:hover {
    text-decoration: underline;
}

.articleContent {
    flex-grow: 1;
}

#blogCatArticles .imageFeatured {
    width: 100%;
    max-width: 380px;
}

#blogCatArticles .articleContent span ol, #blogCatArticles .articleContent span ul {
    float: left;
}

.articleContent .readMore {
    margin-top: 5px;
    padding: 0 10px;
    text-align: right;
}

.articleContent .readMore span {
    margin-left: 10px;
}

.articleContent .readMore span a {
    font-size: 12px;
    text-decoration: none;
}

.articleContent .readMore span a:hover {
    text-decoration: underline;
}

.tags-update {
    text-align: right;
}

.tags-update .tags {
    float: left;
}

.tags-update .tags a {
    font-style: italic;
}

.updateInfo {
    color: #888;
    font-size: 11px;
    display: block;
}

.articleBottom {
    margin-top: 20px;
}

.articleBottom > div {
    overflow: hidden;
}

.articleBottom h4, #blogCategory h4 {
    margin: 20px 0 10px;
    font-size: 16px;
    clear: both;
    letter-spacing: 0;
}

.articleBottom ul, #blogCategory ul {
    margin: 0 0 0 20px;
    padding: 0;
    list-style: none;
    float: left;
    width: 40%;
}

.articleBottom li, #blogCategory li {
    padding: 3px 0;
    padding-left: 15px;
    background: url(../image/blog_arrow.gif) no-repeat 0 7px;
}

.articleBottom #articleRelated {
}

.articleBottom #productRelated {
}

#productRelated .box-product {
    width: 100%;
    margin: 0;
    overflow: hidden;
}

#productRelated .relProduct { /*width:19%!important*/;
    margin: 0 0 15px;
    background: none;
    padding: 0;
    text-align: center;
}

#blogArticle .attention img {
    margin: 0 10px;
}

#articleComments {
    margin: 20px 0;
    padding: 10px 15px;
    background: #f6f6f6;
    border-top: 4px solid #bbb;
    border-bottom: 2px solid #c8c8c8;
    clear: left;
}

#articleComments h4 {
    margin: 0 0 10px;
    font-size: 20px;
    letter-spacing: 0;
}

#articleComments h4 span {
    font-size: 14px;
    font-weight: normal;
}

#articleComments #comments {
    overflow: hidden;
}

#comments .commentEmpty {
    background: #fff;
    padding: 8px 10px;
    border: 1px solid #d8d8d8;
    margin-bottom: 10px;
}

#comments .commentList {
    list-style: none;
    padding: 0;
    margin: 15px 0 0;
}

.commentList li {
    border: 1px solid #ddd;
    min-height: 75px;
    padding: 8px 8px 8px 15px;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.childComment li {
    border: 1px solid #fff;
}

.commentList li .avatar {
    background: #eee;
    padding: 2px;
    border: 1px solid #ddd;
    float: left;
    margin-right: 10px;
}

.commentList li .badge {
    background: #222;
    padding: 1px 4px;
    color: #fff;
    font-size: 10px;
    letter-spacing: 1px;
    margin-right: 4px;
    text-shadow: 1px 1px 0 #333;
    cursor: default;
}

.commentList li .default {
    background: #0555C6;
}

.commentList li .top, .commentList li .admin {
    background: #FF0000;
}

.commentList li .name, .commentList li .name a {
    font-size: 15px;
    color: #0481CF;
    text-decoration: none;
    cursor: default;
}

.commentList li .name a {
    cursor: pointer;
}

.commentList li .name a:hover {
    text-decoration: underline;
}

.commentList li .created {
    font-size: 10px;
    color: #888;
    margin: 2px 0 8px;
}

.commentList li .reply {
    text-align: right;
    height: 22px;
    margin-top: 10px;
}

.commentList li .reply a {
    background: #666;
    color: #fff;
    font-size: 11px;
    padding: 3px 10px;
    text-decoration: none;
    display: inline-block;
}

.commentList li .reply a:hover {
    background: #333;
}

.commentList .even {
    background: #fff;
}

.childComment .even {
    background: #f8f8f8;
}

.commentList .odd {
    background: #eee;
}

.childComment .odd {
    background: #e6e6e6;
}

#comments .pagination {
    font-size: 11px;
    color: #666;
    border: none;
    padding: 0;
}

#comments .pagination .links a, #comments .pagination .links b {
    font-size: 10px;
    padding: 2px 5px;
}

#comments .pagination .links a {
    background: #fff;
    color: #666;
}

#comments .pagination .links b {
    background: #0481CF;
    color: #fff;
}

#articleComments #commentRespond {
    padding: 15px 0;
}

#commentRespond h4 {
    font-size: 18px;
}

#commentRespond #commentTitle {
}

#comments #commentTitle {
    display: none;
}

#commentRespond #replyTitle {
    display: none;
}

#comments #commentRespond {
    margin-top: 15px;
    border-top: 1px solid #ccc;
}

#comments #replyTitle {
    display: block;
    margin-bottom: 10px;
}

#commentRespond #cancelCommentReply {
    background: #666;
    font-size: 11px;
    padding: 3px 10px;
    float: right;
    margin-top: -27px;
    text-decoration: none;
    color: #fff;
}

#commentRespond #cancelCommentReply:hover {
    background: #333;
}

#commentRespond table {
    width: 100%;
}

#commentRespond input[type="text"], #commentRespond textarea {
    padding: 5px 4px;
    background: #fff;
}

#commentRespond input[disabled] {
    background: none;
    border: none;
}

#commentRespond input[type="text"] {
    width: 200px;
}

#commentRespond .captcha input[type="text"] {
    width: 85px;
}

#commentRespond textarea {
    width: 95%;
    display: block;
}

#commentRespond td {
    padding: 3px 5px;
}

#commentRespond .note {
    font-size: 10px;
    color: #888;
    display: block;
    margin: 0 8px;
}

#commentRespond td:first-child {
    width: 125px;
    vertical-align: top;
    padding-top: 6px;
}

#commentRespond td.captcha {
    padding-top: 0;
}

#commentRespond td.captcha div {
    overflow: hidden;
}

#commentRespond td.captcha span {
    float: right;
    min-width: 120px;
}

#commentRespond td.captcha span.captchaImage {
    padding-top: 9px;
    margin-right: 25px;
}

#commentRespond .error {
    font-size: 11px;
    color: #d00;
    display: inline-block;
    margin: 0 8px;
}

#commentRespond .right {
    text-align: right;
    padding: 15px 25px 10px;
}

.blogSearch {
    margin: 15px 0;
    overflow: hidden;
}

.blogSearch ul {
    line-height: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.blogSearch a {
    text-decoration: none;
}

.blogSearch a:hover {
    text-decoration: underline;
}

.blogSearch .bm-title {
    font-size: 14px;
}

.blogSearch .info, .blogSearch .readmore {
    color: #888;
    font-style: italic;
    font-size: 11px;
}

.blogSearch img {
    background: #f8f8f8;
    padding: 3px;
    border: 1px solid #e8e8e8;
}

.blogSearch p {
    margin: 0;
}

.blogSearch .plain {
    padding-left: 20px;
    margin-bottom: 15px;
}

.blogSearch .plain li {
    padding-left: 15px;
    background: url(../image/blog_arrow.gif) no-repeat 0 6px;
}

.blogSearch .plain .info {
    margin-left: 15px;
}

.blogSearch .compact {
}

.blogSearch .compact li {
    width: 47%;
    height: 120px;
    float: left;
    padding: 0 1.5%;
}

.blogSearch .compact div {
    margin-left: 110px;
}

.blogSearch .compact .bm-title {
    font-size: 18px;
}

.blogSearch .compact .info {
    display: block;
}

.blogSearch .compact img {
    float: left;
}

.blogSearch .grid {
}

.blogSearch .grid > div {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px;
}

.blogSearch .grid img {
    margin: 0 auto;
    display: block;
    margin-bottom: 8px;
}

.blogSearch .grid .info {
    display: block;
    font-size: 10px;
}

#tab-related-article {
    overflow: hidden;
}

#tab-related-article ul {
    line-height: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

#tab-related-article li {
    width: 31%;
    float: left;
    padding: 0 1%;
    min-height: 160px;
    overflow: hidden;
}

#tab-related-article a {
    text-decoration: none;
}

#tab-related-article a:hover {
    text-decoration: underline;
}

#tab-related-article .blogTitle {
    font-size: 14px;
    display: block;
}

#tab-related-article .blogImage {
    float: left;
    margin-right: 10px;
}

#tab-related-article .info {
    color: #888;
    font-style: italic;
    font-size: 11px;
    margin-right: 8px;
}

#tab-related-article img {
    background: #f8f8f8;
    padding: 3px;
    border: 1px solid #e8e8e8;
}

#tab-related-article p {
    margin: 0;
}

.blockClear:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
/*--------  Статьи категории -----*/
#blogCatArticles .articleCat {
    width: 100%;
}

#blogCatArticles .articleHeader {
}

#blogCatArticles .blockClear span {
    display: block;
}

#blogCatArticles .aticle__title--date {
    font-size: 14px;
    color: #999;
    font-weight: bold;
}

#blogCatArticles .aticle__title--link {
    font-size: 13px;
    font-weight: bold;
}

#blogCatArticles .article_container {

}

#blogCatArticles a.imageFeaturedLink {
    display: inline;
    height: 100% !important;
    max-height: 100px;
}

#blogCatArticles .imageFeatured {
}

#blogCatArticles .readMore {
    padding: 10px;
}

#blogCatArticles .readMore .more {
    display: inline-block;
}

#blogCatArticles .readMore a {
    padding: 7px;
    border: 2px solid #888888;

}

#blogCatArticles .readMore a:hover {
    background-color: #333333;
    text-decoration: none;
    color: #fff;
}

#blogCatArticles .article__content:not(:first-child) {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 10px;
    padding: 15px;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.6px;
    font-weight: normal;
    border-left: 5px solid #ff922b;
}

#blogCatArticles .article__button {
    display: inline-block;
    width: 180px;
    color: #fff;
    font-size: 15px;
    border: 1px solid #0f6371;
    border-radius: 10px;
    /* box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.1); */
    background-color: #22b8cf;
    padding: 10px 10px;
    text-align: center;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.0125), 0 1px 1px rgba(0, 0, 0, 0.05);
    border-top-width: .0625rem;
    border-bottom-width: calc(.2rem + .0625rem);
    margin: 15px;
}

#blogCatArticles .article__button:hover {
    background-color: #0ea1b7;
}

.articleCat .articleContent {
    display: flex;
    align-items: center;
}

#blogCatArticles .aticle__title--date {
    color: #cac8c8;

}

#blogCatArticles .aticle__title--link a {
    color: #78cbf6;

}

#blogCatArticles .aticle__title--desc {
    color: #696262;
    cursor: pointer;
}

#blogCatArticles .blockClear .btn-small {
    cursor: default;
}
/* Blog Class Suffix */
#blogCatArticles .imageFeatured {
    display: block;
    margin: 15px auto;
}
.blogHeader {
    margin-top: 40px;
}
.blogCol2 .articleCat {
    float: left;
    width: 46%;
    margin: 0 10px 20px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    align-self: inherit;
}

.blogCol3 .articleCat {
    float: left;
    width: 31%;
    padding: 0.5% 1%;
}

.blogCol4 .articleCat {
    float: left;
    width: 23%;
    padding: 0.5% 1%;
    margin: 0;
}

.blogCol4 .articleHeader {
    margin: 8px 0;
}

.blogCol4 .articleHeader h3, .blogCol4 .articleHeader h3 a {
    font-size: 16px;
}

.blogCol4 .articleHeader span {
    display: none;
    visibility: hidden;
}

.blogCol2 .imageFeaturedLink, .blogCol3 .imageFeaturedLink, .blogCol4 .imageFeaturedLink {
    display: block;
}

.imageContent {
    background: #f4f4f4;
    padding: 4px;
    margin: 0 10px 10px 0;
    border: 1px solid #e4e4e4;
}