@charset "UTF-8";
/*--- 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, font, 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 
{	margin:0; 
	padding:0; 
	border:0; 
	outline:0; 
	font-size:100%; 
	vertical-align:baseline; 
	background:transparent;
} 

body 
{	line-height: 1;
}

ol, ul
{	list-style:none;
} 

blockquote, q
{	quotes:none;
} 

blockquote:before, blockquote:after, q:before, q:after
{	content:'';
	content:none;
} 

:focus
{	outline:0;
} 

ins
{	text-decoration:none;
} 

del
{	text-decoration:line-through;
} 

table
{	border-collapse:collapse; 
	border-spacing:0;
}

/*--- universal styles ---*/
html
{	overflow-y: scroll;
}

body 
{	font:normal 1.05em Verdana, Geneva, sans-serif;
	line-height: 1.25em;
	color:#000;
	background: #FFF;
	background:url('../images/wood.jpg') repeat-y top;
	background-size:100%;
}

a 
{	color: #069;
	text-decoration: none;
	font-weight: bold;
}

a:hover 
{	color: #444;
}

h1 
{	margin: 20px 0;
	font-size: 2em;
	color: #2262AD;
	line-height: 1.15em;
}

h2
{	font-size:1.5em;
}

h3
{	font-size:1.25em;
}

h4
{	width:200px;
	font-size:1em;
}

h5
{	font-size:0.75em;
}

p 
{	margin-bottom: 20px;
	line-height: 1.45em;
}

img 
{	width: 100%;
}

.emp
{	font-weight:bold;
	color:#174D22;
}

.empltr
{	font:normal 25px Georgia, "Times New Roman", Times, serif;
}

.fltright
{	float:right;
}

.pghdr
{	width:600px;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	text-shadow: 2px 2px #999;	
}

.tophdr
{	width:300px;
	position: relative;
	top:-2px;
	display:inline-block;
	float:right;
	color:#000;
	font-size:28px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	text-align:right;
	text-shadow: 2px 2px #999;
}

.fmred
{	background-color:rgba(153,0,0,0.7);
}

.fmyellow
{	background-color:rgba(249,173,51,0.7);
}

.fmgreen
{	background-color:rgba(23,77,34,0.7);
}

/*--- header styles ---*/
header 
{	background: #FFF url('../images/food/jerkchicken.jpg') no-repeat center;
	background-size:cover;
	width: 100%;
	height: 355px;
	position: absolute;
	top: 0;
	left: 0;
	border-top:20px solid #85C428;
	border-bottom: 40px solid #FBF62D;
	z-index:100;
}

header img
{	width:175px;
	margin:55px auto;
	display: block;
}

nav ul
{	width:785px;
	margin:0 auto;
}

nav li 
{	padding: 18px;
	display: inline-block;
	float: left;
}

nav li a
{	display:block;
	color: #333;
	font: bold 16px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-shadow: 2px 5px 0 rgba(0,0,0,0.2);
}

nav ul li a.active 
{	color:#174D22;
}

nav ul li a:hover
{	color:#174D22;
	text-decoration:none;
}

#menu-icon 
{	width: 40px;
	height: 40px;
	display: hidden;	
	background: url('../images/icon_nav.png') center;
}

/*--- page layout styles---*/
#content
{	padding-top: 375px;
}

section 
{	max-width: 980px;
	margin: 70px auto 40px;	
	position: relative;
}

section p
{	padding:10px;
}

.grid
{	padding:10px;
	color:#333;
	font-family:"Arial Black", Gadget, sans-serif;
	background-color:rgba(255,255,255,0.6);
}

.col 
{	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}

.col:first-child 
{	margin-left: 0; 
}

.group:before,
.group:after 
{	content:"";
	display:table; 
}

.group:after 
{	margin-bottom:10px;
	clear:both;
}

.group 
{	zoom:1;
}

.box1
{	width:18.72%
}

.box2
{	width:39.04%;
}

.box3
{	width:59.36%;
}

.box4
{	width:79.68%;
}

.box5
{	width:100%;
}

.box1 p, .box2 p, .box3 p, .box4 p, .box5 p
{	padding-bottom:0;
	font:normal 0.833em Verdana, Geneva, sans-serif;
	background:none;	
}

.first, .second, .third, .fourth, .fifth
{	margin:0;
	padding:0;
	clear:both;
}

.first img, .second img, .third img, .fourth img, .fifth img
{	margin:0;
	padding:0;
}

/*--- footer styles ---*/
footer 
{   display:block;
	position:relative;
	background-color: #363636;    
	border-top: 25px solid #E3442B;
    z-index: 1;
}

footer > ul 
{   width: 90%;
	max-width: 980px;
    margin: 0 auto;
	display:block; 
    padding: 10px 0;
    position: relative;  
	list-style: none outside none;
    overflow: hidden;
}

footer > ul li 
{   width: 33.3%;
    padding: 20px 0;
	float: left;
    box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
}

footer > ul li:first-child 
{   padding-left: 0;
}

footer > ul li:nth-child(3) 
{   padding-right:0;
}

footer > ul li .text 
{   margin-left: 40px;
    position: relative;
	color: #848889;
    font-size: 13px;
    line-height: 20px;
    text-align: justify;
}

.text h2 
{   color: #FFF;
	margin-top: 0;
    margin-bottom: 10px;
}

.text h4, .text h5
{   color: #F2AE3E;
    font-weight: bold;	
}

.text a 
{   color: #85C428;
    font-weight: normal;
	border-bottom: 1px dotted transparent;    
}

.text a:hover 
{   font-weight:bold;
	border-color: #85C428;	
}

.text .contact_icon
{	width: 30px;
	display:inline-block;
	vertical-align:middle;
}

.text .contact_h4
{	display: inline;
}

.text .phone
{	margin-bottom:0;
}

.text .socialul img
{	width: 50px;
}

footer .bar 
{   padding: 10px 0;
	background-color: #1E2629;
}

footer .bar-wrap 
{   width: 90%;
    max-width: 980px;
    margin: 0 auto;
    position: relative;
    font-size: 12px;
}

.links 
{   position: relative;
	float: left;
    list-style: none outside none;
}

.links li 
{   float: left;
    margin-right: 20px;
}

.links a 
{   color: #778888;
}

.links a:hover 
{   color: #FFF;
}

.siteby
{	position: absolute;
	right:0;
	top:0;
	color:#E3E3E3;
}

.siteby a
{	color:#778888;
}

.copyright 
{   color: #E3E3E3;
    margin-top: 5px;
}

.clear
{	clear:both;
}

/*--- media queries ---*/
@media screen and (max-width: 910px)  {
	/*---page layout---*/
	.hiddentxt
	{	display:none;
	}
}

@media screen and (max-width: 768px)  {
	/*---page layout---*/
	html, body
	{	overflow-x:hidden;
	}
	
	.col
	{	margin:1% 0 1% 0;
	}
	
	.first .box2, .first .box3
	{	width:100%;
	}
	
	.second .box2, .second .box3, .second box5
	{	width:100%;
	}
			
	.third .box1, .third .box2, .third .box3, .third .box5
	{	width:100%;
		padding:0;
		display:inline-block;
		float:none;
	}
	
	.fourth .box1, .fourth .box2, .fourth .box3, .fourth .box5
	{	width:100%;
		padding:0;
		display:inline-block;
		float:none;
	}
	
	.fifth .box1
	{	width:100%;
		padding:0;
		display:inline-block;
		float:none;
	}
	
	.hiddentxt
	{	display:inline;
	}
	
	/*---header---*/
	header 
	{	position: absolute;
	}
	
	#menu-icon 
	{	display:block;
		margin:0 auto;
		padding-top: 15px;
	}
	
	nav ul, nav:active ul 
	{	width: 90%;
		margin:0 auto;
		padding: 13px;
		display: none;	
		position:absolute;
		left:0;
		right:0;
		background: #363636;
		z-index:2;
	}
	
	nav li 
	{	text-align: center;
		width: 100%;
		padding: 5px 0;
		margin: 0;
	}
	
	nav li a
	{	color:#FFF;
		font:bold 14px "Century Gothic", Century, sans-serif;
		text-shadow:none;
	}
	
	nav li a:hover
	{	background-color:#000;
		border-bottom:0;
	}
	
	nav:hover ul 
	{	display: block;
	}
	
	/*---footer---*/
	footer > ul li 
	{	float:none;
        width:auto;
    }
	
	footer .text p, .text h1, .text h2, .text h3, .text h4, .text div
	{	text-align:center;
	}
	
	footer .text h4
	{	display:block;
		margin:0 auto;
	}
	
	footer .text .fb-page
	{	display:block;
		margin:0 auto;
	}
	
	.links, .siteby, .copyright
	{   float:none;
        text-align:center;
    }
	
    .links li 
	{	display:inline-block;
		margin-right:5px;
        float:none;
    }
	
    .bar 
	{	position:relative;
    }
	
    .bar-wrap 
	{	margin-bottom:0;
    }
	
	.siteby
	{	position: relative;
		margin:5px 0;
	}
	
	.hiddenbrk
	{	display:none;
	}
}

@media only screen and (max-width : 695px) {
	/*---page layout---*/
	.col
	{	margin:1% 0 1% 0;
	}
	
	.box1, .box2, .box3, .box4, .box5
	{	width:100%;
	}
	
	/*---footer---*/
	footer > ul li
	{	margin-right:15px;
	}
}
