@media only screen and (max-width: 768px){
	.navbar>.container .navbar-brand::after {
		position: absolute;
	    content: "";
	    width: 100%;
	    border-right: 180px solid #fff;
	    border-left: 0px solid transparent;
	    border-bottom: 50px solid transparent;
	    left: 0px;
	    right: 0;
	    bottom: -50px;
	    z-index: 9999;
	}
	.navbar-default .navbar-nav>li {
		float: none;
		padding: 0;
	}
	.navbar-default .navbar-nav>li>a {
		border: 0; 
		padding: 36px 0 37px 0;
	}
	.navbar-default .navbar-nav>li .gs-dropdown {
		position: static;
	}
}
	