/* 2015. gada CSS fails, kas adaptē bootstrap un pārējie sīkumi */
h2 {
	font-size: 22px;
	font-weight: bold !important;
	color: #253543;
}

/* footer */
.footer_hr {
	height: 5px;
	margin: 0;
	padding: 0;
	background: rgb(0,158,216);
}

.footer_navi_big {
	margin-top: .25rem;
	margin-bottom: .25rem;
	text-transform: uppercase;
	font-weight: bold;
}

.left-gray-line {
	border-left: 1px solid #eee;
}

/* beauty elements */
.small_hr {
	height: 1px;
	margin: 0;
	padding: 0;
	background: rgba(0,158,216,0.5);
	margin-top: 5px;
	margin-bottom: 5px;
}