
@media screen and (min-width: 1240px) {
    .menu-hold {
        position: absolute;
        top: 31px;
        padding: 0px 0px 10px 0px;
        right: 0px;
        height: 18px;
        width: 100%;
        z-index: 9999;
    }
	
	#logo {
		margin: 0em;
		padding: 12px 2em 0px 25px;
		float: left;
		width: 146px;
		text-align: left;
		z-index: 11000 !important;
		position: relative;
	}
}


@media screen and (max-width: 1239px) {
    #logo {
        width: 94px;
        padding: 9px 2em 0px 25px;
    }
}


@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;
    }
}


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






