/*

    ////////////////////////////////////////////////////////////
    //
    // L8M
    // 
	//
	// Contains CSS (for screen).
    // 
	// Filesource /public/default/css/default/thumbnail.css
	// Version    $Id: thumbnail.css 24 2014-06-19 08:56:39Z sl $
    //
    ////////////////////////////////////////////////////////////

    ////////////////////////////////////////////////////////////
    // general
    ////////////////////////////////////////////////////////////
    
*/

div.thumbnail {
	padding: 11px 0px 0px;
	background-color: #FFF;
	margin-bottom: 20px;
	text-align: center;
}

div.side div.thumbnail {
	text-align: left;
}

div.thumbnail h2 {
	font-family: Gothic210;
	font-size: 270%;
	line-height: inherit;
	margin: 0 0 3px;
	padding: 0 10px;
	text-transform: uppercase;
	text-align: left;
}

div.thumbnail h2 iframe {
	float: right;
	width: 125px;
	margin-right: -5px;
}

div.thumbnail article {
	display: inline-block;
	width: 140px;
	margin: 0px 7.5px 7px;
	height: 140px;
	box-shadow: 0px 0px 0px 2px #E0DFDF;
	text-align: center;
	font-family: Gothic230;
	text-transform: uppercase;
	font-size: 105%;
	position: relative;
}

div.thumbnail article figure {
	display: block;
	position: absolute;
	top: 0px;
	background-position: center;
	background-size: cover;
	margin: 0px;
	padding: 0px;
	height: 140px;
	width: 100%;
	transition: opacity 0.5s;
}

div.thumbnail article span {
	display: block;
	position: absolute;
	opacity: 0;
	transition: opacity 0.5s;
	background-color: rgba(255, 255, 255, 0.5);
	width:140px;
	height: 105px;
	padding-top: 35px;
}

div.thumbnail article:hover span {
	opacity: 1;
}

div.thumbnail article:hover figure:last-child {
	opacity: 0;
}

div.thumbnail article:hover figure:only-child {
	opacity: 1;
}

div.thumbnail article a {
	display: block;
	height: 140px;
}

div.page + div.thumbnail {
	margin-top: 16px;
}

div.page + div.thumbnail article {
	margin-left: 9px;
}