@media only screen and (max-width: 990px){

	.topHeader .float-right, .topHeader .float-left {
		width: 50% !important;
	}

	.topHeader .float-right {
		padding-top: 10px;
	}

	.topHeader .float-left li {
		padding-right: 52px !important;
	}

	.mobileNone {
		display: none;
	}

	.navbar-collapse {
		margin-left: -10px;
		padding: 10px 0;
	}

	.navbar-light .navbar-toggler {
		border: none;
		outline: none;
	}

	.mobileSocial {
		display: block;
		top: 20%;
		right: 0;
		width: 55px;
		background-color: #fff;
		z-index: 999;
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
	}

	.mobileSocial img {
		width: 30px;
	}

}
