 span.i{
  width:40%;
  height:150px;
  overflow:hidden;
  padding:10px;
 }
 /*
 img {
  border:none;
  float: left;
  margin: 10px;
  width:100%;
 }
 */
 img.pic{
	/* float:left; */
	width:40%;
	max-height:160px;
	overflow:auto;
	transition:.5s;
	transition-delay:1s;
	border:5px solid #ffffff;
	box-shadow:0px 0px 1px #e1e1e1;
	margin-left:20px;
	cursor:zoom-in;
 }
 img.pic:hover{
	display:block;
	width:98%;
	height:auto;
	max-height:320px;
	opacity:.95;
	/* cursor:zoom-out; */
 }

 span.d {
	display:inline-block;
	width:25%;
	max-width:220px;
	vertical-align:top;
	padding-bottom:10px;
 }
 span.d2 {
	display:inline-block;
	width:50%;
	max-width:440px;
	vertical-align:top;
	padding-bottom:10px;
	font-size:150%;
	text-align:center;
	border-bottom:1px dotted #0084B1;
 }
 div.b{
	display:block;
	text-align:justify;
 }
 div.oneTerm{
	text-align:left;
	width:96%; /* auto; */
	max-width:900px;
	height:auto;
	min-height:180px;
	margin:0 auto;
	padding:10px 10px 10px 0;
	margin-bottom: 20px;
	border:1px solid #0084B1;
	/* clear: both; */ 
 }
 p.clear {
    clear: both;
 } 
 .b {
  margin-left:20px;
 }
 #filters{
  margin-top:50px;
 }
 #scr2{
  width:96%;
  max-width:900px;
  margin:0 auto;
  padding-top:10px;
 }
 .bg{ 
  background: linear-gradient(#f5f5f5,#8a8a8a);
 }
 .but{
  width:100px; 
  color:#ffffff;
 }
 #more2{
  text-align:center;
  border:none;
 }
 #more2 div{
  display:inline-block;
 }

