.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: 100%;
    padding: 30px;
    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 #company_information {
    word-break: break-all;
}
#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;
    overflow: hidden;
}
#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 .list-view .project-details {
    width: 62%;
    float: left;
}





#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 .boxes .box h2 {
    font-size: 22px;
    line-height: normal;
    margin-bottom: 10px;
    color: #095d1f;
    font-weight: bold;
}

#location-projects .boxes .box h2 a {
    color: #095d1f;    
}

#location-projects .boxes .box h4{
    font-size: 15px;
    line-height: normal;
    margin-bottom: 15px;
    color: #095d1f; 
}

#location-projects .box .proj-categories ul,
#location-projects .box .article-categories ul {
    padding: 0;
}
#location-projects .box .proj-categories li,
#location-projects .box .article-categories li {
    display: inline-block;
    margin-right: 10px;
    color: #fff;
}
#location-projects .box .proj-categories a,
#location-projects .box .article-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;
}
#location-projects .box .view-project {
    font-size: 13px;
    margin: 15px 0;
}
#location-projects .lw-section {
    box-shadow: 1px 1px 10px #ddd;
    border-radius: 5px;
    padding: 30px;
    margin: 20px 0;
    background: #fdfdfd;
}
#location-projects #seach-project {
    text-align: center;
    border: solid #c1d29b 2px;    
    width: 570px;
    margin: 20px auto;
    background: #fff;
    max-width: 100%;
    position: relative;
}
#location-projects #seach-project .grp {
    width: 100%;
    text-align: left;
}
#location-projects #seach-project > .std-form-line {
    display: inline;
}
#location-projects #seach-project #buttons {
    display: inline;
    position: absolute;
    right: 0;
    top: 0;
}
#location-projects #seach-project > .std-form-line > label {
    display: none;
}
#location-projects #seach-project > .std-form-line input {
    width: 500px;
    max-width: 90%;
    font-style: italic;
    color: #aaa;
    border: 0;
}
#location-projects #seach-project #buttons button {
    border: 0;
}
#location-projects #seach-project #buttons button:hover, 
#location-projects #seach-project #buttons button:focus {
    background: #fff;
    color: #aaa;
}
#location-projects .rn-header {
    margin: 0 0 10px;
    font-size: 27px;
    padding-bottom: 10px;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
    font-weight: 600;   
}
#location-projects .rn-header::after {
    content: "";
    border-bottom: solid #6fb900 3px;
    display: block;
    width: 80px;
    margin-top: 15px;
}
#location-projects .lw-section ul {
    list-style-type: none;
    padding: 0;    
}



#project-contact .std-form-line > label {
    display: none!important;
}
#project-contact .std-form-line input[type="text"],
#project-contact .std-form-line input[type="email"],
#project-contact .std-form-line textarea {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    font-family: roboto;
    border-radius: 3px;
    border-width: 1px;
    border-color: #ccc;
}
#project-contact .std-form-line textarea {
    min-height: 100px;
}
#project-contact .std-form-line .important-note {
    font-size: 12px;
    line-height: normal;
    display: block;
    margin-top: 7px;    
}
#project-contact .grp {
    width: 100%;
}
#project-contact #buttons input[type="submit"] {
    padding: 15px 30px;
    font-weight: bold;
    margin: 30px auto 0;
    display: block; 
}
#location-projects .fa-map-marker-alt {
    color: #e60c2f;
    margin-right: 5px;
}
#location-projects .recent-feat-image img {
    max-width: 100%;
    height: auto;
}

.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;
}
.archive.tax-proj-category .rn-col.left-sidebar,
.archive.tax-proj-tag .rn-col.left-sidebar,
.archive.tax-article-category .rn-col.left-sidebar,
.archive.tax-article-tag .rn-col.left-sidebar {
	width: 25%;	
}
.archive.tax-proj-category .rn-col.main-content,
.archive.tax-proj-tag .rn-col.main-content,
.archive.tax-article-category .rn-col.main-content,
.archive.tax-article-tag .rn-col.main-content {
	width: 75%;	
}
.archive.tax-proj-category #location-projects .boxes,
.archive.tax-proj-tag #location-projects .boxes,
.archive.tax-article-category #location-projects .boxes,
.archive.tax-article-tag #location-projects .boxes {
	max-height: none;
    clear: both;
}
.archive.tax-proj-category #location-projects .grid-view .box,
.archive.tax-proj-tag #location-projects .grid-view .box,
.archive.tax-article-category #location-projects .grid-view .box,
.archive.tax-article-tag #location-projects .grid-view .box {
    width: 31.5%;
    float: left;
}
.archive.tax-proj-category #location-projects .grid-view .box:nth-child(2n+1),
.archive.tax-proj-tag #location-projects .grid-view .box:nth-child(2n+1),
.archive.tax-article-category #location-projects .grid-view .box:nth-child(2n+1),
.archive.tax-article-tag #location-projects .grid-view .box:nth-child(2n+1) {
	clear: none;
	margin-left: 1%;
}
.archive.tax-proj-category #location-projects .grid-view .box:nth-child(3n+1),
.archive.tax-proj-tag #location-projects .grid-view .box:nth-child(3n+1),
.archive.tax-article-category #location-projects .grid-view .box:nth-child(3n+1),
.archive.tax-article-tag #location-projects .grid-view .box:nth-child(3n+1) {
	clear: both;
	margin-left: 0;
}
.archive.tax-proj-category .paging,
.archive.tax-proj-tag .paging,
.archive.tax-article-category .paging,
.archive.tax-article-tag .paging {
	text-align: center;
	display: block;
}
.archive.tax-proj-category .paging a,
.archive.tax-proj-tag .paging a,
.archive.tax-article-category .paging a,
.archive.tax-article-tag .paging a {
	background: #6caf24;
	color: #fff!important;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	text-align: center;
	line-height: 30px;
	display: inline-block;
	margin: 0 3px;
}
.archive.tax-proj-category .paging a.active,
.archive.tax-proj-tag .paging a.active,
.archive.tax-article-category .paging a.active,
.archive.tax-article-tag .paging a.active {
	color: #6caf24!important;
	background: #f6f6f6!important;	
}
.archive.tax-proj-category .recent-feat-image,
.archive.tax-proj-tag .recent-feat-image,
.archive.tax-article-category .recent-feat-image,
.archive.tax-article-tag .recent-feat-image {
	width: 30%;
	float: left;
	margin-right: 15px;
}
.archive.tax-proj-category .recent-details,
.archive.tax-proj-tag .recent-details,
.archive.tax-article-category .recent-details,
.archive.tax-article-tag .recent-details {
	width: 60%;
	float: left;
}
.archive.tax-proj-category #location-projects .recent-projects,
.archive.tax-proj-tag #location-projects .recent-projects,
.archive.tax-article-category #location-projects .recent-projects,
.archive.tax-article-tag #location-projects .recent-projects {
	overflow: hidden;
}
.archive.tax-proj-category #location-projects .recent-projects h4,
.archive.tax-proj-tag #location-projects .recent-projects h4,
.archive.tax-article-category #location-projects .recent-projects h4,
.archive.tax-article-tag #location-projects .recent-projects h4 {
	font-size: 17px;
	line-height: normal;
	margin-bottom: 0;
	margin-top: 0;
	color: #095d1f;
	font-weight: bold;
}
.archive.tax-proj-category #location-projects .recent-projects h4 a,
.archive.tax-proj-tag #location-projects .recent-projects h4 a,
.archive.tax-article-category #location-projects .recent-projects h4 a,
.archive.tax-article-tag #location-projects .recent-projects h4 a {
	color: #095d1f;
}
.archive.tax-proj-category #location-projects .recent-projects h3,
.archive.tax-proj-tag #location-projects .recent-projects h3,
.archive.tax-article-category #location-projects .recent-projects h3,
.archive.tax-article-tag #location-projects .recent-projects h3 {
	font-size: 13px;
	line-height: normal;
	margin-bottom: 0;
	color: #444;	
    margin: 10px 0;
}
.archive.tax-proj-category #location-projects .recent-projects > li,
.archive.tax-proj-tag #location-projects .recent-projects > li,
.archive.tax-article-category #location-projects .recent-projects > li,
.archive.tax-article-tag #location-projects .recent-projects > li {
	clear: both;
}
.archive.tax-proj-category #location-projects .recent-projects .proj-categories,
.archive.tax-proj-tag #location-projects .recent-projects .proj-categories,
.archive.tax-article-category #location-projects .recent-projects .proj-categories,
.archive.tax-article-tag #location-projects .recent-projects .proj-categories  {
	margin-top: 10px;
	clear: both;
	padding: 10px 0 20px;	
}
.archive.tax-proj-category #location-projects .recent-projects .proj-categories li,
.archive.tax-proj-tag #location-projects .recent-projects .proj-categories li,
.archive.tax-article-category #location-projects .recent-projects .proj-categories li,
.archive.tax-article-tag #location-projects .recent-projects .proj-categories li {
	display: inline-block;
	background: #7cbf22;
	border-radius: 3px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	padding: 3px 10px;
}
.archive.tax-proj-category #location-projects .recent-projects .proj-categories li a,
.archive.tax-proj-tag #location-projects .recent-projects .proj-categories li a,
.archive.tax-article-category #location-projects .recent-projects .proj-categories li a,
.archive.tax-article-tag #location-projects .recent-projects .proj-categories li a {
	color: #fff;
}
.archive.tax-proj-category .h1-n-frm-section h1,
.archive.tax-proj-tag .h1-n-frm-section h1,
.archive.tax-article-category .h1-n-frm-section h1,
.archive.tax-article-tag .h1-n-frm-section h1 {
	display: inline-block;
	width: 55%;
	margin: 25px 0 10px;
}
.archive.tax-proj-category .h1-n-frm-section form,
.archive.tax-proj-tag .h1-n-frm-section form,
.archive.tax-article-category .h1-n-frm-section form,
.archive.tax-article-tag .h1-n-frm-section form {
	display: inline-block;
	max-width: 45%!important;
	float: right;
}
.archive.tax-proj-category #location-projects #seach-project,
.archive.tax-proj-tag #location-projects #seach-project,
.archive.tax-article-category #location-projects #seach-project,
.archive.tax-article-tag #location-projects #seach-project {
	text-align: right;
}

@media screen and (max-width: 580px) {
    .archive.tax-proj-category .rn-col.left-sidebar, .archive.tax-proj-tag .rn-col.left-sidebar,
    .archive.tax-article-category .rn-col.left-sidebar, .archive.tax-article-tag .rn-col.left-sidebar {
        width: 100%;
        display: block;
    }
    .archive.tax-proj-category .rn-col.main-content, .archive.tax-proj-tag .rn-col.main-content,
    .archive.tax-article-category .rn-col.main-content, .archive.tax-article-tag .rn-col.main-content {
        width: 100%;
        display: block;  
    }  
    .archive.tax-proj-category .recent-feat-image, .archive.tax-proj-tag .recent-feat-image,
    .archive.tax-article-category .recent-feat-image, .archive.tax-article-tag .recent-feat-image {
        width: 100%;
        float: none;        
    }    
    .archive.tax-proj-category .recent-details, .archive.tax-proj-tag .recent-details,
    .archive.tax-article-category .recent-details, .archive.tax-article-tag .recent-details {
        width: 100%;
        float: none;            
    }
    .archive.tax-proj-category #location-projects #seach-project, .archive.tax-proj-tag #location-projects #seach-project,
    .archive.tax-article-category #location-projects #seach-project, .archive.tax-article-tag #location-projects #seach-project {
        text-align: right;
        width: 98%;
        max-width: 100%!important;
        margin: 10px auto;
        float: none;
    }

    .project-results {
        width: 100%;
        margin: 0!important;
        padding: 0 10px;
        box-sizing: border-box;
    }        
    #location-projects h1 {
        margin-bottom: 10px;
        font-size: 22px;
        width: 100%;
        text-align: left;
    }    
}