  .padB25{
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
  }
      body {
    padding-top: 20px;
    font: 400 15px/1.8 Lato, sans-serif;
    /*background-color: #fbfcff;*/
        background: url(../images/bg6.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 /* background-blend-mode: exclusion;*/
}
.navbar-default{
    background: rgba(0,0,0,.9);
    border: transparent;
}
.navbar-brand img{
    width: 66px;
    height: 51px;
        /*opacity: 0.7;*/

}
.navbar-brand {
    float: left;
    padding: 0px 15px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-brand p{
    padding-top: 15px;
    color: white;
}
.post
{
    /*border-radius: 5px; */
    background-color: #FFF;
    overflow: hidden;
    box-shadow: 0 0 8px rgba(0,0,0,.2);
    height: 214px;
    background: #F0F0EA;
}
.post .content
{
   /* padding: 12px 15px;
    border-top: 1px solid #BFBDBD;*/
}
.post .author
{
    font-size: 11px;
    color: #737373;
    padding: 25px 30px 20px;
}
.post .post-img-content
{
    height: 62%;
    position: relative;
}
.post .post-img-content img
{
    position: absolute;
}

.post .post-title
{
    display: table-cell;
    vertical-align: bottom;
    z-index: 2;}
 .post p {
    text-align: center;
    background-color: #0CC8C9;
    color: #fff;
    width: 100%;
    /*border-radius: 5px 5px 0 0; */
    /*font-weight: 600;*/
    font-size: 20px;
    margin-bottom: 0;
    font-family: inherit;
}
.post .post-img-content img {
    position: absolute;
    width: 100%;
    height: 179px;
}
footer{
    background: rgba(0,0,0,.4);
    padding: 10px;
    margin-top: 25px;
    border-top: 1px solid #000;
    color: #fff;
}
footer p{
    margin: 0;
    line-height: 30px;
}

.container1{
    padding-top: 70px;
    padding-left: 15px;
    padding-right: 15px;
}
/*.row{
    padding-top: 58px;
}*/
.btn-primary{
    position: relative;
    left: 34px;
    top: 25px;
}
.content{
    text-align: center;
    padding: 10px 0;
}
.content strong,
.content span
{
    /*display: inline-block;*/
    left: 0;
    top: 0;
    vertical-align: middle;
}           
.content span{
    width: 100%;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    overflow: hidden;
}
