.header-transparent .brand {
	color:white;
}

@media (max-width: 575px) {
    .header-transparent .brand {
        color:#122179;
    }
}

.header-transparent.sticky .brand {
	color: #122179;
}

.single-slide-wrapper:before {
    content: '\A';
    position: absolute;
    width: 100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.6);
    opacity: 1;
    transition: all 1s;
    -webkit-transition: all 1s;
}