/****************************************/
/* GRID LIST
/****************************************/

.list {
	margin: 0 -15px;
}
.list:after {
	content: '';
	display: block;
	clear: both;
}

.list-item:hover {
	color: inherit;
}

.list-item-img {
	overflow: hidden;
}
/*
.grid-item-img.fancy {
	position: relative;
	padding-top: 56.25%;
}
*/
.list-item-img img {
	display: block;
	max-width: 100%;
}
/*
.grid-item-img.fancy img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
*/
.list-item-content {
	
}
.list-item-title {
	margin: 1em 0 0.75em 0;
	color: inherit;
}
.list-item:hover .list-item-title {
	color: #ff5722;
}

.list-item-excerpt {
	height: 6em;
	margin-bottom: 20px;
}

.list-item-extra {
	border-top: 1px solid #dadada;
	padding: 15px 0;
	font-size: 0.9em;
}

.list-item-keywords {
	min-height: 3em;
	color: #888;
	font-style: italic;
}
.list-item-keywords > span {
	display: inline-block;
	margin-right: 0.75em;
}
.list-item-keywords > span:hover {
	color: #111111;
}

.list-item-specs {
}

/***/











/* Partners list */
.partner-item {
	padding-bottom: 20px;
	transform: translate3d(0,0,0);
	-webkit-transition: all 0.2s ease;
			transition: all 0.2s ease;
}
.partner-item:hover {
	box-shadow: 0 2px 12px -4px rgba(0,0,0,0.5);
}
.partner-item .list-item-content {
	padding: 0 20px;
}
.partner-item .list-item-title {
	height: 2.4em;
}
.partner-item .list-item-excerpt {
	height: 9em;
	overflow: hidden;
}


/***/



