/* Blogs */

/* Create two unequal columns that floats next to each other */
/* Left column */
.leftcolumn {   
  float: left;
  width: 70%;
}

/* Right column */
.rightcolumn {
  float: left;
  width: 30%;
  padding-left: 20px;
  margin-top:-40px;
}

/* Fake image */
.fakeimg {
  width: 100%;
  min-height:50px;
  margin-bottom:12px;
  text-align:center;
 
}

/* Add a card effect for articles */
.card {
   padding: 20px;
   margin-top: 20px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.blog{ border-bottom:1px solid #666666; float:left; margin-bottom:20px; padding-bottom:10px; height:420px!important;}
.blog-text{ margin-top:6px; font-size:14px;}
.blog-cat{ font-size:14px; font-weight:normal}
.blog-span{ margin-right:13px!important; }
.blog h2 { font-size:15px; margin-bottom:10px; }
.blog-title{ margin-top:10px; font-size:18px!important; font-weight:bold; padding-bottom:10px; color:#666666; width:100%; float:left }
.blog-title a{ color:#333333!important; font-weight:bold!important;}
.blog-recent{ margin-bottom:10px; padding:15px; text-align:center; line-height:inherit}
.blog-recent img{ width:70%}
.blog-recent h6{ color:#999999}
.blog-recent h4{ line-height:normal!important}
.blog-recent h4 a{ color:#666666; font-size:15px;}
.blog-right-h4{ font-size:22px; margin-bottom:10px; border-bottom:1px solid #DFDFDF; padding-bottom:10px;}
.blog-cat-li
{ 
	width:100%; float:left;list-style-type:none;
	padding-bottom: 5px;
	padding-left: 2px;
	font-size: 13px;
	position: relative

}
.blog-cat-li a{ color:#666; font-size:15px;}
.blog-cat-li a:hover{ color:#006600}
.blog-cat-li span{ float:right}
.noborder{ border:0px!important;}

@media screen and (max-width: 800px) 
{
	.leftcolumn {   
  float: left;
  width: 100%;
}

/* Right column */
.rightcolumn {
  float: left;
  width: 100%;
  padding-left: 0px;
}
.blog{ padding:20px;}

}



