#menu {
			display: none;
		}
		
#home {
	text-align:left;
	position:absolute;
	width: 50px;
	height: 50px;
}		
#home-icon {
	color: #fff;
	background:url(../images/icon-home.svg);
	background-repeat: no-repeat;
	background-size: 50px 50px;
	text-align:left;
	position:absolute;
	width: 50px;
	height: 50px;
}

.cbp-hrmenu {
	width: 100%;
	margin-top: 0em; /*changed this*/ 
	/*border-bottom: 4px solid #47a3da;*/
}

/* general ul style */
.cbp-hrmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* first level ul style */
.cbp-hrmenu > ul,
.cbp-hrmenu .cbp-hrsub-inner {
	width: 90%;
	max-width: 70em;
	margin: 0 auto;
	padding: 0 1.875em;
}

.cbp-hrmenu > ul > li {
	display: inline-block;
}

.cbp-hrmenu > ul > li > a {
	font-weight: 700;
	padding: 1em 1em;
	color: #999;
	display: inline-block;
}

.cbp-hrmenu > ul > li > a:hover {
	color: #e0b52d;
}

.cbp-hrmenu > ul > li.cbp-hropen a,
.cbp-hrmenu > ul > li.cbp-hropen > a:hover {
	color: #fff;
	background: #707075;
}

/* sub-menu */
.cbp-hrmenu .cbp-hrsub {
	display: none;
	position: absolute;
	background: #707075;
	width: 100%;
	left: 0;
	z-index:300;
}

.cbp-hropen .cbp-hrsub {
	display: block;
	padding-bottom: 3em;
}

.cbp-hrmenu  > a {
	width: 25%;
	float: left;
	padding: 0 2em 0;
}

.cbp-hrsub-inner > div {
	width: 33%;
	float: left;
	padding: 0 0em 0;
}

.cbp-hrmenu .cbp-hrsub-inner:before,
.cbp-hrmenu .cbp-hrsub-inner:after {
	content: " ";
	display: table;
}

.cbp-hrmenu .cbp-hrsub-inner:after {
	clear: both;
}

.cbp-hrmenu .cbp-hrsub-inner > div a {
	line-height: 2em;
}

.cbp-hrsub h4 {
	color: #fff;
	padding: 2em 0 0.6em;
	margin: 0;
	font-size: 160%;
	font-weight: 300;
}

/* Examples for media queries - changed values from em to px to match layout.css in skeleton template*/
/* Smaller than standard 960 (devices and browsers) */
@media screen and (max-width: 959px) { 

	.cbp-hrmenu {
		font-size: 80%;
	}

}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

	.cbp-hrmenu {
		font-size: 70%;
	}

	.cbp-hrmenu > ul > li > a {
		padding: 1em 0.2em;
	}

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 560px) {

	#menu {
		width:100%em;
		display: block;
		background-color: #555460;
		color: #fff;
		font-size:1.35em;
		text-align: left;
	}
	
	#home {
	text-align:center;
	position:relative;
	width: 20px;
	height: 0px;
	margin: 0 auto 0 auto;
	}		
	#home-icon {
	color: #fff;
	background:url(../images/icon-home.svg);
	background-size: 25px 25px;
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	margin-top: -20px;
	}
	
	#navigation {
		height:0px;
	}


	#navigation.js {
		display: none;
	}
	ul {
		width:100%;
		list-style:none;
	}
	li {
		width:100%;
		border-right:none;
	}

	.cbp-hrmenu {
		font-size: 120%;
		border: none;
		
	}

	.cbp-hrmenu > ul,
	.cbp-hrmenu .cbp-hrsub-inner {
		width: 100%;
		padding: 0;
	}

	.cbp-hrmenu .cbp-hrsub-inner {
		padding: 0;
		font-size: 75%;
	}

	.cbp-hrmenu > ul > li {		
		display: block;
		background-color: #555460;
		border-bottom: 2px solid #fff;
		margin-bottom: 0px;
	}

	.cbp-hrmenu > ul > li > a { 
		display: block;
		padding: 1em 3em;
		background-repeat: no-repeat;
	}

	.custom-button span span.ui-btn-text 
	{ 
		left: -9999px !important;
		position: absolute !important;
	} 

	.cbp-hrmenu .cbp-hrsub { 
		position: relative;
		z-index:300;
	}

	.cbp-hrsub h4 {
		padding-top: 0.6em;
	}

	.cbp-hrmenu .cbp-hrsub-inner > div {
		width: 100%;
		float: none;
		padding: 0;
	}
}



