.pull-right-menu {
	float:right;
}

@media all and (max-width: 1175px) {
	.pull-right-menu {
		float: none;
		margin-left: 10px;
	}	

}