.blog {
  margin-top: 90px;
  padding-top: 20px;
}
.blog .post {
  margin-bottom: 20px;
  padding: 20px ;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 3px 1px #E0E0E0;
}
.blog .post .title{
  overflow: hidden;
  margin-bottom: 10px;
  border-bottom: 1px solid #e6e4e4;
}
.blog .post h5 {
  float: left;
  margin: 0 0 8px 0;
  font-size: 20px;
  line-height: 23px;
}
.blog .post span.date {
  float: right;
  display: block;
  color: #9F9F9F;
  margin-bottom: 12px;
  font-style: italic;
  font-size: 13px;
}
.blog .post .img{
  max-width: 100%;
}
.blog .post p {
  margin: 0;
  line-height: 21px;
  font-size: 14px;
}
.blog .post .btn{
  display: block;
  text-align: right;
}
.blog .read{
  margin-top: 15px;
}
.blog .read span{
  padding: 0 5px;
  font-size: 13px;
  border-right: 1px solid #000000;
}
.blog .read span.last{
  border: 0 none;
}

.blog .post_box .post:hover {
  box-shadow: 0 0 7px 2px #d8d8d8;
}
.blog-side .search{
  width: 100%;
  margin: 10px auto 40px;
}
.blog-side .search input[type="text"]{
  width: 90%;
}
.blog-side .side-icon img{
  width: 200px;
}
.blog-side{
  padding-left: 60px;
}
.blog .pag,.blog .journal,.blog .say{
  margin-top: 50px;
}
.blog .pag ul{
  overflow: hidden;
}
.blog .pag li{
  float: left;
  margin-right: 10px;
}
.blog .journal li{
  margin-top: 5px;
}
.blog  .say li{
  border-bottom: 1px dashed #eeeeee;
}
.blog  .say p{
  color: #00a0e9;
}
/*blog_view
******************************/
.blog_view{
  margin-top: 120px;
}
.blog_view .comments-list{
  margin-top: 25px;
}
.blog_view .comment .publish{
  margin-bottom: 10px;
  border-bottom: 1px dashed #ddd;
}
.blog_view .comments .comment{
  border-bottom: 1px dashed #ddd;
}
.blog_view .comment .author_pic{
  display: block;
  margin: 0 auto;
}
.blog_view .publish .red{
  font-weight: bold;
}
.blog_view .publish small{
  margin-left: 10px;
}
.blog_view .reply p{
  margin: 5px 0;
}
.blog_view .reply .before {
  padding: 5px 5px 5px 35px;
  background: url("../../img/icon_quote_s.png") no-repeat  10px 5px #f0f0f0;
  background-size: 25px auto;
}
.blog_view .reply .before .icon{
  display: inline-block;
  padding: 5px 42px 5px 0;
  background: url("../../img/icon_quote_e.png") no-repeat  right #f0f0f0;
  background-size: 25px auto;
}
.blog_view .new_reply{
  display: none;
  margin: 10px 50px;
}
.blog_view .new_reply .form-control{
  margin-bottom: 15px;
}

.blog_view .new_comment{
  margin-top: 30px;
}
.blog_view .new_comment .form-control{
  margin-bottom: 15px;
}
.blog_view input[type="submit"] {
  text-transform: uppercase;
  color: #fff;
  background: #187CCC;
  font-size: 14px;
  padding: 6px 20px;
  border: 0 none;
  border-radius: 3px;
  -webkit-transition: background linear .2s, box-shadow linear .2s;
  -moz-transition: background linear .2s, box-shadow linear .2s;
  -o-transition: background linear .2s, box-shadow linear .2s;
  transition: background linear .2s, box-shadow linear .2s;
}
.blog_view input[type="submit"]:hover {
  background: #252528;
}
/*Responsive
******************************/
/*@media (min-width: 992px) {*/
  /*.blog_view .comment .col-sm-2{*/
    /*width: 10%;*/
  /*}*/
  /*.blog_view .comment .col-sm-8{*/
    /*width: 90%;*/
  /*}*/
/*}*/
@media (min-width: 1200px) {
  .blog_view .blog-side{
    padding-left: 90px;
  }
}
@media (max-width: 768px) {
  .blog_view .blog .post p {
    margin-top: 10px;
  }
  .blog_view .blog-side{
    padding-left: 15px;
  }
}
