.card-container {
	min-height: 120px;
}

.card-content-top .card-container .pinterest{
	opacity: 1;
}

div:not(.card-content-top) .card-container figure a:not(.pinterest):before{
	display: none;
}

.card-content-top .card-container figure a:not(.pinterest):after{
	/*content: "";*/
	/*position: absolute;*/
	/*top: 0;*/
	/*right: 0;*/
	/*bottom: 0;*/
	/*left: 0;*/
	/*background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35.379' height='20' viewBox='0 0 35.379 20'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath data-name='Rectangle 126' fill='%23fff' d='M0 0h35.379v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg data-name='Group 65' clip-path='url(%23a)'%3E%3Cpath data-name='Path 70' d='M17.69 0A20.63 20.63 0 0 0 0 10a20.63 20.63 0 0 0 17.69 10 20.63 20.63 0 0 0 17.69-10A20.63 20.63 0 0 0 17.69 0m0 16.472A6.472 6.472 0 1 1 24.162 10a6.472 6.472 0 0 1-6.472 6.472' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E) rgba(0,0,0,.25") no-repeat center;*/
	/*pointer-events: none;*/
	opacity: 1; 
	/*transition: .15s ease-in-out;*/
}

.card-content {
	padding: 14px;
    background: black;
	color: white;;
    /*background: #ffec34;*/
}

.card-info-icon {
	z-index: 10;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 2.5rem;
	height: 2.5rem;
	background: #feec34 url("data:image/svg+xml,%3Csvg baseProfile='tiny' height='24' version='1.2' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.839 17.525c-.006.002-.559.186-1.039.186-.265 0-.372-.055-.406-.079-.168-.117-.48-.336.054-1.4l1-1.994c.593-1.184.681-2.329.245-3.225-.356-.733-1.039-1.236-1.92-1.416a4.776 4.776 0 0 0-.958-.097c-1.849 0-3.094 1.08-3.146 1.126a.5.5 0 0 0 .493.848c.005-.002.559-.187 1.039-.187.263 0 .369.055.402.078.169.118.482.34-.051 1.402l-1 1.995c-.594 1.185-.681 2.33-.245 3.225.356.733 1.038 1.236 1.921 1.416.314.063.636.097.954.097 1.85 0 3.096-1.08 3.148-1.126a.5.5 0 0 0-.491-.849z'/%3E%3Ccircle cx='13' cy='6.001' r='2.5'/%3E%3C/svg%3E") no-repeat center;
	transition: .15s ease-in-out;
}

.card-content-name {
	font-weight: bold;
	color: #ffec34;;
}

.slick-track[style] {
	height: 40vh !important;
}

.slick-slide img[style] {
	height: 40vh !important;
	top: 0vh !important;
	position: relative;
	-webkit-transition: height top 0.6s; 
  -moz-transition: height top 0.6s; 
  -ms-transition: height top 0.6s; 
  -o-transition: height top 0.6s; 
  transition: height top 0.6s;  
}

.slick-current img[style] {
	height: 40vh !important;
	top: 0 !important;
	position: relative;
}

.item--content__description a:hover {
	color: #3a3a3a;
}

.item--content__description p {
	padding: 10px 0px;
}

.item--content__description table {
	padding: 20px 0px;
	display: block;
}

.item--content__description table tr td:first-child {
	font-weight: bold;
}