.category-featured-tags {
    padding: 10px 0;
    font-size: 14px;
    font-weight: bold;
    position: relative;
}


.category-featured-tags-title {
    text-transform: uppercase;
    margin-right: 14px;
    white-space: nowrap;
    position: absolute;
    left: 0;
    top: 20px;
}

.featured-tag-link {
    display: inline-block;
    background: #e2e2e2;
    color: black;
    padding: 6px 14px;
    margin: 0 5px 15px 5px;
    text-transform: uppercase;
    white-space: nowrap;
}

.post-featured-tags .featured-tag-link {
    font-size: 17px;
}

.post-featured-tags {
    text-align: center;
}
.post-featured-tags-title {
    text-transform: uppercase;
    margin-right: 16px;
    width: 100%;
    display: inline-block;
    font-weight: bold;
    color: red;
    margin-bottom: 12px;
}

.post-featured-tags .post-featured-tags-title {
    font-size: 19px;
}

.featured-tag-link.tag-featured {
    background: #ff3c36;
    color: white;
}
.category-featured-tags-title .fa{
    color: red;
    letter-spacing: -4px;
    font-size: 16px;
}

.category-featured-tags-left-column {
    width: 120px;
}

.featured-tags-wrapper {
    height: 36px;
    overflow: hidden;
    position: relative;
    padding: 0 70px 0 110px;
}

.featured-tags-container {
    position: relative;
    top: 0;
}


.category-featured-tags-controls {
    position: absolute;
    right: 0;
    top: 14px;
}

.category-featured-tags-controls .fa {
    width: 26px;
    line-height: 26px;
    text-align: center;
    margin-left: 6px;
    cursor: pointer;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 2px solid black;
    vertical-align: middle;
    display: inline-block;
}

@media (max-width: 767px) {

    .featured-tags-wrapper {
	padding: 0 15px;
	height: 100px;
	text-align: center;
    }

    .category-featured-tags {
	padding-bottom: 0;
    }

    .category-featured-tags-left-column {
	width: 100%;
    }

    .category-featured-tags-title {
	position: static;
	display: block;
	text-align: center;
	margin-bottom: 10px;
	margin-right: 0;
	margin-left: 0;	
    }

    .category-featured-tags-title > .fa {
	display: none;
    }

    .category-featured-tags-controls .fa {
	width: 20px;
	line-height: 20px;
	color: #FF3C36;
	font-size: 11px;
    }

    .category-featured-tags-controls {
	left: 0;
	right: 0;
    }

    .category-featured-tags-controls-prev {
	position: absolute;
	top: -8px;
	left: 50%;
	margin-left: -70px !important;
	margin-right: 0 !important;
    }

    .category-featured-tags-controls-next {
	position: absolute;
	top: -8px;
	right: 50%;
	margin-left: 0 !important;
	margin-right: -70px !important;
    }
}
