/* 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;
}

.book-box {
    width: 100%;
    max-width: 100%;
    background: #fff;
    border-radius: 6px;
    padding: 8px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
	margin-bottom:10px;
	text-align:center;
}

.book{ border-bottom:1px solid #666666; float:left; margin-bottom:20px; padding-bottom:10px; height:480px!important; text-align:center}
.book-text{ margin-top:6px; font-size:12px;}
.book-cat{ font-size:14px; font-weight:normal}
.book-span{ margin-right:13px!important; }
.book h2 { font-size:15px; margin-bottom:10px; }
.book-title{ margin-top:10px; font-size:18px!important; font-weight:bold; padding-bottom:10px; color:#666666; width:100%; float:left }
.book-title a{ color:#333333!important; font-weight:bold!important;}
.book-recent{ margin-bottom:10px; padding:15px; text-align:center; line-height:inherit}
.book-recent img{ width:70%}
.book-recent h6{ color:#999999}
.book-recent h4{ line-height:normal!important}
.book-recent h4 a{ color:#666666; font-size:15px;}
.book-right-h4{ font-size:22px; margin-bottom:10px; border-bottom:1px solid #DFDFDF; padding-bottom:10px;}
.book-cat-li
{ 
	width:100%; float:left;list-style-type:none;
	padding-bottom: 5px;
	padding-left: 2px;
	font-size: 13px;
	position: relative

}
.book-cat-li a{ color:#666; font-size:15px;}
.book-cat-li a:hover{ color:#006600}
.book-cat-li span{ float:right}
.noborder{ border:0px!important;}
.book-img{ max-width:100%; max-height:346px;}

@media screen and (max-width: 800px) 
{
	.leftcolumn {   
  float: left;
  width: 100%;
}

.book-img{ max-width:100%; max-height:346px;}
/* Right column */
.rightcolumn {
  float: left;
  width: 100%;
  padding-left: 0px;
}
.book{ padding:20px;}

}



