.blog-page .blog-container .uk-grid > * {
	padding: 0;
	float: none;
}

.blog-container {
	width: 1040px;
	margin: auto;
}
.single .blog-container {
	width: 800px;
}
.blog-container .uk-grid {
	margin: 0;
}
.block-1 {
	border: none;
	padding-top: 115px;
}

.single .block-1 {
	padding-top: 50px;
}

.article {
	width: 50%;
	float: left;
}
.art-img {
	width: 50%;
	float: right;
}
.single .article, .single .art-img {
	width: 100%;
	float: none;
}

.art-title {
	font-size: 24px;
	color: #646468;
	text-transform: uppercase;
	text-align: left;
	line-height: 150%;
	display: inline-block;
}
a.art-title {
	margin-bottom: 10px;
}
a.art-title:hover {
	color: #4b7ab1;
}
.art-date, .read {
	color: #4b7ab1;
}
.art-text {
	color: #747474;
}
.read {
	text-transform: uppercase;
}

.art-img span {
	display: block;
	float: right;
	margin-right: 30px;
	width: 400px;
	height: 220px;
	overflow: hidden;
	background: #ccc;
}
.art-img img, .single .blog-container img {
	width: 100%;
}

.single .romb-list {
	font-size: 14px;
	margin-left: 20px;
}

.other-articles .col {
	width: 46%;
	margin: 0 2%;
	float: left;
}
.other-articles .art-title {
	font-size: 18px;
	margin-top: 15px;
}
.other-articles .art-img {
	width: 100%;
	min-height: 200px;
	background: #ccc;
}



@media (max-width: 1024px) {
	.blog-container {
		width: 80%;
	}
	.art-img span {
		margin-right: 0;
		width: 85%;
		height: auto;
	}
}

@media (max-width: 768px) {
	.block-1 {
		padding-top: 50px;
	}
	.art-title {
		font-size: 18px;
	}
	.art-img span {
		width: 93%;
	}
	.single .blog-container {
		width: 80%;
	}

	.other-articles .art-img {
		min-height: auto;	
		height: 150px;	
		overflow: hidden;
	}
}

@media (max-width: 740px) {
	.nav-shadow, .nav-bg {
		display: none;
	}
}

@media (max-width: 670px) {	
	.other-articles .art-img {
		background: none;
	}

	.blog-container, .single .blog-container {
		width: 90%;
	}
}

@media (max-width: 415px) {
	.blog-container, .single .blog-container {
		width: 80%;
	}

	.article, .art-img, .other-articles .col {
		width: 100%;
		float: none;
		margin: 0;
	}
	.art-img {
		margin-top: 15px;
	}
	.art-img span {
		margin: 0;
		float: none;
	}

	.other-articles .art-img {
		height: 125px;	
	}
}

.disc {
  list-style-type: disc;
}

.circle {
  list-style-type: circle;
}
