.rn-col {
    box-sizing: border-box; 
}
.load-map-error {
    border: dashed #ccc 1px;
    padding: 20px;
    text-align: center;
    color: red;
    font-size: 14px;    
}
.loader {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  animation: spin 2s linear infinite;
  display: inline-block;
  vertical-align: middle;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
#map {
    position: relative;
}
#map .loader {
    height: 70px;
    vertical-align: middle;
    width: 70px;
    left: calc(50% - 35px);
    top: calc(50% - 35px);
    position: absolute;   
}
.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 {
    padding: 25px 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.single-project .recent-projects .wrapper {
    padding-bottom: 20px;
    display: block; 
    min-height: 0; 
} 
#location-projects .description a {
    font-weight: bold; 
}
#location-projects .description ul {
    list-style-type: disc;
    list-style-position: outside;
    padding: 10px 35px;
    margin: 0;
}
#location-projects .description ol {
    list-style-type: decimal;
    list-style-position: outside;
    padding: 10px 35px;
    margin: 0;
}


#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: 0;
    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 {
    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;
}
#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-sidebar .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;
    border-style: dashed;
}
#project-contact .std-form-line input[type="text"]::placeholder,
#project-contact .std-form-line input[type="email"]::placeholder,
#project-contact .std-form-line textarea::placeholder {
    color: #444;
    opacity: .5; /* Firefox */
}
#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;
}

/* The Modal (background) */
.lw-gallery {    
    overflow: hidden;    
}
#location-projects.single-project .lw-gallery-nav {
    top: 50%;
    width: 100%;
    left: 0;        
}
#location-projects.single-project .lw-gallery .slick-prev {
    left: 20px!important;
    z-index: 99999;
    width: 40px;
    height: 40px;
    background: none;
    overflow: hidden;
}
#location-projects.single-project h1 {
    margin-bottom: 0;
}
#location-projects.single-project .loc-address {
    margin: 15px 0 30px;
    font-size: 17px;
}
#location-projects.single-project .lw-gallery .slick-prev::before {
    color: #70b524;
    font-size: 40px;
}
#location-projects.single-project .lw-gallery .slick-next {
    right: 20px!important;
    width: 40px;
    height: 40px;
    background: none;
    overflow: hidden;
}
#location-projects.single-project .lw-gallery .slick-next::before {
    color: #70b524;
    font-size: 40px;
}
#location-projects.single-project .lw-gallery img {
    height: 550px;
    width: auto;
}
#location-projects.single-project .lw-gallery-nav .slick-slide img {
    max-width: 100%;
    border-color: #fff;
    border-style: solid;
    border-width: 0 5px;
}
#location-projects.single-project .lw-gallery-nav {
    margin-top: 20px;
}
#location-projects.single-project .lw-gallery-nav img{
    
}
#location-projects.single-project .lw-gallery-nav .slick-prev {
    left: 20px;
    z-index: 99999;
    background: none;
    overflow: hidden;
    width: 25px;
    height: 25px;    
}
#location-projects.single-project .lw-gallery-nav .slick-prev::before {
    color: #fff;
    font-size: 25px;
}
#location-projects.single-project .lw-gallery-nav .slick-next {
    right: 20px!important;
    background: none;
    overflow: hidden;
    width: 25px;
    height: 25px;    
}
#location-projects.single-project .lw-gallery-nav .slick-next::before {
    color: #fff;
    font-size: 25px;
}


#location-projects.single-project .lw-gallery-nav #next-proj {
    position: absolute;
    right: 10px;

    display: inline-block;
    background: #5F5F5F;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    text-align: center;
    line-height: 38px;
    font-size: 50px;
    color: #fff;            
}
#location-projects.single-project .lw-gallery-nav #prev-proj {
    position: absolute;
    left: 10px;         

    display: inline-block;
    background: #5F5F5F;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    text-align: center;
    line-height: 38px;
    font-size: 50px;
    color: #fff;               
}        
.single-project .modal {
    display: none;  
}       
.single-project .modal {
    display: none;
    position: fixed; /* Stay in place */
    z-index: 999999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}
/* Modal Content/Box */
.single-project .modal-content {
    background-color: transparent;
    margin: 0 auto; /* 15% from the top and centered */
    padding: 0;
    border: 0;
    width: 80%; /* Could be more or less, depending on screen size */
    position: relative;
    height: 100%;
    display: table;
}

/* The Close Button */

.single-project #gallery-pop-up .content {
    text-align: center;
    float: none;
    width: 100%;    
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.single-project .img-holder {
    width: 150px;
    height: 150px;
    overflow: hidden;
    width: 23%;
    height: auto;
    overflow: hidden;
    display: inline-block;
    margin: 0;   
}
.single-project .img-holder3 {
    display: table-cell;
    vertical-align: middle;
}
.single-project .img-holder2 {
    display: table;
    vertical-align: middle;
    height: 550px;
    width: 100%;
}
.single-project .height-fixer {
/*    overflow: hidden;    
    height: 550px;
    width: 100%;*/
}
.single-project .img-holder3 img {
    display: block;
    margin: 0 auto;
}
.single-project .img-holder img {
    
}
.single-project #gallery-pop-up img {
    max-height: 900px;
}
.single-project .close:hover,
.single-project .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.single-project  span.close {
    float: right;
    position: absolute;
    z-index: 1;    
    line-height: 37px;
    background: #fff;
    right: -20px;
    top: 6px;
    width: 50px;
    height: 50px;
    text-align: center;
    border: solid #444 1px;
    border-radius: 50px;
    padding: 0;
    background: #5F5F5F;
    color: #fff;
    font-weight: normal;
    font-size: 49px;      
}

#location-projects.single-project .prev-next {
    padding-bottom: 20px;
    height: 40px;
}
#location-projects.single-project .prev-next a {
    font-size: 20px;
}
#location-projects.single-project .prev-next .prev-btn {

}
#location-projects.single-project .prev-next .next-btn {
    float: right;
}
#location-projects.single-project .recent-projects {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 5px 0;
    margin-bottom: 50px;
    margin-left: 0;
}
#location-projects.single-project .recent-projects > li {
    list-style-type: none;
    box-shadow: 1px 1px 10px #ddd;
    border-radius: 7px;    
    margin-bottom: 40px;
}
#location-projects.single-project .recent-projects .proj-categories ul {
    padding: 0;
    margin: 0;
}
#location-projects.single-project .recent-projects .proj-categories li {
    display: inline-block;
    margin-right: 10px;
    color: #fff;
}
#location-projects.single-project .recent-projects .proj-categories a {
    color: #fff;
    display: block;
    padding: 4px 10px;
    border-radius: 5px;
    background: #6caf24;
    font-size: 12px;
    margin-bottom: 10px;
}
#location-projects.single-project .recent-projects .excerpt {
    min-height: 75px;
}
#location-projects.single-project .recent-projects h4 {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: bold;
}
#location-projects.single-project .recent-projects h3 {
    font-size: 14px;
}
#location-projects.single-project .recent-feat-image {
    text-align: center;
}
#location-projects.single-project .recent-details {
    padding: 20px;
}
#location-projects.single-project .read-more {
    padding-top: 50px;
    background: #000;
    padding: 8px 20px;
    border-radius: 5px;
    color: #fff;    
    margin-top: 20px;
    display: inline-block;
    font-size: 12px;
}
#location-projects.single-project .comments {
    border-top: 0;
    padding: 0;
}
#location-projects.single-project .comment-title {
    margin-bottom: 15px;
}

#location-projects.single-project .g-recaptcha {
    padding: 5px;
    border: solid #CCCCCC 1px;
    margin: 0 2px;
    border-radius: 2px;
}
#location-projects.single-project #buttons .msg-container {
    display: block;
    text-align: center;
    margin-top:15px;
    font-style: normal;
}
#location-projects.single-project .feat-image {
    text-align: center;
    margin: 0 auto;
    display: block;
}
#location-projects.single-project .feat-image img {
    height: auto;
    width: 100%;
    max-width: 100%;
}
#location-projects.single-project .description {

}

#location-projects.single-project .lw-section .description ul {
/*    list-style-type: disc;
    list-style-position: inside;
    padding: 0;    */
}

#location-projects.single-project .categories, #location-projects .keywords {

}
#location-projects.single-project .keywords ul {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}
#location-projects.single-project .categories {
    margin-top: 40px;
}
#location-projects.single-project .categories ul {
    display: inline-block;
}
#location-projects.single-project .keywords ul li {
    margin: 5px 0;
}
#location-projects.single-project .categories .label {
    font-size: 23px;
    margin-right: 10px;
}
#location-projects.single-project .categories ul li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}
#location-projects.single-project .categories ul li a {
    color: #fff;
    display: block;
    padding: 4px 15px;
    border-radius: 5px;
    background: #6caf24;
    background-color: rgb(108, 175, 36);
    font-size: 18px;    
}
#location-projects.single-project .content-ii iframe {
    max-width: 100%;
}
#location-projects.single-project .content-ii .content h2.company-name,
#location-projects.single-project .content-ii .content h2 {
    font-size: 20px;
    margin: 8px 0;
}
#location-projects.single-project .content-ii .content h2.branch-name {
    font-size: 20px;
    margin: 8px 0;
}
#location-projects.single-project .content-ii .content {
    margin-top: 15px;
}
#location-projects.single-project .content-ii .content h3.address,
#location-projects.single-project .content-ii .content h3.website,
#location-projects.single-project .content-ii .content h3.phone,
#location-projects.single-project .content-ii .content h3 {
    font-size: 17px;
    word-break: break-all;
    margin: 8px 0;
    font-weight: normal;
}
#location-projects.single-project .content-ii .content h4 {
    font-size: 15px;
    margin: 8px 0;
    font-weight: normal;
}
#location-projects.single-project .content-ii .content h5 {
    font-size: 13px;
    margin: 8px 0;
    font-weight: normal;
}
#location-projects.single-project .content-ii .content h6 {
    font-size: 12px;
    margin: 8px 0;
    font-weight: normal;
}
#location-projects.single-project .content-ii .content .map {
    margin-top: 20px;
}
#location-projects.single-project a {
    color: #2574BD;
    display: inline-block;
}
#location-projects.single-project .content-ii a {
    color: inherit;
}
#location-projects.single-project #Website {
    word-break: break-all;
}
.project-template-default .footer-share-buttons {
    text-align: center;
    margin: 20px 0 40px;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
}
.project-template-default .footer-share-buttons h4 {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
    margin-bottom: 20px;    
}
.project-template-default .footer-share-buttons a {
    margin: 0 4px;  
    color: #fff;
    display: inline-block;
    padding-right: 10px;
    text-decoration: none;
}
.project-template-default .footer-share-buttons a.facebook-share-button {

}
.project-template-default .footer-share-buttons a.twitter-share-button {

}
.project-template-default .footer-share-buttons a.linkedin-share-button {

}
.project-template-default .footer-share-buttons a i {
    display: inline-block;
    width: 30px;
    line-height: 30px;  
    background: rgba(255,255,255,.2);
    margin-right: 3px;
}
.project-template-default .review .by {
    margin: 0;
}
.project-template-default .review .review-body {
    margin: 0 0 10px;   
}
.project-template-default .review .rating {
    background: #F5F5F5;
    border-radius: 7px;
    padding: 0; 
    overflow: hidden;
    margin-bottom: 25px;    
}
.project-template-default .review .rating p {
    margin: 0;
    padding: 4px 10px;
}
.project-template-default .review .rating p.overall {
    background: #ececec;
    padding: 4px 10px;
}
.project-template-default .review .ave-ratings .empty-stars:before {
    -webkit-text-stroke: 1px #ccc;
}
.project-template-default .review .rating i {
    color: #F1E112;
    font-size: 14px;
}
.project-template-default .review .rating i.inactive {
    color: #ccc;
}           
.project-template-default .review .rating .label {
    margin-left: 20px;
    color: #444;
}
.project-template-default .ave-ratings .empty-stars::before, 
.project-template-default .ave-ratings .full-stars::before {
    font-size: 14pt!important;
}
.project-template-default .ave-ratings {
    color: #ccc!important;
}
.project-template-default .ave-ratings .full-stars {
    color: #F1E112!important;
}   
.project-template-default .ave-ratings {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    color: #eee;
    overflow: hidden;
}
.project-template-default .ave-ratings .full-stars {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #F7D51B;
}
.project-template-default .ave-ratings .empty-stars:before, 
.project-template-default .ave-ratings .full-stars:before {
    content:"\2605\2605\2605\2605\2605";
    font-size: 40pt;
}
.project-template-default .ave-ratings .empty-stars:before {
    -webkit-text-stroke: 1px #eee;
}
.project-template-default .ave-ratings .full-stars:before {
    -webkit-text-stroke: 1px #F7D51B;
}
.project-template-default .rn-row.two > .rn-col:nth-child(1) {
    width: 75%;
}
.project-template-default .rn-row.two > .rn-col:nth-child(2) {
    width: 25%;   
}
.lw-gallery, .lw-gallery-nav {
    visibility: hidden;
}
#location-projects .lw-toc {
    border: solid #ccc 1px;
    margin-bottom: 25px;
}
#location-projects .lw-toc-link {
    cursor: pointer;
    font-size: 16px;
}
#location-projects .lw-toc-label {
    cursor: pointer;
    display: block;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 18px;    
    border-bottom: solid #ccc 1px;
}
#location-projects .lw-toc-label span {
    float: right;
    padding-right: 10px;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: -2px;
}
#location-projects .lw-toc-content {
    display: none;
    padding: 20px;    
}
#location-projects .lw-toc-content li {
    margin-bottom: 10px;
    font-weight: bold;
}
#location-projects .lw-toc ol {
    list-style-position: inside;
    margin: 0;
    padding: 0;
}
#location-projects .lw-toc ol:not(.level-1) {
    margin-left: 40px;
}
#location-projects.single-project .feat-image {
    border-radius: 6px;
    border: solid #000 4px;
    margin-bottom: 0;
    width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    #location-projects.single-project .lw-gallery img {
        height: 170px;
    }    
}
