
@media only screen and (min-width:601px) and (max-width: 1440px){


}




@media only screen and (min-device-width:601px) and (max-device-width: 1440px){

	.cs-style li {
		-webkit-perspective: none;
		-moz-perspective: none;
		perspective: none;

	}

	#fixhead nav a {
		font-size:1.6em;
	}

	.cs-style figcaption {
		height: 100%;
		width: 60%;
		opacity: 1;
		-webkit-backface-visibility: visible;
		-moz-backface-visibility: visible;
		backface-visibility: visible;
		-webkit-transform-origin: 0 0;
		-moz-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
		-webkit-transition: -webkit-transform 0.5s, opacity 0.1s 0.3s;
		-moz-transition: -moz-transform 0.5s, opacity 0.1s 0.3s;
		transition: transform 0.5s, opacity 0.1s 0.3s;

		}

	#login-box {
	width:50%;
	height:50%;
	}


	#segnala {
		width:50%;
		height:75%;
	}

	.prodotto p {
	  font-size: 1.3em;
	}

	.cs-style figure {
		width: 80%;
		margin-top:1%;

	}

	.cs-style figcaption a {
		left:0;
		bottom:0;
		right:0;
		border-radius: 0;

	.grid figcaption span {
		padding:5px 10px;
	}

	#login-box h3, #segnala h3 {
		padding-top:1%;
		padding-bottom:0;
	}


	#login-box p, #segnala p {
	  padding-top:4px;
	  font-size:1.4em;
	}

	.condividi {
		margin-top:10%;
	}
	
}



@media only screen 
  and (min-device-width : 768px) 
  and (max-device-width : 1024px) 
  and (orientation : landscape)
  and (-webkit-min-device-pixel-ratio: 1)  { 

 .cs-style li {
	-webkit-perspective: none;
	-moz-perspective: none;
	perspective: none;

}

.cs-style figure {
	width: 80%;
	margin-top:10%;

}


.cs-style figcaption {
	height: 100%;
	width: 60%;
	opacity: 1;
	-webkit-backface-visibility: visible;
	-moz-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
	-webkit-transition: -webkit-transform 0.5s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.5s, opacity 0.1s 0.3s;
	transition: transform 0.5s, opacity 0.1s 0.3s;
	}


	.grid figcaption span {
		padding:5px 10px;

	}

	.condividi {
	margin-top:10%;
}

	#login-box {
		width:50%;
		height:60%;
		}


	#segnala {
		width:50%;
		height:85%;
	}


