.logo1 {
	display: none !important;
}
.logo2 {
	display: block !important;
}

.header {
    background-color: transparent;
	position: absolute;
	
}
@media screen and (min-width: 1150px) {
    nav ul li a {
        color: #fff;
    }
    nav ul li a:hover {
        color: #fff;
    }
}



/*------------------------------------*/

.menu-icons-div {
    color: #0077C8;
    background-color: #fff;
    background-image: url(images/search-h-b.png);
}
.menu-icons-div:hover {
    color: #0077C8;
    background-color: #fff;
    background-image: url(images/search-h-b.png);
}

@media screen and (max-width: 1149px) {
	.menu-icons-div {
		background-color: transparent;
		background-image: url(images/search-h.png);

	}
	.menu-icons-div:hover {
		background-color: transparent;
		background-image: url(images/search-h.png);
	}
	.toggleMenu span.touch-btn:first-of-type {
        background: url(images/plus-minus-white.png) no-repeat 50% 2px #666;
        border-radius: 0px !important;
        background-color: transparent !important;
        width: 30px;
        height: 30px;
    }
	
	
	 .navresponsive {
        background-color: #0077C8;
	}
	nav ul li a {
        color: #fff !important;
    }
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	