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

#logo {
    margin: 0em;
    padding: 14px 2em 0px 25px;
    float: left;
    width: 225px;
    text-align: left;
    z-index: 11000 !important;
    position: relative;
}
.header {
    z-index: auto !important;
    height: 97px;
    position: relative;
    width: 100%;
    background-color: #fff;
}


@media screen and (max-width: 1239px) {
    a.toggleMenu {
        background-color: transparent;
        color: #807B74 !important;
        font-size: 0em;
        height: 30px;
        z-index: 99999 !important;
        width: 40px;
        position: absolute;
        top: 15px;
        right: 20px;
        left: auto !important;
        display: block !important;
    }
	
	
	#logo {
		margin: 0em;
		padding: 14px 2em 0px 25px;
		float: left;
		width: 180px;
		text-align: left;
		z-index: 11000 !important;
		position: relative;
	}
	
	.header {
		z-index: auto !important;
		height: 80px;
		position: relative;
		width: 100%;
		background-color: #fff;
	}
}

