.ot-category-featured {
	float: left;
	margin: 0 0 50px;
	position: relative;
	width: 100%;
}
.ot-category-featured .otfcat-items {
  float: left;
  width: 100%;
}
.ot-category-featured .category-feature.ot-carousel {
  margin-bottom: 0;
  width: auto;
}
.ot-category-featured .item {
	float: left;
	padding: 0 15px;
	width: 100%;
}
.ot-category-featured .content {
	border: 2px solid #eeeeee;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; 
	-khtml-border-radius: 10px;
	float: left;
	overflow: hidden;
	width: 100%;
}
.ot-category-featured .image {
    float: right;
	padding: 0;
}
.ot-category-featured .image a {
  display: inline-block;
  float: right;
  overflow: hidden;
  position: relative;
}
.ot-category-featured .image a img {
	max-width: 100%;
}
.ot-category-featured .caption {
	float: left;
	padding: 20px 15px 20px 35px;
	position: relative;
}
.ot-category-featured .cat-title > h4 {
  	border-bottom: 2px solid #eeeeee;
	margin: 0;
	overflow: hidden;
	padding: 12px 15px 12px 25px;
	text-overflow: ellipsis;
}
.ot-category-featured .cat-title a {
	color: #000000;
	font: 500 18px/25px "poppins",helvetica,sans-serif;
	letter-spacing: 0.4px;
	margin: 0;
	text-transform: capitalize;
	white-space: nowrap;
}
.ot-category-featured .content:hover .cat-title a {
	color: #ec2d48;
}
.ot-category-featured .caption .cat-sub {
  float: left;
  width: 100%;
}
.ot-category-featured .caption .cat-sub ul {
	margin-top: 10px;
}
.ot-category-featured .cat-sub li {
  list-style: outside none none;
  position: relative;
  cursor: pointer;
}
.ot-category-featured .caption .cat-sub li a,
.ot-category-featured .cat-sub li.more span {
	border: medium none;
	border-radius: 0;
	-moz-border-radius: 0; 
	-webkit-border-radius: 0; 
	-khtml-border-radius: 0;
	color: #444444;
	font: 400 14px/38px "poppins",helvetica,sans-serif;
	letter-spacing: 0.4px;
	padding: 0;
	position: relative;
	text-transform: capitalize;
}
.ot-category-featured .caption .cat-sub li a:hover,
.ot-category-featured .cat-sub li.more span:hover,
.ot-category-featured .caption .cat-sub li a:hover::before {
	color: #000000;
}
.ot-category-featured .caption .cat-sub li a::before {
  color: #333333;
  content: "\f105";
  font-size: 15px;
  font-family: "FontAwesome";
  left: -17px;
  position: absolute;
  top: 0;
}
.ot-category-featured .cat-sub li.more::before {
  color: #333333;
  content: "\f105";
  font-size: 15px;
  font-family: "FontAwesome";
  left: -17px;
  position: absolute;
  top: 7px;
}
@media (max-width: 767px) {
.ot-category-featured {
	margin: 0 0 30px;
}
}
@media (max-width: 480px) {
.ot-category-featured .otfcat-items {
	margin: 0;
}
.ot-category-featured .caption {
	padding: 20px 10px;
}
}