.tx_mask_interestedin .results {
	font-weight: 600;
    border-bottom: 2px solid #e8e8e8;
    padding-bottom: 5px;
}

.tx_mask_interestedin {
	width: 100%;
	display: inline-block;
}

.tx_mask_interestedin a, .tx_mask_interestedin a:hover {
	color: rgba(0,0,0,1);
	text-decoration: none;
}

.tx_mask_interestedin strong {
	font-weight: 600;
	font-size: 14px;
}

.tx_mask_interestedin .multiple.slide {
	float: left;
	width: 153px !important;
	font-size: 14px;
	margin-left: 11px;
}

.tx_mask_interestedin p {
	font-size: 14px !important;
	width: 153px;
}

.tx_mask_interestedinimg {
	background: rgba(255,255,255,1);
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	display: inline-block;
	border: 2px solid #e8e8e8;
	margin-top: 10px;
}

.tx_mask_interestedinimg img {
	/*-webkit-box-shadow: 0px 0px 24px -9px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 24px -9px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 24px -9px rgba(0,0,0,0.75);*/
    width: 110px;
    height: auto;
	min-height: 110px;
}

.tx_mask_interestedintitle {
	clear: both;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 5px;
}

@media screen and (min-width: 480px) and (max-width:1200px) {
	.slick-track.slick-initialized.slick-slider {
		width: 80%;
		margin: auto;
	}
}

@media screen and (min-width: 0px) and (max-width:480px) {
	.tx_mask_interestedin {
    	width: 70%;
    	margin: auto;
    	display: inherit;
    }

    .tx_mask_interestedin li {
    	width: 192px;
    }
}