
/*=======================================
               blog
========================================*/


.blog-list{ padding: 40px 0; }


.blog-box{ 
  padding: 10px;
  -webkit-box-shadow:
  1px 2px 2px rgba(0, 0, 0, .15),
  -1px -1px 2px rgba(0, 0, 0, .15);
          box-shadow:
  1px 2px 2px rgba(0, 0, 0, .15),
  -1px -1px 2px rgba(0, 0, 0, .15);
  text-align: center;
  background:#fff;
  margin-bottom: 20px;
}

  .blog-box h3{ 
    margin: 0px;
    font-size: 20px;
    padding: 10px ;
    font-weight: bold; 
   }

  .blog-box img{ width: 100%; }

  .btn-blog{   
  background: #ffffff;
    border-radius: 0px;
    padding: 10px 25px;
    color: #000;
    margin: 20px 0px;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    border: 1px solid #cacaca;
  }
  .btn-blog:hover{background:#f80302; color: #fff; }
 .lead a {color: #000;}
.blog-deetail{ padding: 40px 0; }
.blog-deetail .well{border-radius: 0px;background: #f5f5f5;-webkit-box-shadow: none;box-shadow: none;}

 .blog-deetail .well input,
 .blog-deetail .well textarea
 {
  border-radius: 0px;
 }

 .well h4{ font-weight: bold; padding: 10px 0; }


 .similar_bolg{}
 .similar_bolg li{
  margin: 10px 0;
}
 .similar_bolg a{
    color: #666;
    display: block;
    background: white;
    padding: 10px;
}
 .similar_bolg a:hover{ text-decoration: none;
 background-color: #f9f9f9;  }