@media only screen and (min-width: 768px){
	.col-sm-offset-3{
		left: 25%;
	}
	.col-sm-offset-6{
		left: 50%;
	}
}
@media only screen and (min-width: 992px){
	.col-md-offset-0{
		left:0;
	}
}