/*

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

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

div.list {
	width: 620px;
	margin: 0px auto;
}

div.full div.list {
	width: 100%;
}

div.list article {
	display: inline-block;
	width: 300px;
	margin: 0px 20px 20px 0px;
	background-color: #FFF;
	text-align: center;
	padding: 0px 0px 0px;
	vertical-align: top;
}

div.full div.list article {
	margin-bottom: 16px;
}

div.list article:last-child,
div.list article:nth-child(2n + 2) {
	margin-right: 0px;
}

div.full div.list article:nth-child(2n+2) {
	margin-right: 20px;
}

div.full div.list article:nth-child(3n + 3) {
	margin-right: 0px;
}

div.list article figure {
	display: block;
	height: 300px;
	background-size: cover;
	margin: 0px;
}

div.list article figure a {
	display: block;
	width: 100%;
	height: 300px;
}

div.list article div.information {
	height: 165px;
	overflow: hidden;
	margin-top: 5px;
	padding: 0px 5px;
}

div.full div.list article div.information {
	height: 300px;
	text-align: left;
}

div.list article div.content {
	margin: 0px 20px;
	font-style: italic;
	font-size: 125%;
	line-height: 27px;
}

div.full div.list article div.information div.content {
	font-style: normal;
	line-height: 19px;
	margin: 0px 8px;
	font-size: 17px;
	letter-spacing: 0px;
}

div.list article h2 {
	font-family: Gothic210;
	font-size: 270%;
	text-transform: uppercase;
	margin: 0px 0px 20px;
	line-height: inherit;
	padding: 0px;
	text-align: center;
	height: 28px;
}

div.full div.list article h2 {
	margin: 10px;
}

div.list article h3 {
	font-family: alfresco;
	font-size: 170%;
	margin: 5px 0px 20px;
	line-height: inherit;
	padding: 0px;
	text-transform: none;
	height: 19px;
	text-align: center;	
}

div.list div.more {
	background-color: #FFFFFF;
	display: block;
	font-family: Gothic230;
	cursor: pointer;
	position: absolute;
	margin-top: 5px;
	transition: margin 0.5s;
}

div.list div.more.loading {
	background-color: transparent;
}