/*GENERAL*/
.red{
	color: rgb(128, 0, 0);
}
.bold{
	font-weight: bold;
}

/*HOME*/
.info_box-first{
	margin-top: 40px;
	margin-bottom: 40px;
}
.info_box-second{
	margin-bottom: 40px;
}

/*LIST*/
.dash{
	list-style: none;
}
.dash > li::before{
	content: "-";
	padding-right: 10px;
}

/*FOOTER*/
.footer__content {
    min-height: 35px;
    padding-bottom: 0;
}
.footer .col-xs-12, .footer [class^="col-"] {
    margin-bottom: 0px;
}