/*
body {
      background: url(images/species/bg.jpg) no-repeat center top fixed;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
    } 
*/
	/* colore scritta superiore */
    pc3d1 {
	    font-family: "Franklin Gothic Bold", "Arial Black", "sans-serif";
		color: rgba(1,90,156,0.9);
		float: left;
		font-weight: bold;
		text-align: center;
    }
	/* colore paragrafo */
    pc3d2 {
	  font-family: "Arial Black", "sans-serif";
	  color: rgba(0,0,0,1.00); 
	  float: left;
	  font-weight: bold;
	  text-align: center;
    }
	/*
    pc3d:hover {
        text-align: justify;
		color: #88a7f7;
    }
	*/

	/* colore scritta bold sotto */
    pc3d3 {
	  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
      font-size: 1.4em; 
	  color: rgba(255,0,0,0.88); 
	  font-weight: bold;
	  text-align: center;
    }
    pc3d3:hover {
      color: rgba(255,0,0,.40);
    }
	/* Dimensione area card */
    #showcase {
	  margin-top: 3em;
	  margin-bottom: 5em;
	  min-height: 40em;
	  height: auto;
	  max-width: 100%;
	  width: auto;
	  /*left: -50%;*/
	  align: center;
      overflow: visible !important;
	  /* background-color: rgba(1,90,156,0.10); */
      /* border: 0.5em rgba(108,108,108,0.4) double; /* selezione bordo */
      border-radius: 1.3em;
    }
	/* personalizzazione schede carosello */
    .card {
      left: 0%;
	  align: center;
	  /*min-width: 10%;*/
	  max-width: 20%;
      min-height: 30%;
	  max-height: 100%;
	  height: auto;
      padding: 0.5em;
      text-align: center;
      background-color: rgba(255,255,255,0.80);
      border: 0.5em rgba(1,90,156,0.60) ridge; /* selezione bordo */
      border-radius: 1.3em;
    }
    .card h2 {
      margin: 0 0 0 0.6em 0;
    }
	/* personalizzazione scritta bold sotto */
    .card a {
      font-size: 1.2em;
      display: block;
    }
	/* personalizzazione paragrafo */
    .card p {
      font-size: 1em;
    }
	/* rettangoli frecce */
    .nav {
	  width: 5%;	
      height:20%;
	  top: 25%;
	  color: #ccc;
      font: bold 2.5em "Lucida Grande";
      text-align: center;
      text-shadow: 0px 1px 0px #f5f5f5;
      background: rgba(150, 150, 150, 0.7);
      border: solid 2px rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.45);
      -moz-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.45);
      box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.45);
      cursor: pointer;
      position: absolute;
    }
    .nav:active,
    .nav.down {
      background: rgba(120, 120, 120, 0.5);
      border: solid 0.08em rgba(0, 0, 0, 0.55);
    }
    .nav.left {
      left: 0%;
      -webkit-border-radius: 0.4em 0.1em 0.1em 0.4em;
      -moz-border-radius: 0.4em 0.1em 0.1em 0.4em;
      border-radius: 0.4em 0.1em 0.1em 0.4em;
    }
    .nav.right {
      left: 95%;
      -webkit-border-radius: 0.1em 0.4em 0.4em 0.1em;
      -moz-border-radius: 0.1em 0.4em 0.4em 0.1em;
      border-radius: 0.1em 0.4em 0.4em 0.1em;
    }
    footer hr {
      width: 0.5em;
    }