#location-projects {
    max-width: 96%;
    width: 100%;
    margin-top: 0;
    margin-bottom: 75px;
}

#location-projects h2 {
	font-size: 17px;
	line-height: 17px;
}
#location-projects ul {
	padding-left: 0;
	list-style-type: none;
}
#location-projects ul li {

}
#location-projects .left {
	width: 70%!important;
}
#location-projects .right {
	width: 29%!important;
}
#location-projects .address {
	font-size: 13px;
	cursor: pointer;
	margin-bottom: 0;
}
#location-projects .address .fa-map-marker-alt,
#location-projects .address2 .fa-map-marker-alt {
	margin-right: 5px;
    color: #444;
}
#location-projects .address2 {
	font-size: 13px;
	margin-bottom: 0;	
}

#location-projects .feat-image2 {
	text-align: center;
}
#location-projects .feat-image2 img {
	width: 100%;
	height: auto;
}
#location-projects .boxes {
	overflow-y: auto;
    max-height: 500px;	
}
#location-projects .box {
    width: 48.5%;
    float: left;
    background: #EFEFEF;
    margin-right: 1%;
    padding: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
}
#location-projects .box:nth-child(even) {
	margin-right: 1%;
	margin-left: 1%;
}
#location-projects .box:nth-child(odd) {
	clear: both;
}
#location-projects {
    font-family: roboto;
    padding: 10px;
    background: #F6F6F6;
}
.rn-row.two > .rn-col:nth-child(1) {
	width: 65%;
}

.rn-row.two > .rn-col:nth-child(2) {
	width: 35%;
}
.hide-popups {
	display: none;
}
.popup-container {
	position: absolute;
    width: 100px;
    margin-left: -50px;
    margin-top: -100px;
    background: #000;
    color: #fff;
    border-radius: 5px;
    padding: 7px;
    height: 50px;
    box-sizing: border-box;
    text-align: center;	
}

#location-projects .map-popup .map-popup-feat {
    width: 100%;
}
#location-projects .map-popup .title {
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    margin: 4px 0;
}
#location-projects .map-popup .address {
    font-size: 12px;
    text-align: center;
}