.subscribe {
    padding: 6px 16px;
    margin-bottom: 20px;
}

.subscribe ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 0;
}

.subscribe ul li {
    margin: 12px 0;
}

.subscribe ul li a {
    text-decoration: none;
}

.subscribe ul li i.icon16 {
    margin-top: 0.1em;
    margin-right: 0.5em;
}

.subscribe #twitter-follow-code {
    overflow: hidden;
}

.post img {
    max-width: 100%;
    height: auto !important;
    border-radius: 15px;
}
.post iframe {
    max-width: 100%;
}
.post textarea {
    width: 100%;
    min-height: 300px;
    margin-top: 10px;
    height: 250px;
}
.post.search-match {
    margin-top: 20px;
    margin-bottom: 50px;
}
.post.search-match p {
    margin-top: 5px;
}

.credentials {
    overflow: hidden;
    line-height: 1.3em;
}

.credentials .date,
.credentials .post-detail_author {
    display: inline-block;
    vertical-align: middle;
}

.credentials .userpic {
    min-width: 20px;
    display: block;
    float: left;
    margin-right: 2px;
    border-radius: 50%;
}

.credentials .username {
    margin: 0 5px 0 0;
}

.credentials .username,
.credentials .username a {
    color: #777;
    padding: 0;
    display: inline-block;
}

.credentials a.username:hover {
    color: red;
}

.credentials .date,
.credentials .icon16 {
    margin: 0 3px;
}

.credentials img.userpic {
    width: 20px;
}

.post .credentials {
    margin-bottom: 20px;
}

.photo-album-attachment ul.thumbs {
    padding-left: 0;
    margin: 0;
}
.photo-album-attachment ul.thumbs li {
    list-style: none;
    display: inline-block;
    margin: 0 0 10px 0;
}
.photo-album-attachment .photo {
    margin-bottom: 20px;
}
.photo-album-attachment .photo img { margin-top: -10px; }
.post .photo-album-attachment {
    padding-top: 10px;
}

.photo-album-attachment img{
    border-radius: 10px;
}

img.post_image{
    float: right;
    max-width: 400px;
    border-radius: 15px;
    width: 100%;
    margin: 0 0 0 15px;
}

@media (max-width: 600px){
    img.post_image{
        max-width: 200px;
        float: none;
    }
}

.comments {
    margin: 30px 0 0;
}

.comments h3 {
    margin: 0 0 20px;
}

.comments h4 {
    margin: 0 0 10px;
}

.comments .credentials .date {
    font-size: 12px;
    color: #CCC;
}
.comments .credentials .userpic.icon16 {
    min-width: 0;
    width: 16px;
    height: 16px;
    margin: 7px 4px 0;
}

.comments ul{
    position: relative;
}

.comments ul,
.comments ul li {
    padding: 0;
    margin: 0 0 20px 0;
    list-style: none;
}

.comments ul li{
    margin: 25px 0;
}

.comments ul li ul {
    margin:20px 0 0 0;
}

.comments ul li span.hint a {
    color: #aaa;
    text-decoration: underline;
}

.comments .text {
    color: #000;
    font-size: 15px;
}
.comments ul li a.comment-delete {
    margin: 0 0 0 5px;
    padding: 0;
    color: #d99;
    text-decoration: underline;
}

.comments ul li a.comment-delete:hover {
    background: red;
    color: white;
}

.comments ul li ul {
    padding-left: 25px;
}

.comments ul ul:before {
    content: "\f112";
    position: absolute;
    left: -5px;
    top: -23px;
    opacity: 0.5;
}

.comment.new {
    background: #f4fff8;
}

ul.auth-type {
    padding: 0 0 10px !important;
    list-style: none;
}

ul.auth-type li {
    padding-right: 10px;
    display: inline-block;
    float: left\9;
    display: inline\9;
}

ul.auth-type li a {
    padding: 5px 6px;
}

ul.auth-type li a img {
    margin-right: 5px;
    top: 4px;
    position: relative;
}

.comment-form {
    max-width: 500px;
    margin: 15px 0;
    padding: 15px;
    border-radius: 15px;
}

.comment-form h4 {
    font-weight: normal;
}

.comment-form-fields p {
    margin: 0 0 10px;
}

.comment-form-fields p a {
    display: inline !important;
}

.comment-form .userpic {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 5px;
    border-radius: 50%;
}

.comment-form ul.menu-h.auth-type li a img {
    float: left;
    margin-right: 3px;
    position: relative;
    top: 2px;
}

.comment-form ul.menu-h.auth-type {
    padding-bottom: 20px;
}

.stream-post {
    overflow: hidden;
}

.stream-post_head{
    margin: 0 0 10px;
}

.post .date{
    font-size: 13px;
    color: #FFF;
    padding: 3px 8px;
    margin: 0 10px 0 0;
    border-radius: 3px;
}

.stream-post_head h3{
    font-size: 18px;
    font-weight: normal;
    margin: 0;
}

.stream-post{
    padding: 15px;
    border-bottom: 1px solid #ebebeb;
}

.stream-post img {
    float: left;
    margin: 0 10px 0 0;
    max-width: 150px;
    border-radius: 10px;
}


.stream-post_img{
    width: 150px;
    margin: 0 15px 0 0;
    float: left;
}

@media (max-width: 700px){

    .stream-post_img{
        width: 100px;
        margin: 0 10px 0 0;
    }

}

.stream-post_img img{
    max-width: 100%;
    float: none;
    margin: 0;
}

.post-stream_title{
    margin: 0;
}

ul.menu-v.categories li.selected a {
    font-weight: bold;
}

.news-rss{
    float: right;
}

@media (max-width: 1000px){
    .news-rss{
        float: none;
        margin: 0 0 0 15px;
    }
}

.timeline,
.timeline ul{
    margin: 0;
    padding: 0;
}

.timeline > li > a{
    color: #FFF;
    text-decoration: none;
    padding: 3px 6px;
}

.timeline li{
    list-style: none;
    padding: 0;
}

.timeline ul{
    margin: -1px 0 0;
}

.timeline ul li{
    margin: 0 0 0 15px;

    padding: 0 0 0 15px;
    position: relative;
}

.timeline ul li:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.timeline ul li:last-child:before{
    bottom: 50%;
}

.timeline ul li:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 50%;
    width: 10px;
}

.blog-search{
    position: relative;
}

.blog-search .btn-inner-input{
    font-size: 23px;
    height: 23px;
}

.tag-plugin{
    background: none;
    border: none;
    border-bottom: none;
    padding: 0;
    margin: 0 0 9px;
}

.stream-post_next{
    float: right;
    margin: 10px 0 0;
}

.credentials_comments{
    float: right;
}

.credentials_comments .icon {
    margin: 0 5px 0 0;
}

.post-detail .text{
    overflow: hidden;
}

.post-detail__share{
    float: right;
}

@media (max-width: 600px){
    .post-detail__share{
        float: none;
        margin: 10px 0 0;
    }
}

.post-products{
    margin: 20px 0 40px;
}

.post-products__title{
    padding: 25px 0;
}



