.dga-no-underline {
    position: absolute;
    bottom: -38px;
    left: 4%;
	width:200px;
	transition: width .6s ease;
}
.logo_container #logo{
	display:none;
}

#dga-custom-logo{
	width:200px;
	max-width: 200px !important;
}

#top-header.et-fixed-header .dga-no-underline {
    width: 200px !important;
    bottom: -38px;
}

@media(max-width:980px){
	.logo_container #logo{
		top: -50px;
    	position: relative;
		display:block !important;
	}
}