@import url(font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700|Pacifico");

/*
	Introspect by TEMPLATED
	templated.co @templatedco
	Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/

/* Reset */

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font-weight: 700;
        font-family: 'bebas_neue', sans-serif;
		font: inherit;
		vertical-align: baseline;
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}

	body {
		line-height: 1;
	}

	ol, ul {
		list-style: none;
	}

	blockquote, q {
		quotes: none;
	}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	body {
		-webkit-text-size-adjust: none;
	}

/* Box Model */

	*, *:before, *:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

/* Containers */

	.container {
		margin-left: auto;
		margin-right: auto;
	}

	.container.\31 25\25 {
		width: 100%;
		max-width: 100em;
		min-width: 80em;
	}

	

	@media screen and (max-width: 1680px) {

		.container {
			width: 80em;
		}

	}

	@media screen and (max-width: 1280px) {
		.container {
			width: 65em;
		}

	}

	@media screen and (max-width: 980px) {

		.container {
			width: 90%;
		}

	}

	@media screen and (max-width: 736px) {

		.container {
			width: 90% !important;
		}

	}

	@media screen and (max-width: 480px) {

		.container {
			width: 90% !important;
		}

	}



	@-ms-viewport {
		width: device-width;
	}

	body {
		-ms-overflow-style: scrollbar;
	}

	@media screen and (max-width: 480px) {

		html, body {
			min-width: 320px;
		}

	}

	body {
		background: #fff;
	}

/* Type */

	body {
		background-color: #fff;
		color: #111111;
		font-family: 'Bebas Neue', cursive;
	}

	body, input, select, textarea {
		font-family: 'Bebas Neue', cursive;
		font-size: 15pt;
		font-weight: 300;
		line-height: 2;
	}
	p {
        font-family: 'Darker Grotesque', sans-serif;;
		font-size: 25px;
        line-height: 25px;
		max-width: 600px;
        margin: 0 auto;
	}

	h1, h2, {
		font-weight: 700;
		line-height: 1.5;
		font-size:30px;
		text-transform: uppercase;
	}

		

	

	.align-right {
		text-align: right;
	}

	
	a {
		color: #e5474b;
	}


	h1, h2, h4, h5, h6 {
		color: #000;
		font-weight: 700;
		font-size:55px;
        font-family: 'Bebas Neue', cursive;
	}
	
	ul {
		list-style: disc;
		margin: 0 0 2em 0;
		padding-left: 1em;
	}

		ul li {
			padding:10px;
			font-family: 'Darker Grotesque', sans-serif;;
		font-size: 21px;
        line-height: 25px;
		}

		ul.alt {
			list-style: none;
			padding-left: 0;
		}

			ul.alt li {
				border-top: solid 1px;
				padding: 0.5em 0;
			}

				ul.alt li:first-child {
					border-top: 0;
					padding-top: 0;
				}


			ul.icons li {
				display: inline-block;
				padding: 0 1em 0 0;
			}

	
/* Section/Article */

	section.special, article.special {
		text-align: center;
	}

	section .inner {
		max-width: 60em;
		width: calc(100% - 6em);
		margin: 0 auto;
	}

		@media screen and (max-width: 480px) {

			section .inner {
				max-width: 90%;
				width: 90%;
			}

		}

	header p {
		position: relative;
		margin: 0 0 1.5em 0;
	}

	header h2 + p {
		font-size: 1.25em;
		margin-top: -1em;
	}

	header h3 + p {
		font-size: 1.1em;
		margin-top: -0.8em;
	}

	header h4 + p,
	header h5 + p,
	header h6 + p {
		font-size: 0.9em;
		margin-top: -0.6em;
	}

	header p {
		color: #717171;
	}



/* Wrapper */

	.wrapper {
		position: relative;
	}

		.wrapper > .inner {
			margin: 0 auto;
			width: 60em;
		}

		

		@media screen and (max-width: 1280px) {

			.wrapper > .inner {
				width: 65em;
			}

		}

		@media screen and (max-width: 980px) {

			.wrapper > .inner {
				width: 100%;
			}

		}

/* Header */

	body {
		position: relative;
		padding-top: 5em;
	}

	#header {
		background: #1c1c1c;
		color: #d5d5d5;
		cursor: default;
		height: 5em;
		left: 0;
		line-height: 5em;
		position: fixed;
		text-align: right;
		top: 0;
		width: 100%;
		z-index: 10001;
	}

		#header .inner {
			max-width: 65em;
			width: calc(100% - 6em);
			margin: 0 auto;
			text-align:center;
			position: relative;
		}

			@media screen and (max-width: 480px) {

				#header .inner {
					max-width: 90%;
					width: 90%;
				}

			}

		#header .logo img {
			display: inline-block;
			height: inherit;
			left: 0;
			margin: 0;
			padding: 0;
			position: absolute;
			top: 0;
			padding: 0;
			height: 80px;
    width: auto;
    margin: 0 auto;
		}

			#header .logo:hover {
				color: rgba(229, 71, 75, 0.75);
			}

		#header a {
			-moz-transition: color 0.2s ease-in-out;
			-webkit-transition: color 0.2s ease-in-out;
			-ms-transition: color 0.2s ease-in-out;
			transition: color 0.2s ease-in-out;
			display: inline-block;
			padding: 0 2em;
			color: #ffffff;
			text-decoration: none;
			text-transform: uppercase;
			font-weight: 700;
			font-size: 30px;
		}

			#header a:hover {
				color: rgba(255, 255, 255, 0.75);
			}

			#header a:last-child {
				padding-right: 0em;
			}

			@media screen and (max-width: 736px) {

				#header a {
					padding: 0 0.5em;
				}

			}

	@media screen and (max-width: 480px) {

		#header {
			min-width: 320px;
		}

	}

/* Menu */

	#nav {
		display: inline-block;
	}

		@media screen and (max-width: 980px) {

			#nav {
				display: none;
			}

		}

	.navPanelToggle {
		position: fixed;
		text-decoration: none;
		height: 4em;
		right: 3em;
		top: .75em;
		width: 4em;
		display: none;
		z-index: 10002;
	}

		.navPanelToggle:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
			color: #fff;
			display: block;
			font-size: 16px;
			height: 2.25em;
			left: 0.5em;
			line-height: 2.25em;
			position: absolute;
			text-align: center;
			top: 0.5em;
			width: 3.5em;
		}

		@media screen and (max-width: 980px) {

			.navPanelToggle {
				display: block;
			}

		}

		@media screen and (max-width: 736px) {

			.navPanelToggle {
				right: 1em;
			}

		}

		.navPanelToggle *:before {
			color: #fff;
			display: block;
			font-size: 16px;
			height: 2.25em;
			left: 0.5em;
			line-height: 2.25em;
			position: absolute;
			text-align: center;
			top: 0.5em;
			width: 3.5em;
		}

	#navPanel {
		-moz-transform: translatex(20em);
		-webkit-transform: translatex(20em);
		-ms-transform: translatex(20em);
		transform: translatex(20em);
		-moz-transition: -moz-transform 0.2s ease-in-out, visibility 0.2s ease-in-out;
		-webkit-transition: -webkit-transform 0.2s ease-in-out, visibility 0.2s ease-in-out;
		-ms-transition: -ms-transform 0.2s ease-in-out, visibility 0.2s ease-in-out;
		transition: transform 0.2s ease-in-out, visibility 0.2s ease-in-out;
		-webkit-overflow-scrolling: touch;
		visibility: hidden;
		overflow-y: auto;
		position: fixed;
		right: 0;
		top: 0;
		background: #1c1c1c;
		color: #fff;
		height: 100%;
		max-width: 80%;
		width: 20em;
		padding: 1.5em;
		text-transform: uppercase;
		z-index: 10003;
		display: none;
	}

		#navPanel.visible {
			-moz-transform: translatex(0);
			-webkit-transform: translatex(0);
			-ms-transform: translatex(0);
			transform: translatex(0);
			box-shadow: 0 0 1.5em 0 rgba(0, 0, 0, 0.2);
			visibility: visible;
		}

		#navPanel a:not(.close) {
			border-top: solid 1px rgba(255, 255, 255, 0.1);
			color: #fff;
			font-weight: 700;
			display: block;
			padding: 0.75em 0;
			text-decoration: none;
		}

			#navPanel a:not(.close):first-child {
				border: none;
			}

		#navPanel .close {
			text-decoration: none;
			-moz-transition: color 0.2s ease-in-out;
			-webkit-transition: color 0.2s ease-in-out;
			-ms-transition: color 0.2s ease-in-out;
			transition: color 0.2s ease-in-out;
			-webkit-tap-highlight-color: transparent;
			border: 0;
			color: #484848;
			cursor: pointer;
			display: block;
			height: 4em;
			padding-right: 1.25em;
			position: absolute;
			right: 0;
			text-align: right;
			top: 0;
			vertical-align: middle;
			width: 5em;
		}

			#navPanel .close:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
				content: '\f00d';
				width: 3em;
				height: 3em;
				line-height: 3em;
				display: block;
				position: absolute;
				right: 0;
				top: 0;
				text-align: center;
			}

			#navPanel .close:hover {
				color: inherit;
			}

		@media screen and (max-width: 980px) {

			#navPanel {
				display: block;
			}

		}

/* Banner */

	#banner {

		background-image: url("../../images/foodclub-banner2.png");
		background-size: cover;
		background-repeat: no-repeat;
		height: 600px;
        width: 100%;
		z-index: 9999;
	}
	#banner2 {

		background-image: url("../../images/banner2.jpg");
		background-size: cover;
		background-repeat: no-repeat;
		height: 700px;
        width: 100%;
		z-index: 9999;
		background-size:cover;
	}
	
	#banner3 {

		background-image: url("../../images/banner3.jpg");
		background-size: cover;
		background-repeat: no-repeat;
		height: 700px;
        width: 100%;
		z-index: 9999;
		background-size:cover;
	}


			@media screen and (max-width: 480px) {

				#banner .inner {
					max-width: 100%;
					width: 100%;
				}
				.concept img{
					width:100%;
	                text-align:center;
	                border-bottom:#000 1px solid;
					margin:0 auto;
	}	
		#one .inner2 img{
			width:100%;
			margin:0 auto;
			}
			.content{
				width:100%;
				margin:0 auto;
				text-align:center;
				}
				#banner3 img{
					width:100%;
			margin:0 auto;
					}
				
		#footer .inner img{
		   width:100%;
		   margin:0 auto;
		   text-align:center;
		
		}
		#banner {

		background-image: url("../../images/foodclub-banner2.png");
		background-size: cover;
		background-repeat: no-repeat;
        width: 100%;
		margin:0 auto;
		z-index: 9999;
	}
	#banner2 img {

		background-image: url("../../images/banner2.jpg");
		background-size: cover;
		background-repeat: no-repeat;
        width: 100%;
		margin:0 auto;
		z-index: 9999;
		background-size:cover;
	}
	
	#banner3 img {

		background-image: url("../../images/banner3.jpg");
		background-size: cover;
		background-repeat: no-repeat;
        width: 100%;
		margin:0 auto;
		z-index: 9999;
		background-size:cover;
	}
	.content ,ul,li{
		text-align:left;
		
		}
			}
			

		#banner h1 {
			font-size: 2em;
			margin: 0 0 1em 0;
			padding: 0;
			letter-spacing: 3px;
			font-weight: 700;
		}

			#banner h1 span {
				font-weight: 400;
			}

		body.is-loading #banner:after {
			opacity: 1;
		}

		@media screen and (max-width: 1680px) {

			#banner {
				padding: 10em 0 8em 0;
			}

		}

		@media screen and (max-width: 1280px) {

			#banner {
				padding: 8em 0 6em 0;
			}

		}

		@media screen and (max-width: 980px) {

			#banner {
				padding: 12em 0 10em 0;
			}

				#banner br {
					display: none;
				}

		}

		@media screen and (max-width: 736px) {

			#banner {
				padding: 4em 0 2em 0;
			}

				#banner h1 {
					font-size: 1.75em;
				}

		}

		@media screen and (max-width: 480px) {

			#banner {
				padding: 5em 0 3em 0;
			}

				#banner ul {
					margin-top: 1em;
				}

		}

/* Main */

	#main {
		padding: 4em 0 0em 0;
		width:100%;
	}

	#one {
		padding: 4em 0 0em 0;
		text-align: center;
		width:100%;
	}
	#twoo {
		padding: 4em 0 0em 0;
		text-align: center;
	}
	#threee{
		padding: 4em 0 0em 0;
		text-align: center;
		width:100%;
		}
	#four{
			padding: 4em 0 0em 0;
		text-align: center;
		width:100%;
			}

		@media screen and (max-width: 980px) {

			#one {
				padding: 4em 0 2em 0;
				margin-bottom:0px;
			}
			#one .inner2 img {
    width: 100%;
    margin: 0 auto;
}
#three .content img {
    padding: 50px;
    width: 100%;
}

		

		}

		@media screen and (max-width: 736px) {

			#one {
				
				    margin-bottom: 0px;
			}

		}
		.content ,ul,li{
				list-style-image:url(../../images/iconn.jpg);
				}

	#two {


		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#f7f7f7',GradientType=1 );
	}

		#two .inner {
			display: -ms-flexbox;
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-flex-direction: row;
			-webkit-flex-direction: row;
			-ms-flex-direction: row;
			flex-direction: row;
		}

			#two .inner article {
				width: 50%;
			}

				#two .inner article:first-child {
					padding-right: 6em;
				}

				#two .inner article:last-child {
					padding-left: 6em;
				}

		@media screen and (max-width: 980px) {

			#two {
		
				background:#fff;
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#f7f7f7',GradientType=0 );
			}

				#two .inner {
					-moz-flex-direction: column;
					-webkit-flex-direction: column;
					-ms-flex-direction: column;
					flex-direction: column;
				}

					#two .inner article {
						width: 100%;
					}

						#two .inner article:first-child {
							padding-right: 0;
							
						}

						#two .inner article:last-child {
							padding-left: 0;
							padding-top: 0;
						}
		#footer .inner img{
		   width:100%;
		   margin:0 auto;
		   text-align:center;
		
		}

		}

		@media screen and (max-width: 736px) {

			#two {
				padding: 0px 30px;
			}
			#three {
				padding:0px
	}

		}
		#three .inner {
			display: -ms-flexbox;
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-flex-direction: row;
			-webkit-flex-direction: row;
			-ms-flex-direction: row;
			flex-direction: row;
			-moz-justify-content: space-between;
			-webkit-justify-content: space-between;
			-ms-justify-content: space-between;
			justify-content: space-between;
			-ms-flex-pack: justify;
		}

		
			@media screen and (max-width: 980px) {

				#three .inner {
					-moz-flex-direction: column;
					-webkit-flex-direction: column;
					-ms-flex-direction: column;
					flex-direction: column;
				}

					#three .inner article {
						width: 100%;
						margin: 0 auto;
					}

			}

		@media screen and (max-width: 980px) {

			#three {
				padding: 4em 0 2em 0;
			}
			.concept img{
	text-align:center;
	border-bottom:#000 1px solid;
	}	

		}

		@media screen and (max-width: 736px) {

			#three {
				padding: 0px;
    width: 100%;
			}
			#banner3{
				width:100%;
				}
				.concept img{
	text-align:center;
	border-bottom:#000 1px solid;
	}
	#three .content img {
    padding: 50px;
    width: 100%;
}	

		}

/* Footer */

	#footer {
		background-color: #282827;
		color: #f2a3a5;
		padding: 4em 0 2em 0;
		width:100%;
	
	}
footer img{
		width:100%;
		
		}
.concept p{
	text-align:center;
	}
.concept img{
	text-align:center;
	border-bottom:#000 1px solid;
	}	
.m40{
	margin-bottom:40px;
	}		
	#section .inner2 {
    max-width: 100%;
    width: calc(100% - 6em);
    margin: 0 auto;
}
.con{
	border-bottom:#000 1px solid;
	padding-top:30px;
	}		
#one img{ 
	width:100%;
	}	
	#footer img{
		width:100%;
	}
		