#content{
    padding-top:1px;
}
.blog-post {
	padding-bottom: 50px;
	padding-top: 50px;
	background-image: url("../../images/separator2.png"), url("../../images/separator1.png");
	background-repeat: no-repeat, repeat-x;
	background-position: center bottom, 0 100%;
}

ul.custom-bullet {
	list-style-image: url("../../images/bullet.png");
}
.blog-grid-layout .blog-post-info.left{
    padding-left:0 !important;
}
.blog-grid-layout .blog-post-info.right{
    padding-right:0 !important;
}
.mobile{
    display:none;
}
.background_grey{
    padding-top:0;
}
.blog-post{
    padding:30px 0;
    margin:0;
    text-align:justify;
}
.blog-grid-layout .blog-post:nth-child(2n) .blog-post-info{
    margin-right:0;
    border-right:none;
}
.blog-grid-layout .blog-post:nth-child(odd) .blog-post-thumb { margin-right: 0; }
.blog-grid-layout .blog-post:nth-child(even) .blog-post-thumb { margin-left: 0; }
.blog-grid-layout .blog-post:nth-child(2n+1) .blog-post-info{margin-left:0;}
.blog-grid-layout .blog-post:nth-child(2n+1) .blog-post-info {
    border-left: none;
    margin-left: 0;
}
.fa-stack{
    height: 1em;
    line-height: 1em;
}
.blog-post-title {
    padding-bottom: 14px;
    padding-left: 37px;
}
@media screen and (max-width:768px){
    .web{
        display:none;
    }
    .mobile{
        display:block;
    }
    .blog-grid-layout .blog-post-info.right{
        padding:0 !important;
    }
    .blog-grid-layout .blog-post-info.left{
        padding:0 !important;
    }
    .blog-grid-layout .blog-post-info{
        padding:0 !important;
    }

}
@media screen and (min-width:500px) and (max-width:768px){
    .blog-post-thumb img{
        height:300px;
    }
}