@media (min-width: 768px){
body{ }
.page-content-wrap{ padding-top: 25px; }
.page-content-wrap .rich-header{ height: 90px !important; }
.rich-header{z-index: 53;
overflow: hidden;
width: 100%;
height: 90px;
background-color: #f4f4f4;
color: #777;
padding: 14px 0;
position: relative;}
.rich-header .container {display: table;height: 100%;}

.rich-header .container > *{display: table-cell;
vertical-align: middle;}
.rich-header h1{font-size: 20px;line-height: 30px;}
.rich-header .nz-breadcrumbs{color: #777777;text-align: right;position: relative;bottom: -3px;}
.nz-breadcrumbs > * {
		color: inherit;
		text-transform: uppercase;
		font-size: 12px;
		line-height: 30px;
		padding-left: 5px;
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
		position: relative;
		margin-bottom: 5px;
	}

	.nz-breadcrumbs a {
		color: inherit !important;
	} 



	.nz-breadcrumbs > :first-child {
		padding-left: 35px;
	}

	.version2 .nz-breadcrumbs > :first-child {
		padding-left:0;
	}

	.nz-breadcrumbs > :first-child:before {
		content: "";
		width: 25px;
		height: 23px;
		background:transparent url(../images/home_icon.png) no-repeat left top;
		background-color: transparent !important;
		left: 0;
		top: -5px;
	}

	.icon-light .nz-breadcrumbs > :first-child:before {
		background:transparent url(../images/home_icon_white.png) no-repeat left top;
	}
}