/* CSS Document */
h2 a,
h2 a:focus, h2 a:hover {
	color:#0c0633;
}

h2 {
	position:relative;
	padding:20px;
	padding-bottom:0;
}

h2:before {
	position:absolute;
	left:0;
	top:0;
	width:30px;
	height:30px;
	border:4px solid #ddd;
	border-right:0;
	border-bottom:0;
	content:'';
}

.bg_column {
	background-color: #f5f5f5;
}

.containter_border {
	border-top: 1px solid #eee;
}

@media (max-width: 992px) {
	body{}
	
	.bg_column {
		background-color:transparent;
	}
	
	.containter_border {
		border-top: 0;
	}
	
	.md_top_0 {
		padding-top:0;
	}
	
	.md_bottom_0 {
		padding-bottom:0;
	}
}