.bg-blog-article-url:hover {
	text-decoration: none;
	color: inherit;
}

.bg-blog-article-url:hover > * {
	/*font-size: 1.05em;*/
	color: #812b8a;
}

.bg-blog-item-container {
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
	border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
}

.bg-blog-item-container img {
	vertical-align: top;

}
	
.bg-blog-item {
	position: relative;
	margin: 10px 0px;
}

.bg-blog-title {
	position: absolute;
	bottom: 0px;
	color: #fff;
	padding: 10px;
	background-color: rgba(77, 77, 77, 0.8);
	font-size: 2.0em;
	width: 100%;
} 

.bg-blog-title h1{
	color: #fff;
	margin: 0;
    line-height: 1.75em;
}

.bg-blog-title-small {
	font-size: 1.5em;
	width: 100%;
	font-weight: bold;		
}

.bg-blog-title-small h2{
	font-size: 1em;
    line-height: 1.35em;
    font-weight: bold;
	display: inline;
	color: #212021;
	margin: 0;
}
.bg-blog-item:hover h2{
	color: #812b8a;
}

.bg-blog-content-article {
	float: left;
	width: 100%;
}

.bg-blog-author {
	font-weight: bold;
	font-style: italic;
}

.bg-blog-date {
	float: right;
	font-size: 0.8em;
}

.bg-blog-excerpt {
	max-height: 150px;
	overflow: hidden;
	border: none;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.23);
	background: #f8f8f8;
	padding: 15px;
	overflow: hidden;
	line-height: 2em;
	border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	-webkit-border-radius: 0px 0px 4px 4px;
}

.bg-blog-sidebar h3 {
	margin-bottom: 0px;
	color: #fff;
	padding: 10px;
	background-color: rgba(77, 77, 77, 0.8);
	font-size: 2.0em;
	width: 100%;
	text-align: center;
	border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
}

.bg-blog-sidebar ul {
	list-style: none;
	padding: 0;
	/* max-height: 150px; */
	overflow: hidden;
	border: none;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.23);
	background: #f8f8f8;
	padding: 15px;
	overflow: hidden;
	/* line-height: 2em; */
	border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	-webkit-border-radius: 0px 0px 4px 4px;
	
}

.bg-blog-sidebar .bg-pro-article {
	font-size: 0.8em;
}

.bg-blog-sidebar .sliderItem, .bg-blog-sidebar .btn {
	width: 100%;
}

.bg-blog-sidebar .btn {
	font-size: 1.3em;
	margin-top: 5px;
	
}

.bg-blog-sidebar .sliderItem .bg-game-block {
	margin: 0px;
}

@media (max-width:768px) {
	.bg-blog-sidebar .btn {
		font-size: 1.0em;
	}
	
	.bg-blog-title-small,  .bg-blog-title {
		font-size: 1.0em;
	}
	
	.bg-blog-item-container {
		max-height: 150px !important;
	}
	
	.bg-game-block-info h5, .bg-game-block-info .lock {
		font-size: 0.8em;
	}
	
	.bg-blog-title h1{
		line-height: 1.25em;
	}

	h1, .h1{
		font-size: 21px;
	}
}