

.material-box .box {
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 10px 25px;
    text-align: right;
    display: block;
    margin-top: 60px;
}
.material-box .box-icon {
    background-color: transparent;
    border-radius: 50%;
    display: table;
    height: 100px;
    margin: 0 auto;
    width: 100px;
    margin-top: -61px;
}
.material-box .box-icon span {
    color: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.material-box .info h4 {
    font-size: 26px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.material-box .info > p {
    color: #717171;
    font-size: 16px;
    padding-top: 10px;
    text-align: justify;
}
.material-box .info > a {
    background-color: #03a9f4;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    color: #fff;
    transition: all 0.5s ease 0s;
}
.material-box .info > a:hover {
    background-color: #0288d1;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
    color: #fff;
    transition: all 0.5s ease 0s;
}
.image-header {
	background-image: url(/builder/images/default-header-bg.jpg);
	background-position: center center;
	background-size: cover;
	text-align: center;
	padding: 300px 0 200px;
	color: #fff;
}

.image-header > h1 {
	font-size: 75px;
	font-weight: 700;
	margin-bottom: 50px;
	text-transform: uppercase;
}

.image-header > h3 {
	font-size: 40px;
	margin-bottom: 25px;
	font-style: italic;
}

.image-header > .btn-lg {
	padding: 20px 40px;
	font-size: 18px;
}