.rn-row {
    display: table;
	width: 100%;
	table-layout: fixed;
}
.rn-row .col {
	box-sizing: border-box;
}
.rn-row.gap-medium > .rn-col {
	padding: 20px;
}
.rn-row.two > .rn-col {
	width: 49%;
	display: table-cell;
	vertical-align: top;
}
.rn-row.two > .rn-col:nth-child(1) {
	padding-right: 1%;
}
.rn-row.two > .rn-col:nth-child(2) {
	padding-left: 1%;
}
.rn-row.three > .rn-col {
	width: 33.3%;
	display: table-cell;
	vertical-align: top;	
}
.rn-row.four > .rn-col {
	width: 25%;
	display: table-cell;
	vertical-align: top;	
}
.rn-row.five > .rn-col {
	width: 20%;
	display: table-cell;
	vertical-align: top;	
}
#custom-header .logo img {
	max-height: 100px;
}
#custom-header #logo-container {
	display: inline-block;
	width: 28%;	
	vertical-align: middle;
}
#custom-header #custom-menu {
	display: inline-block;
	width: 70%;
	vertical-align: middle;
	text-align: right;
}
#custom-header .ch-wrapper {
    width: 96%;
    margin: 0 auto;
    font-family: roboto;	
}
#custom-header ul.menu {
	list-style-type: none;
	list-style-position: inside;
}
#custom-header ul.menu > li {
	display: inline;
	position: relative;
	margin-left: 15px;
}
#custom-header ul.menu a {
	text-decoration: none;
}
#custom-menu ul.menu .sub-menu {
	display: none;
	position: absolute;
    left: 0;
    background: #ddd;
    text-align: left;
    padding: 10px;
    list-style-position: inside;
    list-style-type: none;
    width: 160px;
}
#custom-header ul.menu > li:last-child .sub-menu {
	right: 0;
	left: auto;
}
#custom-menu ul.menu .sub-menu li {
	padding: 5px 0 0;
}
#custom-header ul.menu > li:hover .sub-menu {
	display: block;
}
#custom-header ul.menu > li:hover .sub-menu li {

}
#location-projects a, 
#custom-header a{
	color: #444;
	text-decoration: none;
}
#location-projects {
    max-width: 96%;
    margin: 75px auto;	
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
}
#location-projects h1, #location-projects h2, #location-projects h3, #location-projects h4, #location-projects h5, #location-projects h6 {
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;	
}     
#location-projects .powered-by {
    font-size: 12px;
    text-align: right;
    margin-top: 5px;	
}

#location-projects .img-holder  {
	cursor: pointer;
}
#location-projects h1 {
	margin-bottom: 20px;
	font-size: 35px;
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
	font-weight: 600;
}
#location-projects .project-results {
    overflow: hidden;
    margin: 15px 10px 10px;
}
#location-projects .project-results .paging {
    margin-left: 20px;
    font-size: 15px;
}
#location-projects .project-results .paging a{
    color: #d1d1d1;
}
#location-projects .project-results .paging a.active {
    color: #2c2c2c;
}

#location-projects .project-results .view-type {
    float: right;
    font-size: 19px;
}
#location-projects .project-results .view-type .fa-list {
    color: #d1d1d1;
    cursor: pointer;
}
#location-projects .project-results .view-type .fa-th-large {
    margin-left: 7px;
    color: #d1d1d1;
    cursor: pointer;
}
#location-projects .project-results .view-type .fa-th-large.active,
#location-projects .project-results .view-type .fa-list.active {
    color: #2c2c2c;
}



#location-projects .boxes {
	overflow-y: auto;
    max-height: 500px;	
}
#location-projects .box {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: solid #eee 2px;
    border-radius: 2px;    
    overflow: hidden;
}
#location-projects .list-view .box {
    clear: both;
}
#location-projects .list-view .feat-image2 {
    width: 30%;
    float: left;
    margin-right: 20px;
}

#location-projects .list-view .feat-image2 img {
    width: 100%;
    height: auto;
}







#location-projects .grid-view .box {
    width: 48.5%;
    float: left;
    background: #EFEFEF;
    margin-right: 1%;
    padding: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
}
#location-projects .grid-view .box:nth-child(even) {
    margin-right: 1%;
    margin-left: 1%;
}
#location-projects .grid-view .box:nth-child(odd) {
    clear: both;
}
#location-projects .grid-view .feat-image2 {
    width: 100%;
}
#location-projects .grid-view .feat-image2 img {
    width: 100%;
    height: auto;
}






#location-projects .box .proj-categories ul {
    padding: 0;
}
#location-projects .box .proj-categories li {
    display: inline-block;
    margin-right: 10px;
    color: #fff;
}
#location-projects .box .proj-categories a {
    color: #fff;
    display: block;
    padding: 4px 10px;
    border-radius: 5px;
    background: #6caf24;
    font-size: 12px;
    margin-bottom: 5px;
}
#location-projects .box h2 {
    margin: 5px 0;
}
#location-projects .box .proj-desc {
    font-size: 12px;
}