/*@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");
@import url('Tablet-Desktop.css');

	@media screen and (min-width: 950px) {

		ul.home-grid li {
			float: left;
			width: calc(100% / 2 - 1px * .5);
			
			background-repeat: no-repeat;
			background-size: cover;
			background-position: 50%;
		}



		.DeliverTime {
			margin: 0px;
			font-size: 18px;
			text-align: left;
		}


		.CategoryInfoDiv {
			
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			transition: all .2s;
			width: 100%;
		
	
		}

		.CategoryPictureStyle {
			width: 105px;
			-webkit-box-flex: 0;
			-ms-flex-positive: 0;
			flex-grow: 0;
			-ms-flex-negative: 0;
			flex-shrink: 0;
			height: 75px;
			opacity: 1;
			transition: all 1s;
			
			background-repeat: no-repeat;
			background-size: 100% 100%;
			position: relative;
			z-index: 0;
			margin-right: 16px;
		}

		.CategoryInfoStyle {
			padding-bottom: 18px;
			-webkit-box-flex: 1;
			-ms-flex-positive: 1;
			flex-grow: 1;
			-ms-flex-negative: 1;
			flex-shrink: 1;
			max-width: calc(100% - 105px - 16px);
			position: relative;
			opacity: 1;
			transition: all 1s;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between;
		}

		.pictureText:hover {
			background: rgba(0, 0, 0, 0) 50%;
		}
	}


@media screen and (min-width: 1376px) {
	ul.home-grid li {
		float: left;
		width: calc(100% / 3 - 1px * .666666666666667);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 50%;
	}
}*/

