#counts{
	text-align: center;
}

#counts > span{
	margin: 10px;
	line-height: 40px;
}

#counts > span > span {
	color: #e76d60;
	font-weight: 600;
	font-size: 22px;
}

.cXY {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
}

.cX {
	margin-left: auto;
	margin-right: auto;
}

.cY{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

#newBuildings{
	width: 900px;
	display: inline-block;
}

.newBuilding{
	display: inline-block;
	position: relative;
	border: 1px solid #a2bec8;
	width: 278px;
	height: 198px;
	margin: 8px 7px;
}

.newBuilding img{
	width: 100%;
	height: 100%;
}

.newBuilding .greenLine{
	width: 100%;
	height: 100px;
	background: rgba(144,168,174, 0.5);
	text-align: center;
	color: white;
	transition-duration: 0.3s;
}

.newBuilding .greenLine:hover{
	height: 100%;
}

.newBuilding .companyName{
	font-weight: 600;
	font-size: 18px;
	padding-bottom: 10px;
	width: 100%;
}

.newBuilding .count{
	padding-top: 80px;
	font-size: 12px;
}

#rButtons{
	display: inline-block;
	width: 270px;
	padding: 10px 9px 20px 10px; 
	overflow: hidden;
	border: 1px solid #a2bec8;
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	vertical-align: top;
	margin-top: 8px;
}

#rButtons .title{
	/* font-size: 18px; */
	font-weight: 600;
	text-align: center;
}

.rButton {
	display: block;
	border: 1px solid #01a2a6;
	color: #01a2a6;
	text-decoration: none;
	padding: 5px;
	overflow: hidden;
	margin: 10px 0;
	transition-duration: 0.3s;
	background: white;
}

.rButton:hover{
	background: #01a2a6;
	color: white;
}

.rButton i{
	float: left;
	margin-left: 10px;
}

.rButton span{
	float: right;
}

.rButtonRed{
	color: white;
	background: #f24941;
	border-color: #f24941;
	font-weight: 600;
	margin-top: 25px;	
}

.rButtonRed:hover{
	background: #d22921;
}
#subscription{
	height: 180px;
	overflow: hidden;
}
.nedv-aside3 {
	display: inline-block;
    width: 270px;
    border: 1px solid #a2bec9;
	margin-top:20px;
	padding: 0 10px 15px 10px;
}
#subscription3 .entry{
    width: 265px;
    height: 29px;
    line-height: 29px;
    border: 1px solid #a2bec9;
    box-shadow: inset 2px 2px 2px rgba(0,0,0,0.1);
    color: #9a9a9a;
    margin: 6px 0;
    padding-left: 5px;
}
#subscription3 .btn3{
    cursor: pointer;
    display: block;
    
    width: 272px;
    height: 30px;
    color: white;
    background: #01a2a6;
	text-align: left;
    /* text-align: center;  */
    line-height: 30px;
	margin-top: 20px;
    font-weight: 600;
	transition-duration: 0.3s;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	border: 0;
}

#subscription3 .btn3:hover{
	background: #018286;
}
.nedv-aside3 .title{
    display: block; 
    width: 100%;
    text-align: center;
    font-weight: 600;
    margin: 10px auto;
}
#subscription3 .btn3 i{
	padding-left: 15px;
}

#subscription3 .btn3 span{
	text-align: center;
	display: inline-block;
	width: 220px;
}

#moreNewBuildings{
	/* font-size: 14px; */
	/* font-weight: 600; */
	padding-right: 20px;
	float: right;
}

.lookBtn{
	color: white;
	border: 1px solid white;
	padding: 2.5px 7.5px;
	line-height: 30px;
	display: inline-block;
	z-index: 70;
}

.lookBtn:hover{
	/* background: rgba(255,255,255,0.3); */
}
.map{
    clear:both;
    margin-top: 90px;
}
.map h2{
    clear:both;
    text-align:center;
}
#map{
    width:100%;
    clear:both;
    padding-top:1%;
    height:400px;
}