body {
	display: table;
}

.content-wrapper {
	width: 1070px;
	margin: 0 auto;
	position: relative;
}

.content-wrapper-large {
	width: 1289px;
	margin: 0 auto;
	position: relative;
}

.content-wrapper-small {
	width: 1070px;
	float: left;
	padding-left: 110px;
	position: relative;
}

.column {
	float: left;
	display: block;
}

.text-block {
	width: 634px;
	margin-bottom: 80px;
	position: relative;
}

.text-block hr {
	height: 1px;
	border: 0px;
	background: #e0e0e0;
	width: 100%;
	float: left;
	margin-top: 21px;
	margin-bottom: 21px;
}

.text-block ul {
	padding-left: 20px;
}

.text-block ol {
	list-style: decimal;
	padding-left: 20px;
}

.text-block p,
.text-block li
{
	line-height: 22px;
	padding-bottom: 10px;
}

.text-block h1,
.prop4_pag2 h1
{
	margin-bottom: 20px;
}

.text-block h1.no-margin {
	margin-bottom: 0px;
}

.text-block .pagination {
	position: absolute;
	right: 0;
	top: 20px;
}

.text-block .pagination a {
	float: left;
	padding: 0px 5px;
	display: block;
	text-decoration: none;
}

.center-container {
	padding-top: 55px;
	float: left;
}

.sidebar {
	float: left;
	padding-left: 90px;
	width: 346px;
	padding-top: 45px;
}

.prop4_pag2 .sidebar {
	padding-left: 98px;
	width: 411px;
	padding-top: 0px;
}

.sidebar .quote .fa-quote-left {
	position: absolute;
}

.sidebar .quote .fa-quote-left,
.sidebar .quote .fa-quote-right,
.blocks-container .fa-quote-left,
.blocks-container .fa-quote-right
{
	font-size: 40px;
	color: #eeeeee;
}

.sidebar .quote .fa-quote-right {
	padding-left: 5px;
}

.sidebar .quote p {
	color: #bababa;
	font-size: 36px;
	line-height: 40px;
	padding-left: 50px;
}

#main-header {
	background: #000000;
	width: 100%;
	height: 65px;
	float: left;
	border-top: 2px solid #ffc20e;

}

#main-header .go-home {
	float: left;
	padding-top: 12px;
}

#main-header #main-menu {
	float: right;
	position: relative;
}

.slideshow-container {
	width: 100%;
	height: 420px;
	float: left;
	position: relative;
	background-image: url('../images_temp/slideshow-demo.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}

.content-image-container {
	width: 100%;
	height: 420px;
	position: relative;
	float: left;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.content-image-container .text-wrapper {
	width: 1070px;
	height: 420px;
	position: relative;
	margin: 0 auto;
}

.content-image-container .text-wrapper .d4 {
	padding-top: 50px;
	margin-left: -5px;
}

.content-image-container .text-wrapper .d4_white {
	padding-top: 50px;
	margin-left: -5px;
}

.content-image-container .text-wrapper .d5 {
	position: absolute;
	left: -2px;
	font-weight: normal;
	padding: 5px 16px;
}

.content-image-container .text-wrapper .d5.lead-top {
	top: 224px;
}

.content-image-container .text-wrapper .d5.lead-bottom {
	top: 266px;
}

.content-image-container .text-wrapper .t10 {
	position: absolute;
	right: 0;
	bottom: 70px;
}

.content-image-container .text-wrapper .t10a {
	position: absolute;
	right: 0;
	bottom: 70px;
}

.content-image-container .text-wrapper .t10b {
	position: absolute;
	right: 0;
	bottom: 35px;
}


.content-image-container .text-wrapper .t11 {
	position: absolute;
	right: 0;
	bottom: 40px;
}

.content-image-container .prev {
	position: absolute;
	top: 195px;
	left: 0;

	-moz-transition: all .5s;
	-ms-transition: all.5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
	opacity: 0;
}

.content-image-container .prev img {
	float: left;
}

.content-image-container .prev p {
	display: block;
	line-height: 30px;
	float: left;
	background: url(../images/sinal+_bkg.png);
	margin-left: 1px;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
}


.content-image-container .next {
	position: absolute;
	top: 195px;
	right: 0;
	opacity: 0;

	-moz-transition: all .5s;
	-ms-transition: all.5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}


.content-image-container .next img {
	float: right;
}

.content-image-container .next p {
	display: block;
	line-height: 30px;
	float: left;
	background: url(../images/sinal+_bkg.png);
	margin-right: 1px;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
}

#main-footer {
	width: 100%;
	float: left;
	background: #f9f9f9;
}

#main-footer .footer-wrapper {
	padding-left: 109px;
	height: 60px;
	width: 1180px;
}

#main-footer .top {
	width: 100%;
	height: 60px;
	float: left;

	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(left, #000000 0%, #000000 50%, #dc5c1e 50%, #dc5c1e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#000000), color-stop(50%,#000000), color-stop(50%,#dc5c1e), color-stop(100%,#dc5c1e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #000000 0%,#000000 50%,#dc5c1e 50%,#dc5c1e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #000000 0%,#000000 50%,#dc5c1e 50%,#dc5c1e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #000000 0%,#000000 50%,#dc5c1e 50%,#dc5c1e 100%); /* IE10+ */
	background: linear-gradient(to right, #000000 0%,#000000 50%,#dc5c1e 50%,#dc5c1e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#dc5c1e',GradientType=1 ); /* IE6-9 */

}

#main-footer .top i {
	font-size: 22px;
	float: left;
	padding-top: 18px;
}

#main-footer .top span {
	float: left;
}

#main-footer .highlights {
	float: left;
	width: 750px;
	height: 60px;
	line-height: 60px;
	background: #000000;
}

.footer-homepage .top {
	background: #dc5c1e !important; /* Old browsers */
	background: -moz-linear-gradient(left, #303030 0%, #303030 50%, #dc5c1e 50%, #dc5c1e 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#303030), color-stop(50%,#303030), color-stop(50%,#dc5c1e), color-stop(100%,#dc5c1e)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #303030 0%,#303030 50%,#dc5c1e 50%,#dc5c1e 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #303030 0%,#303030 50%,#dc5c1e 50%,#dc5c1e 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #303030 0%,#303030 50%,#dc5c1e 50%,#dc5c1e 100%) !important; /* IE10+ */
	background: linear-gradient(to right, #303030 0%,#303030 50%,#dc5c1e 50%,#dc5c1e 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303030', endColorstr='#dc5c1e',GradientType=1 ) !important; /* IE6-9 */
}

.footer-homepage .footer-wrapper .highlights {
	background: #303030 !important;
}

#main-footer.footer-azul .top {
	background: #144069; /* Old browsers */
	background: -moz-linear-gradient(left, #000000 0%, #000000 50%, #144069 50%, #144069 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#000000), color-stop(50%,#000000), color-stop(50%,#144069), color-stop(100%,#144069)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #000000 0%,#000000 50%,#144069 50%,#144069 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #000000 0%,#000000 50%,#144069 50%,#144069 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #000000 0%,#000000 50%,#144069 50%,#144069 100%); /* IE10+ */
	background: linear-gradient(to right, #000000 0%,#000000 50%,#144069 50%,#144069 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#144069',GradientType=1 ); /* IE6-9 */
}

#main-footer.footer-azul .social {
	background: #144069; /* Old browsers */
	background: -moz-linear-gradient(left, #94bee5 0%, #144069 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#94bee5), color-stop(100%,#144069)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #94bee5 0%,#144069 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #94bee5 0%,#144069 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #94bee5 0%,#144069 100%); /* IE10+ */
	background: linear-gradient(to right, #94bee5 0%,#144069 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94bee5', endColorstr='#144069',GradientType=1 ); /* IE6-9 */
}

#main-footer.footer-verde .top {
	background: #2c683d; /* Old browsers */
	background: -moz-linear-gradient(left, #000000 0%, #000000 50%, #2c683d 50%, #2c683d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#000000), color-stop(50%,#000000), color-stop(50%,#2c683d), color-stop(100%,#2c683d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #000000 0%,#000000 50%,#2c683d 50%,#2c683d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #000000 0%,#000000 50%,#2c683d 50%,#2c683d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #000000 0%,#000000 50%,#2c683d 50%,#2c683d 100%); /* IE10+ */
	background: linear-gradient(to right, #000000 0%,#000000 50%,#2c683d 50%,#2c683d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2c683d',GradientType=1 ); /* IE6-9 */
}

#main-footer.footer-verde .social {
	background: #2c683d; /* Old browsers */
	background: -moz-linear-gradient(left, #72bf44 0%, #2c683d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#72bf44), color-stop(100%,#2c683d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #72bf44 0%,#2c683d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #72bf44 0%,#2c683d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #72bf44 0%,#2c683d 100%); /* IE10+ */
	background: linear-gradient(to right, #72bf44 0%,#2c683d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72bf44', endColorstr='#2c683d',GradientType=1 ); /* IE6-9 */
}


#main-footer .item {
	width: 33%;
	float: left;
}

#main-footer .highlights .item a {
	text-decoration: none;
	cursor: pointer;
}
#main-footer .highlights .item span {
	padding-left: 10px;
}


#main-footer .social {
	float: left;
	width: 430px;
	height: 60px;

	background: #dc5c1e; /* Old browsers */
	background: -moz-linear-gradient(left, #fbac0b 0%, #dc5c1e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fbac0b), color-stop(100%,#dc5c1e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #fbac0b 0%,#dc5c1e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #fbac0b 0%,#dc5c1e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #fbac0b 0%,#dc5c1e 100%); /* IE10+ */
	background: linear-gradient(to right, #fbac0b 0%,#dc5c1e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbac0b', endColorstr='#dc5c1e',GradientType=1 ); /* IE6-9 */

}

#main-footer .social .h4 {
	float: left;
	margin-bottom: 0px;
	margin-left: 35px;
	line-height: 60px;
	cursor: pointer;
}

#main-footer .bottom {
	width: 100%;
	float: left;
	padding-top: 44px;
	padding-bottom: 65px;
}

#main-footer .bottom .menu {
	float: left;
	width: 750px;
}

#main-footer .bottom .menu .h5,
#main-footer .bottom .contacts .h5
 {
	border-bottom: 1px solid #e0e0e0;
	margin-right: 60px;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

#main-footer .bottom .menu .last .h5 {
	margin-right: 0px;
}

#main-footer .bottom .menu a,
#main-footer .bottom .contacts a,
#main-footer .bottom .contacts p {
	width: 100%;
	display: block;
	line-height: 19px;
	text-decoration: none;
	margin-bottom: 0px;
}

#main-footer .bottom .contacts a {
	cursor: pointer;
}


#main-footer .contacts {
	float: left;
	width: 320px;
}

#main-footer .contacts .item {
	width: 285px;
	margin-left: 35px;
}

#main-footer .bottom .contacts .last {
	font-weight: bold;
	margin-top: 25px;
}


.service-list {
	width: 100%;
	float: left;
}

.service-list .service-item {
	float: left;
	width: 100%;
	margin: 0; padding: 0;
	margin-bottom: 80px;
}

.service-list .service-image {
	width: 198px;
	height: 198px;
	background: #b1b1b1;
	margin-right: 20px;
	float: left;
}

.service-list .service-text {
	float: left;
	width: 416px;
}

.service-list .service-text .t12 {
	width: 100%;
	float: left;
}

.service-list .service-text .t13 {
	margin-top: 36px;
	width: 100%;
	float: left;
	line-height: 18px;
}

.service-list .service-text .t13 p {
	padding-bottom: 5px;
}

.service-list .service-text .read-more {
	margin-top: 15px;
	float: left;
	cursor: pointer;
}

.service-list .service-text .read-more p {
	display: block;
	line-height: 30px;
	float: left;
	background: url(../images/sinal+_bkg.png);
	margin-right: 1px;
	font-size: 12px;
	color: white;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
}

.column-container {
	width: 654px;
	float: left;
	margin-top: 30px;
	margin-bottom: 10px;
}

.services-main-title {
	margin-top: 55px;
}

.column-container .column {
	width: 50%;
	float: left;
	padding-right: 25px;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.column-container .column p,
.column-container .column li,
.single-column p,
.single-column li
{
	margin-bottom: 20px;
	line-height: 24px;
}

.image-container {
	float: left;
	width: 416px;
	margin-top: 30px;
}

.image-container2 {
	float: right;
	width: 416px;
	margin-top: 30px;
}

.services-highlights,
.case-studies
{
	float: left;
	width: 100%;
	margin-bottom: 100px;
	position: relative;
}

.services-highlights .services-view-all {
	height: 30px;
	position: absolute;
	top: 2px;
	right: 0;
	text-align: right;
}

.services-highlights .services-view-all .read-more p {
	display: block;
	line-height: 30px;
	float: right;
	/* Fallback for web browsers that doesn't support RGBa */
    background: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background: rgba(0, 0, 0, 0.1);
	margin-right: 1px;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
}

.services-highlights .services-view-all .read-more img {
	float: right;
}


.services-highlights .t6 {
	margin-bottom: 20px;
}

.services-highlights .one-service {
	float: left;
	background: #3b3b3b;
	margin-right: 1px;
	margin-bottom: 1px;
	width: 643px;
	height: 322px;
}

.services-highlights .one-service .service-image {
	float: left;
	width: 322px;
	height: 322px;
}

.services-highlights .one-service .service-text {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	width: 320px;
	height: 100%;
	padding: 20px 19px 0 19px;
	float: left;
}

.services-highlights .one-service .service-text h2 {
	float: left;
}

.services-highlights .one-service .service-text .t7a {
	float: left;
	width: 100%;
	cursor: pointer;
}

.services-highlights .one-service .service-text .t7b {
	float: left;
	width: 100%;
	cursor: pointer;
}

.services-highlights .one-service .service-text .t7c {
	float: left;
	width: 100%;
	cursor: pointer;
}

.services-highlights .one-service .service-text .t9 {
	line-height: 22px;
	margin-top: 19px;
	float: left;
}

/***** prop4_pag2 ****/

.prop4_pag2 .single-columm{
	float: left;
	width: 100%;
	padding-bottom: 56px;
}
.prop4_pag2 .column-container {
	width: 100%;
}

.prop4_pag2 .content-wrapper-small {
	float: left;
	margin-bottom: 130px;
}

.prop4_pag2 .content-wrapper-small ol {
	list-style: decimal;
	padding-left: 20px;
}

.prop4_pag2 .content-wrapper-small ul {
/*	list-style: disc;*/
	padding-left: 20px;
}

.bottom-categories {
	float: left;
	width: 100%;
}

.bottom-categories .categories {
	width: 100%;
	float: left;
	margin-top: 106px;
}

.bottom-categories .categories .one-category {
	float: left;
	margin-right: 1px;
	height: 38px;
	line-height: 38px;
	background: #f0f0f0;
	position: relative;
	width: 428px;
	cursor: pointer;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #d3d3d3;
}

.bottom-categories .categories .first {
	border-left: 1px solid #f0f0f0;
}

.bottom-categories .categories .last {
	margin-right: 0px;
	border-right: 1px solid #f0f0f0;
}

.bottom-categories .categories .one-category p.title {
	float: left;
	padding-left: 20px;
}
.bottom-categories .categories .one-category p.more {
	float: right;
	height: 20px;
	width: 30px;
	text-align: center;
	display: block;
	color: white;
	font-size: 18px;
	line-height: 20px;
	border-left: 1px solid white;
	margin-top: 11px;
}

.bottom-categories #business-service-agency:hover,
.bottom-categories #business-service-agency.active
{
	border-top-color: #fbac0b;
	background: white;
}

.bottom-categories #change-management-agency:hover,
.bottom-categories #change-management-agency.active
{
	border-top-color: #72bf44;
	background: white;
}

.bottom-categories #family-business-agency:hover,
.bottom-categories #family-business-agency.active
{
	border-top-color: #94bee5;
	background: white;
}

.bottom-categories .categories-detail {
	border: 1px solid #f0f0f0;
	border-top: 0px;
	float: left;
	width: 1286px;
	padding-top: 36px;

	-moz-transition: height .5s;
	-ms-transition: height .5s;
	-o-transition: height .5s;
	-webkit-transition: height .5s;
	transition: height .5s;

	height: 0;
	overflow: hidden;
}

.bottom-categories .categories-detail .content-wrapper-small {
	margin-bottom: 30px;
}

.bottom-categories .categories-detail .one-detail {
	width: 100%;
	float: left;
}

.bottom-categories .categories-detail .wrapper {
	width: 100%;
	float: left;
}

.bottom-categories .categories-detail .one-detail a {
	display: block;
	width: 265px;
	float:left;
	height: 30px;
	line-height: 30px;
}


.prop4_pag3 .blocks-container {
	float: left;
	margin-top: 45px;
}

.block-row {
	width: 100%;
	float: left;
	min-height: 330px;
	margin-bottom: 120px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.prop4_pag3 .blocks-container img {
	display: block;
}

.prop4_pag3 .blocks-container .one-block {
	float: left;
	position: relative;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.prop4_pag3 .blocks-container .fullwidth {
	width: 100%;
}

.prop4_pag3 .blocks-container .one-block .block-header {
	float: left;
	width: 100%;
	position: relative;
	padding-top: 32px;
	padding-bottom: 32px;
}

.prop4_pag3 .blocks-container .one-block .block-header .number {
	position: absolute;
	top: 0;
	left: 0;
}

.prop4_pag3 .blocks-container .one-block .block-header .title {
	position: relative;
	padding-right: 20px;
	float: left;
}

.prop4_pag3 .blocks-container .one-block .block-header .line {
	height: 1px;
	background: #525252;
	overflow: hidden;
	margin-top: 28px;
}

.prop4_pag3 .blocks-container .one-block-fullwidth {
	width: 1070px;
	float: left;
	min-height: 330px;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.prop4_pag3 .blocks-container .left-nomargin {
	width: 547px;
	margin-right: 0px;
}

.prop4_pag3 .blocks-container .right {
	width: 523px;
}

.prop4_pag3 .blocks-container .gray {
	background: #f9f9f9;
}


.prop4_pag3 .blocks-container .dark {
	background: #1b1b1b;
	color: #ffffff;
}

.prop4_pag3 .blocks-container .dark .left {
	width: 547px;
	padding-left: 42px;
	padding-right: 31px;
	padding-top: 10px;
	padding-bottom: 22px;
}

.prop4_pag3 .blocks-container .dark .number {
	color: #5e5e5e;
}

.prop4_pag3 .blocks-container .white .number {
	color: #e2e2e2;
}

.prop4_pag3 .blocks-container .white .image {
	padding-top: 100px;
	padding-right: 30px;
}

.prop4_pag3 .blocks-container .gray {
	padding-left: 46px;
	padding-right: 50px;
	margin-bottom: 0px;
	padding-bottom: 40px;
}

.prop4_pag3 .blocks-container .gray .quote {
	width: 415px;
	padding-right: 86px;
	float: left;
}

.prop4_pag3 .blocks-container .gray .quote p {
	color: #bababa;

	line-height: 40px;
}

.prop4_pag3 .blocks-container .gray .text {
	width: 473px;
	float: left;
}

.prop4_pag3 .blocks-container .gray .number {
	color: #d4d4d4;
}

.prop4_pag3 .blocks-container .content {
	width: 100%;
	float: left;
}

.prop4_pag3 .blocks-container .content .t8 {
	padding-bottom: 20px;
	width: 100%;
	float: left;
	line-height: 24px;
}

.prop4_pag3 .blocks-container .content .t5,
.prop4_pag3 .blocks-container .content .t9 {
	width: 100%;
	float: left;
	line-height: 22px;
	padding-bottom: 10px;
}

.prop4_pag3 .blocks-container .content ul {
	list-style: square;
	padding-left: 20px;
}
.prop4_pag3 .blocks-container .content ol {
	list-style: decimal;
	padding-left: 20px;
}


.prop4_h1 {
	background: black;
}

.prop4_h1 .content-wrapper-small {
	margin-top: 80px;
	margin-bottom: 80px;
}

.prop4_h1 .areas {
	width: 100%;
	position: relative;
}

.prop4_h1 .areas .line {
	position: absolute;
	height: 1px;
	background: #303030;
	top: 10px;
	left: 0px;
	width: 100%
}

.prop4_h1 .areas .h1 {
	text-align: center;
	position: relative;
}

.prop4_h1 .areas .h1 span {
	background: black;
	padding-left: 20px;
	padding-right: 20px;

}

.prop4_h1 .areas-blocks {
	width: 100%;
	float: left;
	padding-top: 20px;
}

.prop4_h1 .areas-blocks .one-area {
	width: 50%;
	text-align: center;
	float: left;
}
