/* ---- BLOG ---- */
.blog-item{
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px dashed #ddd;
}

/* -- BLOG-COL-2 -- */
.blog-left{
  border: 1px solid #eee;
  margin-bottom: 30px;
}
.blog-left .btn{
  margin-left: 20px;
  margin-bottom: 20px;
}
.blog-right{
  border: 1px solid #eee;
  margin-bottom: 30px;
}
.blog-right .btn{
  margin-left: 20px;
  margin-bottom: 20px;
}
.blog-two-info{ padding: 15px 10px 0 20px }
.blog-two-info .label-info{
  background-color: #48cfad;
  opacity: .7;
  margin-right: 4px;
}
.blog-content{ padding: 20px }

/* -- BLOG 2 -- */
.blog-img img{
  width: 100%;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
}
.blog-item h1,
.blog-item h1 a{
  font-size: 23px;
  color: rgba(0, 131, 178, 0.74);
  font-weight: bold;
}
.blog-item h1{
  line-height: 35px;
  margin-top: 0;
}
.blog-item h1 a:hover{ text-decoration: none }
.author{
  margin: 25px 0 30px 0;
  font-size: 16px;
}
.blog-side-item h3{
  margin-top: 30px;
  color: #475268;
  font-size: 18px;
}
.blog-side-item h4{
	font-size: 14px;
	font-weight: 900;
}
.blog-side-item.bdr h3{
  margin-top: 5%;
}
.blog-side-item ul li{
  margin-bottom: 5px;
  border-bottom: 1px solid #efefef;
  line-height: 35px;
}
.bdr-mac{
  border: solid 1px #08c!important;
  border-radius: 4px;
}
.blog-side-item ul li a{
  display: inline-block;
  width: 100%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.blog-side-item.bdr{
  border: solid 1px black;  
  margin-top: 40px;
  padding: 0 10px 10px 10px;
}
.blog-side-item.bdr p{
  text-align: left;
}
#sticky{
  width: 215px;
  color: #000;
  box-shadow: 2px 2px 10px #777;
  border-color: #666;
}
#sticky.stick{
  position: fixed;
  top: 0;
  z-index: 10000;
}
.media p{ line-height: normal }
ul.tag{
  display: inline-block;
  width: 100%;
}
ul.tag li{
  float: left;
  margin: 0px 5px 0 0;
  border-bottom: none;
  padding-top: ;
  list-style: none;
}
ul.tag li a{
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  line-height: 15px;
  padding: 5px;
  border-radius: 1px 1px 10px 1px;
  -moz-border-radius: 1px 1px 10px 1px;
  -webkit-border-radius: 1px 1px 10px 1px;
}
.blog-post{
	margin-bottom: 50px;
}

@media (min-width: 768px) and (max-width: 991px){
	.blog-side-item.bdr{
		border-top:	1px dashed #ddd;
		border-bottom: 1px dashed #ddd;
		border-left: none;
		border-right: none;
	}
}

@media (min-width: 401px) and (max-width: 767px){
	.blog-side-item.bdr{
		border-top:	1px dashed #ddd;
		border-bottom: 1px dashed #ddd;
		border-left: none;
		border-right: none;
	}
}

@media (max-width: 400px){
	.blog-side-item.bdr{
		border-top:	1px dashed #ddd;
		border-bottom: 1px dashed #ddd;
		border-left: none;
		border-right: none;
	}
}