.blockbg {
	padding: 35px 0
}
.blockbg.grey {
	background: #f2f2f2
}
.blockbg .title {
	font-size: 38px;
	line-height: 42px;
	color: #012D3F;
	font-weight: bold;
	padding-bottom: 15px;
}

.blockbg .title a {color: #012D3F;}
.blockbg .title a:hover { color:#d95d33}
.blockbg .text {
	color: #5D5F61;
	font-size: 16px;
	line-height: 22px;
}
.blockbg .half img {
	width: 100%;
	height: auto
}
.blockbg .textfullwidth img {
	width: 90%;
	height: auto;
	margin: 0 auto;
	display: block;
	max-width:100%;
}
.blockbg .textfullwidth {
	text-align: center
}
.blockbg .textfullwidth .title{
	padding-bottom:35px;
}

.blockbg .textfullwidth .text{
	margin-bottom:35px;
}

.blockbg .half.textright div {
	padding-left: 35px
}
.blockbg .half.textleft div {
	padding-right: 35px
}
/*.blockbg .half.textright .button {
	margin-left: 35px;
	margin-top: 10px;
}
.blockbg .half.textleft .button {
	margin-top: 10px;
}*/

