.figure-wrap {
	background-color: #874;
	overflow: hidden;
	padding-bottom: 24px;
	width: 100%;
}
.figure {
	float: left;
	padding-right: 3%;
	width: 22%;
}
.figure .image {
	/*background-color: #ccc;*/
	height: 240px;
	vertical-align: bottom;
}
.figure .inscription {
	font-size: 1.2em;
	color: #e3e3e3;
}
.inscription {
	margin-top: .3em;
	line-height: 1.4em;
}
.inscription a {
	font-size: 100%;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
.inscription a.nounderline {
	font-size: 86%;
	color: #e3e3e3;
}

/* -------------------- */

.padded-blocks {
	/* padding: 0vw 3vw; */
	font-family: "Segoe UI";
	padding: 0 2%;
}

.padded-blocks td {
	vertical-align: top;
}

.big-box a {
	color: #111;
	text-decoration: none;
}
.big-box a:hover {
	color: #922 !important;
}
.big-box a .text-size {
	border-bottom: 1px solid #bebebe;
}
.big-box a:hover .text-size {
	border-color: #922;
}

.big-box {
	text-align: left;
	display: inline-block;
	margin: 2em 4.4em 2em 0;
	vertical-align: top;
}
.big-box .very-big {
	font-size: 3.2em;
	margin-bottom: -.15em;
}

.big-box-final {
	margin-right: 0 !important;
}

.big-boxes-group {
	display: inline-block;
	/* font-size: 1.4vw; */
	margin-bottom: 2em;
}

.big-boxes-grouped {
	display: inline-block;
	border-bottom: 1px solid #bebebe;
	margin-right: 4.4em;
}
.big-boxes-grouped .big-box {
	margin-bottom: 0 !important;
	margin-right: 1.4em !important;
}
.big-boxes-grouped .big-box-final {
	margin-right: 0 !important;
}

.text-size {
	font-size: 1.4em;
}

.taxa-group-box {
	width: 27%;
	display: inline-block;
	padding: 0 4.5vw 4vw 0;
}

.taxa-group-title {
	color: #2b3856;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 0.4em;
}
.taxa-group-title a {
	color: #2b3856;
	text-decoration: none;
	border-bottom: 1px solid #78a;
}
.taxa-group-title a:hover {
	color: #922;
	border-color: #922;
}

.taxa-group-text {
	font-size: 1.2em;
}


.white-on-red {
	background-color: #354; /* #8D0E3B;	*/
	color: #eee;
}
.white-on-red a {
	color: #eee;
}
.white-on-red a:hover {
	border-bottom: 1px solid #eee;
	color: #fff;
}


.down-arrow {
	color: #bbb;
	font-size: .8em; 
	margin-top: 1.4em; 
	text-align: center; 
}


/* ----- Gadjets ------ */

.sample-gadjet a {
	color: #b00002 !important;
	color: #070707 !important;
}
.species-gadjet a {
	color: #7b4231 !important;
	color: #395462 !important;
}
.type-gadjet a {
	color: #395462 !important;
}

.dna-gadjet a  {
	color: #2d3f01 !important;
}


/* ----- Button ------ */

.download {
	font-size: 1.4em;
	margin: 4.4em 0 5em 0;
	padding: 14px 14px 20px 14px;
	/* border-radius: 1px; */
	border: 2px solid #800;
	display: inline-block;
	font-weight: bold;
	/* background-color: #eaa; */
}
.download:hover {
	background-color: #800;
}
.download:hover a {
	border-bottom: 1px solid #fff;
	color: #fff;
}
.download a {
	border-bottom: 1px solid #800;
	color: #800;
	text-decoration: none;
}