.widget-item
{
	width: 100%;
}
.widget-item h4
{
	font-size: 14px;
	font-weight: normal;
	line-height: 150%;
}
.widget-item img
{
	margin-right: 10px;
}
.bds
{
box-shadow: 0px 0px 10px rgba(175, 175, 175, 0.23);
margin-bottom: 0px;

}
.bds-title {
  padding: 15px 15px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid #f1f1f1;
  border-left: 5px solid #03A9F4;
  background: #fff;
  color: #03A9F4;
}
.bds-list
{
	padding: 15px;	
}
.bds-list-item {
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #f1f1f1;
  display: inline-block;
  width: 100%;
}
.bds-list-item:hover h4 {
  color: #03A9F4;
}
.bds-list-item a {
  display: block;
  color: #999;
}
.bds-list-item:hover a {
  color: #03A9F4;
}

.bds-list-item a img {
  opacity: 1;
  /*max-width: 150px;*/
  width: 100%;
  height: 150px;
  margin: 0px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding-left: 0px;
}

.bds-list-item:hover img {
  opacity: 0.7;
}
.bds-list-item-title
{
	font-weight: 500;
	font-size: 14px;
	text-align: justify;
	line-height: 150%;
	color: #333;
}
@media (max-width: 767px) {
	.bds-list-item a img 
	{
		margin-bottom: 10px;
	}
	.post-btn {
		max-width: 100%;
		margin-bottom: 20px;
	  }
	.header-top-right .header-top-button
	{
		color: #03A9F4;
		
	}		
}

.bds-list-item-meta-tag {
  display: inline-block;
}

.bds-list-item-meta-tag span {
  float: left;
  margin-right: 5px;
  color: #999;
}

.bds-list-item-meta-tag span a {
  color: #999;
  font-size: 12px;
}

.bds-list-item-meta-tag span a:hover {
  color: #03A9F4;
}

.bds-list-item-price {
  font-size: 15px;
  color: #999;
}
/*
.bds-list-item-thumb {
  float: left;
}

.bds-list-item-thumb a {
  display: block;
}

.bds-list-item-thumb a img {
  opacity: 1;
  width: 100%;
  max-height: 150px;
  margin: 0px 15px 0 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.bds-list-item-thumb:hover img {
  opacity: 0.7;
}

.bds-list-item-content {
  margin-left: 55px;
}

.bds-list-item-content h4 {
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 0;
}

.bds-list-item-content a {
  color: #333;
}

.bds-list-item-content a:hover {
  color: #03A9F4;
}

.bds-list-item-content span {
  color: #999;
  font-size: 13px;
  display: block;
  margin: 2px 0;
}

.bds-list-item-content span i {
  padding-right: 5px;
}

.bds-list-item-meta-tag {
  display: inline-block;
}

.bds-list-item-meta-tag span {
  float: left;
  margin-right: 5px;
  color: #999;
}

.bds-list-item-meta-tag span a {
  color: #999;
  font-size: 12px;
}

.bds-list-item-meta-tag span a:hover {
  color: #03A9F4;
}

.bds-list-item-price {
  font-size: 16px;
  color: #03A9F4;
}

*/