.single-widget:first-child {
	/*margin-top: 10px;*/
}
.single-widget {
	overflow: hidden;
	margin: 0 0 30px 0;
}

.single-widget h2 {
	color: #000;
	text-transform: normal;
	font-weight: 300;
	font-size: 180%;
	line-height: 1;
	margin: 0 0 20px 0;
}

/*--- NEWS WIDGET ----------------------------------------------------------*/
#news-widget {
	position: relative;
}
#news-widget > h2 {
	margin-bottom: 20px;
}
#news-widget > h2 a {
	color: #000;
}
#news-widget > h2 a:hover {
	color: #ff5400;
}
#news-widget .slick-dots {
	position: absolute;
	top: 12px;
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: right;
	right: 0;
}
#news-widget .slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 0;
	cursor: pointer;
}
#news-widget .slick-dots li:last-child {
	margin: 0;
}
#news-widget .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
#news-widget .slick-dots li button:hover,
#news-widget .slick-dots li button:focus {
	outline: none;
}
#news-widget .slick-dots li button:hover::before,
#news-widget .slick-dots li button:focus::before {
	color: #6f6f6f;
	transition: color 300ms;
}
#news-widget .slick-dots li button::before {
	font-family: 'slick';
	font-size: 12px;
	line-height: 1;
	content: '•';
	text-align: center;
	color: #bebebe;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#news-widget .slick-dots li.slick-active button::before {
	color: #6f6f6f;
}
#news-widget .slide-news {
	margin-bottom: 0;
}
#news-widget .slide-news:active {
	
}
#news-widget .slide-news ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#news-widget .slide-news ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#news-widget .slide-news article {
	margin: 0 0 20px 0;
}
#news-widget .slide-news article h3 {
	color: #000;
	font-weight: 700;
	font-size: 80%;
	line-height: 1;
	margin: 0 0 10px 0;
}
#news-widget .slide-news article h2 {
	color: #ff5400;
	font-weight: 400;
	font-size: 110%;
	line-height: 1.2;
	margin: 0 0 5px 0;
	text-transform: none;
}
#news-widget .slide-news article h2 a {
	color: #ff5400;
}
#news-widget .slide-news article h2 a:hover {
	color: #ff5400;
}
#news-widget .slide-news article p {
	margin: 0;
	font-size: 90%;
}

@media screen AND (max-width: 1199px) {
	width: 66%;
	}
}

@media screen AND (max-width: 991px) {
	.single-widget:first-child {
		margin-top: 50px;
	}
}

@media screen AND (max-width: 767px) {
	
}

@media screen AND (max-width: 480px) {
	
}