

/*new*/
@media only screen and (min-width: 960px) and (max-width: 1260px) {
    #menu-wrap .container .sixteen.columns {
        width: 880px;
    }
}
/*new*/


@media only screen and (min-width: 481px) {
	.mobile-project-title{
		display: none;
	}
}
@media only screen and (max-width: 480px) {
	.mobile-project-title{
		text-align: center;
	    padding-bottom: 5px;
	    font-size: 16px;
	    line-height: 20px;
	    text-transform: uppercase;
	    font-weight: 700;
		width:100%;
		color: #fff;
	}

}





