html, body {
	width: 100%;
	height: 100%;
}
body {
	background: url(../img/bg.jpg) repeat;
	color: #83868a;
}
#content, header, footer {
	background-color: #fff;
}
#header {
	padding-bottom: 40px;
}
#brand {
	margin: 30px 0;
}
#brand a {
	color: #2c3e50;
	text-decoration: none;
}
#navigation {
	margin-bottom: 10px;
}
#main-menu li a {
	border-radius: 0;
	font-weight: bold;
	text-transform: uppercase;
}
#footer {
	padding: 30px 0;
	border-top: 1px dashed #999;
}
#content {
	padding-bottom: 50px;
}
/* *******
*	SECTIONS
******* */
.section {
	border-bottom: 1px solid #83868a;
	padding: 20px 0;
	float: left;
}
.section:last-child {
	border-bottom: none;
}
.block {
	border-right: 1px dashed #999;
	padding: 0;
}
.block:last-child {
	border: none;
}
.block-header {
	padding: 10px 0;
	color: #fff;
	text-transform: uppercase;
}
.blue-header {
	background: url(../img/blue.jpg);
}
.black-header {
	background: url(../img/black.jpg);
}
.grey-header {
	background: url(../img/grey.jpg);
}
.block-icon span {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background-color: #2c3e50;
	color: #fff;
	width: 80px;
	height: 80px;
	margin: 15px auto;
}
.block-text {
	padding: 10px;
	margin-bottom: 15px;
}

.dl-horizontal dt {
	width: 40px;
}
.dl-horizontal dd {
	margin-left: 60px;
}
#works .work {
	padding: 0;
	margin: 0;
}
a[href^="tel:"]:before {
    content: "\260E";
    display: inline;
    margin-right: 0.5em;
}