/*
	Theme Name: Synchrony
	Description: Theme Based on HTML5 Blank WordPress Theme
	Version: 1.0
	Author: Arcadia
	Author URI: http://www.arcadiacreative.co
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font-family:'HelveticaNeueW01-45Ligh' , sans-serif;
	
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}


/* How About Some Custom Fonts?


font-family:'HelveticaNeueW01-45Ligh', Arial , sans-serif;	Light 45
font-family:'HelveticaNeueW01-55Roma', Arial , sans-serif;	Roman 55	
font-family:'HelveticaNeueW01-65Medi', Arial , sans-serif;	Medium 65

font-family:'HelveticaNeueW01-55Roma';
font-family:'HelveticaNeueW01-65Medi';
font-family:'HelveticaNeueW01-45Ligh';


*/

/* Colours

Black 6	#4F4E55
632U	#3B98B5

*/



 

/* Type Styles */

p {
	margin: 0 0 20px 0; padding: 0;
	
	font-family:'HelveticaNeueW01-45Ligh', 'Arial', sans-serif;
	font-size: 14px;
	line-height:20px;
	color:#4F4E55;
}

strong {
	font-family:'HelveticaNeueW01-65Medi', 'Arial' , sans-serif;
	font-weight: normal;
}

h1 {
	margin: 0 0 20px 0; padding: 0;
	
	font-family:'HelveticaNeueW01-55Roma', 'Arial' , sans-serif;
	font-size: 40px; line-height:40px;
	font-weight: normal;
	
	color:#3B98B5;
	
}
	 
h2 {
	margin: 0 0 20px 0; padding: 0;
	
	font-family:'HelveticaNeueW01-55Roma', 'Arial' , sans-serif;
	font-size: 26px; line-height:26px;
	font-weight: normal;
	
	color:#3B98B5;
}
	
	 
h3 {
	margin: 0 0 20px 0; padding: 0;
	
	font-family:'HelveticaNeueW01-45Ligh', 'Arial' , sans-serif;
	font-size: 18px; line-height: 20px;
	font-weight: normal;
	
	color:#3B98B5;
}


ul
{
padding: 0 20px 0 0px;
margin: 0;
}

li
{
margin: 0 0 0px 0; padding: 0;
	
	font-family:'HelveticaNeueW01-45Ligh', 'Arial' , sans-serif ;
	font-size: 14px;
	line-height:20px;
	color:#4F4E55;

}

ul li {
  margin-left: 18px;
}


/* Grid */
#grid-wrapper {
	position: absolute; opacity: 0.25; z-index: 200; display: none;
	margin: 0; padding: 0;
	
	top: 0; bottom: 0; left: 0;
	width: 1600px; height: 100%;
}

	.grid-column {
		position: relative; display: inline-block; float: left;
		margin: 0 5px; padding: 0;
		
		width: 320px; height: auto;
		
		border-top: 1px solid fuchsia;
		border-right: 1px solid fuchsia;
		border-left: 1px solid fuchsia;
	}
	
	.grid-column:first-child {
		margin-left: 0;
		border-left: 1px solid fuchsia;
	}
	
	.grid-column:last-child {
		margin-right: 0;
		border-left: 1px solid fuchsia;
	}
	
		.grid-row {
			position: relative; display: block;
			margin: 0; padding: 0;
			
			width: 100%; height: 10px;
			
			border-bottom: 1px solid aqua;
		}
		
			.grid-row:nth-child(10n) {
				border-bottom: 1px dashed fuchsia;
			}


/* Styles */

strong {
	font-weight: normal;
	font-family:'HelveticaNeueW01-65Medi', 'Arial' , sans-serif;
}

body {
	position: relative; display: block;
	margin: 40px auto; padding: 200px 0 0 0;
	
	width: 980px; height: auto;
}

	.content-wrapper {
		position: relative; display: inline-block;
		margin-bottom: -1px;
		
		width: 100%;
	}

	#header-main { 
		position: fixed; z-index: 100;
		margin: 0; padding: 40px 0 0 0;
		
		top: 0;
		width: 980px;
		
		background-color: #FFF;
		
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	
		.header-text {
			position: relative; display: inline-block; float: right;
			margin: -90px 0 0 -20px; padding: 0 0 0 20px;
			
			width: 50%; height: auto;
			
			font-family:'HelveticaNeueW01-45Ligh', 'Arial' , sans-serif;
			font-size: 20px; line-height: 20px;
			color: #4F4E55;
		}
		
			.header-text span {
				font-size: 15px;
			}

		#header-logo {
			position: relative; display: block;
			margin: 0 0 0 -122px; padding: 0;
			
			
			width: 102px; height: 150px;
			
			background: url(img/ac-logo_animated.gif) no-repeat center center;
			background-size: 102px 150px;
		}
		
		#header-navs {
			position: relative; display: block;
			margin: -30px -22px 0 -22px; padding: 0 22px 0 0;
			
			width: auto; height: 30px;
			
			background-color: #2688A8;
		}
		
		.nav-social {
			position: relative; display: inline-block; float: right;
			margin: 0 5px 0 0;
			
			font-size: 18px; line-height: 32px;
			color: #FFF;
		}
		
			#header-navs ul {
				position: relative; display: inline-block; list-style: none;
				margin: 0 0 0 22px; padding: 0;
				
				width: 50%; height: 30px;
			}
			
				#header-navs ul li {
					position: relative; display: inline-block; z-index: 0;
					margin: 0 20px 0 0; padding: 0;
					
					height: 30px;
				}
				
					#header-navs ul li ul {
						position: absolute; z-index: -100; display: none; visibility: hidden; opacity: 0;
						margin: 0 0 0 -22px; padding: 0 0 0 22px;
						
						top: 0; left: 0;
						height: 30px; width: auto;						

						-webkit-transition: opacity 0.5s ease;
						-moz-transition: opacity 0.5s ease;
						-ms-transition: opacity 0.5s ease;
						-o-transition: opacity 0.5s ease;
						transition: opacity 0.5s ease;
					}
					
						#header-navs ul li ul li {
							position: relative; display: inline-block;
							margin: 0 0 0 -5px; padding: 0 5px;
							
							width: 200px;
							
							background-color: #FFF;
						}
						
						#header-navs ul li ul li:first-child {

						}
						
						#header-navs ul li ul li:last-child {
							padding-bottom: 10px;
							border-radius: 0px 0px 5px 5px;
						}
					
							#header-navs ul li ul li a {
								color: #3B98B5;
								-webkit-transition: all 0.5s ease;
								-moz-transition: all 0.5s ease;
								-ms-transition: all 0.5s ease;
								-o-transition: all 0.5s ease;
								transition: all 0.5s ease;
							}
							
							#header-navs ul li ul li a:hover {
								border-bottom: #3B98B5 solid 1px;
																
							}
					
				#header-navs ul li:hover > ul {
					display: block; opacity: 1; visibility: visible;
					top: 30px;
						
					
				}
				
					#header-navs ul li a {
						font-family:'HelveticaNeueW01-55Roma', 'Arial' , sans-serif;
						font-size: 14px; line-height: 28px;
						color: #FFF;
					}
					
					#header-navs ul li.current-menu-item > a {
						font-family:'HelveticaNeueW01-65Medi', 'Arial' , sans-serif;
						
					}
					
					
					.ls-links {
			position: relative; display: inline-block; float: left;
			margin: 0 10px 0 -5px; padding: 0 5px 2px 5px;
			
			width: auto; height: auto;
			
			font-size: 14px;
			color: #FFF;
			
			background-color: #4F4E55;
			
			-webkit-border-radius: 5px;
			   -moz-border-radius: 5px;
			        border-radius: 5px;

			-webkit-transition: all 0.5s ease;
			   -moz-transition: all 0.5s ease;
			    -ms-transition: all 0.5s ease;
			     -o-transition: all 0.5s ease;
			        transition: all 0.5s ease;
		}
		
			.ls-links:hover {
				color: #FFF;
				background-color: #3B98B5;
			}
		


	#slider {
		position: absolute; z-index: -100;
		
		top: -240px;
		width: auto; height: 380px !important;
		
	}
	
		.flex-viewport, .slides {
			height: 640px;
		}


.bjqs-markers {
		display: none;
	}
	
	.bjqs-prev a, .bjqs-next a {
		margin: 0 10px; opacity: 0.5;
		color: #FFF;
		font-size: 60px;
	}
	
	.bjqs-prev a:hover, .bjqs-next a:hover {
		opacity: 1;
	}

/* Layout Styles */

.breaker-space {
	position: relative; display: inline-block;
	margin: 0; padding: 0;
	
	width: 100%; height: 10px;
}

/* Columns */

.column-01 {
	float: left;
	margin: 0 10px 40px 0;
	
	width: 320px; height: auto;
}

.column-02 {
	float: left;
	margin: 0 10px 40px 0;
	
	width: 650px; height: auto;
	
}

.column-03 {
	float: left;
	margin: 0 10px 40px 0;
	
	width: 990px; height: auto;
}

.food-concept-container
{

float: left;
margin: 0 10px 40px 0;
width: 1110px; height: auto;
margin-left:-120px;

}

.food-logo
{
	position:relative; display: block;
		margin: 0 20px 0 0; padding: 0 0 0 0;
	width:100px; height:100px;
	float: left;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		
		-webkit-background-size: cover;
		   -moz-background-size: cover;
		    -ms-background-size: cover;
}


	/* Buckets */
	
	.content-bucket {
		position:relative; display: block;
		margin: 0 0 20px 0; padding: 0;
		
		width: 320px; height: 200px;
		
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		-webkit-background-size: cover;
		   -moz-background-size: cover;
		    -ms-background-size: cover;
		
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	
		.content-bucket:hover > .content-bucket-caption {
			height: 200px; line-height: 200px;
			
			-moz-border-radius: 10px;
			border-radius: 10px;
			
			
		}
		
		.content-bucket:hover > .content-bucket-caption > i {
			line-height: 200px;
		}
	
		
		.content-bucket-caption {
			position: absolute;
			margin: 0; padding: 0 10px;
			
			right: 0; bottom: 0; left: 0;
			width: auto; height: 40px;
			
			font-size: 20px; line-height: 40px;
			color: #FFF;
			
			background-color: rgba(60,153,181,0.90);
			border-radius: 0px 0px 10px 10px;
			-webkit-border-radius: 0px 0px 10px 10px;
			-moz-border-radius: 0px 0px 10px 10px;
		
			-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
			-ms-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
			transition: all 0.5s ease;
		}
		
			.content-bucket-caption-team {
			position: absolute;
			margin: 0; padding: 0 10px;
			
			right: 0; bottom: 0; left: 0;
			width: auto; height: 40px;
			
			font-size: 20px; line-height: 40px;
			color: #FFF;
			
			background-color: rgba(60,153,181,0.90);
			border-radius: 0px 0px 10px 10px;
			-webkit-border-radius: 0px 0px 10px 10px;
			-moz-border-radius: 0px 0px 10px 10px;
		
			-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
			-ms-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
			transition: all 0.5s ease;
		}
		
		.content-bucket-caption i {
			float: right;
			line-height: 40px;
		
			-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
			-ms-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
			transition: all 0.5s ease;
		}



.home-bucket {overflow: hidden;
	text-align: center;
	overflow: hidden;
	color:#fff!important;
}

.home-bucket p {font-size: 20px;
			color: #fff;
}

.home-bucket h3 {font-size: 20px; 
			line-height: 40px;
			color: #fff;
 			}
 			
.home-bucket:hover {
	padding-top: 30px;} 	
	
.home-bucket:hover h3 {
	font-family:'HelveticaNeueW01-55Roma', 'Arial' , sans-serif;
	font-size: 24px;
}			


	
.headshot {
	display: block;
	margin: 0 0 20px 0; padding: 0;
	
	width: 320px !important; height: 200px;
	
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	    -ms-background-size: cover;
	
	-moz-border-radius: 10px;
	border-radius: 10px;
}
	



/* Contact Form */

.input-custom {
	border: none;
	background: none;

	margin: 0 10px 10px 0; padding: 0 10px;
	width:320px; height:30px;
	
	font-family:'HelveticaNeueW01-55Roma', 'Arial' , sans-serif;
	font-size: 14px; line-height: 30px;
	color:white;
	

	background-color: #3B98B5;
	
	
	
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	   		border-radius: 5px;
}

select.input-custom {
	-webkit-appearance: none;
	-moz-appearance: none;
}

	select.input-custom:focus {
		outline: none;
	}

.message {

	width:320px; height: 110px !important;
	
	line-height: 14px;
}
	
	
.submit-black { background-color: #4F4E55;
	font-family:'HelveticaNeueW01-55Roma', 'Arial' , sans-serif;
	font-size: 14px;
	color:white;
	border: none;
	-moz-border-radius: 5px;
	 border-radius: 5px;
	 width:320px;
	 height:30px;
	 margin-bottom: 10px;
	 padding-right: 10px;
}

.checkbox-wrap {
	position: relative; display: inline-block; float: left;
}

.checkbox-label {
	position: relative; display: block;	float: left; cursor: pointer;
	margin: 0 10px 10px 0; padding: 0 10px 0 5px;
	
	width: auto; height: 20px;
	min-width: 135px; max-width: 135px;
	
	font-size: 12px; line-height: 20px;
	color: #FFF;
	
	background: #4F4E55;
	border-radius: 0 5px 5px 0;
	
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

input[type=checkbox] {
	-webkit-appearance: none;
	-moz-appearance: none;
	
	position: relative; display: block;	float: left;	cursor: pointer;
	margin: 0 0 10px 0; padding: 0;
	
	width: 20px; height: 20px;
	
	background: #4F4E55;
	border-radius: 5px 0px 0px 5px;
		
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

	input[type=checkbox]:checked {
		background: #3B98B5;
	}

*::-webkit-input-placeholder {
    color: white;
   
}    
*:-moz-placeholder {
    
    color: white;
   
}
*::-moz-placeholder {

    color: white;
    
}    
*:-ms-input-placeholder {
  
    color: white;
   
}

#map {
		width: 320px;
		height: 150px;
		
		border-radius: 5px; overflow: hidden;
		-moz-border-radius: 5px;
	}
	
	
footer {
	position: relative; display: block;
	margin: -2px 0 0 0; padding: 0;
	
	text-align: left;
}

	footer a.logo-tag {
		position: absolute;
		
		bottom: 0; right: 0;
	}

	footer p {
		margin: 0 0 10px 0;
		font-size: 12px; line-height: 20px;
	}


#footer-banner {
	position: relative; display: block;
	margin: 0 0 20px 0; padding: 0 10px;
	
	width: 100%; height: 20px;
	
	font-size: 10px; line-height: 20px;
	color: #FFF;
	
	background-color: #3999B5;
}

.ext-grown {
	position: absolute;
	
	right: 0; bottom: 0;
}
	
	
	
	
#header-mobile, .mobile-footer-logo {
	display: none; visibility: hidden;
}

#map-link {
	display: none;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {

	body {
		position: relative; display: block;
		margin: 0 20px !important; padding: 60px 0 0 0 !important;
		
		width: auto; height: auto;
	}
	
	#slider-offset {
		padding-top: 0 !important;
		margin-top: -60px;
	}

#map {
		display: none!important;
	
		}
		
	.checkbox-label {
		min-width: 85%;
		max-width: 85%;
	}	
	
	#map-link {
		display: block;
	}
	


	#header-main {
		display: none; visibility: hidden;
	}
	
	#header-mobile {
		position: fixed; display: block; visibility: visible; z-index: 100;
		margin: 0; padding: 0;
		
		top: 0; right: 0; left: 0;
		width: auto; height: auto;
		
		background-color: #3B98B5;		
	}
	
		.header-mobile-top, .header-mobile-nav {
			position: relative; display: block;
			margin: 0; padding: 0;
			
			width: 100%; height: auto;
		}
		
		.header-mobile-top {
			height: 200px;
		}
		
		.header-mobile-nav {
			margin: 0; padding: 0 20px;
			height: 30px;
			
			font-size: 15px; line-height: 30px;
			color: #FFF;
		}
	
		#header-mobile ul {
			list-style: none;
			margin: 0 20px; padding: 0;
		}
		
			#header-mobile ul li {
				position: relative; display: block; float: left;
				margin: 0 10px 0 0; padding: 0;
			}
			
				#header-mobile ul li a {
					font-size: 15px; line-height: 30px;
					color: #FFF;
				}
				
				#header-mobile ul li ul {
					margin: 0; padding: 0;
				}
				
				#header-mobile ul li ul li a {
					position: relative; display: inline-block; float: left;
					margin: 0 10px 5px 0; padding: 0;
					font-size: 10px; line-height: 10px;
				}
	
	.column-01, .column-02, .column-03 , .food-concept-container{
		position: relative; display: inline-block; float: none;
		margin: 0; padding: 0;
		
		width: 100%; height: auto;
	}
	
		.content-bucket {
			position: relative; display: block;
			width: 100%;
		}
		
			/*.content-bucket .content-bucket-caption {
				height: 200px; line-height: 200px;
				
				-moz-border-radius: 10px;
				border-radius: 10px;
			}*/
	
	#layerslider {
		display: none; visibility: hidden;
	}
	
	footer {
		position: relative; display: block;
		margin: 100px 0 0 0; padding: 40px 0 20px 0;
		
		text-align: left;
	}
	
		.mobile-footer-logo {
			position: absolute !important; display: block; visibility: visible;
			margin: 0; padding: 0;
			
			right: 0; bottom: 20px;		
			width: 68px !important; height: 100px !important;
			
			background: url(img/ac-logo_animated.gif) no-repeat center center;
			background-size: 68px 100px !important;
		}
		
		
		#footer-banner {
			position: absolute; display: block;
			margin: 0; padding: 0 20px;
			
			top: 0; right: -40px; left: 0;
			width: auto; height: 20px;
			
			font-size: 8px; line-height: 20px;
			color: #FFF;
			
			background-color: #3999B5;
		}
		
		.ext-grown {
				position: relative;
		}
		
			footer a.logo-tag img {
				width: 87px; height: 10px;
			}
			
			
			
	#map {
		position: relative; display: block;
		width: 100%; height: 200px;
	}
	
	
	.input-custom {
		display: block;
		margin: 0 0 10px 0; padding: 0 10px;
		width:auto;
	}
	
	select.input-custom {
		-webkit-appearance: none;
		-moz-appearance: none;
	}
	
		select.input-custom:focus {
			outline: none;
		}
	
	.message {
	
		width:320px; height: 80px!important;
		
		line-height: 14px;
	}
		
		
	.submit-black { background-color: #4F4E55;
		font-family:'HelveticaNeueW01-55Roma', 'Arial' , sans-serif;
		font-size: 14px;
		color:white;
		border: none;
		-moz-border-radius: 2px;
		 border-radius: 2px;
		 width:320px;
		 height:30px;
		 margin-bottom: 10px;
		 padding-right: 10px;
	}


.social-icons{
	color:#fff;
	float:right;
}


	
	
}


/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
	body {
		position: relative; display: block;
		margin: 200px 20px 0 20px !important; padding: 60px 0 0 0 !important;
		
		width: auto; height: auto;
	}
	
	#slider-offset {
		padding-top: 0 !important;
		margin-top: -60px;
	}

	#map {
	display: none!important;

	}
			
		.checkbox-label {
			min-width: 85%;
			max-width: 85%;
		}	
		
		#map-link {
			display: block;
		}
		
	
	
		#header-main {

		}
		
		#header-logo {
			margin: 20px 0 0 0; padding: 0;
			
			top: -40px;
			
			width: 68px; height: 100px;
			
			background-size: 68px 100px;
		}
		
		#header-navs ul {
			margin-left: 100px;
			width: auto;
		}
		
		.header-text {
			width: 80%;
		}
		
		.header-text-left {
			top: 10px; left: 80px;
		}
		
		.header-text-right {
			display: none;
		}
		
		
		
		.column-01, .column-02, .column-03 , .food-concept-container{
			position: relative; display: inline-block; float: none;
			margin: 0; padding: 0;
			
			width: 100%; height: auto;
		}
		
			.column-01 {
				margin: 0 3% 0 0; padding: 0;
				width: 30%;
			}
		
			.content-bucket {
				position: relative; display: inline-block; float: left;
				width: 100%;
			}
			
				/*.content-bucket .content-bucket-caption {
					height: 200px; line-height: 200px;
					
					-moz-border-radius: 10px;
					border-radius: 10px;
				}*/
		
		#layerslider {

		}
		
		footer {
			position: relative; display: block;
			margin: 100px 0 0 0; padding: 40px 0 20px 0;
			
			text-align: left;
		}
			
			
			#footer-banner {
				position: absolute; display: block;
				margin: 0; padding: 0 20px;
				
				top: 0; right: -40px; left: 0;
				width: auto; height: 20px;
				
				font-size: 8px; line-height: 20px;
				color: #FFF;
				
				background-color: #3999B5;
			}
			
			.ext-grown {
					position: relative;
			}
			
				footer a.logo-tag img {
					width: 87px; height: 10px;
				}
				
				
				
		#map {
			position: relative; display: block;
			width: 100%; height: 200px;
		}
		
		
		.input-custom {
			display: block;
			margin: 0 0 10px 0; padding: 0 10px;
			width:auto;
		}
		
		select.input-custom {
			-webkit-appearance: none;
			-moz-appearance: none;
		}
		
			select.input-custom:focus {
				outline: none;
			}
		
		.message {
		
			width:320px; height: 80px!important;
			
			line-height: 14px;
		}
			
			
		.submit-black { background-color: #4F4E55;
			font-family:'HelveticaNeueW01-55Roma', 'Arial' , sans-serif;
			font-size: 14px;
			color:white;
			border: none;
			-moz-border-radius: 2px;
			 border-radius: 2px;
			 width:320px;
			 height:30px;
			 margin-bottom: 10px;
			 padding-right: 10px;
		}
	
	
	.social-icons{
		color:#fff;
		float:right;
	}
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* Styles */
}q