.header {
    background-color: rgba(0,0,0,0.3);
}
.logo1,.logo3 {
	display: none !important;
}
.logo2 {
	display: block !important;
}

.header-under {
    position: absolute;
    z-index: 1000;
    left: 0;
    right: 0;
    top: 28;
    height: 110px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.68) 0%,rgba(0,0,0,0.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.68) 0%,rgba(0,0,0,0.00) 100%);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.00) 100.00%);
}

.footer {
	background-color: #000;
}

@media screen and (min-width: 1240px) {
    nav ul li a {
        color: #fff;
    }
	    nav ul li a:hover {
        color: #fff;
		transform: translateY(-2px);
    }
}

@media screen and (max-width: 1239px) {
    .toggleMenu span.touch-btn:first-of-type {
        background: url(images/plus-minus-white.png) no-repeat 50% 2px #666;
    }
}