@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	background-position: 0 300px;
	background-repeat: no-repeat;
	width: auto;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		9;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding: 0%;
	clear: none;
	float: none;
	max-width: 1000px;
}
.zeroMargin_mobile {
    margin-left: 0;
}
.hide_mobile {
    display: none;
}
body {
	background-color: #5E5E5E !important;
	padding-top: 0px;
	width: auto;
	color:#444;
    font-family: 'Source Sans Pro', sans-serif !important;
}
#mainContent {
	background-color:#EFEFEF;
}
header {
	padding-right: 3%;
	padding-left: 3%;
	padding-bottom: 4%;
	padding-top: 0%;
	text-align: center;
}
.logo {
	float: none;
	text-align: center;
	text-shadow: 0px 0px 7px hsla(0,0%,100%,1.00);
	width: 100%;
	padding-top: 1%;
	padding-bottom: 2%;
}
.logo h1 a {
	text-decoration:none;
	color:#777777;
	font-size: 1em;
	font-family: 'Oswald', sans-serif;
    font-weight: 600;
}
.noFloat {
	float: none;
	clear: both;
}

/*-- nav styles */
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px !important;
    border: 1px solid #BBB;
}
.navbar-nav > li > a {
    padding-top: 20px !important;
    padding-bottom: 20px  !important;
	padding-right:0 !important;
	padding-left:30px !important;
	font-size:1.2em;
	border: 1px solid #BBB;
	background-color:#DBDBDB;
}
.navbar-default .navbar-nav > li > a {
    color: #6d6d6d !important;
}
.navbar-default {
	border-radius:0 !important;
	margin:0;
	width:100%;
	border: 1px solid #BBB !important;
    background-color:#D4D4D4;
}
.nav {
	width:100%;
	margin: 0 0 20px 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d8d8d8+0,aaaaaa+100 */

background: #d8d8d8; /* Old browsers */

background: -moz-linear-gradient(top,  #d8d8d8 0%, #aaaaaa 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(top,  #d8d8d8 0%,#aaaaaa 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to bottom,  #d8d8d8 0%,#aaaaaa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#aaaaaa',GradientType=0 ); /* IE6-9 */


}
#mainContent nav ul li a:hover {
	height: auto;
	color: #333;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d8d8d8+0,939393+100 */

background: #d8d8d8; /* Old browsers */

background: -moz-linear-gradient(top,  #d8d8d8 0%, #939393 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(top,  #d8d8d8 0%,#939393 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to bottom,  #d8d8d8 0%,#939393 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#939393',GradientType=0 ); /* IE6-9 */




}
.collapse {
	height: auto !important;
}
/*-- end nav styles */
#mainPhoto {
	width: 100%;
	text-align: center;
	margin-bottom:4%;
}
#mainPhoto img{
	width: 100%;
	moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.promoArea {
	width:98%;
	margin: 0 auto;
}
.promo {
	background-color: #FFF;
	float: left;
	margin-left: 3%;
	margin-bottom: 3%;
	padding-top: 0px;
	width: 94%;
	border: 1px solid #BBB;
	text-align:center;
}

.promo img {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border: 1px solid #BBB;
	float: left;
	width: 40%;
	margin-right: 4%;
	margin-top: 3%;
	margin-bottom: 2%;
	margin-left: 3%;
}
.promo img:hover {
	border: 1px solid #FFBB00;
}
.promoArea .promo h2 {
	margin: 0;
	padding: 4%;
font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.5em;
	text-align:center;
	border-bottom: 1px solid #BBB;
	background-image: url(../_images/orange.png);
}
.promoArea .promo h2 a {
	color: #FFF;
	text-decoration: none;
}
.promoArea .promo h2 a:hover {
	color:#4B0001;
}
.readMore {
	width: 45%;
	font-family: 'Source Sans Pro', sans-serif;
	padding-right: 0%;
	padding-left: 2%;
	padding-bottom: 0%;
	font-size: 1.2em;
	float: left;
	color: hsla(0,0%,30%,1.00);
	margin-bottom: auto;
	margin-top: 15px;
}
.readMore img {
	padding: 0px 5px 10px 0px;
	width: 15px;
	border-style: none;
	float: left;
	margin-left: 0%;
	margin-top: 3px;
	margin-right: 5%;
	margin-bottom: 0%;
}
.readMore a {
	color: #E00002;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
} 
.readMore a:hover{
	color: #A51012;
	float: left;
	margin-top: 0px;
}
.newsEvents {
	background-image: url(../_images/btabs_bg.png);
	background-repeat: no-repeat;
	width: 88%;
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-left: 4%;
	color: #FFFFFF;
	font-family: 'Source Sans Pro', sans-serif;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: 100% 100%;
	float: left;
	margin-bottom: 0px;
}
.newsTitle {
	background-image: url(../_images/btabs_btn_bg.png);
	background-repeat: no-repeat;
	text-align: left;
	margin-left: 4%;
	padding-top: 4px;
	color: #FFFFFF;
	font-family: 'Oswald', sans-serif;
	padding-bottom: 4px;
	background-size: contain;
	height: 102%;
	padding-left: 23px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 20px;
	letter-spacing: normal;
}
.newsWindow {
	height: 196px;
	padding: 20px 20px 0px 20px;
	text-align: left;
	overflow: scroll;
	margin-bottom: 36px;
	width: auto;
}
.event {
	background-color: hsla(0,0%,0%,0.38);
	overflow: hidden;
	padding-top: 5%;
	padding-right: 10px;
	padding-left: 10px;
	border: 2px solid hsla(0,95%,24%,0.50);
	border-radius: 14px;
	width: 95%;
	margin-bottom: 20px;
}
.eventPhoto{
	width:25%;
	float:left;
	margin-right: 5%;
}
.eventPhoto img {
	border: 2px solid #AAA;
	width: 100%;
	height:auto;
}
.eventPhoto a img:hover {
	border: 2px solid #E5B200;
}
.paragraphText {
	width:70%;
	float:left;
	color: #FFF;
	font-size: 1em;
	margin: 0;
	padding: 0;
	overflow: hidden;
	
}
.headline {
	color: #FFF;
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;	
}
.date {
	color:#CCC;
	text-transform:uppercase;
    padding: 2% 0;
}
.newStores {
	margin-left: 4%;
	margin-top:2%;
	width: 96%;
	float: left;
}
.storeWindow {
	height: 200px;
	overflow: scroll;
	width: 88%;
	padding-top: 3%;
	background-color: hsla(0,0%,78%,0.51);
	border: 1px solid hsla(0,0%,73%,1.00);
	padding-left: 2%;
	padding-right: 2%;
	margin-bottom: 16px;
}
.newStores h2 {
	margin-top: 0px;
	padding: 0;
	color: hsla(359,85%,43%,1.00);
	text-transform: uppercase;
	font-size: 1.5em;
	margin-bottom: 2%;
	font-family: 'Oswald', sans-serif
}
.store {
	width: 100%;
	float: none;
	clear: both;
	margin-bottom: 4%;
	padding-bottom: 8px;
	background-image: url(../_css/url);
	padding-left: 0px;
	background-color: hsla(0,0%,100%,0.32);
}
.storeImg img{
	border: 2px solid #FFFFFF;
}
.storeImg {
	width: 40%;
	float: left;
	margin-right: 5%;
	margin-top: 3%;
	margin-left: 3%;
}

.address {
	width: 50%;
	color: #545454;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 17px;
	padding-top: 2px;
	float: left;
}
.openingDate {
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	color: #EC4500;
	padding-top: 6px;
	text-transform: uppercase;
}
.address .city {
	font-size:15px;
	padding:2% 0% 3% 0%;
}
#social img {
	width:30px;
	margin-right:1%;
}
#footer {
	background-image: url(../_images/footer_bg.jpg);
	background-repeat: repeat-x;
	float: none;
	clear: both;
	text-align: center;
	background-size: contain;
	margin-right: 0;
	padding:3%;
}
#footer ul {
	list-style-type: none;
	margin-right:0;
}
#footer ul li {
	padding-bottom: 5px;
	width: 90%;
	margin-right: 0;
}
#footer ul li a {
	color:#FFFFFF;
	font-size: 15px;
	
}
#footer p {
	color:#FFF;
	font-size:1em;
	width:100%;
	padding:2% 2% 5% 2%;
	margin-bottom:0;
}
.eventRead {
	text-align: right;
	float: none;
	clear: both;
	padding-bottom: 0px;
}
.eventRead a {
	text-decoration: none;
	color: hsla(43,100%,55%,1.00);
	text-transform: uppercase;
	font-size: .9em;
	font-weight: bold;
}
.eventRead a:hover {
	text-decoration: none;
	color: #D54B05;
}
.paragraphText .headline a {
	color:#F4E2CB;
	text-decoration:none;
}
.order{
margin-top:2%;
margin-bottom:2%;
}
.order a {
	margin-left: auto;
	margin-right: auto;
	font-family: 'Oswald', sans-serif;
	text-decoration: none;
	font-size: 1.1em;
	padding-right: 4%;
	padding-left: 4%;
	padding-bottom: 2%;
	padding-top: 2%;
	color: #FBB557;
	background-color: #D64505;
	-webkit-box-shadow: 0px 0px 3px 1px #747474;
	box-shadow: 0px 0px 3px 1px #747474;
	border-bottom: 2px solid #B63B05;
	border-right: 2px solid #B63B05;
}
.order a:hover {
	color: #FBA558;
	text-decoration: none;
    background-color: #c54407;
}
.photoTitle {
	padding:0;
	margin:0;
	font-size:12px;
	color:#575757;
	font-style:italic;
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.logo {
	padding-top: 0%;
	padding-bottom: 2%;
}
.promoArea .promo h2 {
	font-size: 1.8em;
	padding:3%;
}

.gridContainer {
	width: 90.9333%;
	padding-left: 0%;
	padding-right: 0%;
	clear: none;
	float: none;
	margin-left: auto;
	-webkit-box-shadow: 0px 0px 7px 4px #2C2C2C;
	box-shadow: 0px 0px 7px 4px #2C2C2C;
}
.zeroMargin_tablet {
    margin-left: 0;
}
.hide_tablet {
    display: none;
}

#footer {
	background-image: url(../_images/footer_bg.jpg);
	background-repeat: repeat-x;
	float: none;
	clear: both;
	text-align: center;
	background-size: contain;
	padding:3% 0% 0% 0%;
}
#footer ul {
	list-style-type: none;
}
#footer ul li {
	display:inline;
}
#footer ul li a {
	color:#FFFFFF;
	font-size: 14px;
	padding-left:5%;
	padding-right:5%;
}
#footer ul li a:hover {
	color:#C0C0C0;
}
#footer p {
	color:#FFF;
	font-size:14px;
	padding-right:20%;
	padding-left:20%;
}
.newsWindow {
	height: 300px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 17px;
	text-align: left;
	overflow: scroll;
	margin-top: 14px;
}
.storeWindow {
	height: 315px;
	overflow: scroll;
	width: 88%;
	padding-top: 3%;
	background-color: hsla(0,0%,78%,0.51);
	border: 1px solid hsla(0,0%,73%,1.00);
	padding-left: 2%;
	padding-right: 2%;
}
.event {
	background-color: hsla(0,0%,0%,0.38);
	overflow: hidden;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border: 2px solid hsla(0,95%,24%,0.50);
	border-radius: 14px;
	width: 95%;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.readMore {
	width: 45%;
	font-family: 'Source Sans Pro', sans-serif;
	padding-right: 0%;
	padding-left: 2%;
	padding-bottom: 0%;
	font-size: 20px;
	float: left;
	color: hsla(0,0%,30%,1.00);
	margin-bottom: auto;
	margin-top: 39px;
}
}
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
	.nav {
	width:94%;
	margin:0 3% 0 3% !important;
	
}
.navbar-default {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2e2e2+0,b5b5b5+100 */

background: #e2e2e2; /* Old browsers */

background: -moz-linear-gradient(top,  #e2e2e2 0%, #b5b5b5 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(top,  #e2e2e2 0%,#b5b5b5 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to bottom,  #e2e2e2 0%,#b5b5b5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#b5b5b5',GradientType=0 ); /* IE6-9 */
}
	.navbar-nav > li > a {
    padding-top: 20px !important;
    padding-bottom: 20px  !important;
	padding-right:0 !important;
	padding-left:0 !important;
	font-size:1.1em;
	border: 0;
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2e2e2+0,b5b5b5+100 */

background: #e2e2e2; /* Old browsers */

background: -moz-linear-gradient(top,  #e2e2e2 0%, #b5b5b5 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(top,  #e2e2e2 0%,#b5b5b5 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to bottom,  #e2e2e2 0%,#b5b5b5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#b5b5b5',GradientType=0 ); /* IE6-9 */
}
    .logo {
	float: left;
	text-align: left;
	text-shadow: 0px 0px 7px hsla(0,0%,100%,1.00);
	width: 70%;
	padding-top: 1%;
	padding-bottom: 2%;
}
    .logo h1 a {
	font-size: 1em;
}
.order {
    float: right;
    width: 30%;
    text-align: right;
    margin-top:30px;
    
}
    .order a {
	padding:3% 5%;
}
nav ul li {
    list-style: none;
    float: left;
    text-align: center;
    border-right: 1px solid #AAA;
	width:12.5%;
}
.first {
    border-left: 1px solid #AAA;
}
nav ul li a {
	text-decoration: none;
	color: #444;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 400;
}

header {
	padding-bottom:0;
	margin-bottom:0;
}

.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
.promoArea .promo h2 {
	font-size: 2em;
	padding:6%;
}
.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}
.promoArea {
	width:98%;
	margin: 0 auto;
}
.promo {
	width: 29.4%;
	float: left;
	margin-left: 3%;
}
.promo img {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 5% 5% 3% 6%;
	width: 87%;
	float:none;
}
.readMore img {
	padding: 0px 5px 10px 0px;
	width: 15px;
	border-style: none;
	float: none;
	margin-left: 0%;
	margin-top: 3px;
	margin-right: 25;
	margin-bottom: 0%;
}
.newsEvents {
	background-image: url(../_images/btabs_bg.png);
	background-repeat: no-repeat;
	width: 60%;
	text-align: center;
	margin: 0 0 0 4%;
	padding-top: 4px;
	padding-bottom: 10px;
	color: #FFFFFF;
	font-family: 'Source Sans Pro', sans-serif;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: 100% 100%;
	float: left;
}
.newStores {
	margin-top:0%;
	margin-left: 2%;
	width: 34%;
	float: left;
}
.readMore {
	width: 90%;
	font-family: 'Source Sans Pro', sans-serif;
	margin: 2% 5% 10% 5%;
	float: none;
	font-size: 1.3em;
	clear: both;
}

}
/* New Styles March 2021 */
.cImg{
    padding:20px;
    margin: 0 auto;
}
a.button {
  background-color: #D54B05;
  border: none;
  color: #fff !important;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
font-weight: bold;
}
a.button:hover{
  background-color: #000000;
    text-decoration: none !important;
}
/*D54B05*/