/* Custom Style */ 
.push-active2 {
	background-color: #ff8100;
	-webkit-transition: background-color .5s ease;
	-moz-transition: background-color .5s ease;
	-o-transition: background-color .5s ease;
	transition: background-color .5s ease;
	cursor: pointer;
	box-shadow: 5px 10px 18px rgba(0,0,0, 0.2);
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	}
.push-active2:hover {

	box-shadow: none;
	}
	