
@media only screen and (min-width:769px) {
	.shadow_list{
    -webkit-transition: all ease-out .3s;
    transition: all ease-out .3s;
	}
	.shadow_list:hover{
    -webkit-box-shadow: 1px 1px 7px 0 #dbdada, 0 12px 23px 0 #d6d7d8 !important;
    box-shadow: 1px 1px 7px 0 #dbdada, 0 12px 23px 0 #d6d7d8 !important;

	}
}
@media only screen and (max-width:768px) {
	
}