<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Colors for customization:
dark orange-active: #ffbf00
orange-hover: #ff7e00
 */

@charset "utf-8";
/* CSS Document */
html, body {
}

body,td,th {
	color: #fff;
}

body {
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
	font-weight: lighter;
	font-size:14px;
	background: #000;
	background-color: #ffffff;
}

#wrapper {
	min-height: 100%;
	height: auto;
	margin: 0 auto -132px;
	padding: 0 0 60px;
}

img, img a {
	border: none;
}

a:hover {
	color: #ffbf00;
	text-decoration:none;
}



h1 {
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
	font-weight: normal;
	color: #ffbf00;
}

.fts-btn {
	text-decoration: none; 
	display: inline-block;
	background-color: #941C24;
	color: #fff;
	margin-left: 5px;
	margin-bottom:5px;
	text-align: center;
	padding: 4px;
	cursor: pointer;
	border: none;
}

.fts-btn:hover {
	background-color: #354D2E;
	text-decoration: none;
	color: #fff;
}

.fts-btn-large {
	width: 150px;
    font-size: 18px;
}

.fts-btn-normal {
	width: 100px;
}

.fts-btn-small {
	width: 60px;
}

.fts-navbar-menu,
.fts-icon-bar-container {
	display: inline-block;
}

.fts-navbar-menu {
	color: #999;
	font-weight: bold;
	font-size: 1.17em;
	vertical-align: text-bottom;
	color:white;
}

#logo {
	float: left;
	margin-left: 15px;
	margin-bottom: 10px;
}

#store-info {
	float: right;
	margin-right: 15px;
	color:#000;
}

#store-hours {
	text-align: right;
	margin-right: 30px;
	display: inline-block;
	vertical-align: top;
}

#store-address {
	text-align: left;
	display: inline-block;
	vertical-align: top;
}

.toptitles {
	color: #000;
	font-size: 26px;
}

.fbstyle{
color: #000;
font-size: 24px;
}

.points{
font-weight:bold;
font-size:22px;
}

.award{
font-size:20px;
}

.title-element {
	display: block;	
}

.main-container {
	width: 700px;
	margin: 120px auto;
	padding: 20px;
	background-image: url(../images/transparent-bg.png);
	padding: 10px;
	padding-bottom: 20px;
}

.content {
	font-size: 20px;
	padding: 0 20px;
}

#orderbtn {
	float: right;
	padding-right: 30px;
}

.ordertext {
	font-size: 30px;
}

#signup {
	background: #ffffff;
	width: 410px;
	padding: 10px;
	text-align: right;
	float: left;
}

#credits {
	float: right;
	margin-top: 57px;
	margin-right: 10px;
}

.iframe {
	width:100%;
	height:300px;
}

.nav_prv, .nav_nxt {
	cursor: pointer;
	position: absolute;
	top: 30%;
}

.nav_prv {
	left: 15px;
}
	
.nav_nxt {
	right: 15px;
}

#footer {
	height: 216px;
	background-color: #ffffff;
	width: 100%;
}

#footer iframe{
	border:none;
	height:150px;
}

/* boostrap overrides */
.container {
	width: 100%;
	padding: 0;
}

.navbar-default {
	background-color: #ffffff;
	border-color: #ffffff;
}

#header, 
.header-docs {
	background-color: #ffffff;
}

#main-content {
	/*background-color: #C0B89F;*/
}

.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus,
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	background: none;
	border: none;
	color:#fff;
}

.navbar-default .navbar-nav &gt; li &gt; a {
	color: #fff;
	padding: 4px 20px;
	background-color:#941C24;
	border-color:#941C24;

}

.navbar-default .navbar-nav &gt; li &gt; a:hover {
	color: #fff;

}

.navbar-orderonline{
	font-weight:bold;
}

/* google maps embedded responsive */

.map-container {
	width: 80%;
	margin: 100px auto;
}

.google-maps {
	position: relative;
	padding-bottom: 55%; // This is the aspect ratio
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

@media (max-width: 850px) {

	.toptitles {
		color: #000;
		font-size: 16px;
		font-weight:bold;
	}
	
	.fbstyle{
		color: #000;
		font-size: 16px;
	}
	
	h1 {
	font-size:20px;
}
h2{
font-size:22px;
}

.award{
font-size:17px;
}
.points{
font-size:17px;
}

	#logo, 
	#store-info {
		float:none;
		display:block;
		margin: 5px auto 15px auto;
		text-align: center;

	}
	

	.store-info {
		min-height: 100px;
	}

	#container {
		width: 50%;
		margin-top: 10%;
		padding:20px;
	}

	.main-container {
		width: 70%;
	}

	.content {
		font-size: 14px;
	}
	
	.ordertext {
		font-size: 12px;
	}

	.google-maps {
		padding-bottom: 80%;
	}
}

@media screen and (max-width: 768px) {
	.nav .fts-btn {
		background: none;
		color: #ffbf00;
		text-align: right;
	}

	.nav .fts-btn a {
		color: #ffbf00;
	}

	.navbar-default .navbar-nav &gt; li &gt; a {
		color: #fff;
	}

	.navbar-default .navbar-nav &gt; li &gt; a:hover {
		background-color: #354D2E;
	}
}

@media screen and (max-width: 550px) {
	#wrapper {
		padding-bottom: 200px;
	}
	


	#header {
		text-align: center;
	}

	#footer {
		height: 260px;
	}

	#signup {
		position: relative;
		margin: 5px auto;
		float: none;
		text-align: center;
	}

	#credits {
		text-align: center;
		float: none;
		margin: 0;
	}

	#store-hours {
		margin-right: 0;
		margin-bottom: 10px;
		display: block;
	}
	
	#store-hours,
	#store-address {
		text-align: center;
	}

	.nav_prv,
	.nav_nxt {
		display: none;
	}

	.map-container {
		width: 98%;
		margin: 5px auto;
	}
}

/*
    Vegas Image slideshow Style
*/

.vegas-loading {
	border-radius: 10px;
	background: #000;
	background: rgba(0,0,0,0.7);
	background: url(../images/loading.gif) no-repeat center center; /* Loading Gif by http://preloaders.net/ */
	height: 32px;
	left: 20px;
	position: fixed;
	top: 20px;
	width: 32px; 
	z-index: 0;
}

.vegas-overlay {
	background: transparent url(../overlays/01.png);
	opacity: 0.5;
	z-index: -1;
}

.vegas-background {
	-ms-interpolation-mode: bicubic;
	image-rendering: optimizeQuality;
    max-width: none !important; /* counteracts global img modification by twitter bootstrap library */
	z-index: -2;
}

.vegas-overlay,
.vegas-background {
	-webkit-user-select: none;
	 -khtml-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}</pre></body></html>