@charset "utf-8";
/* CSS Document */


  
  
.aside{
	width:15%;
/*	max-width:150px;
*/	height:70px;	
	text-align:center;
	vertical-align:top;
	display:inline-block;
	border-radius:6px;
/*	background-color: #FCFF8E;
*/	border:3px solid #6fc3f1;
background:url(../images/babg.jpg);
	padding:5px;
	margin:5px;
	position:relative;
	box-shadow: 3px 3px 5px rgba(20%,20%,20%,0.3);
	color:#000;
	}
	.aside:hover {background-color: rgba(0, 0, 0, .1);}
	.aside:hover div{background-color: rgba(99, 99, 99, .9);}
	.aside img{
		float:right;
	    }
@media screen and (max-width: 996px) {

.aside{
	width:30%;
	}
@media screen and (max-width: 530px) {

.aside{
	height:90px;	
	}
}

@media screen and (max-width: 440px) {

.aside{
	height:120px;	
	}
}