@media (min-width:1199px) and (max-width:1400px) {
.top_menu {
	z-index: 9 !important
}
}
@media only screen and (min-width:568px) and (max-width:767px) {
.top_bar_logo img {
	width: 80%;
}
.top_menu {
	z-index: 9 !important
}
}
/* @media only screen and (min-width:480px) and (max-width:567px) {
.top_bar_logo {
	width: 76%;
}
}*/
@media all and (max-width: 568px) {
.top_bar_logo {
	width: 160px;
}
}
 @media only screen and (min-width:250px) and (max-width:479px) {
/*.top_bar_logo img {
	height: 86%;
}*/
.top_bar_logo {
	width: 120px
	overflow: hidden;
}
.top_menu {
	z-index: 9 !important
}
.top_menu {
	padding: 7px 0px !important;
}
}
