#categories {
	position: relative;
	width: 664px;
	height: auto;
	padding: 20px 0;
}
	
@media screen and (min-width : 320px) and (max-width : 479px) {
	#categories { width: 300px; padding: 20px 0 0 0; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	#categories { width: 460px; padding: 20px 0 0 0; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	#categories { width: 728px; }
}

	.news_category {
		display: inline;
		background: #e84b2e;
		width: auto;
		color: #FFFFFF;
		padding: 5px 10px;
	}
	
#news_title {
	position: relative;
	top: 0px;
	left: 0px;
	width: 664px;
	height: auto;
	font-size: 40px;
	padding-top: 10px;
	line-height: 40px;
}
	
@media screen and (min-width : 320px) and (max-width : 479px) {
	#news_title { width: 300px; font-size: 22px; line-height: 22px; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	#news_title { width: 460px; font-size: 22px; line-height: 22px; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	#news_title { width: 728px; }
}

#news_abstract {
	position: relative;
	top: 0px;
	left: 0px;
	width: 664px;
	height: auto;
	font-size: 24px;
	line-height: 28px;
	padding-top: 20px;
}
	
@media screen and (min-width : 320px) and (max-width : 479px) {
	#news_abstract { width: 300px; font-size: 16px; line-height: 18px; padding-top: 0px; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	#news_abstract { width: 460px; font-size: 16px; line-height: 18px; padding-top: 0px; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	#news_abstract { width: 728px; }
}

#news_publication {
	position: relative;
	top: 0px;
	left: 0px;
	width: 664px;
	height: auto;
	font-size: 20px;
	padding-top: 20px;
}
	
@media screen and (min-width : 320px) and (max-width : 479px) {
	#news_publication { width: 300px; font-size: 14px; padding-top: 10px; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	#news_publication { width: 460px; font-size: 14px; padding-top: 10px; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	#news_publication { width: 728px; }
}

	#news_publication i {
		margin-right: 10px;
	}

#images_header {
	width: 664px;
	height: auto;
	padding-top: 20px;
}
	
@media screen and (min-width : 320px) and (max-width : 479px) {
	#images_header { width: 300px; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	#images_header { width: 460px; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	#images_header { width: 728px; }
}

	.header_img {
		width: 664px;
		height: 443px;
	}
	
	@media screen and (min-width : 320px) and (max-width : 479px) {
		.header_img { width: 300px; height: 200px; }
	}
	@media screen and (min-width : 480px) and (max-width : 767px) {
		.header_img { width: 460px; height: 307px; }
	}
	@media screen and (min-width : 768px) and (max-width : 992px) {
		.header_img { width: 728px; height: 486px; }
	}

	/* Arrows */
	#images_header .slick-prev, #images_header .slick-next
	{
		width: 50px;
		height: 50px;
		z-index: 200;
	}
	
	@media screen and (min-width : 320px) and (max-width : 479px) {
		#images_header .slick-prev, #images_header .slick-next { width: 30px; height: 30px; }
	}
	@media screen and (min-width : 480px) and (max-width : 767px) {
		#images_header .slick-prev, #images_header .slick-next { width: 30px; height: 30px; }
	}
	@media screen and (min-width : 768px) and (max-width : 992px) {
		#images_header .slick-prev, #images_header .slick-next { }
	}

	#images_header .slick-prev:before,
	#images_header .slick-next:before
	{
		font-size: 50px;
	}
	
	@media screen and (min-width : 320px) and (max-width : 479px) {
		#images_header .slick-prev:before, #images_header .slick-next:before { font-size: 30px; }
	}
	@media screen and (min-width : 480px) and (max-width : 767px) {
		#images_header .slick-prev:before, #images_header .slick-next:before { font-size: 30px; }
	}
	@media screen and (min-width : 768px) and (max-width : 992px) {
		#images_header .slick-prev:before, #images_header .slick-next:before { }
	}

	#images_header .slick-prev
	{
		 left: 10px;
		 top: 50%;
	}

	#images_header .slick-next
	{
		 right: 10px;
		 top: 50%;
	}

	/* Dots */
	.slick-dots li button:before
	{
		font-size: 14px;
	}
	
#content {
	position: relative;
	top: 0px;
	left: 0px;
	width: 664px;
	height: auto;
	text-align: justify;
	padding: 20px 0;
	border-bottom: 1px solid #dbdbdb;
}
	
@media screen and (min-width : 320px) and (max-width : 479px) {
	#content { width: 300px; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	#content { width: 460px; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	#content { width: 728px; }
}
		
#tag_box {
	position: relative;
	top: 0px;
	left: 0px;
	width: 664px;
	height: auto;
	padding: 20px 0;
}
	
@media screen and (min-width : 320px) and (max-width : 479px) {
	#tag_box { width: 300px; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	#tag_box { width: 460px; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	#tag_box { width: 728px; }
}

	#tag_title {
		display: inline-block;
		margin-right: 10px;
	}
	
	.tag {
		display: inline-block;
		padding: 5px 10px;
		background: #FFFFFF;
		border: 1px solid #e84b2e;
		color: #e84b2e;
		border-radius: 3px;
		text-transform: capitalize;
		margin-right: 10px;
		margin-bottom: 10px;
		font-size: 14px;
	}
	
		.tag:hover {
			background: #e84b2e;
		}
	
		.tag_link {
			color: #e84b2e;
			text-decoration: none;
		}
	
			.tag_link_hover {
				color: #FFFFFF;
			}
			
#author_box {
	position: relative;
	width: 624px;
	height: auto;
	background: #dbdbdb;
	padding: 20px;
}
	
@media screen and (min-width : 320px) and (max-width : 479px) {
	#author_box { width: 280px; padding: 10px; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	#author_box { width: 440px; padding: 10px; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	#author_box { width: 688px; }
}

	#author_img {
		display: inline-block;
		width: 100px;
		height: 100px;
		margin-right: 20px;
	}
	
	@media screen and (min-width : 320px) and (max-width : 479px) {
		#author_img { width: 50px; height: 50px; margin-right: 10px; }
	}
	@media screen and (min-width : 480px) and (max-width : 767px) {
		#author_img { width: 70px; height: 70px; margin-right: 10px; }
	}
	@media screen and (min-width : 768px) and (max-width : 992px) {
		#author_img { }
	}

	#author_data {
		display: inline-block;
		width: 500px;
		vertical-align: top;
	}
	
	@media screen and (min-width : 320px) and (max-width : 479px) {
		#author_data { width: 216px; }
	}
	@media screen and (min-width : 480px) and (max-width : 767px) {
		#author_data { width: 356px; }
	}
	@media screen and (min-width : 768px) and (max-width : 992px) {
		#author_data { width: 564px; }
	}

		#author_name {
			color: #e84b2e;
			font-size: 18px;
		}

		#author_bio {
			padding-top: 5px;
			font-size: 14px;
		}