/*! normalize.css v1.1.0 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.67em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}p,pre{margin:1em 0}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/*
 * HTML5 Boilerplate
 * http://html5boilerplate.com/
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}
body {
    font-size: 1em;
    line-height: 1.4;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
img {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Primary styles
   ========================================================================== */


/* Typography
-----------------------------------------------------------------------------*/
body {
	font-family: 'Imprima', sans-serif;
}
h1, h2, h3 {
	font-weight:normal;
	margin:0;
}
h1 {
	font-family:"Harlow Solid W00";
	font-size:60px;
	color:#cc0f06;
	margin-top:20px;
	margin-bottom:0;
}
h2 {
	font-family:"Harlow Solid W00";
	font-size:28px;
}
h2 + p {
	margin-top:5px;
}
.menu h2 {
	font-size: 30px;
	text-align: center;
	margin-bottom: 5px;
}
.menu #content p {
	text-align:center;
}
.menu h2  {
	margin-top:25px;
}
.menu h1 + h2 {
	margin-top:0;
}
/*This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web Fonts:  http://webfonts.fonts.com*/
@import url("http://fast.fonts.net/lt/1.css?apiType=css&c=7de32435-7d79-44ee-b414-0873834c4a6b&fontids=826852");
	@font-face{
	font-family:"Harlow Solid W00";
	src:url("fonts/6a065e10-6008-4696-b64b-4777a570212d.eot?#iefix");
	src:url("fonts/6a065e10-6008-4696-b64b-4777a570212d.eot?#iefix") format("eot"),url("Fonts/826852/fecca484-67ae-4208-a9ac-5f043ce24dd5.woff") format("woff"),url("fonts/3a6116b5-6378-4955-89c0-7b502b4df72d.ttf") format("truetype"),url("fonts/be1cdfc8-6ab6-4b7c-8ead-f6b2a3765969.svg#be1cdfc8-6ab6-4b7c-8ead-f6b2a3765969") format("svg");
}

/* Links
-----------------------------------------------------------------------------*/
a {
	color:#b21a16;
	text-decoration:none;
}
a:hover {
	color:#9f0700;
}
#content a {
	font-weight:bold;
	/*text-shadow: 1px 1px 1px #D3CBCB;*/
}


/* Layout
-----------------------------------------------------------------------------*/
#container, .container {
	width: 960px;
	margin: 0 auto;
	position:relative;
}
#bg {
	width: 100%;
	height: 566px;
	background: url(/img/bg-80-alt.jpg) no-repeat top center;
	position: absolute;
	z-index: 99;
	min-width: 960px;
}
.home #main {
	width: 960px;
	margin: 0 auto;
	/* height: 806px; */
	/* height: 403px; */
	position:relative;
}



.body {
	padding: 40px 0;
	text-align: center;
}
.body h2 {
	font-size: 36px;
	color: #bd0c01;
}
body p {
	font-size: 22px;
	line-height: 1.5;
	margin: 5px 0 0;
}
.button__container,
.button__container * {
	box-sizing: border-box;
}
.button__container {
	font-size: 0;
	padding: 0;
	list-style: none;
	max-width: 720px;
	margin: 20px auto 0;
}
.button__link {
	display: inline-block;
	width: 50%;
	padding: 10px;
}
.button {
	font-size: 28px;
    line-height: 1.1;
	color: #f7eb01;
	background: #ba0b06;
	text-align: center;
	padding: 20px 20px;
	width:  100%;
	display: block;
	border:  6px solid #959595;
	-webkit-transition:  color 0.3s, background 0.3s;
	transition:  color 0.3s, background 0.3s;
}
.button:hover {
	background: #f7eb01;
	color: #ba0b06;
}

#main {
	width: 960px;
	margin: 0 auto;
	position:relative;
}
#contentEditable {
	max-height: 999999px;
}
#content {
	height:806px;
	z-index:100;
	position:relative;
	left:-1px;
	padding: 0 62px;
	background: #fff;
	background: -moz-linear-gradient(top,  #ead48f 0px, #ffffff 330px);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0px,#ead48f), color-stop(330px,#ffffff));
	background: -webkit-linear-gradient(top,  #ead48f 0px,#ffffff 350px);
	background: -o-linear-gradient(top,  #ead48f 0px,#ffffff 330px);
	background: -ms-linear-gradient(top,  #ead48f 0px,#ffffff 330px);
	background: linear-gradient(to bottom,  #ead48f 0px,#ffffff 330px);
	overflow:auto;
}
.normal #content {
	padding: 0 62px;
}
.normal #content.mCustomScrollbar {
	padding:0;
}
.mCSB_container {
	padding:0 62px;
}
#border-left, #border-right {
	width: 16px;
	height: 100%;
	position: absolute;
	border-left: 2px solid #fcca00;
	border-right: 2px solid #fcca00;
	background: #fc383d;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NiMWExMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmM2EzZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYjFhMTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #cb1a12 0%, #ff3a3f 50%, #cb1a12 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cb1a12), color-stop(50%,#ff3a3f), color-stop(100%,#cb1a12));
	background: -webkit-linear-gradient(top,  #cb1a12 0%,#ff3a3f 50%,#cb1a12 100%);
	background: -o-linear-gradient(top,  #cb1a12 0%,#ff3a3f 50%,#cb1a12 100%);
	background: -ms-linear-gradient(top,  #cb1a12 0%,#ff3a3f 50%,#cb1a12 100%);
	background: linear-gradient(to bottom,  #cb1a12 0%,#ff3a3f 50%,#cb1a12 100%);
	-webkit-box-shadow: 1px 0px 2px -1px #1F1F1F;
	box-shadow: 1px 0px 2px -1px #1F1F1F;
}
.lt-ie9 #border-left, .lt-ie9 #border-right{
	background: #fc383d;
}
#border-left {
	left:0;
}
#border-right {
	right:0;
}
#logo {
	width:331px;
	height:107px;
	background:url(/img/sprite.png);
	position: absolute;
	top: 23px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

/* Header
-----------------------------------------------------------------------------*/
header {
	height: 163px;
	box-shadow: 0px 0px 10px #000;
	z-index: 101;
	position: relative;
}


/* Nav
-----------------------------------------------------------------------------*/
nav {
	position:absolute;
	right:20px;
	top:66px;
}
nav li {
	display:inline-block;
}
nav a {
	display:block;
	font-size:23px;
	color:#cc0f06;
	font-family:"Harlow Solid W00";
	margin-left: 23px;
}
#secondary-nav {
	top: -20px;
	background: #f7eb01;
	padding: 0 6px;
	border-radius: 0 0 10px 10px;
	-webkit-box-shadow: 0px 0px 6px #333;
	box-shadow: 0px 0px 6px #333;
	padding-top: 20px;
}
#secondary-nav ul {
	padding: 0;
	margin: 0;
}
#secondary-nav a {
	margin: 0;
	font-size: 18px;
	padding: 1px 5px;
}


/* Footer
-----------------------------------------------------------------------------*/
footer {
	min-height:280px;
	width:100%;
	background: #ae1914;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FlMTkxNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMTJhMmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ae1914 0%, #e12a2a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ae1914), color-stop(100%,#e12a2a));
	background: -webkit-linear-gradient(top,  #ae1914 0%,#e12a2a 100%);
	background: -o-linear-gradient(top,  #ae1914 0%,#e12a2a 100%);
	background: -ms-linear-gradient(top,  #ae1914 0%,#e12a2a 100%);
	background: linear-gradient(to bottom,  #ae1914 0%,#e12a2a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae1914', endColorstr='#e12a2a',GradientType=0 );
}
#beef {
	width: 189px;
	height: 142px;
	position: absolute;
	background: url(/img/sprite.png) 0 -107px;
	right: 335px;
	top: 55px;
}
#logo-footer {
	width: 251px;
	height: 197px;
	position: absolute;
	background: url(/img/sprite.png) -189px -107px;
	right: 42px;
	top: 30px;
}
footer h5 {
	margin:0;
	color:#ead38d;
	font-size:13px;
	text-transform:uppercase;
	font-weight:normal;
}
footer p {
	color:#fff;
	font-size:14px;
	margin:0;
	line-height: 22px;
}
footer p + h5 {
	margin-top:30px;
}

footer p a {
	color:#fff;
}
footer p a:hover {
	color:#ead38d;
}
footer .container {
	height:280px;
}
footer .credits {
	color: #ead38d;
	position: absolute;
	left: 20px;
	bottom: 5px;
	clear: both;
}
footer .credits a {
	color:#ead38d;
}
footer .credits a:hover {
	color:#fff;	
}
#locations {
	position:relative;
	top:30px;
	height: 105px;
}
.store {
	width:20%;
	float:left;
}
.hours {
	text-align: center;
	width: 313px;
	margin-left: 80px;
	clear:both;
}

/* Misc
-----------------------------------------------------------------------------*/
#jukebox {
	width: 391px;
	height: 472px;
	position: absolute;
	bottom: 0;
	right: 10px;
	background: url(/img/jukebox.png);
	z-index: 100;
}
#faceplate {
	position: relative;
	top: 123px;
	width: 354px;
	height: 64px;
	left: 18px;
	text-align: center;
	padding-top: 19px;
	text-shadow: 1px 1px 1px #FFF;
}
#faceplate h2 {
	font-size:25px;
	margin: 0;
}
#faceplate p {
	font-size:15px;
	margin: 0;
	font-weight:bold;
}

/*
 * Swipe JS
 *
 */
.swiper-container {
	overflow: hidden;
	position: relative;
	background: #444;
/* 	-webkit-box-shadow: 0px 0px 15px #666;
	box-shadow: 0px 0px 15px #666; */
	z-index: 100;
	left: 20px;

	height: 402px;
	background: none;
}
.swiper-wrapper {
	overflow: hidden;
	position: relative;
}
.swiper-wrapper > div {
	float: left;
	width: 100%;
	position: relative;
}
.swiper-container,.swiper-slide {
	width: 920px;
}
.swiper-slide {
	height: 371px;
}
#slider-nav {
	position:absolute;
	top: 149px;
	width:960px;
}
#arrow-left {
	width:34px;
	height:65px;
	position:absolute;
	left: -24px;
	cursor:pointer;
}
#arrow-left .outside {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 32.5px 34px 32.5px 0;
	border-color: transparent #90140b transparent transparent;
	position:absolute;
	z-index:104;
	-webkit-box-shadow: 2px 0px 4px -3px #000;
	box-shadow: 2px 0px 4px -3px #000;
}
#arrow-left .inside {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 23.5px 24px 23.5px 0;
	border-color: transparent #f7eb01 transparent transparent;
	position:absolute;
	z-index:105;
	top: 9px;
	left: 6px;
}
#arrow-right {
	width:34px;
	height:65px;
	position:absolute;
	right: -22px;
	cursor:pointer;
}
#arrow-right .outside {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 32.5px 0 32.5px 34px;
	border-color: transparent transparent transparent #90140b;
	position:absolute;
	z-index:104;
	-webkit-box-shadow: -2px 0px 4px -3px #000;
	box-shadow: -2px 0px 4px -3px #000;
}
#arrow-right .inside {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 23.5px 0 23.5px 24px;
	border-color: transparent transparent transparent #f7eb01;
	position:absolute;
	z-index:105;
	top: 9px;
	left: 4px;
}
@media only screen and (max-width: 1024px) {
	#slider-nav {
		display:none;
	}
}

/*Icon Fonts*/
.social {
	font-size: 32px;
	width: 85px;
	float: left;
	height: 155px;
}
.social a, social a:visited {
	color: #ead38d;
}
.social a:hover {
	color: #fff;
}
@font-face {
	font-family: 'icons';
	src:url('/css/fonts/icons.eot');
	src:url('/css/fonts/icons.eot?#iefix') format('embedded-opentype'),
		url('/css/fonts/icons.woff') format('woff'),
		url('/css/fonts/icons.ttf') format('truetype'),
		url('/css/fonts/icons.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
.icon-facebook, .icon-printer {
	font-family: 'icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-facebook:before {
	content: "\e000";
}
.icon-printer:before {
	content: "\e001";
}
.icon-facebook {
	top: 34px;
	left: 20px;
	position: relative;
	z-index: 200;
	width: 18px;
	color: #fff;
	font-size: 36px;
	opacity:0.93;
}
.icon-facebook:hover {
	opacity:1;
}


#content img {
	border: 7px solid #cc3300;
	-webkit-box-shadow: 1px 1px 2px #809c98;
	box-shadow: 1px 1px 2px #809c98;
}
#galleria {
	width:420px;
	height:415px;
	border: 2px solid #fcca00;
	-webkit-box-shadow: 1px 1px 2px #809c98;
	box-shadow: 1px 1px 2px #809c98;
	display:none;
}
.btn-red {
	background: #CE2922;
	padding: 10px 15px;
	border-radius: 6px;
	color: #fff;
	border: 2px solid #fcca00;
	font-weight: normal;
	-webkit-box-shadow: 0px 0px 0px #333;
	box-shadow: 0px 0px 0px #333;
	-webkit-transition: box-shadow .2s;
	transition: box-shadow .2s;
	display: inline-block;
}
.print {
	position: absolute;
	right: 80px;
	top: 26px;
}
.btn-red:hover {
	-webkit-transition: box-shadow .2s;
	transition: box-shadow .2s;
	-webkit-box-shadow: 0px 0px 8px #CE2922;
	box-shadow: 0px 0px 8px #CE2922;
}
.privacy {
	font-style:italic;
	clear:both;
	text-align:center;
	margin-top:70px;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}
.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}
.hidden, .seoOnly {
    display: none !important;
    visibility: hidden;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
.left {
	float: left;
	margin: 0 2em 1em 0;
}
.right {
	float: right;
	margin: 0 0 1em 2em;
	clear:right;
}
.simpleTable {
	margin-bottom: 0;
	width: 100%;
}
.simpleTable + .simpleTable {
	margin-top: 25px;
}
.simpleTable td, .simpleTable th {
	padding: 6px;
}
.simpleTable th {
	font-weight: bold;
	text-align:center;
	background: #CE2922;
	color: #fff;
	border-bottom: 2px solid #fcca00;
}
.simpleTable tr th:first-child {
	width:60%;
}
.simpleTable td {
	text-align:center;
}
.simpleTable tr td:first-child {
	text-align:left;
}
.simpleTable.no-center td {
	text-align:left;
}

tr:nth-child(even) {

}
blockquote {
	padding: 15px 15px 10px;
	border-left: 1px solid #DDD;
	margin-left: 25px;
	background: rgb(252, 252, 252);
}
blockquote p {
	margin: 0;
}
blockquote p + p {
	margin-top:10px;
}
blockquote footer {
	clear: none;
	margin: 20px 0 0; padding: 0;
	border: none;
	color: #222;
	font-size: 1.3em;
	font-style: italic;
	text-align: right;
}
.highlight-red, .required {
	color:#e64444;
}
#content .border-none {
	border:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}