.bottom-radius {
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}
.top-radius {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}
.left-radius {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}
.right-radius {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}
.left-bottom-radius {
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px
}
.right-bottom-radius {
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px
}
.without-left-radius {
    -webkit-border-radius: 5px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 5px;
    -moz-border-radius-topleft: 0;
    border-radius: 5px;
    border-top-left-radius: 0
}
.reset-top-radius {
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.all-radius {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}
.all-radius-big {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}
.reset-radius {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}
.without-left-big {
    -webkit-border-radius: 10px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 10px;
    -moz-border-radius-topleft: 0;
    border-radius: 10px;
    border-top-left-radius: 0
}
.simpleblog-recent {
    margin-top: 0px
}
.ph_simpleblog {
    width: 100%;
    height: 100%;
    margin: 40px 0;
}
.ph_simpleblog .ph_row,
.ph_simpleblog:after,
.ph_simpleblog:before {
    content: "";
    display: table
}
.ph_simpleblog * {
    box-sizing: border-box;
    -moz-box-sizing: border-box
}
.ph_simpleblog .ph_col {
    float: left;
    padding-left: 15px;
    padding-right: 15px
}
.ph_simpleblog .ph_row {
    margin-left: -15px;
    margin-right: -15px;
    width: 100%
}
.ph_simpleblog .ph_row:after,
.ph_simpleblog .ph_row:before {
    content: "";
    display: table
}
.ph_simpleblog .ph_row:after {
    clear: both
}
.ph_simpleblog .ph_col_2 {
    width: 50%
}
.ph_simpleblog .ph_col_3 {
    width: 33%
}
.ph_simpleblog .ph_col_4 {
    width: 25%
}
.ph_simpleblog .ph_cat_description {
    margin: 15px 0 40px;
    padding: 8px 7px;
    color: #000;
    background: #f0f0f0;
    border-left: 3px solid #333
}
.ph_simpleblog figure {
    margin: 0
}
.ph_simpleblog h1 {
    border: 1px solid #dedede;
    border-width: 1px 0;
    padding: 20px 0;
    font-size: 24px;
    margin: 0;
}
.ph_simpleblog .img-responsive {
    max-width: 100%
}
.ph_simpleblog .simpleblog-category-image {
    margin-bottom: 20px
}
.ph_simpleblog.simpleblog-related-posts h2,
.ph_simpleblog.simpleblog-home h2,
.ph_simpleblog.simpleblog-recent h2,
.ph_simpleblog.simpleblog-category h2 {
    margin: 10px 0;
    padding: 0
}
.ph_simpleblog.simpleblog-related-posts .post-additional-info span,
.ph_simpleblog.simpleblog-home .post-additional-info span,
.ph_simpleblog.simpleblog-recent .post-additional-info span,
.ph_simpleblog.simpleblog-category .post-additional-info span {
    display: block
}
.ph_simpleblog.simpleblog-related-posts p,
.ph_simpleblog.simpleblog-home p,
.ph_simpleblog.simpleblog-recent p,
.ph_simpleblog.simpleblog-category p {
    padding-bottom: 10px
}
.ph_simpleblog.simpleblog-related-posts p.title_block,
.ph_simpleblog.simpleblog-home p.title_block,
.ph_simpleblog.simpleblog-recent p.title_block,
.ph_simpleblog.simpleblog-category p.title_block {
    padding-bottom: 6px;
    margin-bottom: 10px
}
.ph_simpleblog.simpleblog-related-posts .img-responsive,
.ph_simpleblog.simpleblog-home .img-responsive,
.ph_simpleblog.simpleblog-recent .img-responsive,
.ph_simpleblog.simpleblog-category .img-responsive {
    transition: opacity 1s ease
}
.ph_simpleblog.simpleblog-related-posts .img-responsive:hover,
.ph_simpleblog.simpleblog-home .img-responsive:hover,
.ph_simpleblog.simpleblog-recent .img-responsive:hover,
.ph_simpleblog.simpleblog-category .img-responsive:hover {
    opacity: .6
}
.ph_simpleblog.simpleblog-related-posts .post-item,
.ph_simpleblog.simpleblog-home .post-item,
.ph_simpleblog.simpleblog-recent .post-item,
.ph_simpleblog.simpleblog-category .post-item {
    margin-bottom: 10px;
    float: left;
    width: 100%
}
.ph_simpleblog.simpleblog-single h1 {
    position: relative
}
.ph_simpleblog.simpleblog-single h1 .blog-post-likes {
    position: absolute;
    right: 0;
    top: 0;
    padding: 14px 25px;
    background: #f0f0f0;
    color: #666;
    text-align: center;
    cursor: pointer
}
.ph_simpleblog.simpleblog-single h1 .blog-post-likes:hover {
    background: #333;
    color: #f0f0f0
}
.ph_simpleblog.simpleblog-single h1 .blog-post-likes .txt {
    display: block;
    font-size: 11px
}
.ph_simpleblog.simpleblog-single .post-additional-info {
    margin-bottom: 10px
}
.ph_simpleblog .post-additional-info {
    padding: 5px;
    margin: 10px 0 0;
    background: #f3f6f8;
    color: #333;
    width: 100%
}
.ph_simpleblog .post-additional-info span {
    display: block;
    margin: 0;
}
.simpleblog-single .post-additional-info span {
    display: block;
    margin: 15px 0;
}
.ph_simpleblog .row {
    margin-right: -15px;
    margin-left: -15px;
}
.ph_simpleblog .col-xs-1,
.ph_simpleblog .col-sm-1,
.ph_simpleblog .col-md-1,
.ph_simpleblog .col-lg-1,
.ph_simpleblog .col-xs-2,
.ph_simpleblog .col-sm-2,
.ph_simpleblog .col-md-2,
.ph_simpleblog .col-lg-2,
.ph_simpleblog .col-xs-3,
.ph_simpleblog .col-sm-3,
.ph_simpleblog .col-md-3,
.ph_simpleblog .col-lg-3,
.ph_simpleblog .col-xs-4,
.ph_simpleblog .col-sm-4,
.ph_simpleblog .col-md-4,
.ph_simpleblog .col-lg-4,
.ph_simpleblog .col-xs-5,
.ph_simpleblog .col-sm-5,
.ph_simpleblog .col-md-5,
.ph_simpleblog .col-lg-5,
.ph_simpleblog .col-xs-6,
.ph_simpleblog .col-sm-6,
.ph_simpleblog .col-md-6,
.ph_simpleblog .col-lg-6,
.ph_simpleblog .col-xs-7,
.ph_simpleblog .col-sm-7,
.ph_simpleblog .col-md-7,
.ph_simpleblog .col-lg-7,
.ph_simpleblog .col-xs-8,
.ph_simpleblog .col-sm-8,
.ph_simpleblog .col-md-8,
.ph_simpleblog .col-lg-8,
.ph_simpleblog .col-xs-9,
.ph_simpleblog .col-sm-9,
.ph_simpleblog .col-md-9,
.ph_simpleblog .col-lg-9,
.ph_simpleblog .col-xs-10,
.ph_simpleblog .col-sm-10,
.ph_simpleblog .col-md-10,
.ph_simpleblog .col-lg-10,
.ph_simpleblog .col-xs-11,
.ph_simpleblog .col-sm-11,
.ph_simpleblog .col-md-11,
.ph_simpleblog .col-lg-11,
.ph_simpleblog .col-xs-12,
.ph_simpleblog .col-sm-12,
.ph_simpleblog .col-md-12,
.ph_simpleblog .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}
.ph_simpleblog .col-xs-1,
.ph_simpleblog .col-xs-2,
.ph_simpleblog .col-xs-3,
.ph_simpleblog .col-xs-4,
.ph_simpleblog .col-xs-5,
.ph_simpleblog .col-xs-6,
.ph_simpleblog .col-xs-7,
.ph_simpleblog .col-xs-8,
.ph_simpleblog .col-xs-9,
.ph_simpleblog .col-xs-10,
.ph_simpleblog .col-xs-11,
.ph_simpleblog .col-xs-12 {
    float: left
}
.ph_simpleblog .col-xs-12 {
    width: 100%
}
.ph_simpleblog .col-xs-11 {
    width: 91.66666667%
}
.ph_simpleblog .col-xs-10 {
    width: 83.33333333%
}
.ph_simpleblog .col-xs-9 {
    width: 75%
}
.ph_simpleblog .col-xs-8 {
    width: 66.66666667%
}
.ph_simpleblog .col-xs-7 {
    width: 58.33333333%
}
.ph_simpleblog .col-xs-6 {
    width: 50%
}
.ph_simpleblog .col-xs-5 {
    width: 41.66666667%
}
.ph_simpleblog .col-xs-4 {
    width: 33.33333333%
}
.ph_simpleblog .col-xs-3 {
    width: 25%
}
.ph_simpleblog .col-xs-2 {
    width: 16.66666667%
}
.ph_simpleblog .col-xs-1 {
    width: 8.33333333%
}
.ph_simpleblog .col-xs-pull-12 {
    right: 100%
}
.ph_simpleblog .col-xs-pull-11 {
    right: 91.66666667%
}
.ph_simpleblog .col-xs-pull-10 {
    right: 83.33333333%
}
.ph_simpleblog .col-xs-pull-9 {
    right: 75%
}
.ph_simpleblog .col-xs-pull-8 {
    right: 66.66666667%
}
.ph_simpleblog .col-xs-pull-7 {
    right: 58.33333333%
}
.ph_simpleblog .col-xs-pull-6 {
    right: 50%
}
.ph_simpleblog .col-xs-pull-5 {
    right: 41.66666667%
}
.ph_simpleblog .col-xs-pull-4 {
    right: 33.33333333%
}
.ph_simpleblog .col-xs-pull-3 {
    right: 25%
}
.ph_simpleblog .col-xs-pull-2 {
    right: 16.66666667%
}
.ph_simpleblog .col-xs-pull-1 {
    right: 8.33333333%
}
.ph_simpleblog .col-xs-pull-0 {
    right: auto
}
.ph_simpleblog .col-xs-push-12 {
    left: 100%
}
.ph_simpleblog .col-xs-push-11 {
    left: 91.66666667%
}
.ph_simpleblog .col-xs-push-10 {
    left: 83.33333333%
}
.ph_simpleblog .col-xs-push-9 {
    left: 75%
}
.ph_simpleblog .col-xs-push-8 {
    left: 66.66666667%
}
.ph_simpleblog .col-xs-push-7 {
    left: 58.33333333%
}
.ph_simpleblog .col-xs-push-6 {
    left: 50%
}
.ph_simpleblog .col-xs-push-5 {
    left: 41.66666667%
}
.ph_simpleblog .col-xs-push-4 {
    left: 33.33333333%
}
.ph_simpleblog .col-xs-push-3 {
    left: 25%
}
.ph_simpleblog .col-xs-push-2 {
    left: 16.66666667%
}
.ph_simpleblog .col-xs-push-1 {
    left: 8.33333333%
}
.ph_simpleblog .col-xs-push-0 {
    left: auto
}
.ph_simpleblog .col-xs-offset-12 {
    margin-left: 100%
}
.ph_simpleblog .col-xs-offset-11 {
    margin-left: 91.66666667%
}
.ph_simpleblog .col-xs-offset-10 {
    margin-left: 83.33333333%
}
.ph_simpleblog .col-xs-offset-9 {
    margin-left: 75%
}
.ph_simpleblog .col-xs-offset-8 {
    margin-left: 66.66666667%
}
.ph_simpleblog .col-xs-offset-7 {
    margin-left: 58.33333333%
}
.ph_simpleblog .col-xs-offset-6 {
    margin-left: 50%
}
.ph_simpleblog .col-xs-offset-5 {
    margin-left: 41.66666667%
}
.ph_simpleblog .col-xs-offset-4 {
    margin-left: 33.33333333%
}
.ph_simpleblog .col-xs-offset-3 {
    margin-left: 25%
}
.ph_simpleblog .col-xs-offset-2 {
    margin-left: 16.66666667%
}
.ph_simpleblog .col-xs-offset-1 {
    margin-left: 8.33333333%
}
.ph_simpleblog .col-xs-offset-0 {
    margin-left: 0
}
@media (min-width: 768px) {
    .ph_simpleblog .col-sm-1,
    .ph_simpleblog .col-sm-2,
    .ph_simpleblog .col-sm-3,
    .ph_simpleblog .col-sm-4,
    .ph_simpleblog .col-sm-5,
    .ph_simpleblog .col-sm-6,
    .ph_simpleblog .col-sm-7,
    .ph_simpleblog .col-sm-8,
    .ph_simpleblog .col-sm-9,
    .ph_simpleblog .col-sm-10,
    .ph_simpleblog .col-sm-11,
    .ph_simpleblog .col-sm-12 {
        float: left
    }
    .ph_simpleblog .col-sm-12 {
        width: 100%
    }
    .ph_simpleblog .col-sm-11 {
        width: 91.66666667%
    }
    .ph_simpleblog .col-sm-10 {
        width: 83.33333333%
    }
    .ph_simpleblog .col-sm-9 {
        width: 75%
    }
    .ph_simpleblog .col-sm-8 {
        width: 66.66666667%
    }
    .ph_simpleblog .col-sm-7 {
        width: 58.33333333%
    }
    .ph_simpleblog .col-sm-6 {
        width: 50%
    }
    .ph_simpleblog .col-sm-5 {
        width: 41.66666667%
    }
    .ph_simpleblog .col-sm-4 {
        width: 33.33333333%
    }
    .ph_simpleblog .col-sm-3 {
        width: 25%
    }
    .ph_simpleblog .col-sm-2 {
        width: 16.66666667%
    }
    .ph_simpleblog .col-sm-1 {
        width: 8.33333333%
    }
    .ph_simpleblog .col-sm-pull-12 {
        right: 100%
    }
    .ph_simpleblog .col-sm-pull-11 {
        right: 91.66666667%
    }
    .ph_simpleblog .col-sm-pull-10 {
        right: 83.33333333%
    }
    .ph_simpleblog .col-sm-pull-9 {
        right: 75%
    }
    .ph_simpleblog .col-sm-pull-8 {
        right: 66.66666667%
    }
    .ph_simpleblog .col-sm-pull-7 {
        right: 58.33333333%
    }
    .ph_simpleblog .col-sm-pull-6 {
        right: 50%
    }
    .ph_simpleblog .col-sm-pull-5 {
        right: 41.66666667%
    }
    .ph_simpleblog .col-sm-pull-4 {
        right: 33.33333333%
    }
    .ph_simpleblog .col-sm-pull-3 {
        right: 25%
    }
    .ph_simpleblog .col-sm-pull-2 {
        right: 16.66666667%
    }
    .ph_simpleblog .col-sm-pull-1 {
        right: 8.33333333%
    }
    .ph_simpleblog .col-sm-pull-0 {
        right: auto
    }
    .ph_simpleblog .col-sm-push-12 {
        left: 100%
    }
    .ph_simpleblog .col-sm-push-11 {
        left: 91.66666667%
    }
    .ph_simpleblog .col-sm-push-10 {
        left: 83.33333333%
    }
    .ph_simpleblog .col-sm-push-9 {
        left: 75%
    }
    .ph_simpleblog .col-sm-push-8 {
        left: 66.66666667%
    }
    .ph_simpleblog .col-sm-push-7 {
        left: 58.33333333%
    }
    .ph_simpleblog .col-sm-push-6 {
        left: 50%
    }
    .ph_simpleblog .col-sm-push-5 {
        left: 41.66666667%
    }
    .ph_simpleblog .col-sm-push-4 {
        left: 33.33333333%
    }
    .ph_simpleblog .col-sm-push-3 {
        left: 25%
    }
    .ph_simpleblog .col-sm-push-2 {
        left: 16.66666667%
    }
    .ph_simpleblog .col-sm-push-1 {
        left: 8.33333333%
    }
    .ph_simpleblog .col-sm-push-0 {
        left: auto
    }
    .ph_simpleblog .col-sm-offset-12 {
        margin-left: 100%
    }
    .ph_simpleblog .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .ph_simpleblog .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .ph_simpleblog .col-sm-offset-9 {
        margin-left: 75%
    }
    .ph_simpleblog .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .ph_simpleblog .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .ph_simpleblog .col-sm-offset-6 {
        margin-left: 50%
    }
    .ph_simpleblog .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .ph_simpleblog .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .ph_simpleblog .col-sm-offset-3 {
        margin-left: 25%
    }
    .ph_simpleblog .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .ph_simpleblog .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .ph_simpleblog .col-sm-offset-0 {
        margin-left: 0
    }
}
@media (min-width: 992px) {
    .ph_simpleblog .col-md-1,
    .ph_simpleblog .col-md-2,
    .ph_simpleblog .col-md-3,
    .ph_simpleblog .col-md-4,
    .ph_simpleblog .col-md-5,
    .ph_simpleblog .col-md-6,
    .ph_simpleblog .col-md-7,
    .ph_simpleblog .col-md-8,
    .ph_simpleblog .col-md-9,
    .ph_simpleblog .col-md-10,
    .ph_simpleblog .col-md-11,
    .ph_simpleblog .col-md-12 {
        float: left
    }
    .ph_simpleblog .col-md-12 {
        width: 100%
    }
    .ph_simpleblog .col-md-11 {
        width: 91.66666667%
    }
    .ph_simpleblog .col-md-10 {
        width: 83.33333333%
    }
    .ph_simpleblog .col-md-9 {
        width: 75%
    }
    .ph_simpleblog .col-md-8 {
        width: 66.66666667%
    }
    .ph_simpleblog .col-md-7 {
        width: 58.33333333%
    }
    .ph_simpleblog .col-md-6 {
        width: 50%
    }
    .ph_simpleblog .col-md-5 {
        width: 41.66666667%
    }
    .ph_simpleblog .col-md-4 {
        width: 33.33333333%
    }
    .ph_simpleblog .col-md-3 {
        width: 25%
    }
    .ph_simpleblog .col-md-2 {
        width: 16.66666667%
    }
    .ph_simpleblog .col-md-1 {
        width: 8.33333333%
    }
    .ph_simpleblog .col-md-pull-12 {
        right: 100%
    }
    .ph_simpleblog .col-md-pull-11 {
        right: 91.66666667%
    }
    .ph_simpleblog .col-md-pull-10 {
        right: 83.33333333%
    }
    .ph_simpleblog .col-md-pull-9 {
        right: 75%
    }
    .ph_simpleblog .col-md-pull-8 {
        right: 66.66666667%
    }
    .ph_simpleblog .col-md-pull-7 {
        right: 58.33333333%
    }
    .ph_simpleblog .col-md-pull-6 {
        right: 50%
    }
    .ph_simpleblog .col-md-pull-5 {
        right: 41.66666667%
    }
    .ph_simpleblog .col-md-pull-4 {
        right: 33.33333333%
    }
    .ph_simpleblog .col-md-pull-3 {
        right: 25%
    }
    .ph_simpleblog .col-md-pull-2 {
        right: 16.66666667%
    }
    .ph_simpleblog .col-md-pull-1 {
        right: 8.33333333%
    }
    .ph_simpleblog .col-md-pull-0 {
        right: auto
    }
    .ph_simpleblog .col-md-push-12 {
        left: 100%
    }
    .ph_simpleblog .col-md-push-11 {
        left: 91.66666667%
    }
    .ph_simpleblog .col-md-push-10 {
        left: 83.33333333%
    }
    .ph_simpleblog .col-md-push-9 {
        left: 75%
    }
    .ph_simpleblog .col-md-push-8 {
        left: 66.66666667%
    }
    .ph_simpleblog .col-md-push-7 {
        left: 58.33333333%
    }
    .ph_simpleblog .col-md-push-6 {
        left: 50%
    }
    .ph_simpleblog .col-md-push-5 {
        left: 41.66666667%
    }
    .ph_simpleblog .col-md-push-4 {
        left: 33.33333333%
    }
    .ph_simpleblog .col-md-push-3 {
        left: 25%
    }
    .ph_simpleblog .col-md-push-2 {
        left: 16.66666667%
    }
    .ph_simpleblog .col-md-push-1 {
        left: 8.33333333%
    }
    .ph_simpleblog .col-md-push-0 {
        left: auto
    }
    .ph_simpleblog .col-md-offset-12 {
        margin-left: 100%
    }
    .ph_simpleblog .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .ph_simpleblog .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .ph_simpleblog .col-md-offset-9 {
        margin-left: 75%
    }
    .ph_simpleblog .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .ph_simpleblog .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .ph_simpleblog .col-md-offset-6 {
        margin-left: 50%
    }
    .ph_simpleblog .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .ph_simpleblog .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .ph_simpleblog .col-md-offset-3 {
        margin-left: 25%
    }
    .ph_simpleblog .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .ph_simpleblog .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .ph_simpleblog .col-md-offset-0 {
        margin-left: 0
    }
}
@media (min-width: 1200px) {
    .ph_simpleblog .col-lg-1,
    .ph_simpleblog .col-lg-2,
    .ph_simpleblog .col-lg-3,
    .ph_simpleblog .col-lg-4,
    .ph_simpleblog .col-lg-5,
    .ph_simpleblog .col-lg-6,
    .ph_simpleblog .col-lg-7,
    .ph_simpleblog .col-lg-8,
    .ph_simpleblog .col-lg-9,
    .ph_simpleblog .col-lg-10,
    .ph_simpleblog .col-lg-11,
    .ph_simpleblog .col-lg-12 {
        float: left
    }
    .ph_simpleblog .col-lg-12 {
        width: 100%
    }
    .ph_simpleblog .col-lg-11 {
        width: 91.66666667%
    }
    .ph_simpleblog .col-lg-10 {
        width: 83.33333333%
    }
    .ph_simpleblog .col-lg-9 {
        width: 75%
    }
    .ph_simpleblog .col-lg-8 {
        width: 66.66666667%
    }
    .ph_simpleblog .col-lg-7 {
        width: 58.33333333%
    }
    .ph_simpleblog .col-lg-6 {
        width: 50%
    }
    .ph_simpleblog .col-lg-5 {
        width: 41.66666667%
    }
    .ph_simpleblog .col-lg-4 {
        width: 33.33333333%
    }
    .ph_simpleblog .col-lg-3 {
        width: 25%
    }
    .ph_simpleblog .col-lg-2 {
        width: 16.66666667%
    }
    .ph_simpleblog .col-lg-1 {
        width: 8.33333333%
    }
    .ph_simpleblog .col-lg-pull-12 {
        right: 100%
    }
    .ph_simpleblog .col-lg-pull-11 {
        right: 91.66666667%
    }
    .ph_simpleblog .col-lg-pull-10 {
        right: 83.33333333%
    }
    .ph_simpleblog .col-lg-pull-9 {
        right: 75%
    }
    .ph_simpleblog .col-lg-pull-8 {
        right: 66.66666667%
    }
    .ph_simpleblog .col-lg-pull-7 {
        right: 58.33333333%
    }
    .ph_simpleblog .col-lg-pull-6 {
        right: 50%
    }
    .ph_simpleblog .col-lg-pull-5 {
        right: 41.66666667%
    }
    .ph_simpleblog .col-lg-pull-4 {
        right: 33.33333333%
    }
    .ph_simpleblog .col-lg-pull-3 {
        right: 25%
    }
    .ph_simpleblog .col-lg-pull-2 {
        right: 16.66666667%
    }
    .ph_simpleblog .col-lg-pull-1 {
        right: 8.33333333%
    }
    .ph_simpleblog .col-lg-pull-0 {
        right: auto
    }
    .ph_simpleblog .col-lg-push-12 {
        left: 100%
    }
    .ph_simpleblog .col-lg-push-11 {
        left: 91.66666667%
    }
    .ph_simpleblog .col-lg-push-10 {
        left: 83.33333333%
    }
    .ph_simpleblog .col-lg-push-9 {
        left: 75%
    }
    .ph_simpleblog .col-lg-push-8 {
        left: 66.66666667%
    }
    .ph_simpleblog .col-lg-push-7 {
        left: 58.33333333%
    }
    .ph_simpleblog .col-lg-push-6 {
        left: 50%
    }
    .ph_simpleblog .col-lg-push-5 {
        left: 41.66666667%
    }
    .ph_simpleblog .col-lg-push-4 {
        left: 33.33333333%
    }
    .ph_simpleblog .col-lg-push-3 {
        left: 25%
    }
    .ph_simpleblog .col-lg-push-2 {
        left: 16.66666667%
    }
    .ph_simpleblog .col-lg-push-1 {
        left: 8.33333333%
    }
    .ph_simpleblog .col-lg-push-0 {
        left: auto
    }
    .ph_simpleblog .col-lg-offset-12 {
        margin-left: 100%
    }
    .ph_simpleblog .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .ph_simpleblog .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .ph_simpleblog .col-lg-offset-9 {
        margin-left: 75%
    }
    .ph_simpleblog .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .ph_simpleblog .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .ph_simpleblog .col-lg-offset-6 {
        margin-left: 50%
    }
    .ph_simpleblog .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .ph_simpleblog .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .ph_simpleblog .col-lg-offset-3 {
        margin-left: 25%
    }
    .ph_simpleblog .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .ph_simpleblog .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .ph_simpleblog .col-lg-offset-0 {
        margin-left: 0
    }
}
.ph_simpleblog .simpleblog-posts .post-item {
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.17);
    width: 525px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 20px;
    position: relative
}
.simpleblog-posts .post-item .post-thumbnail {}.ph_simpleblog .simpleblog-posts .post-item .post-thumbnail {
    position: relative;
}
.simpleblog-home .simpleblog-posts h2 a {
    color: #666;
    text-transform: uppercase
}
.simpleblog-home .simpleblog-posts h2 {
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    padding: 10px 0 10px 0px;
    font-family: ff-netto-web;
    width: 100%;
}
.ph_simpleblog .simpleblog-posts .post-additional-info,
.ph_simpleblog .simpleblog-posts .post-content {
    padding: 10px 10px 0 10px;
}
.ph_simpleblog .simpleblog-posts .post-additional-info {
    padding: 10px;
    background: 0 0;
    font-size: 12px;
    overflow: hidden;
    position: absolute;
    left: 0;
    color: #222;
}
.ph_simpleblog .simpleblog-posts .post-additional-info span {
    float: left
}
.ph_simpleblog .simpleblog-posts .post-additional-info span.post-category,
.ph_simpleblog .simpleblog-posts .post-additional-info span.post-tags {
    border-left: 1px solid #a1a1a1;
    margin-left: 10px;
    padding-left: 10px
}
.ph_simpleblog .simpleblog-posts .post-additional-info span.post-author {
    clear: both
}
.ph_simpleblog .simpleblog-posts p {
    font-size: 12px;
    color: #474747;
    font-family: ProximaNova-Regular;
}
.ph_simpleblog .simpleblog-posts a.more {
    font-size: 12px;
    color: #222;
    clear: both;
    float: right;
    margin: 10px 0
}
.ph_simpleblog .simpleblog-posts.related h2 {
    font-size: 22px;
    line-height: 24px
}
.ph_simpleblog .simpleblog-posts.related .post-additional-info span {
    float: none;
    border-left: 0;
    margin-left: 0;
    padding-left: 0
}
.ph_simpleblog .simpleblog-posts .post-thumbnail img {
    webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.ph_simpleblog .post_cover {
    display: block;
    margin: 0 -15px
}
.ph_simpleblog .post_cover img {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}
.simpleblog-single.without-cover h1 {
    border: 1px solid #dedede;
    border-width: 1px 0;
    padding: 20px 0
}
.simpleblog-single.with-cover .cover {
    position: relative;
    margin: 0 0 30px
}
.simpleblog-single.with-cover .cover img {
	margin: 0 auto;
}
.simpleblog-single.with-cover .cover .info.absolute {
    position: static;
    left: 40px;
    bottom: 10px;
    width: 100%;
	margin: 0 auto;
}
.simpleblog-single.with-cover .cover .info h1 {
    margin: 0 auto;
    padding: 20px 10px 20px;
    border: 0;
    font-size: 38px;
    line-height: 42px;
    color: #252525;
	max-width: 620px;
}
.ph_blog_header_container{
	text-align:center;
	width: 100%;
	display: inline-block;
}
.simpleblog-single.with-cover .cover .post-author{
	font-size: 24px;
    font-style: italic;
    color: #a6a6a6;
    padding: 0px 10px 40px;
    display: inline-block;
    margin-bottom: 30px;
    border-bottom: 2px solid #e2e2e2;
    width: 100%;
}
.phblog_short_description{
	font-size: 18px;
    font-style: italic;
    width: 100%;
    display: inline-block;
    margin-bottom: 90px;
}
.simpleblog-single.with-cover .cover .info .post-additional-info .blog-post-likes {
    padding: 2px 20px;
    color: #fff;
    background: #555;
    float: right;
    font-size: 18px;
}
.simpleblog-single.with-cover .cover .info .post-additional-info .blog-post-likes .txt {
    line-height: 16px
}
.simpleblog-single.with-cover .cover .info .post-additional-info .blog-post-likes:hover {
    background: #222;
    color: #fff;
    cursor: pointer;
}
.simpleblog-single .post-additional-info {
    font-size: 12px;
    color: #555;
    overflow: hidden;
    clear: both;
    padding: 0px 0 0 10px;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}
.simpleblog-single .post-additional-info span {
    float: left;
    line-height: 16px;
}
.simpleblog-single .post-additional-info span.post-author,
.simpleblog-single .post-additional-info span.post-category,
.simpleblog-single .post-additional-info span.post-tags {
    margin-left: 10px;
    padding-left: 10px
}
.simpleblog-posts div.post-content {
    margin-bottom: 10px;
}
.simpleblog-single .post-content {
    margin-bottom: 50px;
	margin-top: 50px;
}
.simpleblog-single div.post-content p {
    margin-bottom: 10px;
    color: #3e3e3e;
    font-size: 16px;
    line-height: 24px;
}
.simpleblog-single div.post-content h3 {
	font-size: 18px;
	color: #252525;
	font-weight: bold;
	margin-bottom: 15px;
}
.simpleblog-single div.col-md-10 div.post-additional-info {
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    margin: 0 0 10px;
    padding: 5px 0;
    width: 100%
}
.simpleblog-single div.post-share-buttons div,
.simpleblog-single div.post-share-buttons iframe {
    margin-bottom: 10px
}
.ph_simpleblog .post-additional-info span strong {
    font-weight: normal;
}
.simpleblog-single.with-cover .cover .info .post-additional-info .blog-post-likes span.likes-nb {} .ph_simpleblog b.author {
    font-weight: normal;
    font-size: 14px;
    font-family: ff-netto-web
}
.simpleblog-home .simpleblog-post-item {
    margin-bottom: 30px;
}
.simpleblog-home .simpleblog-post-item .post-content p {
    margin: 0;
}
.simpleblog-home .simpleblog-post-item .post-additional-info {
    margin: 0;
}
/***************************** Recent Blog *********************/

.simpleblog-recent .simpleblog-post-item h2 {
    line-height: 22px;
    color: #444;
    font-size: 16px;
    text-transform: uppercase;
    font-family: ff-netto-web;
}
.simpleblog-recent .simpleblog-post-item {
    width: 100%;
}
.simpleblog-recent .simpleblog-posts .post-item {
    background: none;
}
.simpleblog-recent .simpleblog-posts .post-additional-info span {
    float: right;
}
.simpleblog-recent .simpleblog-posts .post-additional-info span.post-author b {
    font-family: ff-netto-web;
    font-weight: normal;
    font-size: 14px;
}
.simpleblog-recent .simpleblog-posts .post-additional-info {
    bottom: 0;
}
.simpleblog-recent .title_block {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.simpleblog-recent .post-additional-info {
    margin: 0;
}
.simpleblog-recent {
    margin: 0;
}
/**************************   Related Post  ******************************/

.simpleblog-related-posts .simpleblog-post-item h2 {
    font-size: 16px;
    text-transform: uppercase;
    font-family: ff-netto-web;
}

@media (max-width: 1101px){
	.blog-container {
		height: 774px;
	}
}
@media (max-width: 991px) and (min-width: 768px) {
    .simpleblog-recent .simpleblog-posts .post-item {
        
    }
}
@media (max-width: 767px) {
    .ph_simpleblog .simpleblog-posts .post-thumbnail img {
        width: 100%;
    }
}
@media (max-width: 320px) {
    .simpleblog-related-posts .simpleblog-posts .simpleblog-post-item {
        width: 100%;
    }
}