body {
    overflow-x: visible;
    overflow: visible;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}
.nav-secondary {
	display: none;
}
.span12 {
    width: 100%;
}