/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	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: 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; }


/* #Basic Styles
================================================== */
	body {
		background: #fff;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }


/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #181818;
        font-family: "alternate-gothic-no-1-d",sans-serif;
        text-transform: uppercase;
		font-weight: normal;
        color: #fff;    }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 46px; line-height: 50px; margin-bottom: 14px;}
	h2 { font-size: 35px; line-height: 2em; margin-bottom: 10px; }
	h3 { font-size: 28px; line-height: 1em; margin-bottom: 0.8em !important; display: block; }
	h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
	h5 { font-size: 17px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }
	.subheader { color: #777; }

	p { margin: 0 0 20px 0; font-family: "franklin-gothic-urw-cond",sans-serif;
 font-size: 105%; font-weight: 600; letter-spacing:-0.5px; line-height: 1.3em;}
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #fff;  }

	em { font-style: italic; }
	strong { font-weight: bold; color: #fff; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #fff; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr {  clear: both; margin: 20px 0 15px; height: 2px; color: #fff; background-color: #fff; }


/* #Links
================================================== */
	a, a:visited { color: #fff; text-decoration: underline; outline: 0;  -webkit-transition: all 0.2s ease-in;  transition: all 0.2s ease-in;}
a:active {
  position: relative;
  top: 1px;
}
a:hover, a:focus { opacity: 0.8;}
    a img {-webkit-transition: all 0.2s ease-in;transition: all 0.2s ease-in;}
    a:hover img {opacity: 0.7;}
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }


/* #Buttons
================================================== */

	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: none; /* Old browsers */ /* FF3.6+ */
	  border: 0px solid #aaa;
	  border-top: 0px solid #ccc;
	  border-left: 0px solid #ccc;
	  border-radius: 0px;
	  color: #fff;
	  display: inline-block;
	  font-size: 2em;
	  font-weight: 100;
	  text-decoration: none;
	  cursor: pointer;
	  margin-bottom: 20px;
		margin-top: -30px;
	  line-height: normal;
	  padding: 8px 0px;
	text-transform: uppercase;
	font-family: "alternate-gothic-no-1-d",sans-serif !important;
	letter-spacing: 3px !important;
	}

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #FFC03B;
		 }

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
}

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}


/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 12px;
		outline: none;
		border-radius: 2px;
		font-size: 0.9em;
		font-family: "franklin-gothic-urw-cond",sans-serif;
		color: #777;
		margin: -10px 0 0;
		width: 210px;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff;
		width: 90%;
		transition: all 0.5s ease;
		}
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
		 }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }



body.reviews, body.AboutUs {
    background-image: url('/images/reviews-BG_1600px.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: repeat;
}

body.OurName{
    background-image: url('/images/OurName-BG_1600px.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: repeat;
}

body.TheTeam {
    background-image: url('/images/TheTeam-BG_1600px.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: repeat-y;
}

body.Menus {
    background-image: url('/images/Menus-BG_1600px.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: repeat-y;
}

body.Catering {
    background-image: url('/images/bread-bg.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: repeat-y;
}

body.policies {
    background-image: url('/images/policies-BG_1600px.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: repeat-y;
}

menu.AboutUs, menu.Menus {
    text-transform: uppercase;
    font-family: "franklin-gothic-urw-cond",sans-serif;
    font-weight: 600;
    font-size: 1.2em;
    margin-top: -10px;
}



menu.AboutUs a, menu.Menus a {
    color: #fff;
    text-decoration: none;
    margin-right: 30px
}

menu.AboutUs a:hover, menu.AboutUs a:focus, menu.AboutUs a.active,
menu.Menus a:hover, menuMenus a:focus, menu.Menus a.active
{
    color: #FFC03B !important;
    opacity: 1;
}

.subpage header {
    margin-top: 40px;

}

img.homelogo {
   width: 135%;
}

.logo {
    width: 100%;
}



.subpage h1 {
    font-size: 4.1em;
    margin-top: 1.2em

}


.reviews .MainContent {
    background-color: rgba(196,97,88,0.9);
    margin-top: 11px;
    padding: 22px 0px;
    min-height: 540px;
}

.Menus .MainContent {
    background-color: rgba(250,138,59,0.9);
    margin-top: 11px;
    padding: 22px 0px;
    min-height: 540px;
}

.Catering .MainContent {
    background-color: rgba(255,218,141,0.87);
    margin-top: 11px;
    padding: 22px 0px;
    min-height: 540px;
}

.policies .MainContent {
    background-color: rgba(255,255,255,0.9);
    margin-top: 11px;
    padding: 22px 0px;
    min-height: 540px;
}

.policies .LeftNav a, .policies .BottomNav a {
    color: #C36057 !important;
}

.home .LeftNav a, .home .BottomNav a {
   font-size: 372%;
}

.home .LeftNav  {
      border-top: 8px solid #fff;
      border-bottom: 8px solid #fff;
      display: block;
    padding: 30px 0px 20px;
    margin-bottom: 20px;


}


.Menus .MainContent p, .Menus .MainContent h3,
.policies .MainContent p, .policies .MainContent h3,
.Catering .MainContent p,  .Catering .MainContent h2, .Catering .MainContent h3 {
    color: #231F20 !important;
}

.Menus .MainContent a.white {
	font-size: 1.1em;
	text-decoration: none;
}

.Menus .MainContent a.white:hover {
	text-decoration: underline;
}

.Menus .LeftNav a, .Menus footer .omega p, .Menus .BottomNav a {
    color: #fff !important;
}

.AboutUs .MainContent, .OurName .MainContent, .TheTeam .MainContent {
    background-color: rgba(149,148,151,0.9);
    margin-top: 11px;
    padding: 22px 0px;
    height: 100%;
    min-height: 960px;
}





.MainContent a {
    font-size: 90%;

}

.LeftNav, .BottomNav {
 margin-top: 25px;
}

.LeftNav a, .BottomNav a{
    font-family: "alternate-gothic-no-1-d",sans-serif;
    Text-decoration: none;
    text-transform: uppercase;
    display: block;
    font-size: 350%;
    line-height: 1.1em;
    letter-spacing: 1.5px
}

.BottomNav {
    display: none;
}

footer .alpha {
    text-align: center;
}

footer .logo{
    width: 90%;
    margin-top: 80px
}

footer p {
    color: #fff;
    font-weight: 600 !important;
    letter-spacing: 1px;
    font-size: 1.1em !important;
    line-height: 120%;
}

footer p.cred {
    font-size: 0.9em !important;
    margin-top: -12px !important;
    letter-spacing: 1px
}

footer {
    display:inline-block;
    margin: 0px auto;
}


footer .social {
    display: inline-block;
    margin-right: 20px;
}

div {

}

footer {
    display: block;
    padding: 60px 0px;
}

.MainContent p {
    color: #fff;
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: 500;

}

.Menus h2, .policies h2 {
	color: #231F20;
}


.MainContent h2 {
    font-family: "franklin-gothic-urw-cond",sans-serif;
    font-weight: 600;
    margin-bottom: -5px;
    letter-spacing: 0.5px;
    font-size: 160%;
	text-shadow: none;
}

.MainContent h3 {
    font-family: "franklin-gothic-urw-cond",sans-serif;
    font-weight: 600;
    margin-bottom: 0px;
    letter-spacing: 0px;
    font-size: 130%;
    text-transform: none;

}

.Imagetopper {
    position: relative;
    margin-left: -55px;
    width:110%;
    margin-bottom: 15px;
    margin-top: 30px;
}

.policies footer {
    background: #FA8A3A;
}

#Splash
{
	width: 100%;
	display: block;
	height: 100vh;
	background-image: url('/images/IndexSplash_BG.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: repeat;
	text-align: center;
	position: relative;
	background-attachment: fixed;
	cursor: pointer;
	overflow: hidden;
	padding: 0px;
}

.details
{
	height: 80%;
	width: 90%
	margin-top: 0px;
	max-width: 1290px;
}

.smb img
{
	height: 20%;
	width: 100%;
	margin-top: 0px;
	max-width: 900px;
}



#Home {
    background-image: url('/images/Home-BG_1600px.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    min-height: 1100px;
    padding-top: 100px;
}

#home header {
    margin-top: 3%;
    display: block;
}

.hours {
    width: 85%;
    margin: 0 0 10px 64px

}

.contact {
    width: 50%;
   text-align: center;
    display: block;
    position: relative;
    left: 45%;
    margin: 0 ;
    color: #fff;
    font-family: "alternate-gothic-no-1-d",sans-serif;
    text-transform: uppercase;
    font-size: 290%;
    font-weight: 100;
    margin-top: -35px;
    line-height: 100%;
}




.LeftSocial {
    padding: 10px 0 40px;
    border-bottom: 8px solid #fff;
    margin-bottom: 300px;
}

.deardenver {
    line-height: 0.8em !important;
	margin-top: 0.2em;
}

.footlogo {
    margin-top: -45px;
}

hr.home {
    position: relative;
    left:-100px;
    width: 114%
}

a.white {
	color: #fff !important;
}

.AltGoth {
	font-family: "alternate-gothic-no-1-d",sans-serif !important;
	margin-top: 15px;
	margin-bottom: -20px !important;
	font-size: 2.2em !important;
	display: block;

}


#chicken-container {
    width:200px;
    background:#d9541e;
    border-radius: 5px;
    padding:30px 22px 36px;
    color:#fff;
    margin-bottom: 1em;
}
#chicken-container img {
    width:55px;
    padding: 0 10px 0 0;
    float:left;
}
#chicken-container h2 {
    color:#fff;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
    line-height: 20px;
    float:left;
    width: 120px;
    padding: 2px 0;
    margin:1px;
}
#chicken-container p {
    text-transform: uppercase;
    font-size: 12px;
    float: right;
    margin: 0 14px;
    width: 120px;
}

.giftform {
	margin: 0 0 20px 0; font-family: "franklin-gothic-urw-cond",sans-serif;
 font-size: 105%; font-weight: 400; letter-spacing:-0.5px; line-height: 1.3em;
}

.giftform input, .giftform select {
	display: block;
	margin: 0 auto;
}

button.gift-cards, input[type=submit].gift-cards {
	display: block;
	border-radius: 5px;
	background: #d9541e;
	width: 20%;
	margin: 10px 0;
	box-shadow: none !important;
	border-bottom: 2px solid #990000;
	position: relative;
}

button.gift-cards:active, input[type=submit].gift-cards:active  {
	border: 0px solid #000 !important;
	box-shadow: none !important;
	top: 2px;
}

button.gift-cards:hover, input[type=submit].gift-cards:hover {
	opacity: 0.9;
}

button.gift-cards:focus, input[type=submit].gift-cards:focus {
	box-shadow: none;
	outline: 0px;

}

.closed {font-size: 1.3em;  margin-bottom: 5px; display: inline-block;}


ol#house-rules {
    counter-reset:li; /* Initiate a counter */
    margin-left:0; /* Remove the default left margin */
    padding-left:0; /* Remove the default left padding */
}
ol#house-rules > li {
    position:relative; /* Create a positioning context */
    margin:0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */
    padding:4px 8px 10px; /* Add some spacing around the content */
    list-style:none; /* Disable the normal item numbering */

    margin-bottom: 1em;
    margin-top: 1em;
}
ol#house-rules > li:before {
    content:counter(li); /* Use the counter as content */
    counter-increment:li; /* Increment the counter by 1 */
    /* Position and style the number */
    position:absolute;
    left:-2em;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    /* Some space between the number and the content in browsers that support
       generated content but not positioning it (Camino 2 is one example) */
    margin-right:8px;
    margin-top: -10px;
    padding-top: 16px;
    font-size: 1.6em;
    color:#fff;
    background:#FA8A3A;
    font-weight:bold;
    border-radius: 50%;
	width: 50px;
	height: 50px;
    font-family:"Helvetica Neue", Arial, sans-serif;
    text-align:center;
}

ol#house-rules h2 {line-height: 1.2em; margin-bottom: 0.1em}
ol#house-rules p {margin-bottom: 7px;}

/* Helper Class to temporarily hide items, added 7.17 */
.hidden{
	display:none !important;
}
