.trending-sections {
	position: relative;
	padding: 20px 0;
	margin: 80px auto 20px auto!important;
	background-color: #F7F7F7;
}
.trending-sections img {
	display: block;
}
.trending-sections h2.widget-title {
	text-transform: uppercase;
	position: absolute;
	margin: 0;
	line-height: 1em;
	top: -0.80em;
	font-size: 25pt;
	letter-spacing: 0.05em;
}
.trending-sections ul.tabs {
	width: auto;
	float: right;
	text-align: right;
	text-transform: uppercase;
	position: relative;
	margin-top: -40px;
	z-index: 555;
}
.trending-sections:after,
.trending-menu:after,
.trending-content:after,
.catthumb:after {
	content: "";
	display: table;
	clear: both;
}
.trending-sections ul.tabs li {
	display: inline-block;
	margin: 0 0 0 15px;
}
.trending-sections ul.tabs li a {
	color: #000;
	font-size: 11px;
    font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	padding: 5px 0;
}
.trending-sections .tab-content {
	clear: both;
	width: 100%;
  	display: table;
}
.trending-sections .tab-content p.ptab-title {
	line-height: 165%;
	font-size: 15pt;
	margin: 5px 0;
}
.trending-sections .tab-content p.ptab-text {
	font-size: 11px;
    font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	margin: 5px 0;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.trending-sections .tab-content h2 {
	line-height: 1em;
	font-size: 25pt;
	text-transform: uppercase;
	margin: 0;
}
.trending-sections .tab-content h2 a {
	color: #000;
}
.trending-sections .tab-content .tabicon {
	line-height: 1em;
	font-size: 32pt;
	color: #CBCBCB;
}
.trending-sections .tab-content .tabicon a {
	color: #CBCBCB;
}
.trending-sections .tab-images {
	width: 60%;
  	display: table-cell;
}
.trending-sections .tab-title {
	text-align: center;
	width: 40%;
  	display: table-cell;
  	position: relative;
}
.trending-sections .tab-title-content,
.trending-sections .tab-images a h3 {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0;
}
.trending-sections .tab-images a h3 {
    display: table-cell;
    vertical-align: middle;
    opacity: 0;
	-webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
.trending-sections .tab-images a {
	display: table;
	position: relative;
	text-align: center;
	color: #000;
	background-color: #FFF;
	text-transform: uppercase;
}
.trending-sections .tab-images a:hover h3 {
	opacity: 1;
}
.trending-sections .tab-images a h3 span {
    padding: 0 5%;
    display:block;
}
.trending-sections .tab-images a:hover img {
	opacity: 0.2;
}
.trending-sections #sb_instagram {
	padding: 0!important;
	position: relative;
	overflow-y: hidden;
}
.trending-sections #sb_instagram div {
	overflow-y: hidden;
	margin: -8px 0 -8px -16px!important;
}
.trending-sections .catthumb li {
	width: 50%;
	float: left;
	padding-right: 16px;
	box-sizing: border-box;
	list-style-type: none;
}
.pins-feed-list li.pins-feed-item {
	width: 50%!important;
	margin: 0!important;
	padding-right: 12px;
	box-sizing: border-box;
}
.pins-feed-list li.pins-feed-item img {
	width: 100%;
}
.trending-sections .wrapcontent {
	max-width: 98%;
}
@media screen and (max-width: 760px) {
	.trending-sections ul.tabs {
		margin-top: 0;
		margin-bottom: 20px;
		float: none;
		text-align: center;
	}
	.trending-sections ul.tabs li {
		margin: 0 3px;
	}
}
@media screen and (max-width: 680px) {
	.trending-sections .tab-content,
	.trending-sections .tab-images,
	.trending-sections .tab-title {
		width: 100%;
  		display: block;
	}
	.trending-sections .tab-title-content {
		position: relative;
		top: 0;
		left: 0;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	.trending-sections .catthumb {
		margin-bottom: 10px;
	}
	.trending-sections .catthumb li {
		padding: 0 6px;
	}
	.trending-sections #sb_instagram div {
		margin: -10px 0 0 0!important;
	}
	.pins-feed-list {
		padding-bottom: 20px!important;
	}
	.pins-feed-list li.pins-feed-item {
		padding: 0 6px!important;
	}
}