/*------------------------------------*\
	GENERAL
\*------------------------------------*/
.sidebar-spacing {
	display: block;
	background-color: #D6D6D6;
	height: 18px;
	clear: both;
	line-height: 18px;
}

/*------------------------------------*\
	YOUTUBE
\*------------------------------------*/
.top_youtube_big {
	height: auto !important;
	    margin: 0px -18px;
}
.top_youtube_big .catTitle {
	margin: 194px 18px 18px 18px;
}
.top_youtube_big .catTitle a {
	font-weight: bold;
}
.top_youtube_big .catTitle a:hover {
	color:#DC090B;
}
.top_youtube_small {
	padding: 0 0 !important;
	display: table;
}
 .top_youtube_small .image {
	width: 100% !important;
	margin: 0 8px 0 0 !important;
	display: block;
	position: relative;
}
 .top_youtube_small .image:after {
    content: "\f04b";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    font-size: 40px;
    text-align: center;
    width: 290px;
    height: 185px;
    line-height: 185px;
}
.top_youtube_small .content {
	margin: 0px 0px 0px 0 !important;
	display: block;
}
.top_youtube_small .content .text {
	line-height: 17px;
}
.top_youtube_small .content .text a:hover {
	color:#DC090B !important;
}
div#___ytsubscribe_0 {
    position: absolute;
    right: 12px;
    top: 9px;
}
div.wrapper > div.body > div.inner > div.columns.side > div.section > div.header {
	position: relative;
}


/*------------------------------------*\
	TRENDING ARTICLES
\*------------------------------------*/
div.wrapper > div.body > div.inner > div.columns.side > div.widget {
	margin: 0;
}
div.wrapper > div.body > div.inner > div.columns.side > div.section.widget > div.body {
    padding: 12px 12px 12px 12px;
}

div.wrapper > div.body > div.inner > div.columns.side > div.section.widget > div.body > a > img {
    display: block;
    width: 100%;
}