/* ##### Shuffle Trips Buttons ######## */
.filter-menu  {
			text-align: center;
			margin-top: 15px;
			display: flex;
			flex-wrap:wrap;
		}
		.filter-menu > li {
			list-style: none;
			display:inline-block;
			padding: 8px 15px;
			border:1px solid #999;
			background:#29B2E4;
			font-weight: bold;
			color:#FFF;
			margin:5px;
			flex: 1;
			transition:all 0.3s;
			margin-top:20px;
		}
		.filter-menu > li:hover, .filter-menu > li.active {
			border:1px solid #333;
			background:#B90B46;
			font-weight: bold;
			color:#FFF;
			cursor:pointer;
		}	
	
/* ##### End Shuffle Trips Buttons ######## */

