
.breadcrumb a.breadcrumb-item:first-child {
    display: none;
}
.breadcrumb a.breadcrumb-item:nth-child(2) {
    padding-left: 0;
}
.breadcrumb a.breadcrumb-item:nth-child(2):before {
    content:"";
    padding-right: 0;
}

.navbar-header .navbar-brand > img {
	max-height:50px;
	margin-top:-10px;
}

.stuck .navbar-brand > img {
	margin-top:0;
}

@media only screen and (max-width:767px){
	.stuck .navbar-brand > img {
		margin-top:-5px;
	}
	.navbar-header .navbar-brand > img {
		margin-top:-5px;
		max-height:40px;
	}
}

/* pad Portrait and medium desk */
@media only screen 
  and (min-width:768px)
  and (max-width:1023px),
  (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
	
	.navbar-header .navbar-brand > img {
    	max-height: 40px;
    	margin-top: -7px !important;
	}
	
}