@charset "utf-8";

/* GENERAL */

body {
	background: #ffffff;
	line-height: 1;
	font-size:100%;
}

.iesucks {
	display:none;
}

::selection {
	background: #b32017; color:#fff;
	}
::-moz-selection {
	background: #b32017; color:#fff;
}

#mobile {
	display: none;
}

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, textarea,
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;
	font-family: 'Open Sans', sans-serif;
	line-height:1.5em;
	color:#352c2d;
}

*:focus  
{  
    outline: none;  
} 

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

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;
}

img, object, embed, video {
	max-width: 100%;
}

a {
	text-decoration:none;
	color:#b32017;
}

h1 {
	font-size:28px;
	line-height:28px;
	font-weight: 600;
	color:#ed2024;
}

p {
	font-size:13px;
	line-height:16px;
}

.ie6 img {
	width:100%; 
}

.clear {
	line-height: 0px;
	font-size: 0px;
	clear: both;
	height: 0px;
	padding:0px;
	margin:0px;
}

.container {
	width:1200px;
	margin:0 auto;
	padding:0 20px;
	float:none;
	display:block;
	overflow:none;
}

a.butt-sm, button {
 	height:32px;
	width:160px;
	border-style:solid;
	border-width:2px;
	border-color:#ed2024;
	color:#ed2024;
	background-color:transparent;
	font-size:16px;
	font-weight: 600;
	line-height:32px;
	text-align:center;
	display: block;
	margin:0 auto;
	-webkit-transition: background-color .2s linear 0s;
	-moz-transition: background-color .2s linear 0s;
	transition: background-color .2s linear 0s;
}

	a.butt-sm:hover, button:hover {
		background-color:#b32017;
		border-color:#b32017;
		color:#ece0e1;
		-webkit-transition: background-color .2s linear 0s;
		-moz-transition: background-color .2s linear 0s;
		transition: background-color .2s linear 0s;
	}
	
	button {
		background-color: #ed2024;
		border-color: #ed2024;
		cursor: pointer;
		float: left;
		height: 36px;
		margin-top: 30px;
		color:#ffffff;
	}

	.dload {
		width: 300px !important;
		display: block !important;
		margin-top: 80px auto 0px auto;
		clear: both;
	}


/* HEADER */

.header {
	height: 100px;
	position: fixed;
    width: 100%;
	border-bottom:1px solid #f9f3f4;
	background-color:rgba(255,255,255,0.85);
	-webkit-transition: background-color .2s linear 0s;
	-moz-transition: background-color .2s linear 0s;
	transition: background-color .2s linear 0s;
	z-index: 1000;
}

	.header:hover {
		background-color:rgba(255,255,255,1);
		-webkit-transition: background-color .2s linear 0s;
		-moz-transition: background-color .2s linear 0s;
		transition: background-color .2s linear 0s;
	}

	.header-spacer { 
		height: 100px;
	}

	.logo {
		width:270px;
		height:100px;
		background-image:url(../images/logo.png);
		background-position:left center;
		background-repeat:no-repeat;
		display:inline-block;
		float:left;
	}


	.header .phone {
		display:block;
		height:50px;
		line-height:50px;
		font-size:16px;
		color:#b32017;
		text-align:right;
	}
		
		.header .phone b {
			color:#ed2024;
			font-weight:600;
			margin-left:5px;
		}

	.nav { 
		display:inline-block;
		float:right;
	}
	
		
		.nav .pages {
			display:block;
			margin-top:7px;
			text-align:right;
		}
		
			.nav .pages a {
				display:inline-block;
				margin-left:30px;
				font-size:16px;
				color:#352c2d;
				font-weight: 600;
				-webkit-transition: color .2s linear 0s;
       			-moz-transition: color .2s linear 0s;
            	transition: color .2s linear 0s;
			}
			
				.nav .pages a:hover {
					display:inline-block;
					color:#b32017;
					-webkit-transition: color .2s linear 0s;
					-moz-transition: color .2s linear 0s;
					transition: color .2s linear 0s;
				}


/* HERO */

	/* home */
				
#homepage .hero {
	height: 450px;
	background-color:#7a1501;
	background-image:url(../images/hero-home.png);
	background-position:center left;
	background-repeat:no-repeat;
}

	#homepage .hero h1 {
		color:#ece0e1;
		font-size:28px;
		font-weight: 600;
		line-height:36px;
		text-align:center;
		display: block;
		padding:120px 0 90px 0;
	}
	
	#homepage .hero a.butt {
		height:60px;
		width:300px;
		background-color:#b32017;
		color:#ece0e1;
		font-size:28px;
		font-weight: 400;
		line-height:60px;
		text-align:center;
		display: block;
		margin:0 auto;
		-webkit-transition: background-color .2s linear 0s;
		-moz-transition: background-color .2s linear 0s;
		transition: background-color .2s linear 0s;
	}
	
		#homepage .hero a.butt:hover {
			background-color:#7a1501;
			-webkit-transition: background-color .2s linear 0s;
			-moz-transition: background-color .2s linear 0s;
			transition: background-color .2s linear 0s;
		}
		
	/* internal pages */

#menu .hero, #schedule .hero, #catering .hero, #about .hero, #contact .hero {
	height: 300px;
	background-color:#7a1501;
	background-position:center center;
	background-repeat:no-repeat;
	background-image:url(../images/hero-contact.png);
}

	#contact .hero {
		background-image:url(../images/hero-contact.png);
	}

	.hero h2 {
		font-size:28px;
		text-align:center;
		color:#ece0e1;
		padding-top:0;
		line-height:300px;
	}
	
		#about .hero h2, #careers .hero h2, #sale .hero h2 {
			font-size:28px;
			text-align:center;
			color:#ece0e1;
			padding-top:105px;
			line-height: normal;
		}


/* SALE */

.bullets {
	margin-bottom: 0px;
}

.bullets li {
	padding-left:20px;
	height:16px;
	margin-top:30px;
	background-image:url(../images/bullet.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	font-size:16px;
	line-height:24px;
	display: inline-block;
}

#sale .hero {
	height: 300px;
	background-color:#7a1501;
	background-position:center left;
	background-repeat:no-repeat;
	background-image:url(../images/hero-home.png) !important;
}

.photos img {
	width: 21% !important;
	height: auto !important;
	background-color: #C7C7C7;
	margin:2% !important;
	float: left !important;
	display: inline-block !important;
}

#sale .tel a {
	background-image:url(../images/phone.png);
	background-position:top left;
	background-repeat:no-repeat;
	margin-top: 10px;
	padding-left: 24px;
	padding-bottom: 10px;
	float: left;
}
			
#sale .mailto a {
	background-image:url(../images/email.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left: 24px;
	float: left;
}

.wesley {
	height:100px !important;
	background-color: #ffffff !important;
}


/* HOME DBAs */
		
#homepage .DBA {
    height: 420px;
	background-size: auto 420px;
	background-color:#ffffff;
	background-image:url(../images/DBA-home.png);
	background-position:center center;
	background-repeat:no-repeat;
}

	#homepage .DBA span {
		display:inline-block;
		float:left;
		width:370px;
		margin-left:45px;
	}
	
		#homepage .DBA span:first-child {
			margin-left:0px !important;
		}
	
	#homepage .DBA span img {
		height:100px;
		padding-top:60px;
		margin:0 auto;
		display:block;
	}
	
	#homepage .DBA span h1 {
		text-align:center;
		margin:20px 0;
	}
	
	#homepage .DBA span p {
		margin-bottom:20px;
	}
	
	#homepage .DBA span a.butt-sm {
	}
	
		#homepage .DBA span a.butt-sm:hover {
		}


/* DESCRIPTION */

.description {
	background-color:#ffffff;
	background-image:url(../images/DBA-home.png);
	background-position:center center;
	background-repeat:no-repeat;
	padding:60px 0;
}

	.description p {
		background-color:#ffffff;
		background-image:url(../images/DBA-home.png);
		background-position:center center;
		background-repeat:no-repeat;
		margin-top:30px;
		font-size: 16px;
    	line-height: 30px;
}


/* DBA FEATURES */

#dba .center {
	background-color:#ffffff;
}

	#dba .center .container {
		border-bottom:1px solid #f2e9ea;
		padding:60px 20px;
		overflow:hidden;
	}
	
		#dba .center .left {
			width:785px;
			display:inline-block;
			float:left;
		}
		
			#dba .bullets li, #careers .bullets li {
				padding-left:20px;
				height:13px;
				margin-top:30px;
				background-image:url(../images/bullet.png);
				background-position:top left;
				background-repeat:no-repeat;
				font-size:16px;
				line-height:13px;
			}
		
		#dba .center .right {
			width:370px;
			display:inline-block;
			float:right;
		}
		
			#dba .center .right .butt-sm {
				width:200px;
				margin-bottom:30px;
			}
			
			#dba .center .right .promo {
				width:370px;
				height:450px;
				background-color:#87797a;
			}



/* INSTAGRAM */
		
.instagram {
	background-color:#ffffff;
}

	.instagram .container {
		min-height: 170px;
		border-bottom:1px solid #f2e9ea;
		overflow:hidden;
		padding: 60px 0 10px 0;
	}
	
		.instagram h1 {
			float:left;
			display:inline-block;
			margin-bottom: 30px;
		}
		
		.instagram a.butt-sm {
			float:right;
			display:inline-block;
		}

	.instagram .nav {
		display: none !important;
	}



/* CLIENTS */
		
.clients {
	background-color:#ffffff;
}

	.clients .container {
		min-height: 170px;
		border-bottom:1px solid #f2e9ea;
		overflow:hidden;
	}
	
		.clients h1 {
			width:100%;
			margin:60px 0 10px 0;
		}
	
		.clients img { 
			width:240px;
			height:170px;
			float:left;
			display:inline-block;
		}
		

/* CERTIFICATIONS */
		
.certifications {
	background-color:#ffffff;
}

	.certifications .container {
		min-height: 170px;
		border-bottom:1px solid #f2e9ea;
		overflow:hidden;
	}
	
		.certifications img {
			margin: 0 178px;
		}
		
		
/* QUOTES */
		
.quotes {
	background-color:#ffffff;
}

	.line {
		border-bottom:1px solid #f2e9ea;
		margin: 0 auto;
    	width: 1240px;
	}

	.quotes .container {
		padding:60px 20px;
		border-bottom:1px solid #f2e9ea;
		overflow:hidden;
	}
	
	#about .quotes .container {
		border-top:1px solid #f2e9ea;
	}
	
		#about .quotes h1 {
			margin-bottom:30px;
		}
		
		#about .quotes span {
			width:1100px;
			margin:30px 0 30px 100px;
			padding-bottom:30px;
			display:block;
			border-bottom:1px solid #f2e9ea;
		    overflow:hidden;
		}
		
		.quotes p {
			width: 710px;
			padding-left:120px;
			font-size:16px;
			line-height:24px;
			color:#352c2d;
			background-image:url(../images/quote.png);
			background-position:top left;
			background-repeat:no-repeat;
			float:left;
			display:inline-block;
		}
		
		.quotes .name {
			width:250px;
			float:right;
			display:inline-block;
		}
		
			.quotes .name h1 {
				font-size:16px;
				line-height:16px;
				color:#b32017;
				padding-bottom:10px;
			}
			
			.quotes .name h2 {
				font-size:13px;
				font-weight:600;
			}
			
			.quotes .name h3 {
				font-size:13px;
			}


/* LEADERSHIP */
		
.leadership {
}

	.leadership .container {
		margin-bottom:60px;
		overflow:hidden;
	}

	.leadership h1 {
		margin:60px 0 30px 0;
	}


	.leadership span {
		display:inline-block;
		float:left;
		width:370px;
		margin-right:45px;
	}
	
		.leadership span:last-child {
			margin-right:0px !important;
		}
	
	.leadership span img {
		height:130px;
		width:100px;
		float:left;
		background-color:#333;
		display:inline-block;
	}
	
	.leadership span h1 {
		width:250px;
		text-align:left;
		float:right;
		display:inline-block;
		margin:-5px 0 10px 0;
		font-size:16px;
		color:#b32017;
	}
	
	.leadership span h2 {
		width:250px;
		text-align:left;
		float:right;
		display:inline-block;
		margin:0 0 10px 0;
		font-size:13px;
		font-weight:600;
	}
	
	.leadership span p {
		width:250px;
		text-align:left;
		float:right;
		display:inline-block;
	}


/* HISTORY */
		
.history {
}

	.history .container {
		border-top:1px solid #f2e9ea;
		padding-bottom:60px;
		overflow:hidden;
	}

	.history h1 {
		margin:60px 0 30px 0;
	}


	.history IMG {
		display:inline-block;
		float:left;
		width:450px;
		margin-right:30px;
	}
	
	.leadership p {
		width:720px;
		text-align:left;
		float:right;
		display:inline-block;
	}
	

/* MENU */
		
.menu {
}

	.menu .container {
		padding: 30px 0;
		border-bottom: 1px solid #f2e9ea;
		overflow:hidden;
	}

		.menu .container:last-child {
			padding: 30px 0;
			border-bottom: none;
			overflow:hidden;
		}

		.menu h1 {
			display: block;
			width: 200px;
			float: left;
		}

		.menu span {
			display: block;
			width: 1000px;
			float: right;
			padding: 0 0 30px 0;
			margin-bottom: 30px;
			border-bottom: 1px solid #f9f3f4;
		}

			.menu span:last-child {
				display: block;
				width: 1000px;
				padding: 0;
				margin-bottom: 0;
				border-bottom: none;
			}

			.menu img {
				display: block;
				width: 300px;
				float: left;
				padding-right: 30px;
			}

			.menu h2 {
				display: block;
				width: 100%;
				font-size: 16px;
				color: #b32017;
			}

			.menu p {
				display: block;
				width: 100%;
				padding-top: 20px;
			}

			.menu .diet {
				height: 16px;
				line-height: 16px;
				font-size: 11px;
				font-weight: normal;
				color: #b32017;
				margin: 20px 20px 0 0;
				display: inline-block;
				float: left;
			}
			
				.menu .diet img{
					height: 16px;
					width: 16px;
					padding-right: 10px;
				}


/* CALENDAR */

.month {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #f9f3f4;
	float: left;
	width: 100%;
}

	.month:first-child {
		border-top: none;
	}

	.month h1 {
		margin-bottom: 30px;
		margin-top: 0px;
	}

	.month span {
		width: 11.78%;
		padding: 1%;
		margin: .25%;
		background-color: #f9f3f4;
		height: 100px;
		opacity: 0.3;
    	filter: alpha(opacity=30);
	}

		.month .blank {
			background-color: #ffffff;
		}

		.month span.day {
			height: 24px;
			line-height: 24px;
			background-color: #ffffff;
			opacity: 1;
    		filter: alpha(opacity=100);
		}

		.month span.event {
			opacity: 1;
    		filter: alpha(opacity=100);
		}

		.month span h3{
			color: #d8bbbe;
			display: inline-block;
			float: left;
			width: 30%;
		}

			.month span h4{
				color: #d8bbbe;
				display: inline-block;
				float: right;
				text-align: right;
				width: 70%;
				font-size: 12px;
				line-height: 24px;
			}

		.month span p{
			background-color: #ece0e1;
			display: block;
			float: left;
			margin: 6px 0;
			font-size: 10px;
			line-height: 14px;
			width: 96%;
			padding: 0 2%;
		}


/* BOTTOM CTA */

.btm-cta, .benefits-perks {
	margin:60px 0;
}

	.btm-cta .container {
		overflow:hidden;
	}
	
		.btm-cta h1 {
			float:left;
			display:inline-block;
		}
		
		.btm-cta a.butt-sm {
			float:right;
			display:inline-block;
		}
		
		.btm-cta p {
			float:left;
			display:block;
			width:100%;
			margin:20px 0 0 0;
		}


/* BENEFITS PERKS */

.benefits-perks {
	margin:60px 0 0 0 !important;
}	
	
	.benefits-perks .container {
		border-bottom:1px solid #f2e9ea;
		padding-bottom:60px;
		overflow:hidden;
	}
	
	.benefits-perks p {
		margin-top:20px;
	}
	
	
/* POSITIONS */

.positions {
	margin:60px 0;
}

	.positions .container {
		overflow:hidden;
	}
	
	.position {
		overflow:hidden;
		padding:30px 0;
		border-bottom:1px solid #f2e9ea;
	}
	
		.positions h1 {
			display:block;
			width:100%;
		}
		
		.position span {
			display:inline-block;
			width:370px;
			float:left;
		}
		
			.position h2 {
				float:left;
				display:block;
				width:100%;
				font-weight:600;
			}

			
			.position a.butt-sm {
				float:left;
				margin-top:20px;
				display:block;
			}
		
		.position h3 {
			color:#b32017;
			font-size: 14px;
			font-weight: bold;
			float:right;
			display:block;
			width:785px;
			margin:20px 0 5px 0;
		}
			
		.position ul {
			font-size: 13px;
			list-style:disc;
			float:right;
			display:block;
			width:785px;
		}

			.position li {
				margin: 5px 0 5px 15px;
			}

		.position p {
			float:right;
			display:block;
			width:785px;
		}


/* CONTACT */
		
.contact {
	margin-top:60px;
}

	.contact .container {
		padding-bottom:60px;
		overflow:hidden;
		border-bottom:1px solid #f9f3f4;
	}

	.contact .form {
		width:560px;
		float:left;
		padding-right:39px;
		display:inline-block;
		border-right:1px solid #f9f3f4;
	
	}
	
		.contact .form h2, .contact .info h2 {
			width:560px;
			text-align:left;
			margin:30px 0 15px 0;
			font-size:16px;
			color:#b32017;
			font-weight:600;
		}
		
		.contact .form input.form-field, .contact .form textarea {
			padding:10px;
			height:16px;
			width:540px;
			margin-top:30px;
			display:block;
			font-size:16px;
			border:1px solid #87797a;
			border-radius:5px;
			-webkit-transition: border .2s linear 0s;
			-moz-transition: border .2s linear 0s;
			transition: border .2s linear 0s;
		}
		
			.contact .form input.form-field:hover, .contact .form textarea:hover, .contact .form input#phone:hover {
				border:1px solid #ed2024;
				-webkit-transition: border .2s linear 0s;
				-moz-transition: border .2s linear 0s;
				transition: border .2s linear 0s;
			}
			
			.contact .form input.form-field:focus, .contact .form textarea:focus, .contact .form input#phone:focus {
				border:1px solid #b32017;
				color:#b32017;
				-webkit-transition: border .2s linear 0s;
				-moz-transition: border .2s linear 0s;
				transition: border .2s linear 0s;
			}
		
			.contact .form input#phone {
				padding:10px;
				height:16px;
				width:280px;
				margin-top:30px;
				display:block;
				font-size:16px;
				border:1px solid #87797a;
				border-radius:5px;
			}
			
			.contact .form textarea {
				height:200px;
				margin-top: 20px;
				resize:none;
			}
		
		.contact .form span {
			width:140px;
			display:inline-block;
			font-size:13px;
			line-height:13px;
			margin-bottom:-30px;
		}
		
			.contact .form span input {
				height:13px;
				width:13px;
				margin:0 10px 15px 0;
				display:inline-block;
			}
			
			.g-recaptcha {
				margin-top:30px;
			}
	
	.contact .info {
		width:560px;
		float:right;
		display:inline-block;
	}
	
		.contact .info h1 {
			margin-bottom:25px;
		}
		
		.contact .info h2 {
			float: left;
			font-weight: 600;
			margin-bottom: 10px !important;
			margin-top: 10px !important;
			overflow: hidden;
		}
	
		.contact .info div {
			width:560px;
			display:inline-block;
			overflow:hidden;
			padding-left:25px;
			margin-bottom:15px;
			float:left;
			line-height: 18px;
			min-height:20px;
			font-size: 13px !important;
		}

			.contact .info p {
				font-size: 13px !important;
			}
		
			.contact .info .location {
				background-image:url(../images/location.png);
				background-position:top left;
				background-repeat:no-repeat;
			}
			
				.contact .info .location b {
					font-weight:600;
				}
			
			.contact .info .phone {
				background-image:url(../images/phone.png);
				background-position:top left;
				background-repeat:no-repeat;
			}
			
			.contact .info .email {
				background-image:url(../images/email.png);
				background-position:top left;
				background-repeat:no-repeat;
			}
			
			img.map {
				margin-top:30px;
				box-sizing:border-box;
				border:1px solid #f2e9ea;
			}
	
	
/* FOOTER */
		
.footer {
	height: 80px;
	background-color:#3e3536;
	background-image:url(../images/bg-footer.png);
	background-position:center center;
	background-repeat:no-repeat;
	overflow:hidden;
}

	.footer .container {
	}
	
		.footer .copyright {
			width:300px;
			float:left;
			display:inline-block;
			text-align:left;
			color:#ece0e1;
			font-size:11px;
			line-height:80px;
		}
		
		.footer .nav {
			width:600px;
			float:left;
			display:inline-block;
			text-align:center;
			color:#87797a;
			font-size:13px;
			line-height:80px;
		}
		
			.footer .nav a {
				color:#ece0e1;
				margin:5px;
			}
			
			.footer .nav a:hover {
				color:#ed2024;
			}
		
		.footer .logos {
			width:300px;
			float:left;
			display:inline-block;
			text-align:right;
			color:#ece0e1;
		}


			.footer .logos img {
				display:inline-block;
				text-align:right;
				height: 24px;
				margin: 28px 0 0 20px;
				opacity: 0.7;
    			filter: alpha(opacity=70);
				-webkit-transition: opacity .2s linear 0s;
				-moz-transition: opacity .2s linear 0s;
				transition: opacity .2s linear 0s;
			}
	
				.footer .logos img:hover {
					opacity: 1.0;
					filter: alpha(opacity=100);
					-webkit-transition: opacity .2s linear 0s;
					-moz-transition: opacity .2s linear 0s;
					transition: opacity .2s linear 0s;
				}

 