.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;
}
