.cd-hero__btn.tb {
	margin: 1em 0;
}

.paintings {
	display: flex;
	margin: 1em 0;
	flex-direction: row;
	align-items: start;
	justify-content: start;
	flex-wrap: wrap;
}

.paintings > .item {
	position: relative;
	border-radius: 1px;
	padding: 5px;
	width:154px;
	box-shadow: 1px 1px 3px rgba( 0, 0, 0, 0.5 );
	background-color: #F5F5F5;
	text-align: center;
	margin: 0.5em;
	transition: all 0.2s linear;
}

.paintings > .item:hover {
	z-index: 1;
	transform: scale( 1.2 );
}

.paintings > .item > .label {
	font-size: 0.8em;
	height: 2.1em;
	line-height: 1em;
}

.paintings > .item > .paint {
	width: 149px;
	height: 49px;
}


.edges {
	display: flex;
	margin: 1em 0;
	flex-direction: row;
	align-items: start;
	justify-content: start;
	flex-wrap: wrap;
}

.edges > .item {
	position: relative;
	border-radius: 1px;
	padding: 5px;
	width: 240px;
	box-shadow: 1px 1px 3px rgba( 0, 0, 0, 0.5 );
	background-color: #F5F5F5;
	text-align: center;
	margin: 0.5em;
	transition: all 0.2s linear;
}

.edges > .item:hover {
	z-index: 1;
	transform: scale( 2.0 );
}

.edges > .item > .label {
	font-size: 0.8em;
	height: 2.1em;
	line-height: 1em;
}

.edges > .item > .edge {
	width: 240px;
	height: 160px;
}

.portfolio {
	height: 420px;
	margin: 1em 0;
}

.portfolio .slick-slide {
	height: 420px;
	margin-right: 5px;
}

.portfolio .slick-slide:last-child {
	margin-right: 0;
}
.portfolio .slick-slide img {
	height: 420px;
}

.presentation {
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}

.presentation > div:first-child {
	max-width: 600px;
	flex-grow: 0;
	flex-shrink: 0;
	margin: 0 1em 1em 0;
	order: 0;
}

.presentation > div:last-child {
	flex-grow: 0;
	padding: 0 1em;
	align-self: flex-start;
}

.items {
	display: flex;
	margin: 1em 0;
	flex-direction: row;
	align-items: start;
	justify-content: start;
	flex-wrap: wrap;
}

.items > .item {
	position: relative;
	border-radius: 3px;
	padding: 0.2em;
	box-shadow: 2px 2px 5px rgba( 0, 0, 0, 0.6 );
	background-color: #F5F5F5;
	width: 300px;
	text-align: center;
	margin: 3em 0.5em 1em 0.5em;
	transition: all 0.2s linear;
}

.items > .item:hover {
	z-index: 1;
	transform: scale( 1.2 );
}

.items > .item > img {
	height: 100px;
	width: auto;
	position: relative;
	top: -2em;
}

.items > .item > .description {
	overflow: hidden;
}

.items > .item > .description > .title {
	font-weight: bold;
	font-size: 1em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}

.items > .item > .description > .properties tr.text td,
.items > .item > .description > .properties tr.text th {
	text-align: center;
}

.items > .item > .description > .height,
.items > .item > .description > .material {
	font-weight: normal;
	color: #656565;
	height: 1em;
}

.items > .item > .description > .properties {
	margin: 0 auto 1em auto;
}

.items > .item > .description > .properties th,
.items > .item > .description > .properties td {
	line-height: 1em;
}

.items > .item > .description > .properties th {
	font-weight: normal;
	color: #656565;
	text-align: right;
	padding-right: 1em;
}

.items > .item > .description > .properties td {
	color: #000000;
	text-align: left;
}

.items > .item > .description > .properties td > span {
	font-size: 0.8em;
	padding-left: 0.2em;
}

.items > .item > .description > .price {
	font-size: 1.2em;
	font-weight: bold;
	color: #D64C5E;
	margin-top: 0.8em;
}

.items > .item > .description > .price span {
	font-weight: normal;
	padding-left: 0.2em;
}

.items > .item .custom span {
	display: none !important;
}
