html{
	font-size: 100%;
	margin: 0 auto;
	padding: 0;
}

body {
	font-family: "Rokkitt", Georgia, serif;
	margin: 0 auto;
	padding: 0;
	color: #000;
	background: url(../img/bg.jpg) center 0 no-repeat #BE1F24;
	font-size: 16px;
	line-height: 1.2;
}

a{
	color: #BE1F24;
	text-decoration: underline;
}

a:hover,
a:focus,
a:active{
	color: #BE1F24;
	text-decoration: none;
}

.wrapper{
	max-width: 1080px;
	margin: 0 auto;
	padding-left: 0;
	padding-right: 0;
}

.clearFloat{
	clear: both;
}

/******************** Navbar ********************/

#brand-franchise{
		width: 200px;
		padding-top: 20px;
}

#franchiseLink{
	background-color: rgb(190,31,36);
	float: right;
	margin-top: -33px;
	text-align: center;
	padding: 7.5px 10px;
	z-index: 999;
	position: relative;
	border-radius: 0;
	color: #fff;
	text-decoration: none;
}
 
#franchiseLink:hover,
#franchiseLink:active{
	text-decoration: underline;
}
 
#franchiseMobile{
	display: none;
}
 
#franchiseMobileFranchise{
	display: none;
	color: #fff;
	font-size: 25px;
}

.phoneIcon{
	font-size: 16px;
}

.phoneIconButton{
	font-size: 14px;
}

.franchisePhone,
.franchisePhone a{
	color: #fff;
	text-decoration: none;
}

#phoneButton {
	background-color: rgb(190,31,36);
	float: right;
	margin-top: -87.5px;
	text-align: center;
	padding: 7.5px 10px;
	z-index: 999;
	position: relative;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	border-radius: 0;
}
 
.navbar-default {
	background: none;
	border: 0;
}

.navbar {
	border-radius: 0;
}

.navbar-default .navbar-toggle {
	border: 0;
}

.navbar-toggle {
	float: left;
	border: 0;
	border-radius: 0;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-default .navbar-collapse{
	border: 0;
	padding-top: 30px;
}

.navbar-default .navbar-nav > li > a{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 8px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus{
	color: #fff;
	background: none;
	border-bottom: solid 3px #BE1F24;
	margin-bottom: -3px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #fff;
	background: none;
	border-bottom: solid 3px #BE1F24;
	margin-bottom: -3px;
}

/******************** Slideshow ********************/

#mainSlide{
	padding: 45px 35px 0 35px;
}

.carousel-control{
	width: 5%;
	font-size: 40px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	filter: alpha(opacity=50);
	opacity: .5;
}

.carousel-control.left{
	margin-left: 35px;
	background: none;
}

.carousel-control.right{
	margin-right: 35px;
	background: none;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
	top: 45%;
}

/******************** Callouts ********************/

#callout1{
	background-color: rgb(165,24,28);
}

#callout2{
	background-color: rgb(190,31,36);
}

#callout3{
	background-color: rgb(245,130,32);
}

.calloutImg{
	width: 100%;
}

.calloutText{
	padding: 10px 10px 0 10px
}

.calloutHeadline,
.calloutHeadline a{
	font-size: 30px;
	color: #000;
	text-decoration: none;
	line-height: 0.9;
	font-weight: bold;
}

.calloutCopy{
	font-size: 18px;
}

.calloutLink{
	padding: 10px;
	bottom: 0;
	right: 15px;
	position: absolute;
}

.calloutLink a{
	color: #000;
	text-decoration: underline;
}

.calloutLink a:hover,
.calloutLink a:active,
.calloutLink a:focus{
	text-decoration: none;
}

#hoursContainer{
	display: table;
}

#calloutHours{
	border-top: solid 3px #000;
	border-bottom: solid 3px #000;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

#calloutHoursCopy{
	padding-top: 5px;
}

/******************** Content ********************/

.red{
	color: #BE1F24;
}

#contentWrapper{
	background: url('../img/burlap.jpg') repeat;
}

#pageContent{
	margin-top: 45px;
	padding: 45px 0;
}

h1 {
	margin: 0 0 20px 0;
	font-weight: bold;
}

h2 {
	margin: 0 0 20px 0;
	font-weight: bold;
}

h3{
	margin: 0 0 10px 0;
	font-weight: bold;
}

h4{
	font-weight: bold;
	margin: 0 0 5px 0;
}

.leftText{
	padding-left: 0;
}

.rightText{
	padding-right: 0;
}

#intro{
	padding: 45px 0;
}

#welcomeImg{
	float: left;
	margin: 0 25px 15px 0;
}

.img-polaroid{
	padding: 0px;
	background-color: #f6f6f6;
	border: 8px solid #f6f6f6;
	-webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.polaroid-left{
	padding: 0px;
	background-color: #f6f6f6;
	border: 8px solid #f6f6f6;
	-webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-ms-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
	float: left;
	margin: 0 20px 10px 0;
}

.polaroid-right{
	padding: 0px;
	background-color: #f6f6f6;
	border: 8px solid #f6f6f6;
	-webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-ms-transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
	transform: rotate(3deg);
	float: right;
	margin: 0 10px 15px 20px;
}

.momstilt{
	padding: 0px;
}

#aboutEvents{
	padding-top: 30px;
}

.event{
	padding-top: 10px;
}

.eventName{
	text-transform: uppercase;
	font-weight: bold;
}

#gallery{
	margin-left: -15px;
	margin-right: -15px;
}

.bakeryItem{
	margin-bottom: 20px;
}

.bakeryImg{
	margin-bottom: 10px;
}

#cateringImg{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

#franchiseImg{
	margin-bottom: 25px;
}

#storyImg{
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

#contactMap{
	width: 100%;
	margin-bottom: 25px;
	height: 400px;
}

#partyImg{
	margin-bottom: 15px;
}

.storeImg{
	display: inline-block;
	margin-bottom: 25px;
}

.specialsItem{
	margin-top: 25px;
}

hr {
	background: #BE1F24;
	width: 100%;
	height: 3px;
	margin: 15px 0 20px 0;
	border: none;
}

.menuSide{
	margin: 25px 0;
}

.menuSideImg{
	margin-bottom: 15px;
}

.list-menu {
	margin: 0;
	list-style-type: none;
}

.menu-title {
	border-bottom: #BE1F24 3px solid;
	margin-bottom: 5px;
	padding-bottom: 5px;
	margin-top: 25px;
}

.table-striped tbody > tr:nth-child(even) > td,
.table-striped tbody > tr:nth-child(even) > th {
	background-color: #fff;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9;
}

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
	background-color: #f5f5f5;
}

#investmentTable td{
	padding: 10px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	border: none;
	border-bottom: #BE1F24 solid 1px;
	line-height: 18px;
	padding: 10px 0 9px 0;
}

.table td + td {
	width: 95px;
	text-align: right;
	white-space: nowrap;
}

/******************** Forms ********************/

.contact-form input {
	height: 34px;
	width: 275px;
	font-size: 12px;
	line-height: 15px;
	margin: 0;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	box-shadow: none;
	background: #fff;
	color: #000;
	float: left;
	border: #e3e3e3 1px solid;
}

.contact-form textarea {
	width: 275px;
	height: 194px;
	padding: 8px 0 0 6px;
	font-size: 12px;
	line-height: 15px;
	margin: 0;
	resize: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: #fff;
	color: #000;
	box-shadow: none;
	float: left;
	border: #dfdfdf 1px solid;
}

.contact-form .btn {
	margin-top: 5px;
	float: left;
	background-color: rgb(190,31,36);
	color: #fff;
	text-transform: uppercase;
}

/******************** Footer ********************/

footer{
	padding-top: 45px;
	padding-bottom: 45px;
	font-size: 12px;
	background-color: #BE1F24;
	background-size: auto 100%;
	color: #fff;
}

footer a{
	color: #fff;
}

footer a:hover,
footer a:active,
footer a:focus{
	color: #fff;
	text-decoration: none;
}

#footerLeft{
	text-align: left;
	display: inline-block;
	vertical-align: middle;
}

#footerRight{
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}

#footerImg{
	text-align: left;
	display: inline-block;
	vertical-align: middle;
}

#footerCopy{
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	padding-left: 5px;
}

.footerPhone{
	margin: 0;
}