@media only screen and (max-width: 767px){
	.img-title{
		width:80%;
	}
	.top-menu{
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff;
	}
	.top-menu ul{
		margin-bottom:0;
	}
	.navbar-default .navbar-nav>li:last-child>a span{
		border-right:none;
	}	
}

