ul{
	-webkit-padding-start: 0px;
}

#page,
.container,
.header-wrap,
.menuboards{
	-webkit-box-sizing:	border-box;
	-moz-box-sizing: 	border-box;
	box-sizing:			border-box;
}

a{
	color:#B3031A;
}

iframe{
	border: 1px solid #000;
}

img{
	max-width: 100%;
	height: auto;
}

img.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
}

img.overlay2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

body {
	font-family: sans-serif;
	margin: 0px !important;
	padding: 0px !important;
	background: #993333;
	line-height:1.3;
	font-size:16px;
	background-image: url('images/repeating-pattern.jpg');
	background-repeat: repeat;
	background-position: center top;
	background-size: auto;
}

#page,
.wrap{
	width:1110px;
	margin: 1.3% auto;
}

.header-wrap{
	width: 100%;
	background: #37312e;
	padding: 10px 0 20px;
}

.header-wrap .wrap{
	margin: 0px auto !important;
	padding: 0px !important;
	width: 1140px;
}

#header {
	/*float:left;
	width:99.16666666666667%; /* 952 / 960 */
	/*border: 4px solid #000000;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	background: #c3191f; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MzMTkxZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZkMzg0MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMzE5MWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #c3191f 0%, #fd3842 50%, #c3191f 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c3191f), color-stop(50%,#fd3842), color-stop(100%,#c3191f)); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top, #c3191f 0%,#fd3842 50%,#c3191f 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top, #c3191f 0%,#fd3842 50%,#c3191f 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top, #c3191f 0%,#fd3842 50%,#c3191f 100%); /* IE10+ */
	/*background: linear-gradient(to bottom, #c3191f 0%,#fd3842 50%,#c3191f 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3191f', endColorstr='#c3191f',GradientType=0 ); /* IE6-8 */
}

#logo{
	float:left;
	/* width: 19.95614035087719%; /* 182 / 912 */
}
#header-catering{
	float: right;
	/*width: 15.35087719298246%; /* 140 / 912 */
}

#headermenu ul li{
	display:inline-block;
}

#headermenu ul li a{
	padding: 14px 14px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

#headermenu ul li a:hover{
	background: #000;
}

.delivery {
    color: #fff;
    font-size: 17px;
}

img.we-deliver {
    margin: 22px;
}

span.delivery-como,
span.delivery-jc {
    padding: 4px;
    margin: 6px 10px;
    color: #000;
    background-color: #ffc50c;
    height: auto;
    overflow: hidden;
    display: inline-block;
}

span.delivery-como:hover,
span.delivery-jc:hover{
	background-color: #ffeaa5;
}

.cta-button {
	padding:10px;
	background-color:#ffc407;
	color:#000;
	font-weight:500;
	font-size:18px;
	text-decoration:none;
	display: block;
}

.catering-cta-wrapper{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 84%;
	margin: 10px auto 40px;
	padding: 10px 0 20px;
	overflow: hidden;
	text-align: center;
}

.catering-cta{
	width: 46%;
	margin-right: 4%;
	float: left;
	
}

.catering-cta.last{
	margin-right: 0;
}

/*#headermenu a {
	color: #fff;
	margin-right: 8px;
	font-weight: 500;
	font-size: 18px;
	text-decoration: none;
	background: #ba1319;
	margin-top: 0px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-top: none;
	padding: 8px 15px;
}
#headermenu a:hover {
	color: yellow;
	background: red;
}
#headerimage {
	width: 153px;
	float: left;
	background: black;
}*/

#headermenu {
	text-align: center;
	width: 100%;
	margin-top: 16px;
}

#headermenu div{
	width: 765px;
	margin: 10px auto;
}

#headertext {
	float: left;
	margin-top: 20px;
	padding: 0;
	width: 100%;
}

#headertext1{
	padding: 0 0 0 30px;
	float:left;
	text-align:center;
}

#headertext h1 {
	color:#ffffff;
	font-size: 25px;
	font-weight: 500;
	margin: 0px;
	padding: 0px;
}
#headertext h1 span{
	color:#FFC407;
}

.container{
	width: 97.5%; /* 960-20(margins)-4(borders) = 936 / 960 */
	margin: 0.4em 01.04166666666667%;
	padding: 20px;
	background: #fff;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 2px solid #000000;
	float: left;
}

.home-coupon-1{
	margin: 11px 0 0;
}

.home-delivery-button{
	padding:12px 0 ;
	background-color:#ffc407;
	text-align:center;
	font-weight:bold;
	margin-bottom:10px;
}

.home-coupon-2,
.stock-image{
	margin:20px 0;
}

.sidebar{
	float: right;
	width: 206px;
}

.sidebar .coupon-rotator{
	margin-bottom:20px;
	border:2px dashed #cccccc;
	width:200px;
}

#footmenu {
	text-align: center;
}
#footmenu a {
	color: white;
	margin-right: 8px;
	font: 14px;
	font-weight: bold;
	text-decoration: none;
}
#footmenu a:hover {
	color: yellow;
}
#copyright {
	text-align: center;
	font-size: 12px;
	margin-top: 8px;
	color: #ccc;
}
#copyright a {
	text-align: center;
	font: 8px;
	font-style: italic;
	margin-top: 8px;
	color: black;
	text-decoration: underline;
	color: #ccc;
}
#menuTable a {
	font: 10px Tahoma, Verdana, Arial, sans-serif;
	text-decoration: none;
	color: white;
}
#menuTable a:hover {
	color: white;
}
.menuTable {
	background: #993333;
}
.menuTable:hover {
	background: black;
}
#menuTable h1 {
	font: 10px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-weight: bolder;
	background: black;
	color: white;
}
.testimony {
	font: 10px;
	color: #993333;
	padding-left: 8px;	
	font-weight: 500;
}
.cateringHead {
	background: #993333;
	color: white;
	font-weight: 500;
}
.menuboards {
	float: left; 
	margin: 10px 23px; 
	border-radius: 4px; box-shadow: 2px 2px 2px #cccccc; 
	width: 300px; 
	height: 450x;
}
#imgRotLnk{
	text-decoration:none;
}

.footer-wrapper{
	width: 100%;
	text-align: center;
	background-color: #37312e;
	margin-top: 50px;
	padding: 30px 0;
}

/* Default CSS
================================================*/
/* Basic styling, used when JavaScript is unsupported */
.cbb {
	margin-left:5%;
	margin-right:5%;
	margin-top:0;
	margin-bottom:0;
	padding:0 10px;
	border:1px solid #666;
	background:#fff;
	width:95%;
}
.cbb h1 {
	margin:0 -10px;
	padding:0.3em 10px;
	background:#efece6;
	font:bold 1.2em/1 Arial, Helvetica, sans-serif;
}
/* Normal styling */
/*.cb {margin:0.5em 5%;}*/
.cb {margin:0.5em auto;width:1110px;}
	/* Top corners and border */
.bt {
	/*height:17px;
	margin:0 0 0 18px;
	background:url(images/box.png) no-repeat 100% 0;*/
	display:none;
}
.bt div {
	position:relative;
	left:-18px;
	width:18px;
	height:17px;
	background:url(images/box.png) no-repeat 0 0;
	font-size:0;
	line-height:0;
}

	/* Bottom corners and border */
.bb {
	/*height:14px;
	margin:0 0 0 12px;
	background:url(images/box.png) no-repeat 100% 100%;*/
	display:none;
}
.bb div {
	position:relative;
	left:-12px;
	width:12px;
	height:14px;
	background:url(images/box.png) no-repeat 0 100%;
	font-size:0;
	line-height:0;
}

	/* Left border */
.i1 {
	padding:0 0 0 12px;
	/*background:url(images/borders.png) repeat-y 0 0;*/
	background-color:#fff;
}
	/* Right border */
.i2 {
	padding:0 12px 0 0;
	/*background:url(images/borders.png) repeat-y 100% 0;*/
	background-color:#fff;
}
	/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	display:block;
	margin:0;
	padding:20px 10px;
	background:#fff;
}
	/* Make the content wrapper auto clearing so it will contain floats (see http://positioniseverything.net/easyclearing.html). */
.i3:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.i3 {display:inline-block;}
.i3 {display:block;}
/* Default CSS ends here */

h1,h2,p{margin: 0 10px 6px 0;}
h1{font-size: 22px;color: black;font-weight:500;}
h2{font-size: 20px;color: black;font-weight:500;}
p{padding-bottom:1em}
h2{padding-top: 0.3em}
h4{font-size: 18px;font-weight:normal;font-style:italic;margin: 0px}

h3{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 8px;
}

div#nifty{ background: #ffffcc;}

.home-col-first{
	width: 390px;
	margin-right: 26px;
	float: left;
}
.home-col-last{
	width:390px;
	margin-right: 26px;
	float: left;
}

#part1 ul li,
#part2 ul li,
#part3 ul li{
	list-style-type: none;
}

.coupons-wrapper img{
	width: 330px;
	height: auto;
}

/* New contact form 7/2014 */

input[type="text"]#website { display: none; }

.ss-contact-form{
	margin:0;
	float:left;
}

.ss-contact-form td{
	display:block;
	margin:0 0 10px;
}

.ss-contact-phone{
	float:left;
	width:26%;
	margin:0 20px 0 20px;
}

.contact-phone-mobile{
	display: none;
}

.ss-contact-phone ul{
	line-height:1.5;
}

.ss-contact-phone li{
	list-style-type:none;
}

.ss-contact-phone ul{
	padding-left:0;
}

.ss-location{
	margin:20px 0 30px;
}

.contact-photo{
	float:right;
	margin-right:20px;
}

/* Catering page */

.catering-wrapper ul li,
.location-wrapper ul li,
.contact-phone-mobile ul li{
	list-style-type: none;
	line-height: 1.5;
}

.catering-content{
	width:75%;
	margin-right: 20px;
	float: left;
}

.catering-sidebar{
	width: 22%;
	float: right;
}

.catering-location{
	width: 30%;
	margin-right: 20px;
	float: left;
}

.location{
	width: 31%;
	margin-right: 20px;
	float: left;
}

/* Catering Calculator */

#bulk,
#breakfast,
#dessert,
#drinks,
#other,
#full{

}

.calc-total-col{
	width: 310px;
	left: 50%;
	position: fixed;
	margin-left: 200px
}

.calc-main-col{
	width:700px;
	float:left;
	margin-right:30px;
}

.calc-main-col .cb,
.calc-total-col .cb{
	width:100%;
}

.calc-total-wrapper{
	position:relative;
}

.calc-main-col p,
.calc-total-col p{
	font-size:18px;
	font-weight:500;
}

.calc-main-col input,
.calc-total-col input{
	font-size:18px
}

#total span{
	font-size:24px;
	font-weight:500;
	text-transform:uppercase;
}

.calc-total-col .i2{
	text-align:center;
}

.catering-button-mobile{
	display: none;
}

/* Media Queries
--------------------------------------------------*/

@media only screen and (max-width: 1150px) {

	.header-wrap{
		padding: 2%;
	}
	
	.header-wrap .wrap{
		width: 100%;
	}
	
	#headertext1 {
		padding: 0 0 0 2%;
	}
	
	#headermenu ul li a {
		padding: 10px 10px;
	}

}

@media only screen and (max-width: 1139px) {

	img, iframe{
		max-width: 100%;
		height: auto;
	}

	#logo,
	#header-catering,
	#headertext1{
		float:none;
	}
	
	#headertext{
		text-align: center;
		margin-top: 0;
	}
	
	#headertext h1,
	#headermenu{
		margin-top: 20px;
	}
	
	#headertext h1{
		padding-left: 0;
		font-size: 30px;
	}
	
	#headertext1{
		padding: 0;
	}
	
	.home-col-first,
	.home-col-last	{
		width: 36%;
		margin-right: 26px;
		float: left;
	}
	
	#page, .wrap{
		width: 100%;
	}
	
	.coupons-wrapper img {
		width: 216px;
		height: auto;
	}

}

@media only screen and (max-width: 1023px) {

	.home-col-first,
	.home-col-last	{
		width: 44%;
		margin: 0 3%;
	}
	
	.home-coupon-1{
		float: left;
		margin-right: 2%;
	}
	
	.sidebar{
		width: 100%;
		padding: 30px 0 0 0;
		margin: 20px 0 0 0;
		border-top: 1px solid #000000;
	}
	
	.sidebar .coupon-rotator{
		margin-bottom: 20px;
		border: 2px dashed #cccccc;
		width: 200px;
		float: left;
		margin-right: 2%;
	}
	
	.sidebar iframe{
		width: 380px !important;
		height: 320px !important;
	}
	
	.sidebar .fb-like-box{
		width: 46%;
		height: 320px !important;
	}
	
	.container{
		width: 96%;
		margin: 0 auto;
		float: none;
		overflow: hidden;
		padding: 4%;
	}
	
	.location{
		width: 30%;
	}
	
	.ss-contact-phone{
		margin-left: 0;
	}
	
	.contact-photo{
		width: 30%;
	}
	
	.coupons-wrapper img {
		width: 195px;
		height: auto;
	}

}

@media only screen and (max-width: 980px) {

	#headertext1 span{
		display: block;
	}
	
	.container{
		padding: 4% 2%;
	}

	.home-col-first, 
	.home-col-last {
		width: 46%;
		margin: 0 2%;
	}
	
	.sidebar .fb-like-box {
		width: 37%;
		height: 235px !important;
	}
	
	.sidebar iframe {
		width: 269px !important;
		height: 229px !important;
	}
	
	.fb-like-box div._4s7c{
		height: 227px !important;
	}
	
	.catering-location {
		width: 27%;
		margin-right: 3%;
		float: left;
		font-size: 12px;
	}
	
	.location {
		width: 31%;
		margin-right: 3%;
		float: left;
		font-size: 12px;
	}
	
	.catering-wrapper h1,
	.location-wrapper h1{
		font-size: 20px;
		margin-bottom: 20px;
	}
		
}

@media only screen and (max-width: 800px) {

	.sidebar .coupon-rotator{
		margin: 10px 9%;
	}

	.sidebar iframe{
		width: 400px !important;
		height: 335px !important;
		overflow: hidden;
	}
	
	.sidebar .fb-like-box{
		width: 400px;
		height: 335px !important;
		overflow: hidden;
		margin: 30px auto !important;
		display: block !important;
	}
	
	.menuboards{
		margin: 10px 18px;
	}
	
	.location{
		width: 30%;
	}
	
	.contact-photo{
		display: none;
	}
	
	.ss-contact-phone{
		display: none;
	}
	
	.contact-phone-mobile{
		display: inline;
	}
	
	.ss-contact-form{
		margin-right: 40px;
	}
	
}

@media only screen and (max-width: 767px) {

	#headertext h1{
		font-size: 26px;
	}
	
	#headermenu ul li a{
		font-size: 13px;
	}
	
	.home-col-first, 
	.home-col-last{
		width:100%;
		margin: 20px 0;
	}
	
	.sidebar .coupon-rotator {
		margin: 10px 6%;
	}
	
	.menuboards {
		margin: 10px 4px;
		width: 47%;
	}
	
	.menuboards img{
		max-width: 100%;
		height: auto;
	}
	
	.catering-content{
		width: 100%;
		margin-right: 0;
	}
	
	.catering-location {
		width: 28%;
		margin: 0 2%;
		float: left;
		font-size: 13px;
	}
	
	.location {
		width: 100%;
		margin: 20px 0 0 0;
		padding: 20px 0 0 0;
		border-top: 1px solid #ccc;
		float: none;
		font-size: 13px;
		text-align: center;
	}
	
	iframe{
		width: 92%;
		height: 400px;
		margin: 10px 4%;
	}
	
	.catering-wrapper h1{
		font-size:18px;
	}
	
	span.heading-catering-main{
		display: block;
		font-size: 20px;
	}

	span.heading-catering-sep{
		display: none;
	}
	
	.catering-sidebar,
	.catering-extra-content{
		display: none;
	}

	.catering-button-mobile{
		float:none;
		margin: 10px auto;
		display: block;
	}
	
	.catering-stock{
		float: right;
		margin: 0 4%;
	}
		
}

@media only screen and (max-width: 640px) {

	.sidebar .coupon-rotator {
		margin: 10px 2%;
	}
	
	.sidebar .fb-like-box{
		float: left;
	}
	
	.container {
		padding: 4% 4%;
	}
	
	#headermenu ul li a {
		padding: 6px;
	}
	
	.catering-wrapper br,
	.location-wrapper br{
		display: none;
	}
	
	.catering-stock{
		float: right;
		margin: 0 4%;
		width: 45%;
	}
	
	.catering-button{
		float:left;
		margin: 10px 3%;
	}
	
	.heading-locations{
		font-size: 20px;
	}
	
	.ss-contact-form,
	.contact-phone-mobile{
		width: 100%;
		margin: 20px 0 0;
		padding: 20px 0 0;
		border-top: 1px solid #ccc;
		text-align: center;
	}
	
	.ss-contact-form table{
		margin: 30px auto 50px;
	}
	
	.catering-cta-wrapper{
		width: 100%;
	}
	
	.catering-button-mobile{
		float: none;
	}

}

@media only screen and (max-width: 600px) {

	#headermenu ul li a {
		padding: 6px;
		line-height: 3;
	}
	
	.menuboards{
		width: 300px;
		margin: 20px auto;
		display: block;
		float: none;
	}
	
	.catering-location {
		width: 100%;
	}
	
	.location {
		width: 100%;
	}
	
	.catering-sidebar{
		margin-top: 20px;
	}
	
	.catering-stock{
		float: none;
		margin: 0;
		width: 60%;
		margin: 20px auto;
	}
	
	.catering-button{
		float:none;
		margin: 10px auto;
	}
	
	.heading-locations{
		font-size: 16px;
	}
	
	h2{
		font-size: 18px;
	}
	
	h3{
		font-size: 16px;
	}
	
}

@media only screen and (max-width: 480px) {

	#footmenu a{
		margin-right: 0;
		font-size: 16px;
		display: block;
		line-height: 3;
	}
	
	.sidebar iframe{
		width: 288px !important;
		height: 335px !important;
		overflow: hidden;
	}
	
	.sidebar .fb-like-box{
		width: 288px;
		height: 335px !important;
		overflow: hidden;
		margin: 30px auto !important;
		display: block !important;
	}
	
	.home-delivery-button h2{
		font-size: 16px;
	}
	
	#headertext h1 {
		font-size: 20px;
	}
	
	#headermenu ul li a {
		padding: 8px;
		line-height: 3;
	}
	
	iframe{
		height: 300px;
	}
	
	.catering-cta{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #ccc;
	}
	
}

@media only screen and (max-width: 360px) {

	.home-delivery-button h2 {
		font-size: 15px;
	}
	
	#headertext h1 {
		font-size: 19px;
	}
	
	.header-wrap {
		padding: 4%;
	}
	
	.sidebar iframe{
		width: 260px !important;
		height: 335px !important;
		overflow: hidden;
	}
	
	.sidebar .fb-like-box{
		width: 260px;
		height: 335px !important;
		overflow: hidden;
		margin: 30px auto !important;
		display: block !important;
	}
	
	.menuboards{
		width: 100%;
	}
	
	.catering-stock{
		width: 100%;
	}
	
	.catering-button img{
		margin: 10px auto;
	}
	
	iframe{
		height: 250px;
	}
	
	.contact-phone-mobile h2{
		font-size: 18px;
		margin-top: 50px;
	}
	
	.coupons-wrapper img {
		width: 100%;
		height: auto;
	}
	
}

@media only screen and (max-width: 320px) {



}
