@media screen and (min-width:1200px){
	.navbar-fixed-top {
		left: 0;
		position: fixed;
		right: 0;
		z-index: 1030;
	}
	.top2 {
		padding-top: 49px;
	}
 }

 @media only screen and (max-width: 1230px) {
	 .menuMob-btn {
		width: 130px;
		height: 30px;
		display: block;
		position: absolute;
		right: 40px;
		top: 12.5px;
		z-index: 31;
	  }
	  .menuMob-btn a {
		outline: none;
		display: block;
		line-height: 30px;
	  }
 }
