.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: 30px;
}
.ph_simpleblog {
    width: 100%;
    height: 100%;
}
.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 0;
    padding: 8px 7px;
    color: #000;
    background: #f0f0f0;
    border-left: 3px solid #333;
}
.ph_simpleblog figure {
    margin: 0;
}
.ph_simpleblog h1 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    color: #555555;
    font-family:"oswald";
    font-size: 18px;
    margin: 0 0 30px 0;
    text-transform: uppercase;
}
.ph_simpleblog .img-responsive{
    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: 0.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;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    transition:all 0.5s ease-in-out 0s;
    -webkit-transition:all 0.5s ease-in-out 0s;
    -moz-transition:all 0.5s ease-in-out 0s;
}
.ph_simpleblog.simpleblog-single h1 .blog-post-likes:hover {
    background: #333333;
    color: #f0f0f0;
}
.ph_simpleblog.simpleblog-single h1 .blog-post-likes .txt {
    display: block;
    font-size: 18px;
}
.ph_simpleblog.simpleblog-single .post-additional-info {
    margin-bottom: 10px;
}
.ph_simpleblog .post-additional-info {
    padding: 5px;
    margin: 0;
    background: #efefef;
    color: #555555;
    width: 100%;
}
.ph_simpleblog .post-additional-info span {
    display: block;
}
.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 {
    width: 100%;
    border: 1px solid #f0f0f0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height:420px!important;
    position: relative;
}
.ph_simpleblog .simpleblog-posts h2 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #f0f0f0;
    font-family: "oswald";
    font-size: 18px;
    margin: 15px 0;
    text-transform: uppercase;
}
.ph_simpleblog .simpleblog-posts h2 a {
    text-decoration: none;
    color:#555555;
}
.ph_simpleblog .simpleblog-posts .post-additional-info,
.ph_simpleblog .simpleblog-posts .post-content {
    padding: 0;
}
.ph_simpleblog .simpleblog-posts .post-additional-info {
    background: none;
    font-size: 12px;
    overflow: hidden;
    left: 0;
    padding:10px 60px 10px 0;
    background: #f0f0f0;
    color: #555555;
    -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;
}
.ph_simpleblog .simpleblog-posts .post-additional-info div {
    display: block;
}
.ph_simpleblog .simpleblog-posts .post-additional-info a {
    text-decoration: none;
}
.ph_simpleblog .simpleblog-posts .post-additional-info a:hover {
    text-decoration: underline;
}
.ph_simpleblog span.post-category, .ph_simpleblog span.post-tags{border:0!important;box-shadow:none!important;}
.ph_simpleblog .simpleblog-posts .post-additional-info span {
    border-right: 1px solid #d6d4d4;
    box-shadow: 1px 0 #ffffff;
    color: #555555;
    display: block;
    float: left;
    font-family:"helvetica-lt";
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 10px;
    padding: 0 10px;
}
.simpleblog-post-item{padding-bottom:20px;}
.ph_simpleblog .simpleblog-posts .post-additional-info span strong{
    font-weight:normal;
}
.ph_simpleblog .simpleblog-posts .post-content h2{margin:30px 0 15px 0;}
.ph_simpleblog .simpleblog-posts .post-content h2 a{font-size:16px;}
.post-item .post-additional-info .post-date, .post-item .post-additional-info .post-author{padding-left:0!important;}
.ph_simpleblog .simpleblog-posts p {
    color: #555555;
    font-family:"helvetica-lt";
    font-size: 14px;
    line-height: 20px;
}
.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: 0px;
    padding-left: 0px;
}
.ph_simpleblog .simpleblog-posts .post-thumbnail 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;
    width:100%;
}
.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 img {
    max-width: 100%!important;
    height: auto;
}
.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 0;
}
.simpleblog-single.with-cover .cover img {
/*    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
}
.simpleblog-single.with-cover .cover .info.absolute {
    //position: absolute;
    left: 40px;
    margin-top: 10px;
    width: 100%;
}
.simpleblog-single.with-cover .cover .info h1 {
    margin: 0;
    padding: 10px;
    border: 0;
    font-family: "helvetica-lt";
    background: #ffffff;
    font-size:24px;
    line-height: 36px;
    color: #555555;
}
.blog-post-likes span{
    display:inline-block;
    float:left;
    font-size:18px;
    padding-left:5px;
    font-family: "helvetica-lt";
}
@media (max-width: 768px) {
    .simpleblog-single.with-cover .cover .info h1 {
        font-size: 30px;
    }
}
@media (max-width: 480px) {
    .simpleblog-single.with-cover .cover .info h1 {
        font-size: 20px;
    }
}
.simpleblog-single.with-cover .cover .info h1 .blog-post-likes {
    padding: 10px 15px;
    color: #ffffff;
}
@media (max-width: 768px) {
    .simpleblog-single.with-cover .cover .info h1 .blog-post-likes {
        display: none;
    }
}
.simpleblog-single.with-cover .cover .info h1 .blog-post-likes .txt {
    //line-height: 16px;
}
.simpleblog-single.with-cover .cover .info h1 .blog-post-likes:hover {
    background: #555555;
    color: #ffffff;
}
.simpleblog-single .post-additional-info {
    background: none repeat scroll 0 0 #ffffff;
    clear: both;
    color: #555555;
    font-family:"helvetica-lt";
    font-size: 14px;
    margin: 10px 0;
    overflow: hidden;
    padding: 5px 10px;
    width: 72%;
}
.post-author strong, .post-tags strong{font-weight:normal;}
.simpleblog-single .post-additional-info span {
    float: left;
}
.simpleblog-single .post-additional-info span.post-author,
.simpleblog-single .post-additional-info span.post-category,
.simpleblog-single .post-additional-info span.post-tags {
    border-left: 1px solid #a1a1a1;
    border-right: 1px solid #a1a1a1;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.simpleblog-single div.post-content {
    margin-bottom: 30px;
    padding:0 15px;
}
.simpleblog-single div.post-content p {
    color: #555;
    font-family: "helvetica-lt";
    font-size: 14px;
    text-shadow: 1px 1px #fff;
    margin-bottom: 24px;
}
.simpleblog-single div.col-md-10 div.post-additional-info {
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    margin: 0 0 10px 0;
    padding: 5px 0;
    width: 100%;
}
.simpleblog-single div.post-share-buttons div,
.simpleblog-single div.post-share-buttons iframe {
    margin-bottom: 10px;
}
#blockptsblogstabs h3{
    color: #555555;
    font-family: oswald;
    font-size: 20px;
    margin: 0;
    padding-bottom: 10px;
    text-transform: uppercase;
}
#blockptsblogstabs .blog-image{
    overflow:hidden;
}
.blog_container{
    position:relative;
}
#blockptsblogstabs .blog-info{
    background: none repeat scroll 0 0 #ffffff;
    bottom: 60px;
    display: inline-block;
    height: 47px;
    line-height: 20px;
    position: absolute;
    right: 0;
    text-align: center;
    vertical-align: middle;
    width: 47px;
}
#blockptsblogstabs .blog-info span{
    display: block;
    line-height: 23px;
    color:#555555;
}
#blockptsblogstabs .blog-info span.post-date{
    border-bottom:1px solid #555555;
    margin:0 15px;
}
#blockptsblogstabs .post-content h2{
    font-family:"helvetica-lt";
    font-size:16px;
    text-transform:uppercase;
    color:#555555;
    margin:5px 0 10px 0;
    text-shadow: 1px 1px #ffffff;
}
#blockptsblogstabs .post-content h2 a{
    color:#555555;
}
#blockptsblogstabs .blog-created{
    width:80%;
    position:relative;
}
#blockptsblogstabs .blog-created p{
    line-height:25px;
    font-family:"helvetica-lt";
    font-size:14px;
    color:#555555;
    z-index:9;
    text-shadow: 1px 1px #ffffff;
}
#blockptsblogstabs .view-more{
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    bottom: 0px;
    color: #ffffff;
    height: 28px;
    line-height: 28px;
    padding: 0 22px 0 10px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    z-index: 99;
    transition:all 0.5s ease-in-out 0s;
    -webkit-transition:all 0.5s ease-in-out 0s;
    -moz-transition:all 0.5s ease-in-out 0s;
}
#blockptsblogs .carousel-control_left{
    position:absolute;
    right:35px;
    top:-55px;
}
#blockptsblogs .carousel-control_right{
    position:absolute;
    right:0px;
    top:-55px;
}
#ph_recent_columns{
    margin-top:30px;
}
#blockptsblogstabs .border-top{
    height: 5px;
    left: 0;
    position: absolute;
    text-indent: -9999px;
    top: 32px;
    width: 0;
    background:#555555;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#blockptsblogstabs .ph_title:hover .border-top{
    width:100%;
}
#blockptsblogstabs .ph_title{
    width: 10%;
    position:relative;
}
#blockptsblogstabs .blog-image:hover img {
    transform: scale(1.1);
}


        