/* ---------scheda book---------- */

.scheda_home {
	height: 80px;
}

.content_bottone_scheda{
	position: absolute;
	bottom:8px;
	width:100%;
	left:0px;
}

.bottone_acquista {
	position: absolute;
	right:20px;
	bottom: 20px;
	width: 150px;
	height: 20px;
	border-radius: 3px;
	background-color: #ff6464;
	margin: auto;
	cursor: pointer;
	padding: 4px 4px 5px 4px;
	text-align: center;
	color:#fff;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.bottone_acquista:hover {
		background-color: #ff0000;

	}
	
	
	@media screen and (max-width:858px){
		
		.bottone_acquista {
			position: relative;
			display: inline-block;
			bottom:10px;
			margin: 10px;right: 0;
		}
		
		.content_bottone_acquista {
			width: 100%;
			clear: both;
			margin: 30px 0 0 0;
		}
		


	}


.bottone_scheda {
	display: none;
	}

.book_scheda {
	position: relative;
	-moz-box-shadow: 0 0 2px 0 rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,.1);
	box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
	border-radius: 2px;
	overflow: hidden;
	margin: 35px 0 0 0;
	border-bottom:4px solid #3fa6dd;
	background-color: #ffffff;
}

.testo_scheda {
	margin:16px;
}

.testo_scheda p {
	font-size: 0.95em;
}

.testo_scheda h5 {
	font-size: 1.2em;
	color:#7fa7c5;
}


.cover {
	margin:0 18px 12px 0;
	float:left;
	-moz-box-shadow: 0 0 2px 0 rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,.4);
	box-shadow: 0 0 5px 0 rgba(0,0,0,.4);
}

.cover img {
	width: auto;
	max-width: 280px;
	margin-bottom: -5px;
}


.dettagli {
	background-color: #ffffff;
	margin:10px 10px 10px 0;
	float:left;
	padding:9px;
	max-width: 380px;
	text-align: left !important;
	
	-moz-box-shadow: 0 0 2px 0 rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,.4);
	box-shadow: inset 0 0 5px 0 rgba(0,0,0,.2);
	
	border-radius: 3px;
	
}


/* ---------scheda book---------- */