.mnModSlider .mnModSlide {
    top: 28%;
}

@media screen and (max-width : 768px) {
	.mnModSlider .mnModSlide {
	    top: 19%;
	}
}

#topMenuContainer #topMenu #topMenuLogo {
    float: left;
    padding: 15px;
}


@media screen and (max-width : 1013px) {
	#topMenuLogoImg{
		display: none !important;
	}
}

