@media only screen and (max-width: 992px) {
	.top .logo {
	    position: static;
	    display: none;
	}
	.navbar-brand{
		display: block;
	}
	.top .one p {
    	text-align: center;
	}
	.top .top_contact ul li {
	    display: block;
	}
	.top .top_contact {
	    text-align: center;
	}
	#google_translate_element{
		text-align: center;
	}
	.video img{
		width: 100%;
	}
	.menu3{
		display: none;
	}
	.menu1{
		display: block;
	}
	.menu2{
		display: block;
	}
}