.navbar-header .navbar-brand{
	padding-top: 1px;
}

.navbar{
	background: #212121;
    color: rgba(255, 255, 255, 0.7);
}
.navbar ul li a,
.navbar-sticky .navbar-nav > li > a {
    color: rgba(255, 255, 255, 0.7);
}

.navbar-sticky-function .navbar-brand img{
	height: 70px;
}

.navbar-sticky .navbar-brand img{
	height: 100%;
    margin-top: 10px;
}

.with-top-header .navbar-sticky {
    margin-top: -5px;
}

.navbar-sticky .navbar-brand {
    padding-bottom: 0px;
}
.with-top-header .wrapper, .with-top-header .container-wrapper {
    /*padding-top: 70px;*/
}